Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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 }}
Patechoc
/
GitPython
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
GitPython
setup.py
on
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 1, 2016
chore(compat): state py2.6 support officially
Show description for 543d900
Byron
committed
543d900
Copy full SHA for 543d900
Commits on Apr 22, 2016
Declare support for py3.5
Byron
committed
2807d49
Copy full SHA for 2807d49
Commits on Apr 19, 2016
feat(py-support): drop py2.6 support
Show description for 76e19e4
Sebastian Thiel
committed
76e19e4
Copy full SHA for 76e19e4
Commits on Jan 22, 2015
Removed Git.sshkey() as it couldn't be distributed properly.
Show description for 4df4159
Byron
committed
4df4159
Copy full SHA for 4df4159
Bumped version to 0.3.6
Show description for f3d91ca
Byron
committed
f3d91ca
Copy full SHA for f3d91ca
Commits on Jan 12, 2015
Bumped version to 0.3.5, required latest gitdb (v0.6.4)
Byron
committed
a2d3952
Copy full SHA for a2d3952
Commits on Jan 8, 2015
Added assertion to better detect diff issues.
Show description for 27b4efe
Byron
committed
27b4efe
Copy full SHA for 27b4efe
Commits on Jan 6, 2015
Bumped gitdb requirement.
Show description for b18fd3f
Byron
committed
b18fd3f
Copy full SHA for b18fd3f
Bumped version to 0.3.4
Byron
committed
68f8a43
Copy full SHA for 68f8a43
Commits on Jan 4, 2015
Replaced ordered dict with standard version; used logging module
Show description for 6f55c17
Byron
committed
6f55c17
Copy full SHA for 6f55c17
Bumped version, updated changelog, reduced code smell
Show description for c80d727
Byron
committed
c80d727
Copy full SHA for c80d727
Commits on Nov 19, 2014
Added build-the-docs badge and updated url
Byron
committed
4ae92aa
Copy full SHA for 4ae92aa
Commits on Nov 16, 2014
pep8 linting (whitespace before/after)
Show description for 614907b
hashar
committed
614907b
Copy full SHA for 614907b
Commits on Nov 14, 2014
Lint setup.py
Show description for 2ab7ac2
hashar
committed
2ab7ac2
Copy full SHA for 2ab7ac2
Don't use tuples in setup.py requirement specs
Show description for 0441fdc
Byron
committed
0441fdc
Copy full SHA for 0441fdc
Merge branch 'tox' of https://github.com/hashar/GitPython into hashar-tox
Show description for c914637
Byron
committed
c914637
Copy full SHA for c914637
Prepared release 0.3.2
Show description for c5452aa
Byron
committed
c5452aa
Copy full SHA for c5452aa
Commits on Jul 25, 2014
List runtime dependencies in requirements.txt
Show description for dbd784b
hashar
committed
dbd784b
Copy full SHA for dbd784b
Commits on May 21, 2014
Merge branch '0.3' of https://github.com/wyrdvans/GitPython into wyrdvans-0.3
Show description for 10809e8
Byron
committed
10809e8
Copy full SHA for 10809e8
Commits on Feb 9, 2014
tabs to 4 spaces - this won't make integrating the patches easier, but it's probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
Byron
committed
f573b68
Copy full SHA for f573b68
Commits on Nov 19, 2012
Remove requires in setup.py.
Jason Schadel
committed
2ea7614
Copy full SHA for 2ea7614
Commits on Jan 17, 2011
setup.py: fixed incorrect handling of toplevel package path - I must have been very confused when setting it up that way
Byron
committed
5eb7fd3
Copy full SHA for 5eb7fd3
Commits on Nov 25, 2010
update setup.py to allow binary builds, which is required for installation and distribution
Byron
committed
9004e3a
Copy full SHA for 9004e3a
Updated information files
Byron
committed
0cfe75d
Copy full SHA for 0cfe75d
Fixed setup tools
Byron
committed
f24736a
Copy full SHA for f24736a
Moved everything into the git subdirectory - some tests still need to be adjusted
Byron
committed
cb68eef
Copy full SHA for cb68eef
Commits on Nov 21, 2010
Updated MANIFEST and setup to include fixtures. Adjusted includes in all tests to work with the new directory structure
Byron
committed
9ca0f89
Copy full SHA for 9ca0f89
Fixed setup script to work with changed folder structure
Byron
committed
83a9e4a
Copy full SHA for 83a9e4a
Added zip_safe info to setup.py file
Byron
committed
685760a
Copy full SHA for 685760a
Commits on Jul 9, 2010
bumped verison to 0.3.0 beta2
Show description for 258403d
Byron
committed
258403d
Copy full SHA for 258403d
Commits on Jul 8, 2010
setup.py: fixed requirement - its interesting to see that there are two different keywords for distutils and setuptools, the latter one doesn't read the ones of the first one, unfortunately
Byron
committed
3288a24
Copy full SHA for 3288a24
Commits on Jul 1, 2010
Added further information about the required submodules, and how to install them. Incremeneted version to 0.3.0 beta1
Byron
committed
28a33ca
Copy full SHA for 28a33ca
Commits on Apr 7, 2010
Used this release for a first beta of the 0.2 branch of development
Show description for 82b8902
Byron
committed
82b8902
Copy full SHA for 82b8902
Commits on Mar 4, 2010
Converted all tabs to 4 space characters each to comply with pep8
Byron
committed
72bcdbd
Copy full SHA for 72bcdbd
Commits on Oct 11, 2009
converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my editor to work with the files properly. Can convert it back for releaes
Byron
committed
9374a91
Copy full SHA for 9374a91
Pagination
Previous
Next
You can’t perform that action at this time.