Skip to content

Releases: whtsky/bencoder.pyx

Version 2.0.1

19 Nov 13:33
0a44eb8
Compare
Choose a tag to compare
  • Add support for Python 3.8
  • Drop support for Python 3.4

Version 2.0.0

15 Nov 14:45
1ef770d
Compare
Choose a tag to compare
  • Use built-in dict instead of OrderedDict on Python >= 3.7
  • Drop support for Python 3.3
  • Fix bytes parsing when used with python-future #41

Version 1.2.1

11 Feb 10:08
f1157b5
Compare
Choose a tag to compare

Drop support for Python 2.6
Performance boost for bencode method. #7

Version 1.2.0

13 Apr 15:09
Compare
Choose a tag to compare

Add bdecode2 method. #6

Version 1.1.3

23 Aug 07:27
Compare
Choose a tag to compare
  • Performance Improvement
  • Fix package metainfo ( #3 )

Version 1.1.2

01 Aug 12:37
Compare
Choose a tag to compare

Support encode large int.

Version 1.1.1

28 Apr 00:20
Compare
Choose a tag to compare

Bundle bencoder.pyx inside package.

Version 1.1.0

27 Apr 14:47
Compare
Choose a tag to compare
  • Use OrderedDict instaed of dict
  • Support encoding subclasses of dict