Commit Graph
105 Commits
Author SHA1 Message Date
Vincent Jacques 2558a8f2dd Fix doc 2012-12-25 13:47:34 +01:00
Vincent Jacques c0723e4c79 Merge branch 'master' into topic/ExperimentOnDocumentation
Conflicts:
	ReadMe.md
	doc/ChangeLog.md
	setup.py
2012-12-25 13:37:46 +01:00
Vincent Jacques c58d550b67 Prepare version 1.10.0 + pep8 2012-12-25 13:14:52 +01:00
Vincent Jacques 5edf5a120e Repository.get_issues_comments and Repository.get_pulls_comments (issue #126) 2012-12-25 13:02:15 +01:00
Vincent Jacques b8a3a12991 Add client_id and client_secret parameters to AuthenticatedUser.create_authorization (issue #125) 2012-12-25 12:19:19 +01:00
Vincent Jacques d8e4ece9a7 Complete "ref in Repository.get_contents and .get_readme" (pull #124)
Add documentation and automated tests
2012-12-25 11:50:54 +01:00
Vincent Jacques 284db47d79 Merge branch 'develop' into topic/ExperimentOnDocumentation
Conflicts:
	ReadMe.md
	doc/ReferenceOfApis.md
	doc/ReferenceOfClasses.md
2012-12-21 22:22:43 +01:00
Vincent Jacques 614ea9b992 Fix doc 2012-12-21 22:00:48 +01:00
Vincent Jacques 5b52f652e0 Github.get_gitignore_template[s] (issue #120) 2012-12-21 21:10:53 +01:00
Vincent Jacques 64ec395298 Get repo from full name: tests, doc, fix param name (Pull #121) 2012-12-21 20:38:29 +01:00
Vincent Jacques 92ceb92f7e Fix nested bulleted lists 2012-11-28 09:29:22 +01:00
Vincent Jacques 54554b280d Improve 2012-11-27 21:14:30 +01:00
Vincent Jacques 64c7aae171 Use version from setup.py in documentation 2012-11-26 08:36:36 +01:00
Vincent Jacques 07c062d3ce Re-organize doc 2012-11-26 08:10:37 +01:00
Vincent Jacques da6e3e3120 Change ReadMe and ChangeLog to reStructuredText 2012-11-26 07:54:31 +01:00
Vincent Jacques 4b5672b338 Do not push docs 2012-11-25 15:30:06 +01:00
Vincent Jacques e3938ebc36 Add disclaimer 2012-11-23 21:25:10 +01:00
Vincent Jacques a2f9690705 Merge branch 'develop' into topic/ExperimentOnDocumentation
Conflicts:
	github/Github.py
	github/GithubObject.py
2012-11-22 21:21:15 +01:00
Vincent Jacques 335e5a36e7 Minor fixes 2012-11-20 19:43:35 +01:00
Vincent Jacques a6972c03c3 Fix assertion failure on big integers (issue #116) 2012-11-20 19:34:55 +01:00
Vincent Jacques 86033f8a62 Prepare version 1.9.0 2012-11-19 21:40:17 +01:00
Vincent Jacques f80df9e429 Add auto_init and gitignore_template to create_repo (issue #106)
http://developer.github.com/changes/2012-9-28-auto-init-for-repositories/
2012-11-03 10:06:52 +01:00
Vincent Jacques 47dee65b63 Implement default_branch in Repository.edit (issue #107)
See http://developer.github.com/changes/2012-10-24-set-default-branch/
2012-11-03 09:49:01 +01:00
Vincent Jacques 55dd10f7fd Documentation and tests for PullRequest.assignee (Pull #111) 2012-11-03 09:24:35 +01:00
Vincent Jacques 9bee696d78 Prepare v1.8.1 2012-10-28 10:32:41 +01:00
Vincent Jacques 31110327ec Publish version 1.8.0 2012-09-30 19:59:20 +02:00
Vincent Jacques 6e39b78e97 Changelog 2012-09-25 23:29:02 +02:00
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 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 70c875fa99 Document PaginatedList.get_page (issue #77) 2012-09-12 20:50:30 +02:00
Vincent Jacques b351413aaa Improve documentation (issue #78) 2012-09-11 21:15:53 +02:00
Vincent Jacques 697920fe59 Anticipate doc and tests for pull request #74 2012-09-11 20:45:56 +02:00
Vincent Jacques b758b24bdb Implement https://api.github.com/hooks (issue #35) 2012-09-08 19:35:58 +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 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 1322002d18 Merge branch 'topic/Timeout' into develop
Conflicts:
	github/Requester.py
2012-09-05 19:21:10 +02:00