Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remaining_requests attr to Github and Services | 2012-03-03 | 1 | -0/+4 | |
| | | | | Updated with each request | ||||
* | Python 2.6 compatibility | 2012-03-01 | 1 | -1/+1 | |
| | |||||
* | Init documentation | 2012-02-29 | 1 | -6/+0 | |
| | | | | | | +core +services.user ~services.repos | ||||
* | Services' renaming: base.Base to base.Service | 2012-02-17 | 1 | -1/+1 | |
| | |||||
* | Fix asserts bugs in client. | 2012-02-11 | 1 | -7/+5 | |
| | | | | | Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P | ||||
* | Fix litle bugs | 2012-02-07 | 1 | -2/+2 | |
| | |||||
* | Clean requests interface | 2012-02-07 | 1 | -2/+6 | |
| | | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library | ||||
* | Something confusing about PUT request | 2012-02-06 | 1 | -5/+2 | |
| | | | | It's solved as a provisional patch | ||||
* | Added asserts to "that never happens" | 2012-02-05 | 1 | -5/+19 | |
| | | | | Also fix response raises | ||||
* | Renaming (What I was thinking?) | 2012-02-04 | 1 | -17/+17 | |
| | | | | | | | resources => ghrequests models => resources + Also it's near to complete user service | ||||
* | Fix parse_args | 2012-02-03 | 1 | -2/+4 | |
| | |||||
* | Fix imports to new environment | 2012-02-03 | 1 | -0/+96 | |
Absolute imports as PEP8 tells |