Commit Graph
1390 Commits
Author SHA1 Message Date
Jimmy Zelinskie 0cf05cb72a Merge pull request #518 from khornberg/patch-1
Correct stable version in documentation
2017-02-01 01:04:23 -05:00
Kyle Hornberg 3598c69d24 Correct stable version in documentation 2017-01-31 07:29:22 -06:00
Jannis Gebauer 2defb8920e new release 1.31 2017-01-30 10:52:45 +01:00
Jannis Gebauer 6f5a2d4421 Merge pull request #449 from PyGithub/integrations
GitHub integrations support
2017-01-27 17:34:41 +01:00
Matthew Neal 0154c6b0d5 Support HTTP 302 redirect in Organization.has_in_members 2017-01-18 22:13:14 -06:00
Michael Pereira f119147399 Add details of repo type for get_repos documentation
Taken from https://developer.github.com/v3/repos/#list-organization-repositories
2017-01-17 12:56:17 -06:00
fukatani 01d4d5fc69 fix repository 2017-01-17 12:55:27 -06:00
Nhomar Hernández [Vauxoo] 9d14335657 Merge pull request #469 from tmshn/support-multiple-assignees
Support multiple assignees on Issue & PullRequest
2017-01-17 12:53:48 -06:00
Jimmy Zelinskie 70e6e8bb5d Merge pull request #499 from gamefiend/qhm-docs
An easier to see link to the documentation in response to issue #480.
2016-12-27 21:09:00 -05:00
Jimmy Zelinskie 83989ed813 Merge pull request #357 from felixonmars/master
Note explicit support for Python 3.5
2016-12-22 12:59:30 -05:00
Felix Yan 3ae55f0fd7 Note explicit support for Python 3.5 2016-12-22 16:16:29 +08:00
Jimmy Zelinskie be868bd6c5 Merge pull request #506 from jamesbroadhead/fix_readme
Fix README instructions
2016-12-19 20:30:59 -05:00
James Broadhead 5b0224e868 Fix README instructions 2016-12-19 15:26:35 +00:00
Quinn Murphy 6039a4b0be An easier to see link to the documentation in response to issue #480. 2016-12-01 18:32:48 -05:00
Jannis Gebauer 77fc4e0f9c Merge pull request #495 from sjcorbett/fix/githubobject-repr
Encode GithubObject repr values in utf-8
2016-11-30 11:24:57 +01:00
Sam Corbett 8ab9082cff Encode GithubObject repr values in utf-8 when using Python2 2016-11-30 10:15:51 +00:00
Jimmy Zelinskie ccfc295006 Merge pull request #492 from Sylvus/master
Added support for subscribers_count
2016-11-28 13:57:17 -05:00
Sylvus 4304ccddec Updated documentation 2016-11-27 15:02:16 +01:00
Sylvus a2da7f94c7 Added a subscribers count field 2016-11-27 15:00:19 +01:00
@tmshn 66430d7831 Added "add_to_assignees" & "remove_from_assignees" method to Issue object. 2016-11-27 21:31:30 +09:00
@tmshn c0de6be5ea Added "assignees" attribute to PullRequest object. 2016-11-22 20:03:30 +09:00
Jimmy Zelinskie a7eb09af04 Merge pull request #479 from ben-whitney/html_url_release
add html_url to GitRelease
2016-10-28 22:39:27 -04:00
Benjamin Whitney ec633aab5e add html_url to GitRelease 2016-10-20 23:51:51 -04:00
Jimmy Zelinskie 612befe650 Merge pull request #476 from jwilk/unused-imports
Removed unused imports
2016-10-17 16:48:12 -04:00
Jakub Wilk 65afc3f714 Removed unused imports
Since 1d9ad14fa9, the setup script no longer uses subprocess, shutil
and os modules.
2016-10-17 13:26:42 +02:00
Jimmy Zelinskie 9723ffadb3 Merge pull request #475 from jwilk/spelling
Fix typo in a constant
2016-10-16 19:24:30 -04:00
Jimmy Zelinskie 67e59b708a Merge pull request #474 from jwilk/rst-formatting
Fix changelog formatting glitch
2016-10-16 16:31:20 -04:00
Jakub Wilk 10a28e0654 Fix typo in a constant 2016-10-16 22:28:45 +02:00
Jakub Wilk 03a9227765 Fix changelog formatting glitch
reStructuredText parser doesn't consider backquote as closing if it's
immediately followed by a letter.
2016-10-16 22:12:59 +02:00
@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 d60943db8c adds GitHub integrations 2016-09-15 15:39:43 +02: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