1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating comments, prepping for 1.0 release. More... almost 17 years ago
Got the track, create shipment, and delete shipment requests in what should be their final forms. Shipment creation is very verbose now, which is good or bad depending on how you like your code to look. It should very closely follow the Fedex API now, though. Shipment deletion is now in usable state. The examples directory has been improved as a whole. More... almost 17 years ago
Adding shipment validation on FedexProcessShipmentRequest objects via send_validation_request(). This is a good way to make sure you've got valid data before actually committing to creating a shipment with it. Works almost exactly like just sending the request. Also adding the beginnings of shipment deletion (not at all functional yet). More... almost 17 years ago
More commenting and a few changes to the default label printer variables in the create_shipment.py example. More... almost 17 years ago
Comments on the example. More... almost 17 years ago
More commenting and details in the create_shipment.py example. More... almost 17 years ago
Add more error handling to the base service class. Throw SchemaValidationError exceptions instead of showing a big nasty (useless) suds traceback. Also catch general Fedex errors unless over-rridden on each class. More... almost 17 years ago
Nitpicking my example. More... almost 17 years ago
Add examples of how to store or print labels. More... almost 17 years ago
Shipment creation is in and ready for refinement. It's in decent proof-of-concept shape, though. More... almost 17 years ago
And we're shipping packages. More... almost 17 years ago
We're no longer invalid, getting a reply from Fedex now. More... almost 17 years ago
First iteration of shipment creation. Failing due to a Schema validation error coming from suds for some reason. This is currently not anywhere near production quality, as it was meant to check to make sure I could form a valid request. More... almost 17 years ago
[no comment] More... almost 17 years ago
In the case of an unknown error code, throw a default FedexError exception with the error code and message attached. More... almost 17 years ago
Include error codes in the __str__ of exceptions. More... almost 17 years ago
Improve error handling by including an error_code with each exception. Also decided on how to handle per-module error handling. More... almost 17 years ago
Re-arranging to more intelligently name stuff. Handle Fedex server errors. Beginnings of the Shipment module. More... almost 17 years ago
Re-organizing a bit. More... almost 17 years ago
Lots of support docs, getting epydoc stuff settled. More... almost 17 years ago
Updating svn ignores for the docs subfolder. More... almost 17 years ago
Lots of documentation and fine-tuning. More... almost 17 years ago
Bringing the source code in. More... almost 17 years ago
Initial import. More... almost 17 years ago