7 Commits

Author SHA1 Message Date
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