Commit Graph
1360 Commits
Author SHA1 Message Date
@tmshn ba007dc8a8 Added "assignees" argument in Repository.create_issue() 2016-10-10 11:08:52 +09:00
@tmshn 14dd9f0850 Enhance support of "assignees" argument in Issue.edit() 2016-10-10 11:08:41 +09:00
@tmshn e0e5fdf9c0 Added "assignees" attribute to Issue object. 2016-10-09 01:22:03 +09:00
Jannis Gebauer 43f61f9471 Publish version 1.29 2016-10-05 11:43:21 +02:00
Jannis Gebauer 8b40674d1d Merge pull request #448 from PyGithub/contentfile-listing
Support directories in repo.get_contents
2016-10-05 11:39:42 +02:00
Jannis Gebauer 3be4113b7b Merge pull request #466 from PyGithub/issue-assignees
Issue assignees
2016-10-05 11:39:24 +02:00
Jannis Gebauer 3a8edc771a add issue assignee param 2016-10-05 11:31:09 +02:00
Jimmy Zelinskie aca37dbb14 Merge pull request #462 from geex-arts/fix-rate-limit-exception
Fix diffrerent case
2016-09-28 21:19:16 -04:00
Denis K fcf6cfb50a Fix diffrerent case 2016-09-25 22:31:20 +03:00
Jimmy Zelinskie 76b4ed4fc9 Merge pull request #454 from mattjmorrison/add-team-repo-permissions
Add ability to set permission for team repo
2016-09-17 13:51:11 -04:00
Jimmy Zelinskie eecface0c8 Merge pull request #451 from geex-arts/fix-redirects
Fix status check
2016-09-17 13:48:51 -04:00
Jimmy Zelinskie 69c90e266a Merge pull request #455 from matthew-brett/install-gh-update
DOC: remove easy_install suggestion; update links
2016-09-17 13:24:58 -04:00
Matthew Brett 45e76d9a34 DOC: remove easy_install suggestion; update links
Remove suggestion to use easy_install, it's strongly deprecated now.

Change github.com/jacquev6 to github.com/PyGithub
2016-09-16 20:55:36 -07:00
mattjmorrison 93473458a1 Add permission param documentation 2016-09-16 14:28:26 -05:00
mattjmorrison 5dddea78f0 Add ability to set permission for team repo
https://developer.github.com/v3/orgs/teams/#add-or-update-team-repository
2016-09-16 14:16:54 -05:00
Denis K 073bb442f6 Fix status check 2016-09-16 20:44:01 +03:00
Jannis Gebauer 0799753530 adds support for content dirs 2016-09-15 14:22:22 +02:00
Jannis Gebauer 4a657d67f8 Publish version 1.28 2016-09-11 21:58:32 +02:00
Jimmy Zelinskie 65fc5d3c29 Merge pull request #445 from PyGithub/nicer-repr
Nicer __repr__ for GithubObjects
2016-09-11 15:05:34 -04:00
Jannis Gebauer 5d3528475f test against python 3.5 2016-09-08 10:47:40 +02:00
Jannis Gebauer 78374b9d5e sort params and make them work on py3 2016-09-08 10:46:06 +02:00
Jannis Gebauer 8571d87c77 adds a nicer __repr__ 2016-09-08 10:25:48 +02:00
Jimmy Zelinskie 676f13bfa5 Merge pull request #442 from jaredsmith/master
Properly handle HTTP Proxy authentication with Python 3
2016-08-30 16:21:52 -04:00
Jared K. Smith 464259da91 Add missing space 2016-08-30 06:17:22 -04:00
Jared K. Smith d015154c98 Properly handle HTTP Proxy authentication with Python 3 2016-08-29 13:19:18 -04:00
Jimmy Zelinskie fc5f097231 Merge pull request #438 from fukatani/fix-typo-repo
Fix small typo
2016-08-14 11:52:13 -04:00
fukatani 987bca00fa Fix small typo 2016-08-14 14:35:19 +09:00
Jannis Gebauer d640666cd6 push to 'origin' instead of 'github' 2016-08-12 09:15:23 +02:00
Jannis Gebauer 0098e08792 Publish version 1.27.1 2016-08-12 09:01:38 +02:00
Jannis Gebauer 48f32cbfa5 update the pypi password to cut a new release 2016-08-12 08:53:18 +02:00
Jannis Gebauer 37c9a5045d Publish version 1.27.0 2016-08-11 17:51:28 +02:00
Jannis Gebauer 4c05e809fb leave out the doc part during publish 2016-08-11 17:50:11 +02:00
Jimmy Zelinskie 2d65840dfd Merge pull request #437 from PyGithub/travis
Releases based on travis
2016-08-11 11:27:10 -04:00
Jannis Gebauer 3c20a66e42 upgrade release process based on travis 2016-08-11 17:07:58 +02:00
Jimmy Zelinskie ef184cccee Merge pull request #436 from GHfan/unicode_content_file_support_py2
change file content encoding to support unicode(like chinese), py2
2016-08-10 11:57:54 -04:00
ghfan 5404030119 change file content encoding to support unicode(like chinese), py2 2016-08-10 20:33:20 +08:00
Jannis Gebauer 9134aa2b04 adds missing testfile corrections 2016-08-09 09:28:07 +02:00
Jannis Gebauer 0f29a53e17 fixed file API return values
The returned objects were not correctly populated, leaving us with
empty objects.

This is now fixed.
2016-07-29 09:54:31 +02:00
Jannis Gebauer 7390827c6c assert by str and unicode to make it more py3 friendly 2016-07-28 09:29:06 +02:00
Martijn Koster 70e30c5371 Patch issue 358 status context (#428)
* Add "context" to CommitStatus
* Add testcase for context in CommitStatus
2016-07-26 20:56:14 -04:00
Matt Babineau 3c6f99feb4 Adding "since" param to Issue.get_comments() (#426) 2016-07-21 11:19:13 -04:00
Jannis Gebauer 6fdfadc596 Merge branch 'enix223-master' 2016-07-18 17:16:33 +02:00
Jannis Gebauer 446313ea81 Merge branch 'master' of https://github.com/enix223/PyGithub into enix223-master 2016-07-18 17:15:19 +02:00
Peter Buckley cb0cf0a680 update doc url everywhere (#420) 2016-07-12 16:38:02 -04:00
Peter Buckley 23c0e75139 fix a couple typos to be clearer (#419) 2016-07-08 17:50:26 -04:00
Jimmy Zelinskie 227b3ef615 Merge pull request #417 from edunham/explain-authed-user
Document how one gets an AuthenticatedUser object
2016-07-05 18:26:22 -04:00
E. Dunham ba66862179 Document how one gets an AuthenticatedUser object 2016-07-05 14:23:58 -07:00
Jimmy Zelinskie d1b4a2ad33 Merge pull request #413 from proyvind/proyvind-fixes
fix wrong expectance on requestJsonAndCheck() returning {} if no data
2016-06-30 15:41:35 -04:00
Per Øyvind Karlsen 8985368e29 fix wrong expectance on requestJsonAndCheck() returning {} if no data
When there's no data, requestJsonAndCheck(), or rather
__structuredFromJson() returns None rather than {}.
As both None & {} evaluates to false, 'if not data:' will give the
correct behaviour regardless of returning {} or None.
2016-06-30 16:53:35 +02:00
Jimmy Zelinskie 1863ca26c7 Merge pull request #403 from mat128/handle_redirects
Follow redirects in the case of a 301 status code
2016-06-28 12:59:06 -04:00