Vincent Jacques
531c3f2d32
Improve comformance to pep8 (+dos2unix)
...
PyGithub is now a public projects with several public contibutors,
I have to abandon my very personal coding conventions.
2012-09-17 20:37:22 +02:00
Vincent Jacques
1b44411f90
Reduce assumptions on legacy API
2012-09-12 21:13:42 +02:00
Vincent Jacques
408d76fe5e
Merge branch 'topic/ExposePagination' into develop
2012-09-12 21:05:07 +02:00
Vincent Jacques
9818dfcbcb
Complete Legacy.convertXxx (issue #81 )
2012-09-12 20:35:57 +02:00
Vincent Jacques
8ad0acc0bd
Legacy.PaginatedList.get_page (issue #77 )
2012-09-11 23:47:09 +02:00
Vincent Jacques
ef403a1594
Do all paginated calls inside PaginatedList
...
This was already the case for Legacy.PaginatedList.
Doing it in PaginatedList.PaginatedList reduces the amount of
repeated code and will allow a generic solution for issue #77
2012-09-11 23:47:08 +02:00
Vincent Jacques
609b7b87cf
dos2unix, chmod +x
2012-08-04 07:58:30 +02:00
Steve English
7456c1e49b
Specify a server url for Github.
...
Allows connection to GitHub Enterprise installs on local URLs.
2012-07-23 17:39:56 +01:00
Vincent Jacques
aa8fa5485c
Refactor PaginatedLists (legacy and modern) to restore test coverage
2012-06-29 18:10:37 +01:00
Vincent Jacques
df63f6be2c
Implement legacy pagination
2012-06-29 18:10:24 +01:00
Vincent Jacques
d8882e53ed
Improve legacy APIs:
...
- add a legacy_ prefix (avoir future name clashes)
- add the language parameter to Github.legacy_search_repos
- prepare legacy pagination
2012-06-29 18:09:43 +01:00
Vincent Jacques
37c06ea4fc
Convert legacy objects to v3 ones
...
Still needed:
- test completion of objects returned by legacy API
- implement legacy pagination
2012-06-29 07:44:10 +02:00