0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 2.2.0 More... almost 8 years ago
Merge pull request #6 from frepond/master More... almost 9 years ago
Fixed silly mistake with string instace comparation More... almost 9 years ago
Version 2.1.0 More... almost 9 years ago
Merge pull request #5 from frepond/master More... almost 9 years ago
Removed unnecesary future dependency. More... almost 9 years ago
Made it compatible with python2/3 More... almost 9 years ago
Change unicode encoding tag to be an atom rather than a list of bytes (aka Erlang string) More... over 12 years ago
Merge pull request #2 from jbgo/install-issue More... over 12 years ago
specify version number in setup.py (fixes ImportError during installation) More... over 12 years ago
Now using a global for the default encode/decode for performance (suggested by GaretJax) More... over 13 years ago
Changed description to "BERT Serialization Library" rather than BERT-RPC More... about 14 years ago
Added MANIFEST.in and version now 1.0.0 More... about 14 years ago
Added LICENSE file and license classifier to setup.py (BSD) More... about 14 years ago
Added preliminary support for the proposed unicode support. More... over 14 years ago
Very slight cleanup/optimization More... over 14 years ago
Fixed handling of empty tuples More... over 14 years ago
BERTEncoder/Decoder no longer sub class ErlangTermEncoder/Decoder, and removed an unused function More... over 14 years ago
Forgot to remove an NotImplementedError from regex serialization More... over 14 years ago
Added serialization of regex, and fixed a regex option: ignorecase -> caseless. Thanks to Paul Davis for pointing out that regex instances do indeed have a pattern attribute. More... over 14 years ago
Added setup.py More... over 14 years ago
Renamed test.py to tests.py More... over 14 years ago
Moved erlang binary term codec to its own module More... over 14 years ago
Added an exception if trying to serialize a regex object. It's impossible in CPython to get information about a compiled regex. More... over 14 years ago
Renamed bert/converters to codec More... over 14 years ago
All encoders and decoders now implemented More... over 14 years ago
initial commit More... over 14 years ago