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
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 }}
lepistone
/
github3.py
Public
forked from
sigmavirus24/github3.py
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
github3.py
github3
models.py
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 27, 2016
Add License preview header to repository, to get a repository's license
Dejan Svetec
committed
9dcf87c
View commit details
Copy full SHA for 9dcf87c
View code at this point
Browse repository at this point
Commits on Feb 18, 2016
Removed GitHubObject from models
Show description for 77067ee
itsmemattchung
committed
77067ee
View commit details
Copy full SHA for 77067ee
View code at this point
Browse repository at this point
Commits on Jan 2, 2016
Migrated GitHub test cases to tests/{integration, unit}
Show description for e2465db
itsmemattchung
committed
e2465db
View commit details
Copy full SHA for e2465db
View code at this point
Browse repository at this point
Commits on Dec 17, 2015
Add __getattr__ to GitHubObject class
Show description for e4dc72f
itsmemattchung
committed
e4dc72f
View commit details
Copy full SHA for e4dc72f
View code at this point
Browse repository at this point
Commits on Nov 8, 2015
Fixup pull request #459
sigmavirus24
committed
ea94c9b
View commit details
Copy full SHA for ea94c9b
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
Add support for filtering team/organization members by role
Show description for a5d2375
mwielgoszewski
committed
a5d2375
View commit details
Copy full SHA for a5d2375
View code at this point
Browse repository at this point
Commits on Feb 22, 2015
Raise exception if json is not the expected type
Show description for fee85cf
sigmavirus24
committed
fee85cf
View commit details
Copy full SHA for fee85cf
View code at this point
Browse repository at this point
Commits on Sep 15, 2014
Merge remote-tracking branch 'origin/develop' into 1.0-alpha
Show description for 403b666
sigmavirus24
committed
403b666
View commit details
Copy full SHA for 403b666
View code at this point
Browse repository at this point
tests pass, fixes #248
esacteksab
committed
8ac6b27
View commit details
Copy full SHA for 8ac6b27
View code at this point
Browse repository at this point
Commits on Sep 6, 2014
Only use the class name
sigmavirus24
committed
ffa9543
View commit details
Copy full SHA for ffa9543
View code at this point
Browse repository at this point
Move NullObject to its own module
Show description for 015d56f
sigmavirus24
committed
015d56f
View commit details
Copy full SHA for 015d56f
View code at this point
Browse repository at this point
Commits on Sep 1, 2014
Last few clean up instances
sigmavirus24
committed
5d819d4
View commit details
Copy full SHA for 5d819d4
View code at this point
Browse repository at this point
Commits on Aug 25, 2014
Use new error classes
sigmavirus24
committed
3bdf76f
View commit details
Copy full SHA for 3bdf76f
View code at this point
Browse repository at this point
Commits on Aug 24, 2014
Move GitHubError to exceptions module
Show description for 5eecc64
sigmavirus24
committed
5eecc64
View commit details
Copy full SHA for 5eecc64
View code at this point
Browse repository at this point
Last of the docstrings and __init__s in base
sigmavirus24
committed
df210b6
View commit details
Copy full SHA for df210b6
View code at this point
Browse repository at this point
Docstrings and __init__s
sigmavirus24
committed
f71efff
View commit details
Copy full SHA for f71efff
View code at this point
Browse repository at this point
Since we still want _api's behaviour and guarantees
sigmavirus24
committed
bcb2a8b
View commit details
Copy full SHA for bcb2a8b
View code at this point
Browse repository at this point
More docstring changes and minor refactorings
Show description for ec50f2d
sigmavirus24
committed
ec50f2d
View commit details
Copy full SHA for ec50f2d
View code at this point
Browse repository at this point
Refactoring in github3.models
Show description for 2bced28
sigmavirus24
committed
2bced28
View commit details
Copy full SHA for 2bced28
View code at this point
Browse repository at this point
Rename _session to session on all relevant objects
sigmavirus24
committed
54e880e
View commit details
Copy full SHA for 54e880e
View code at this point
Browse repository at this point
Commits on Aug 22, 2014
Replace login with username in Issue
sigmavirus24
committed
3d01d9f
View commit details
Copy full SHA for 3d01d9f
View code at this point
Browse repository at this point
Migrate public_repos
sigmavirus24
committed
ca0c239
View commit details
Copy full SHA for ca0c239
View code at this point
Browse repository at this point
Rename attributes to prevent conflict with methods
sigmavirus24
committed
a19e572
View commit details
Copy full SHA for a19e572
View code at this point
Browse repository at this point
Commits on Aug 20, 2014
to_json -> as_json
esacteksab
committed
ff4e9a5
View commit details
Copy full SHA for ff4e9a5
View code at this point
Browse repository at this point
Commits on Aug 18, 2014
Also put json.get in the json is not None check
pamelafox
committed
f748d7b
View commit details
Copy full SHA for f748d7b
View code at this point
Browse repository at this point
Commits on Jul 17, 2014
Rename Organization#iter_members
sigmavirus24
committed
2e3dba2
View commit details
Copy full SHA for 2e3dba2
View code at this point
Browse repository at this point
Commits on Jul 5, 2014
Some refactoring for GitHub#repository_issues
Show description for e241de7
sigmavirus24
committed
e241de7
View commit details
Copy full SHA for e241de7
View code at this point
Browse repository at this point
Commits on May 1, 2014
Make datetime properties timezone-aware
bgilbert
committed
30b509a
View commit details
Copy full SHA for 30b509a
View code at this point
Browse repository at this point
Commits on Apr 11, 2014
Merge pull request #221 from bgilbert/attributes
Show description for 92bf52b
sigmavirus24
committed
92bf52b
View commit details
Copy full SHA for 92bf52b
View code at this point
Browse repository at this point
Commits on Apr 10, 2014
Drop unnecessary guards around _strptime calls
bgilbert
committed
e7b3614
View commit details
Copy full SHA for e7b3614
View code at this point
Browse repository at this point
Fix truncated attribute documentation
bgilbert
committed
6a3d21c
View commit details
Copy full SHA for 6a3d21c
View code at this point
Browse repository at this point
Handle unicode in the repr string
sigmavirus24
committed
326526f
View commit details
Copy full SHA for 326526f
View code at this point
Browse repository at this point
Fix encoding bug
sigmavirus24
committed
b4a4af7
View commit details
Copy full SHA for b4a4af7
View code at this point
Browse repository at this point
Commits on Mar 29, 2014
Unicode literal all the things
sigmavirus24
committed
8f46a4a
View commit details
Copy full SHA for 8f46a4a
View code at this point
Browse repository at this point
Commits on Dec 24, 2013
Add file encoding to each file
sigmavirus24
committed
df52f13
View commit details
Copy full SHA for df52f13
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.