11
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected 2 days ago.
Mar 17, 2023 — Mar 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add release date for 0.6 More... over 13 years ago
Merge remote branch 'upstream/master' More... over 13 years ago
Version update More... over 13 years ago
Update the changelog, prepping for a new release. More... over 13 years ago
Allow _key to be excludable for AppEngine g.a.e.db.Model instances. More... over 13 years ago
Allow sa_key and sa_lazy to be excludable for SQLAlchemy instances. More... over 13 years ago
If db_column is specified on a ForeignKey, PyAMF blows up with a KeyError since relation.column is used (which does not match the prop name). More... over 13 years ago
Supercharge amf3 string/unicode serialisation More... over 13 years ago
Merge branch 'master' of github.com:hydralabs/pyamf More... over 13 years ago
Remove a lot of compilation warnings More... over 13 years ago
Ignore jython's .class files. More... over 13 years ago
Ignore jython's .class files. More... over 13 years ago
Merge remote branch 'upstream/master' More... over 13 years ago
Regenerate C More... over 13 years ago
Provide support for kwarg direct decoding (AMF3) More... over 13 years ago
AMF0: Read byte strings for attribute keys (ensuring they are decodable utf-8 first of all) More... over 13 years ago
Add tests for decoding kwargs dicts and applying them to functions More... over 13 years ago
Don't force the types being stored More... over 13 years ago
Regenerate the C code More... over 13 years ago
Remove the key type test More... over 13 years ago
ClassAlias.static_attrs is now always a list. More... over 13 years ago
Update generated C. More... over 13 years ago
Switch to reading unicode objects instead of utf-8 encoded strings. More... over 13 years ago
Update to latest api More... over 13 years ago
Cython does not encode that as a python api call More... over 13 years ago
Since [De|E]ncoder now supports the iterator protocol, don't return a generator for decoding More... over 13 years ago
PyAMF should not be interfering with the underlying buffers directly More... over 13 years ago
Refactor the way readObjectAttributes to update the dict in place, not to return a new reference. More... over 13 years ago
Change the way c.u.cBufferedByteStream.read works - don't malloc/memcpy for each read but return a read only pointer to the underlying buffer for the read size requested. More... over 13 years ago
Add docs and copyright More... over 13 years ago