aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump 0.4.1David Medina2012-06-281-1/+1
| | | | Fix S3 upload
* :sparkles: Release 0.4 :sparkles:0.4David Medina2012-06-161-1/+1
| | | | | | | - Git data service - Pull requests service - Orgs service - Issues service
* :sparkles: Release 0.3 :sparkles:0.3David Medina2012-04-041-1/+1
| | | | | - Gists service completed - Fix bugs
* :sparkles: Relase 0.2 :sparkles:0.2David Medina2012-03-041-1/+1
| | | | | | | | | | - Repos service completed - Self-nested resources support - Mimetypes in services - Documentation - Python 2.6 support - Remaining requests counter - Smart and normal results iterators
* Update Readme and metadataDavid Medina2012-03-011-1/+1
|
* Restructure modules and packages in a clean wayDavid Medina2012-03-011-0/+2
| | | | The docs has increased lines of code, so I split it
* Typo pep8David Medina2012-02-111-1/+1
|
* Rename ghrequest to requestsDavid Medina2012-02-061-0/+1
| | | | | | | 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
* Fix imports to new environmentDavid Medina2012-02-031-0/+8
Absolute imports as PEP8 tells