Jimmy Zelinskie
a1f3de244d
add changelog entry for 1.26.0
2016-06-27 23:46:02 -04:00
Jimmy Zelinskie
be2e98b64f
update project files
2016-06-27 23:46:01 -04:00
Jimmy Zelinskie
d463150c75
Merge pull request #395 from jlafleche/jlf/fixExceptionPickling
...
Fix for pickling exception when deserializing GithubException.
2016-04-04 20:20:12 -04:00
humbug
8f8b455a35
Fix for pickling exception when deserializing GithubException.
...
See: https://bugs.python.org/issue9400
"Because CalledProcessError extends PyExc_BaseException, which defines a __reduce__ method, that special method cause the pickle load to call the exception type's __init__ method with packed self.args as arguments. So if a subclass of "Exception" needs to behave correctly in pickling, it should make self.args meet its __init__ method's function signature. "
2016-04-04 16:47:43 -07:00
Jimmy Zelinskie
fadb7d75a5
Merge pull request #384 from virtuald/patch-1
...
add support for the head parameter in Repository.get_pulls
2016-02-02 17:06:13 -05:00
Dustin Spicuzza
397a74d19d
add support for the head parameter in Repository.get_pulls
2016-02-02 16:31:29 -05:00
Jimmy Zelinskie
b81f531dba
Merge pull request #382 from doctoryes/master
...
Add ability to check combined status.
2016-01-25 21:49:04 -05:00
John Eskew
5823ed7d42
Add:
...
- CommitCombinedStatus class
- get_combined_status() to Commit class to return combined status
- Add test for combined status.
2016-01-25 17:57:21 -05:00
Jimmy Zelinskie
a16b55bdd1
add MAINTAINERS file
...
[skip ci]
2016-01-12 23:33:21 -05:00
Jimmy Zelinskie
63471573ca
travis: disable email
2016-01-12 23:10:59 -05:00
Jimmy Zelinskie
65360b0d30
fix protect branch tests
2016-01-12 22:55:33 -05:00
Jimmy Zelinskie
b193ff24ae
Merge pull request #372 from khornberg/protect-branch
...
Add branch protection endpoint
2016-01-07 14:57:19 -05:00
Kyle Hornberg
737f0c3ebe
Add branch protection endpoint
2016-01-07 08:13:20 -06:00
Jimmy Zelinskie
a39c1e8b9a
Merge pull request #365 from PyGithub/nhomar-travis-button
...
Add travis button on README.
2015-12-16 01:29:19 -05:00
Nhomar Hernández [Vauxoo]
a83649b68f
Add travis button on README.
2015-12-15 23:18:39 -06:00
Jimmy Zelinskie
45c7f072e4
Merge pull request #364 from tapilab/master
...
fix misspelling: https://github.com/PyGithub/PyGithub/issues/363
2015-12-15 23:56:36 -05:00
Aron Culotta
a06b5ecfb2
fix misspelling: https://github.com/PyGithub/PyGithub/issues/363
2015-12-15 17:21:05 -06:00
Jimmy Zelinskie
5ad69189ea
Merge pull request #360 from allevin/master
...
Add support for the "base" parameter in the repository get_pulls() method.
2015-11-30 12:10:43 -05:00
Aaron Levine
71593a8348
Adding base parameter to get_pulls() method.
2015-11-30 09:44:02 -07:00
Jimmy Zelinskie
b16e3a04ff
Merge pull request #355 from kevinsl/master
...
add support for the direction parameter in Repository.get_pulls
2015-11-17 17:50:38 +01:00
Kevin Lewandowski
70bcb6d0c1
add support for the direction parameter in Repository.get_pulls
2015-11-16 23:08:31 -08:00
Jimmy Zelinskie
f37d1febe1
Merge pull request #354 from jayfk/creator-parameter
...
Add creator to get_issues
2015-11-09 12:09:57 -05:00
Jay
ca9af4f421
added creator parameter
2015-11-09 14:00:33 +01:00
Jimmy Zelinskie
ace2b0c067
Publish version
2015-11-05 23:19:01 -05:00
Jimmy Zelinskie
621861ecd7
Merge pull request #352 from babineaum/patch-1
...
Updating doc link for Github Commit Statuses
2015-11-03 16:22:24 -05:00
Matt Babineau
a3dc763ba5
Update CommitStatus.py
2015-11-03 15:50:59 -05:00
Jimmy Zelinskie
c7a85c0d7b
Merge pull request #347 from danvk/starred-at
...
Add repo.get_stargazers_with_dates()
2015-10-14 16:28:36 -04:00
Dan Vanderkam
d31742a719
Add repo.get_stargazers_with_dates()
2015-10-14 15:19:39 -04:00
Jimmy Zelinskie
a0214ccc69
Merge pull request #346 from danvk/paginated-headers
...
Thread headers through PaginatedList
2015-10-14 14:05:30 -04:00
Dan Vanderkam
fb6f3cb3a2
Thread headers through PaginatedList
2015-10-14 11:07:13 -04:00
Jimmy Zelinskie
b32df14365
Merge pull request #343 from umeboshi2/master
...
support long integers in get_repo
2015-10-03 12:26:14 -04:00
Joseph Rawson
3cf0a44691
support long integers in get_repo
2015-10-03 11:16:54 -05:00
Jimmy Zelinskie
0e0b74a5d8
Merge pull request #340 from crwilcox/master
...
Fixes #339 by allowing strings in the labels list.
2015-09-16 19:15:28 -04:00
Christopher Wilcox
3f65a123fb
Add test for #339 fix
2015-09-16 15:43:15 -07:00
Christopher Wilcox
f532deea3f
Fixes #339 by allowing strings in the labels list.
2015-09-15 12:46:32 -07:00
Jimmy Zelinskie
3e4e5cdb00
Merge pull request #336 from klnrajareddy/master
...
Fixing https://github.com/PyGithub/PyGithub/issues/335 .
2015-08-27 11:53:21 -04:00
Raja Reddy Karri
3aee448428
Fixing https://github.com/PyGithub/PyGithub/issues/335 .
...
Issue.remove_from_labels fails when the label passed is a string with whitespace characters
2015-08-27 15:49:35 +05:30
Jimmy Zelinskie
95640f3ae6
Merge pull request #334 from sbesson/org_members_filter_role
...
Add support for filter/role options in Organization.get_members()
2015-08-18 15:58:17 -04:00
Sebastien Besson
763491310a
Add trailing underscore to filter_ and use {} as the default dict
2015-08-18 20:43:27 +01:00
Sebastien Besson
31f4b1bd62
Add support for filter/role options in Organization.get_members()
2015-08-18 11:57:25 +01:00
Jimmy Zelinskie
c571564505
Merge pull request #326 from kokosing/feature_add-gifi-usage
...
Documentation: add git-gifi usage to list of projects using PyGithub
2015-07-13 12:13:03 -04:00
Grzegorz Kokosiński
247c233886
Documentation: add git-gifi usage to list of projects using PyGithub
2015-07-13 10:04:26 +02:00
Jimmy Zelinskie
1ad1b99b73
use containers on travis-ci
...
by setting sudo=false, travis-ci can optimize our tests to run in a container, which is much faster
2015-05-08 11:34:15 -04:00
Jimmy Zelinskie
8c279e283a
Merge pull request #308 from jhermann/patch-1
...
Fixed documentation link
2015-05-08 11:20:30 -04:00
Jimmy Zelinskie
56f6a27893
Merge pull request #315 from edhollandAL/master
...
Freshen master with changes from develop
2015-05-08 11:10:32 -04:00
edhollandAL
e99ab3caf7
Merge pull request #1 from edhollandAL/develop
...
Freshen master with changes from develop
2015-05-08 14:57:59 +01:00
Ed Holland
ed466343d3
Fix style problems in new code
2015-04-24 10:18:00 +01:00
Ed Holland
906d8d8ed2
Add support for github releases. Includes methods for creating + getting releases, but no support for assests yet
2015-04-24 10:15:18 +01:00
Jimmy Zelinskie
8f8e1adc79
Merge pull request #309 from beugley/master
...
Connect through a proxy with authentication
2015-04-15 16:53:41 -04:00
Brian Eugley
9be7506f15
code improvement
2015-04-15 15:50:30 -04:00