aboutsummaryrefslogtreecommitdiffstats
path: root/github3 (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-11Update readme0.1David Medina1-1/+2
2012-02-11Readme updatedDavid Medina2-13/+57
2012-02-11Services.users tests completedDavid Medina3-9/+37
services.users.user services.users.emails services.users.keys services.users.followers
2012-02-11Email pattern to requests.emailsDavid Medina1-1/+15
2012-02-11Change requests.Body to suppor required attributesDavid Medina6-51/+89
2012-02-11Wip on services.usersDavid Medina5-16/+174
2012-02-11Fix asserts bugs in client.David Medina5-12/+29
Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P
2012-02-11WIP on resources.users testsDavid Medina5-5/+36
2012-02-11Services testsDavid Medina3-0/+59
services.core
2012-02-11Typo pep8David Medina1-1/+1
2012-02-11Services.users tests completedDavid Medina3-9/+37
services.users.user services.users.emails services.users.keys services.users.followers
2012-02-11Email pattern to requests.emailsDavid Medina1-1/+15
2012-02-11Change requests.Body to suppor required attributesDavid Medina6-51/+89
2012-02-11Wip on services.usersDavid Medina5-16/+174
2012-02-10Fix asserts bugs in client.David Medina5-12/+29
Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P
2012-02-10WIP on resources.users testsDavid Medina5-5/+36
2012-02-10Services testsDavid Medina3-0/+59
services.core
2012-02-10Typo pep8David Medina1-1/+1
2012-02-10Joining components in a clean interfaceDavid Medina1-0/+13
2012-02-10Resources testsDavid Medina4-4/+84
resources.core * Also detected and fixed memory bug
2012-02-10json:dumps.loads mockedDavid Medina3-3/+5
2012-02-09Easier requests.Factory buildsDavid Medina1-4/+4
2012-02-09Requests testsDavid Medina2-0/+90
requests.core
2012-02-09Utils to testsDavid Medina6-23/+61
2012-02-09Core testsDavid Medina5-3/+212
core.client core.result
2012-02-07Fix litle bugsDavid Medina5-43/+15
2012-02-07Clean requests interfaceDavid Medina13-284/+224
Refactorize on build request to support specific requests cleaner *Also support to verbose on requests library
2012-02-06Something confusing about PUT requestDavid Medina2-6/+23
It's solved as a provisional patch
2012-02-06Rename ghrequest to requestsDavid Medina11-11/+12
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
2012-02-05User service completeDavid Medina11-22/+194
User.emails User.keys User.followers
2012-02-05Complete skeleton of services glueing to requestsDavid Medina3-7/+46
2012-02-05Added asserts to "that never happens"David Medina2-10/+31
Also fix response raises
2012-02-04Renaming (What I was thinking?)David Medina16-178/+278
resources => ghrequests models => resources + Also it's near to complete user service