Skip to content

Releases: fuzeman/bencode.py

v4.0.0

12 Jun 04:35
4.0.0
52c5694
Compare
Choose a tag to compare

BREAKING

  • Improved API has been moved to the bencodepy package
  • Implemented backwards-compatible bencode package (#16)

3.0.1

28 May 05:14
3.0.1
7813643
Compare
Choose a tag to compare

Fixed

  • Exception raised while attempting to decode strings on Python 3+

3.0.0

28 May 04:52
3.0.0
0d0bef1
Compare
Choose a tag to compare

BREAKING

  • Improvements to the handling of binary values (#14)
  • Dropped support for Python 2.6, 3.4

2.1.0

10 Jun 01:32
2.1.0
e8290df
Compare
Choose a tag to compare

Added

  • Type information

Fixed

  • Inconsistent return behavior

2.0.0

05 Dec 02:48
2.0.0
17923d5
Compare
Choose a tag to compare

Added

  • Support for bytes
  • File read/write functions: bread(fp), bwrite(data, fp)

Changed

  • Improved support for unicode strings