Skip to content

Releases: ionelmc/python-manhole

Minor fixes

30 Oct 18:10
Compare
Choose a tag to compare
v0.5.2

Fix test_oneshot_on_usr2_error to reset the buffer before doing the s…

Bugfix

19 Aug 08:38
Compare
Choose a tag to compare
  • fixed issue in cleaning after closing manhole connection

Python 3 support !

17 Aug 00:02
Compare
Choose a tag to compare
  • Python 3.2, 3.3 and PyPy support !
  • Fixed a bug with closing the connection socket (it was causing crashes in some rare scenarios)
  • Created a test matrix in Travis

First release

13 Aug 15:10
Compare
Choose a tag to compare
v0.4.0

Add tests and up version for oneshot_on option.