Vincent Jacques
03a256a405
Publish version 1.12.2
2013-03-03 18:44:25 +01:00
Vincent Jacques
9e6b086c2d
Remove a deprecation warning
2013-03-03 18:35:50 +01:00
Vincent Jacques
0ddb34d987
Fix decoding on Python3 (bytes instead of str) (Issue #142 )
2013-03-03 18:32:10 +01:00
Vincent Jacques
7a415fda66
Change home page
2013-02-16 21:19:49 +01:00
Vincent Jacques
64f2640ed1
Conform to pep8
2013-02-07 18:48:40 +01:00
Vincent Jacques
2215010b0e
Retrieve scopes for current oauth token from response headers (Issue #134 )
2013-02-06 00:04:29 +01:00
Vincent Jacques
681128d41a
Refactor
2013-02-05 23:38:45 +01:00
Vincent Jacques
27ed941f7b
Remove useless Content-Length header
2013-02-05 23:24:51 +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
1804d9a295
pep8 + readme
2012-11-21 21:49:15 +01:00
Vincent Jacques
381a479d6a
Restore Python 2.5 and 2.6
2012-11-21 20:45:45 +01:00
Vincent Jacques
d8e50c7937
Small fixes => tests pass after 2to3
2012-11-21 20:30:35 +01:00
Vincent Jacques
63a56e074a
Add a customizable User-Agent (issue #109 )
2012-11-19 21:18:43 +01:00
Vincent Jacques
3c07876a96
Refactor Requester
2012-11-19 20:44:14 +01:00
Vincent Jacques
ef55a93d9a
Refactor
2012-11-19 20:31:33 +01:00
Vincent Jacques
f6dc7b43fd
Merge branch 'develop' into topic/UnauthenticatedRateLimitedRequests
2012-11-19 20:13:08 +01:00
Michael Woodworth
4f2030ad6c
added client_id and client_secret auth option
2012-11-07 18:15:27 -05: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
ca1e799826
Restore measure of test coverage
2012-10-28 15:53:03 +01:00
Vincent Jacques
af98e6d1d4
Implement optional revert of #102 (issue #104 )
2012-10-28 10:12:25 +01:00
Vincent Jacques
a13ce33beb
Improve logging (related to #88 )
2012-09-25 22:56:43 +02:00
Vincent Jacques
7c60be9516
Fix Content-Type to allow '%' in json payload (issue #87 )
2012-09-25 21:55:03 +02:00
Vincent Jacques
531c3f2d32
Improve comformance to pep8 (+dos2unix)
...
PyGithub is now a public projects with several public contibutors,
I have to abandon my very personal coding conventions.
2012-09-17 20:37:22 +02:00
Vincent Jacques
2ad48a9206
Fix exception
...
As per commit f9dd406465 , some tests ran after Logging.testLogging
fail with a unicode-related exception.
2012-09-17 20:30:28 +02:00
Vincent Jacques
f9dd406465
Test the logging facility
2012-09-17 19:28:29 +02:00
Andrew Bettison
3b5a5002e1
Log raw requests using Python logging module
2012-09-17 17:34:27 +09:30
Vincent Jacques
6fbd63ba4d
Work-around Github Enterprise bad URL (issue #80 )
2012-09-12 19:28:44 +02:00
Vincent Jacques
fb62ca3fb2
Support Python 2.5 again (issue #73 )
2012-09-08 19:17:16 +02:00
Vincent Jacques
8335a8e4c8
Small no-impact code improvements
2012-09-08 11:18:56 +02:00
Vincent Jacques
1322002d18
Merge branch 'topic/Timeout' into develop
...
Conflicts:
github/Requester.py
2012-09-05 19:21:10 +02:00
Vincent Jacques
7ae6c60843
Remove duplicated default value
2012-09-05 19:16:19 +02:00
Dima Kukushkin
6515629975
Add timeout option
2012-08-25 23:34:19 +04:00
Vincent Jacques
e4124980fa
Fix record/replay in test framework
2012-08-23 09:28:47 +02:00
Vincent Jacques
ab824bf25d
Cover custom base url in tests
...
(we still have to record/replay the protocol, host and port)
2012-07-22 22:43:31 +02:00
Steve English
7456c1e49b
Specify a server url for Github.
...
Allows connection to GitHub Enterprise installs on local URLs.
2012-07-23 17:39:56 +01:00
Vincent Jacques
478c0aaa2b
Implement markdown rendering (Issue #56 )
2012-07-13 18:13:43 +02:00
Vincent Jacques
425989c066
This 'except' clause is covered only with Python 2.5
2012-06-20 21:11:09 +01:00
Petteri Muilu
89ed7d6d8c
Testing with Python 2.5
2012-06-19 19:45:15 +03:00
Vincent Jacques
41c2b94f95
Add a copyright and license notice (issue #16 )
2012-06-03 19:56:33 +01:00
Vincent Jacques
d261b4ba46
Factorize checking of status
2012-06-03 11:33:37 +02:00
Vincent Jacques
dbad46e856
Test more exceptions
2012-06-02 13:26:09 +01:00
Vincent Jacques
9820c58477
Move generated code to 'github' instead of 'src/github'
2012-06-02 13:06:28 +01:00
Vincent Jacques
d631e83b79
Move files around
2012-05-10 18:10:17 +02:00
Vincent Jacques
229b218ce6
Simplify
2012-05-04 14:02:07 +02:00
Vincent Jacques
04cde900a0
On the way to code generation instead of meta-description
...
(lots of useless eratic history squashed together in one commit)
2012-05-03 21:51:19 +01:00
Vincent Jacques
a91131be42
Finaly do a poor implementation of Github.get_gists
2012-03-19 20:01:46 +01:00
Vincent Jacques
58b4396aa0
Remove todos, add them as github.com issues
2012-03-13 07:30:43 +01:00
Vincent Jacques
6d51a955d9
Fix and add integration tests about events
2012-03-12 19:59:56 +01:00