aaiyer
1555bd4eed
Merge pull request #8 from kif/master
...
fix compilation
1.3.1
2018-10-09 20:52:00 +08:00
Jerome Kieffer
41106c4658
fix compilation
2018-10-09 14:46:07 +02:00
aaiyer
8688a3eada
Merge pull request #6 from Konubinix/master
...
Remove the failsafe
2018-06-17 22:03:37 +07:00
Samuel Loury
01d49d78ce
Remove the failsafe
2018-03-24 22:37:36 +01:00
aaiyer
1308b4a9e0
Merge pull request #4 from chungwu/master
...
rfoo._rfoo._dumps uses marshal.version == 2
2018-01-19 10:36:20 +05:30
Chung Wu
ea0b016e7d
rfoo._rfoo._dumps uses marshal.version == 2
...
When marshal.version used is >= 3, we would fail the
`buffer[0] != INTEGER` check in the Connection class, and so this
commit always uses marshal.version of 2, which is the latest version
that passes the check (and also the default version used by Python 2).
The latest marshal.version is 2 for Python 2, and up to Python 3.3.
Starting with Python 3.4, the latest marshal.version is 4.
2018-01-18 20:42:06 -08:00
Anand Aiyer
d8d1ec544c
Bump version to 1.3.1
...
Implement Timeouts (Thanks @hosting90)
Change Maintainer and URL in README
2016-12-04 18:59:19 +05:30
aaiyer
b2e2dac3f0
Merge pull request #1 from hosting90/master
...
Added SSL wrapper support
2016-08-28 13:17:53 +05:30
Jiri Lunacek
6e134d899c
zabraneni zamknuti threadu pri cekani na accept
2016-08-15 16:45:35 +02:00
Jiri Lunacek
3792c1a2d8
moznost zastavit server
2016-08-15 16:22:16 +02:00
Jiri Lunacek
921d4cb64b
Added SSL wrapper support
2016-06-29 14:39:15 +02:00
Anand Aiyer
9d7d97aaba
first commit - 1.3.0
2011-04-29 15:32:48 +01:00