Commit Graph
679 Commits
Author SHA1 Message Date
Vincent Jacques e3bbacef21 Improve generated docstrings (slightly) 2012-09-17 19:01:24 +02:00
Vincent Jacques dc96905c05 First draft of generated documentation (issue #82)
1) ./generateDocstrings.py
2) cd doc
3) make html
4) open doc/build/html/index.html
2012-09-13 23:10:44 +02:00
Vincent Jacques 9d6e22ce16 Add __repr__ to _NotSetType
We don't want "<github.GithubObject._NotSetType instance at 0x00000000037B1A48>"
in our generated documentation.
2012-09-13 23:02:55 +02:00
Vincent Jacques 6fca851f7a sphinx-quickstart 2012-09-13 22:54:12 +02:00
Vincent Jacques 040d7b1b00 Add a temporary script to create docstrings (help for issue #82) 2012-09-13 22:41:08 +02:00
Vincent Jacques df3290644a Publish version 1.7 2012-09-12 21:39:18 +02:00
Vincent Jacques 72bac78c76 Merge branch 'develop' 2012-09-12 21:38:28 +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 6aec5d8860 PaginatedList.get_page (issue #77) 2012-09-12 21:04:32 +02:00
Vincent Jacques 70c875fa99 Document PaginatedList.get_page (issue #77) 2012-09-12 20:50:30 +02:00
Vincent Jacques 9818dfcbcb Complete Legacy.convertXxx (issue #81) 2012-09-12 20:35:57 +02:00
Vincent Jacques 6fbd63ba4d Work-around Github Enterprise bad URL (issue #80) 2012-09-12 19:28:44 +02:00
Vincent Jacques 8ad0acc0bd Legacy.PaginatedList.get_page (issue #77) 2012-09-11 23:47:09 +02:00
Vincent Jacques 9dd7457a5d Restore test coverage 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 25a7696b76 Remove all old stuff related to code generation (issue #75) 2012-09-11 22:01:22 +02:00
Vincent Jacques b351413aaa Improve documentation (issue #78) 2012-09-11 21:15:53 +02:00
Vincent Jacques 1c47c37c96 Add recorded conversation with github for #74 2012-09-11 20:49:48 +02:00
Vincent Jacques b43e72c634 Merge remote-tracking branch 'forks/servalproject/master' into develop 2012-09-11 20:46:24 +02:00
Vincent Jacques 697920fe59 Anticipate doc and tests for pull request #74 2012-09-11 20:45:56 +02:00
Andrew Bettison 9053b07425 Merge branch 'master' of github.com:servalproject/PyGithub 2012-09-10 10:00:42 +09:30
Andrew Bettison d02437f681 Support Issue.edit(milestone=None, assignee=None) 2012-09-10 09:59:36 +09:30
Vincent Jacques cabc55dc3b Publish version 1.6 2012-09-08 19:56:10 +02:00
Vincent Jacques 1483cbb1e1 Merge branch 'develop' 2012-09-08 19:44:50 +02:00
Vincent Jacques b758b24bdb Implement https://api.github.com/hooks (issue #35) 2012-09-08 19:35:58 +02:00
Vincent Jacques fb62ca3fb2 Support Python 2.5 again (issue #73) 2012-09-08 19:17:16 +02:00
Vincent Jacques 82b7322573 Clarify issue comments and review comments on pull requests (issue #59) 2012-09-08 15:15:17 +02:00
Vincent Jacques 20092a0cd9 Fix ReferenceOfClasses.md 2012-09-08 14:50:36 +02:00
Vincent Jacques 579f9bc915 Repository.merge (issue #69) 2012-09-08 14:30:06 +02:00
Vincent Jacques 1713d3fb0b Repository.get_branch 2012-09-08 14:08:20 +02:00
Vincent Jacques 03058a3616 Commit statuses (issue #67) 2012-09-08 13:41:15 +02:00
Vincent Jacques f109c644fd Repository.get_archive_link (issue #65) 2012-09-08 13:04:43 +02:00
Vincent Jacques f963e6ac91 Repository.get_readme and Repository.get_contents (issue #65) 2012-09-08 12:51:37 +02:00
Vincent Jacques 7a19732ca9 Remove a useless TODO about /rate_limit 2012-09-08 12:25:40 +02:00
Vincent Jacques 8335a8e4c8 Small no-impact code improvements 2012-09-08 11:18:56 +02:00
Vincent Jacques 3be2e82b40 Implement subscriptions (issue #70) 2012-09-08 01:54:51 +02:00
Vincent Jacques 5d67293676 Implement stargazers (issue #70) 2012-09-08 01:40:22 +02:00
Vincent Jacques 696e198c18 Implement assignees (issue #68) 2012-09-08 01:16:14 +02:00
Vincent Jacques 76c499df51 Generate TODOs from git://github.com/github/developer.github.com.git
Some of them are already covered by issues #65, #67, #68 and #69
2012-09-07 23:52:28 +02:00
Vincent Jacques 8f184d93af Reconciliate generated code with shipped code
(no impact on shipped code, only re-ordering)
2012-09-07 23:48:43 +02:00
Vincent Jacques ece857f70e Publish version 1.5 2012-09-05 19:54:40 +02:00
Vincent Jacques f79a863f79 Merge branch 'develop' 2012-09-05 19:23:26 +02:00
Vincent Jacques 1322002d18 Merge branch 'topic/Timeout' into develop
Conflicts:
	github/Requester.py
2012-09-05 19:21:10 +02:00
Vincent Jacques 7ae6c60843 Remove duplicated default value 2012-09-05 19:16:19 +02:00
Vincent Jacques 353fe2e50c Add a note about Upverter (issue #63) 2012-09-05 19:10:08 +02:00
Vincent Jacques cfbf0bc884 Merge remote-tracking branch 'origin/topic/DeleteRepository' into develop 2012-09-05 18:56:24 +02:00
Dima Kukushkin 7186391d9c Add notice about timeout to documentation. 2012-08-25 23:40:48 +04:00
Dima Kukushkin 6515629975 Add timeout option 2012-08-25 23:34:19 +04:00
Vincent Jacques b8ac1eaa14 Repository.delete 2012-08-23 09:36:47 +02:00