Skip to content

Releases: fuzeman/bencode.py

v4.0.0

Choose a tag to compare

@fuzeman fuzeman released this 12 Jun 04:35
4.0.0
52c5694

BREAKING

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

3.0.1

Choose a tag to compare

@fuzeman fuzeman released this 28 May 05:14
3.0.1
7813643

Fixed

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

3.0.0

Choose a tag to compare

@fuzeman fuzeman released this 28 May 04:52
3.0.0
0d0bef1

BREAKING

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

2.1.0

Choose a tag to compare

@fuzeman fuzeman released this 10 Jun 01:32
2.1.0
e8290df

Added

  • Type information

Fixed

  • Inconsistent return behavior

2.0.0

Choose a tag to compare

@fuzeman fuzeman released this 05 Dec 02:48
2.0.0
17923d5

Added

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

Changed

  • Improved support for unicode strings