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 }}
IIKovalenko
/
python-github2
Public
forked from
svetlyak40wt/python-github2
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-github2
github2
on
master
User selector
All users
All time
Commit history
Commits on Jan 5, 2011
Added method 'iter' for commits. It uses pagerator library to iterate over pages.
svetlyak40wt
committed
f337f3c
View commit details
Copy full SHA for f337f3c
View code at this point
Browse repository at this point
Commits on Jan 4, 2011
Paging support for commit list using optional 'page' argument.
svetlyak40wt
committed
94e25da
View commit details
Copy full SHA for 94e25da
View code at this point
Browse repository at this point
Commits on Dec 16, 2010
Minor PEP 8 compliance changes.
JNRowe
authored and
jdunck
committed
675ba1c
View commit details
Copy full SHA for 675ba1c
View code at this point
Browse repository at this point
Commits on Dec 11, 2010
Encode search terms for issues.
Show description for 04eaca4
JNRowe
committed
04eaca4
View commit details
Copy full SHA for 04eaca4
View code at this point
Browse repository at this point
Commits on Dec 10, 2010
Merge branch 'master' of https://github.com/JNRowe/python-github2 into JNRowe-master
nvie
committed
56a4ab6
View commit details
Copy full SHA for 56a4ab6
View code at this point
Browse repository at this point
Commits on Dec 7, 2010
Revert "GitHub's API changed the date format tonight."
Show description for 1a4b552
nvie
committed
1a4b552
View commit details
Copy full SHA for 1a4b552
View code at this point
Browse repository at this point
Commits on Dec 6, 2010
GitHub's API changed the date format tonight.
Show description for 431bd8d
nvie
committed
431bd8d
View commit details
Copy full SHA for 431bd8d
View code at this point
Browse repository at this point
Add support for Github's OAuth authentication URLs.
Show description for 988ddde
nvie
committed
988ddde
View commit details
Copy full SHA for 988ddde
View code at this point
Browse repository at this point
PyFlakes.
nvie
committed
2445800
View commit details
Copy full SHA for 2445800
View code at this point
Browse repository at this point
Commits on Nov 26, 2010
Added github.repos.pushable() as described in the API documentation.
johl
authored and
jdunck
committed
ccded65
View commit details
Copy full SHA for ccded65
View code at this point
Browse repository at this point
Commits on Nov 20, 2010
Include fractions of seconds in api delay.
jdunck
committed
4d90571
View commit details
Copy full SHA for 4d90571
View code at this point
Browse repository at this point
Add project property to Repository, a bit more convenient in client code than owner+'/'+name.
jdunck
committed
c595cf6
View commit details
Copy full SHA for c595cf6
View code at this point
Browse repository at this point
Commits on Nov 2, 2010
Add support for editing issues.
JNRowe
committed
f99a3db
View commit details
Copy full SHA for f99a3db
View code at this point
Browse repository at this point
Add support for reopening issues.
JNRowe
committed
cfc4c9e
View commit details
Copy full SHA for cfc4c9e
View code at this point
Browse repository at this point
Commits on Oct 31, 2010
Add support for searching issues.
JNRowe
committed
da635ce
View commit details
Copy full SHA for da635ce
View code at this point
Browse repository at this point
Removed unused import.
JNRowe
committed
274a53c
View commit details
Copy full SHA for 274a53c
View code at this point
Browse repository at this point
Commits on Oct 29, 2010
Bumped version to 0.2.0
Ask Solem
committed
9c573fa
View commit details
Copy full SHA for 9c573fa
View code at this point
Browse repository at this point
to_dict is broken, back it out. fix iterate (all on BaseDataType)
Sameer Al-Sakran
authored and
Ask Solem
committed
a26bea8
View commit details
Copy full SHA for a26bea8
View code at this point
Browse repository at this point
ok. wind back email encoding.
Sameer Al-Sakran
authored and
Ask Solem
committed
18f73d7
View commit details
Copy full SHA for 18f73d7
View code at this point
Browse repository at this point
multi word queries need to be encoded properly
Sameer Al-Sakran
authored and
Ask Solem
committed
c079bbf
View commit details
Copy full SHA for c079bbf
View code at this point
Browse repository at this point
add languages api function
Sameer on mactop
authored and
Ask Solem
committed
c69c67e
View commit details
Copy full SHA for c69c67e
View code at this point
Browse repository at this point
typo. still some weirdness in iterating
Sameer Al-Sakran
authored and
Ask Solem
committed
8a35844
View commit details
Copy full SHA for 8a35844
View code at this point
Browse repository at this point
add search by email api function
Sameer Al-Sakran
authored and
Ask Solem
committed
e2b28ef
View commit details
Copy full SHA for e2b28ef
View code at this point
Browse repository at this point
total_seconds is a 2.7 addition. saving a line does not seem worth forcing an upgrade
Sameer on mactop
authored and
Ask Solem
committed
1444de9
View commit details
Copy full SHA for 1444de9
View code at this point
Browse repository at this point
Commits on Oct 20, 2010
Added more properties to Repository.
Jonas Obrist
committed
27060a0
View commit details
Copy full SHA for 27060a0
View code at this point
Browse repository at this point
Commits on Sep 21, 2010
Merge branch 'jdunck/api-limits'
Ask Solem
committed
a0f9846
View commit details
Copy full SHA for a0f9846
View code at this point
Browse repository at this point
Add optional rate-limiting by sleeping the thread if too fast.
jdunck
committed
61de502
View commit details
Copy full SHA for 61de502
View code at this point
Browse repository at this point
Commits on Aug 18, 2010
Bumped version to 0.1.3
Ask Solem
committed
210b2ac
View commit details
Copy full SHA for 210b2ac
View code at this point
Browse repository at this point
Merge branch 'pydanny/master'
Show description for 31df6f9
Ask Solem
committed
31df6f9
View commit details
Copy full SHA for 31df6f9
View code at this point
Browse repository at this point
Merge branch 'kennethreitz/master'
Show description for 9d3b1f6
Ask Solem
committed
9d3b1f6
View commit details
Copy full SHA for 9d3b1f6
View code at this point
Browse repository at this point
Commits on Aug 17, 2010
Now supports contributors
pydanny
committed
a3ec0bc
View commit details
Copy full SHA for a3ec0bc
View code at this point
Browse repository at this point
Now supports contributors
pydanny
committed
81455aa
View commit details
Copy full SHA for 81455aa
View code at this point
Browse repository at this point
Commits on Aug 15, 2010
Support listing watched repositories of given username.
Kenneth Reitz
committed
4c852c3
View commit details
Copy full SHA for 4c852c3
View code at this point
Browse repository at this point
Commits on Jul 8, 2010
Merge remote branch 'adamv/wip'
crispywalrus
committed
4e60ba8
View commit details
Copy full SHA for 4e60ba8
View code at this point
Browse repository at this point
Merge remote branch 'adamv/master'
crispywalrus
committed
655c245
View commit details
Copy full SHA for 655c245
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.