AKFish
912bec79d2
Update copyright information
2013-08-21 17:45:01 +08:00
AKFish
3c1d17cd64
Update Repository.py
2013-08-21 17:13:03 +08:00
AKFish
0e842637a6
Update PullRequest.py
2013-08-21 17:03:41 +08:00
AKFish
ef912af6b7
Update Organization.py
2013-08-21 17:01:13 +08:00
AKFish
ba6800ada4
Update NamedUser.py
2013-08-21 16:57:10 +08:00
AKFish
e4baf577ed
Update Milestone.py
2013-08-21 16:24:27 +08:00
AKFish
175488270a
Update Label.py
2013-08-21 16:21:22 +08:00
AKFish
7d40b9eae8
Update IssueEvent.py
2013-08-21 16:17:26 +08:00
AKFish
49a69c9425
Update Issue.py
2013-08-21 16:08:54 +08:00
AKFish
044a000d76
Update Hook.py
2013-08-21 15:58:07 +08:00
AKFish
038e35cb3d
Update GitTree
2013-08-21 15:55:42 +08:00
AKFish
c89bebc729
Update GitTag.py
2013-08-21 15:52:57 +08:00
AKFish
1dbc2dd38f
Update GitRef.py
2013-08-21 15:51:12 +08:00
AKFish
b43de50dc4
Update GitBlob.py
2013-08-21 15:48:08 +08:00
AKFish
c15cb6575b
Update Download.py
2013-08-21 15:33:25 +08:00
AKFish
0c13da4592
Update ContentFile.py
2013-08-21 15:31:45 +08:00
AKFish
ced048663b
Update Comparision.py
2013-08-21 15:29:13 +08:00
AKFish
3b2e19488f
Update CommitComment.py
2013-08-21 15:28:00 +08:00
AKFish
ed32e78da1
Update Commit.py and GitCommit.py
2013-08-21 15:26:05 +08:00
AKFish
2f31828502
Update RepositoryKey.py
2013-08-21 15:04:34 +08:00
AKFish
ca6189c3c9
Change CompletableGithubObject.__init__ without breaking build.
2013-08-21 14:49:20 +08:00
AKFish
6e11aa9cf0
Update Permissions.py
2013-08-21 14:07:10 +08:00
AKFish
6943f6da7f
Update Branch.py
2013-08-21 13:10:32 +08:00
Vincent Jacques
7c49e48305
Fix links to ref in :calls: sections
2013-07-16 23:46:23 +02:00
Vincent Jacques
8484260dc5
Fix our doc to match URLs described in Github API v3 ref doc
2013-07-16 10:32:57 +02:00
Vincent Jacques
06a3d87098
Change source file header format
2013-07-13 19:03:53 +02:00
Vincent Jacques
56309b90f2
Run the script added in previous commit
2013-07-13 11:10:00 +02:00
Vincent Jacques
d0002b7a3c
Fix pep8 and copyrights
2013-06-18 22:35:46 +02:00
Mark Roddy
5e6adc580d
handle 302 responses in get_dir_contents requests
2013-06-18 18:13:33 +02:00
martinqt
bad19c06a4
Repository docstring
2013-06-02 12:32:43 +02:00
Vincent Jacques
db5560bd65
Add a script to check copyrights with git log. And fix copyrights.
2013-03-29 16:54:15 +01:00
Vincent Jacques
fa43e95268
Refactor XxxGithubObject
2013-03-14 12:31:36 +01:00
Vincent Jacques
1e8dda73db
Fix pep8 and coverage
2013-02-17 13:53:13 +01:00
Vincent Jacques
7a415fda66
Change home page
2013-02-16 21:19:49 +01:00
Vincent Jacques
680490a6d8
Merge branch 'develop' into topic/ExperimentOnDocumentation
...
Conflicts:
ReadMe.md
doc/ChangeLog.md
doc/ReferenceOfApis.md
doc/ReferenceOfClasses.md
github/AuthenticatedUser.py
github/Authorization.py
github/CommitComment.py
github/ContentFile.py
github/Download.py
github/Gist.py
github/GistComment.py
github/GitRef.py
github/Github.py
github/Hook.py
github/Issue.py
github/IssueComment.py
github/Label.py
github/Milestone.py
github/PullRequest.py
github/PullRequestComment.py
github/Repository.py
github/RepositoryKey.py
github/Team.py
github/UserKey.py
setup.py
2013-02-16 19:57:13 +01:00
Vincent Jacques
04adab121e
Implement Repository.get_dir_contents (issue #140 )
2013-02-16 19:09:25 +01:00
Vincent Jacques
3cbc81551a
Refactor: put form/multipart encoding in Requester
...
And remove my fucking credentials from git! (Password changed, btw)
2013-02-05 19:47:52 +01:00
Vincent Jacques
e9be857089
Rename methods in Requester
2013-02-05 19:39:03 +01:00
Vincent Jacques
f024950884
First implementation of PubSubHubbub (un)subscription (Issue #129 )
...
This will need 'some' refactoring.
2013-02-05 19:23:20 +01:00
Vincent Jacques
abf0867543
Generate some repetitive doc files
2012-12-29 08:47:23 +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
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
aac5eec5fd
Merge branch 'develop' into topic/GetContentsWithRef
2012-12-25 11:30:34 +01:00
Christopher Gilbert
09df2f629c
Added optional ref parameter for Repository.get_contents
2012-12-23 12:10:29 +00:00
Vincent Jacques
9a03610f7b
Use absolute imports. May help with Python 3
2012-11-21 20:13:12 +01:00
Vincent Jacques
a6972c03c3
Fix assertion failure on big integers (issue #116 )
2012-11-20 19:34:55 +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
Zearin
4c6a70c24a
Add encoding comment to source files
...
This is a minor thing. It’s a convention, not a rule (obviously)—but it’s also a best practice.
Many text editors look for this kind of comment as the first line—or second line, if there is a shebang (the `#!/usr/bin/env python`, or whatever else)—and make use of this to determine the file’s encoding.
2012-11-01 11:43:56 -04:00
Vincent Jacques
af98e6d1d4
Implement optional revert of #102 (issue #104 )
2012-10-28 10:12:25 +01:00
Vincent Jacques
1010c9af18
Prepend "/refs/" in Repository.get_git_ref (issue #102 )
2012-10-07 13:03:42 +02:00