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 pull request #48 from hydralabs/gae-cleanup More... about 9 years ago
Major refactor to the appengine adapters to share code More... about 9 years ago
Flake8 fixes More... about 9 years ago
Fix an issue where encoding a simple ndb object would write out a key instead. More... about 9 years ago
Add google.appengine.ext.ndb adapter More... about 9 years ago
Add support for GeoPT More... about 9 years ago
Use the new generic property en/decoding apis More... about 9 years ago
Move pyamf.tests.adapters to pyamf.adapters.tests More... about 9 years ago
Add a generic way to deal with property objects on models More... about 9 years ago
Fix static_attrs tests More... about 9 years ago
Remove unnecessary debug logging More... about 9 years ago
Add to_string and to_bytes More... about 9 years ago
Use the new get_adapter api More... about 9 years ago
Add __all__ for pyamf.adapters More... about 9 years ago
Doc update More... about 9 years ago
Ensure the dynamic attrs is using the new getAttribute api More... about 9 years ago
Sort static attrs to improve debugability More... about 9 years ago
Merge pull request #46 from hydralabs/gae-updates More... about 9 years ago
Rework google.appengine.ext.db adapter More... about 9 years ago
Switch to context manager for self.assertRaises for readability More... about 9 years ago
Add gitignore for coverage related files More... about 9 years ago
Improve readability More... about 9 years ago
Remove weird naming convention More... about 9 years ago
Ensure the testbed is deactivated More... about 9 years ago
Use get_adapter rather than importing the module directly. More... about 9 years ago
Add get_adapter to main namespace More... about 9 years ago
Add getAttribute so an alias class can override it if necessary More... about 9 years ago
Use correct constants More... about 9 years ago
Update finalise to return the payload More... about 9 years ago
Merge pull request #45 from hydralabs/decode-post-processing More... about 9 years ago