11
I Use This!
Inactive

Commits : Listings

Analyzed about 8 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
Merge branch '0.6.1' More... about 13 years ago
Update docs More... about 13 years ago
Include the files in cpyamf so that extensions will build .. ? More... about 13 years ago
Set the release date More... about 13 years ago
Apply patch from thijs More... about 13 years ago
Merge remote branch 'upstream/master' More... about 13 years ago
Set `zip_safe` to False as we now include cpyamf/*.pxd which cannot be `included` by Cython More... about 13 years ago
Ensure to include cpyamf/*.pxd when building eggs. More... about 13 years ago
Update version nr More... about 13 years ago
Update changelog. More... about 13 years ago
Merge branch 'ordereddict-816' More... about 13 years ago
Merge remote branch 'upstream/master' More... about 13 years ago
Add support for `collections.Counter` if it exists. More... about 13 years ago
Add support for collections.OrderedDict - if available. More... about 13 years ago
Don't import unittest2 directly - it blows up python2.7+ More... about 13 years ago
Don't import unittest2 directly - it blows up python2.7+ More... about 13 years ago
Merge branch 'appengine-tests-829' More... about 13 years ago
Fixed up a few failing tests in the appengine test suite. More... about 13 years ago
Fix a small bug in pyamf.versions where:: More... about 13 years ago
Only attempt to zlib.decompress if the header is correct. More... about 13 years ago
Remove the hard dependancy on pysqlite - the tests should now be skipped if its required. More... about 13 years ago
Detect if extensions can be compiled and act accordingly. More... about 13 years ago
HTTP Protocol dictates that the Content-Type header can have the form "content/type; charset=blablag". Modify the client to support this case. More... about 13 years ago
Master is now 0.7 More... about 13 years ago
pyamf.Undefined should evaluate to False. More... about 13 years ago
Add a compatibility function to pyamf.python for supporting callable in Python3.x. More... about 13 years ago
Remove Cython from optional extras - we don't use Cython if the c extensions are available. If the version is dev, we require Cython. More... about 13 years ago
Ensure that tests pass from sdist by grafting in some missing test data More... about 13 years ago
Fix SyntaxError. More... about 13 years ago
Whilst Cython 0.14 is preferred (gives no C compiler warnings), 0.13 is the minimum required version. More... about 13 years ago