Commit Graph
653 Commits
Author SHA1 Message Date
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
Vincent Jacques e4124980fa Fix record/replay in test framework 2012-08-23 09:28:47 +02:00
Vincent Jacques bf1e3b588b Publish version 1.4 2012-08-04 08:05:57 +02:00
Vincent Jacques 7348b670fa Fix publish script 2012-08-04 08:02:54 +02:00
Vincent Jacques 609b7b87cf dos2unix, chmod +x 2012-08-04 07:58:30 +02:00
Vincent Jacques 5e58a3575a Fix publication date 2012-08-04 07:53:15 +02:00
Vincent Jacques 09c6396043 Merge branch 'develop' 2012-08-04 07:51:32 +02:00
Vincent Jacques a5c8ee958f Merge branch 'topic/ConnectToGithubEnterprise' into develop 2012-08-04 07:50:53 +02:00
Vincent Jacques 754dc4a92b Update documentation 2012-07-23 18:18:27 +02:00
Vincent Jacques a867416f3f Test GET on url returned by Github Enterprise 2012-07-22 22:45:26 +02:00
Vincent Jacques 9653d44188 Record/replay protocol, host, port 2012-07-22 22:45:06 +02:00
Vincent Jacques ab824bf25d Cover custom base url in tests
(we still have to record/replay the protocol, host and port)
2012-07-22 22:43:31 +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 dc2af211bc Add links to milestones in History 2012-07-13 22:10:56 +02:00
Vincent Jacques 5f17a0e9f5 Tweak the publish.sh script 2012-07-13 21:59:19 +02:00
Vincent Jacques d118b3dc46 Remove the not-so-new News section 2012-07-13 21:58:26 +02:00
Vincent Jacques e6c64ab31e Publish version 1.3 2012-07-13 21:56:42 +02:00
Vincent Jacques b9c4eef489 Fix tests 2012-07-13 21:50:43 +02:00
Vincent Jacques 7e307ea86a Merge branch 'develop' 2012-07-13 21:22:10 +02:00
Vincent Jacques a21eb42be0 Merge branch 'topic/GitAuthorDateAsDatetime' into develop 2012-07-13 21:14:51 +02:00
Vincent Jacques 0218adc564 Finaly remove GitAuthor.timezone
See https://github.com/jacquev6/PyGithub/issues/54#issuecomment-6972414
2012-07-13 21:11:17 +02:00
Vincent Jacques 9c4a3a0bba Merge branch 'topic/Markdown' into develop 2012-07-13 20:42:26 +02:00
Vincent Jacques 478c0aaa2b Implement markdown rendering (Issue #56) 2012-07-13 18:13:43 +02:00
Vincent Jacques 002b7fbdc1 Fix(?) problem with documentation install path (Issue #48) 2012-07-13 13:49:39 +02:00
Vincent Jacques 5cbee7346f Small clean-up + type fixes 2012-07-10 20:37:49 +01:00
Vincent Jacques 4e85f4178a Add tests about issue #54, according to comments by @bilderbuchi 2012-07-10 18:09:35 +02:00
Vincent Jacques f6a3490e7b GitAuthor.date is now a datetime (Issue #54) 2012-07-09 18:16:44 +02:00