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
|
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
|
a2f9690705
|
Merge branch 'develop' into topic/ExperimentOnDocumentation
Conflicts:
github/Github.py
github/GithubObject.py
|
2012-11-22 21:21:15 +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
|
e3bbacef21
|
Improve generated docstrings (slightly)
|
2012-09-17 19:01:24 +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
|
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
|
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
|
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 |
|
Dima Kukushkin
|
7186391d9c
|
Add notice about timeout to documentation.
|
2012-08-25 23:40:48 +04:00 |
|
Vincent Jacques
|
b8ac1eaa14
|
Repository.delete
|
2012-08-23 09:36:47 +02:00 |
|
Vincent Jacques
|
754dc4a92b
|
Update documentation
|
2012-07-23 18:18:27 +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
|
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 |
|
Vincent Jacques
|
2e09bb0b47
|
Publish version 1.2
|
2012-06-29 19:30:20 +01:00 |
|
Vincent Jacques
|
2085882135
|
Clarify return type of methods giving a collection (asked in issue #51)
|
2012-06-29 19:17:48 +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
|
bdad6a4612
|
Create documentation and method stubs for issue #49 (legacy search api)
|
2012-06-28 21:27:53 +01:00 |
|
Vincent Jacques
|
53bdf94807
|
Prepare version 1.0
|
2012-06-02 13:35:08 +01:00 |
|
Vincent Jacques
|
76f05598f4
|
Use datetime where it makes sence (issue #41)
|
2012-06-02 08:28:34 +01:00 |
|
Vincent Jacques
|
dc8143c12e
|
Implement wildcards ("*" and "none") for milestone and assignee in Repository.get_issues
|
2012-06-02 07:19:49 +01:00 |
|
Vincent Jacques
|
1527a836b3
|
Structure more parameters
We will HAVE to reduce differences between generated
code and code that actualy works...
|
2012-06-01 21:16:42 +01:00 |
|