Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
testerfy-opensource
/
python-github2
Public
forked from
ask/python-github2
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-github2
github2
on
master
User selector
All users
All time
Commit history
Commits on Jan 25, 2012
Restoring github2 directory
davidlathrop
committed
088aaad
View commit details
Copy full SHA for 088aaad
View code at this point
Browse repository at this point
Commits on Jan 24, 2012
Renamed github2 to github3 in preparation for the migration to the Github API v3. I also modified the setup.py, setup.cfg and doc/conf.py for this refactoring. Additionally, I made code changes t…
Show description for 7ef5a69
davidlathrop
committed
7ef5a69
View commit details
Copy full SHA for 7ef5a69
View code at this point
Browse repository at this point
Commits on Jan 18, 2012
Added warning for unknown HTTP status.
JNRowe
committed
b08b9b7
View commit details
Copy full SHA for b08b9b7
View code at this point
Browse repository at this point
Warn about bundled certs on creation not import.
JNRowe
committed
3bd621c
View commit details
Copy full SHA for 3bd621c
View code at this point
Browse repository at this point
Append 422 status to HTTP responses dict.
JNRowe
committed
a7e495f
View commit details
Copy full SHA for a7e495f
View code at this point
Browse repository at this point
Don't override httplib2 certificates at module level.
Show description for 478e2a3
JNRowe
committed
478e2a3
View commit details
Copy full SHA for 478e2a3
View code at this point
Browse repository at this point
Simplify delay time calculation.
Show description for f6c908f
JNRowe
committed
f6c908f
View commit details
Copy full SHA for f6c908f
View code at this point
Browse repository at this point
More silly little PEP-8 fixes.
Show description for 4bb1f50
JNRowe
committed
4bb1f50
View commit details
Copy full SHA for 4bb1f50
View code at this point
Browse repository at this point
Added support for Github Enterprise hosts.
Show description for 405dbed
modocache
authored and
JNRowe
committed
405dbed
View commit details
Copy full SHA for 405dbed
View code at this point
Browse repository at this point
Commits on Jan 14, 2012
Fixed silly DST straddling delay bug.
Show description for e3a239a
JNRowe
committed
e3a239a
View commit details
Copy full SHA for e3a239a
View code at this point
Browse repository at this point
Converted remaining warnings users to logging.
JNRowe
committed
dcd6088
View commit details
Copy full SHA for dcd6088
View code at this point
Browse repository at this point
Skip unrecognised HTTP status lookups in HttpError.
Show description for 4c2b325
JNRowe
committed
4c2b325
View commit details
Copy full SHA for 4c2b325
View code at this point
Browse repository at this point
Commits on Dec 21, 2011
Fixed broken Python 2.4 handling in github2.requests.
JNRowe
committed
baa6a04
View commit details
Copy full SHA for baa6a04
View code at this point
Browse repository at this point
Bumped version to 0.6.0.
JNRowe
committed
98a9647
View commit details
Copy full SHA for 98a9647
View code at this point
Browse repository at this point
Commits on Dec 20, 2011
Fix for users unable to use system certificates.
Show description for d32273a
JNRowe
committed
d32273a
View commit details
Copy full SHA for d32273a
View code at this point
Browse repository at this point
Merge branch 'feat/gooseprojects_teams'
Show description for 8b860ac
JNRowe
committed
8b860ac
View commit details
Copy full SHA for 8b860ac
View code at this point
Browse repository at this point
Use system certificates database, if possible.
Show description for de1f059
JNRowe
committed
de1f059
View commit details
Copy full SHA for de1f059
View code at this point
Browse repository at this point
Added method to add a new team member.
Show description for b77e3c9
JNRowe
committed
b77e3c9
View commit details
Copy full SHA for b77e3c9
View code at this point
Browse repository at this point
Added method to add a new team.
Show description for 05f4e79
JNRowe
committed
05f4e79
View commit details
Copy full SHA for 05f4e79
View code at this point
Browse repository at this point
Support the use of repeated keys in query strings.
JNRowe
committed
b0c12a7
View commit details
Copy full SHA for b0c12a7
View code at this point
Browse repository at this point
Very minor simplification of encode_authentication_data.
JNRowe
committed
5a6ff55
View commit details
Copy full SHA for 5a6ff55
View code at this point
Browse repository at this point
Added requires_auth decorator to team modifying methods.
JNRowe
committed
99a3482
View commit details
Copy full SHA for 99a3482
View code at this point
Browse repository at this point
Correct docstring for teams.repositories.
JNRowe
committed
0848007
View commit details
Copy full SHA for 0848007
View code at this point
Browse repository at this point
Don't repeatably call str.upper() when testing method name.
JNRowe
committed
4b5edf4
View commit details
Copy full SHA for 4b5edf4
View code at this point
Browse repository at this point
Simplify testing of Python version.
Show description for 62d95cc
JNRowe
committed
62d95cc
View commit details
Copy full SHA for 62d95cc
View code at this point
Browse repository at this point
Commits on Dec 15, 2011
Merge branch 'feat/py3_without_2to3'
Show description for 2d7519d
JNRowe
committed
2d7519d
View commit details
Copy full SHA for 2d7519d
View code at this point
Browse repository at this point
Commits on Dec 13, 2011
Use __name__ instead of func_name for compatibility with Python 3.
JNRowe
committed
6d5f350
View commit details
Copy full SHA for 6d5f350
View code at this point
Browse repository at this point
Unicode→str kwargs hack only needed for Python <2.7.
JNRowe
committed
d9ba665
View commit details
Copy full SHA for d9ba665
View code at this point
Browse repository at this point
Wrap print statement/function in scripts for compatibility.
JNRowe
committed
d85343f
View commit details
Copy full SHA for d85343f
View code at this point
Browse repository at this point
httplib.responses fix for Python 2.4 compatibility.
Show description for e221921
JNRowe
committed
e221921
View commit details
Copy full SHA for e221921
View code at this point
Browse repository at this point
No need for unicode→str kwargs hack in Python 3.
JNRowe
committed
32fe44d
View commit details
Copy full SHA for 32fe44d
View code at this point
Browse repository at this point
Use Python 2 & 3 compatible syntax for metaclass usage.
JNRowe
committed
9ea7e4c
View commit details
Copy full SHA for 9ea7e4c
View code at this point
Browse repository at this point
Attempt to import using Python 3 stdlib names first.
JNRowe
committed
edb064d
View commit details
Copy full SHA for edb064d
View code at this point
Browse repository at this point
Silly little PEP-8 fixes.
JNRowe
committed
d13d769
View commit details
Copy full SHA for d13d769
View code at this point
Browse repository at this point
Commits on Oct 19, 2011
Added warning for unpageable requests.
twidi
authored and
JNRowe
committed
ed1e23c
View commit details
Copy full SHA for ed1e23c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.