Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python 2.6 compatibility | 2012-03-01 | 1 | -1/+1 | |
| | |||||
* | Restructure modules and packages in a clean way | 2012-03-01 | 3 | -38/+31 | |
| | | | | The docs has increased lines of code, so I split it | ||||
* | Email pattern to requests.emails | 2012-02-11 | 1 | -1/+15 | |
| | |||||
* | Change requests.Body to suppor required attributes | 2012-02-11 | 2 | -4/+13 | |
| | |||||
* | Fix litle bugs | 2012-02-07 | 2 | -4/+13 | |
| | |||||
* | Clean requests interface | 2012-02-07 | 5 | -142/+36 | |
| | | | | | | Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library | ||||
* | Rename ghrequest to requests | 2012-02-06 | 5 | -0/+239 | |
I think it's a redundant name. Only needs to move out from core module to avoid imports problems with `requests` library * Also change some in setup.py |