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 }}
gitpython-developers
/
GitPython
Public
Notifications
You must be signed in to change notification settings
Fork
934
Star
4.8k
Code
Issues
170
Pull requests
3
Discussions
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Breadcrumbs
History for
GitPython
CHANGES
on
py2
User selector
All users
Datepicker
All time
Commit History
Commits on May 24, 2016
Fix link to latest changelog
nvie
committed
b6a6a10
Copy full SHA for b6a6a10
Commits on Nov 19, 2014
Fixes #122
Show description for 616ae50
Byron
committed
616ae50
Copy full SHA for 616ae50
Commits on Nov 25, 2010
Updated information files
Byron
committed
0cfe75d
Copy full SHA for 0cfe75d
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 Jun 29, 2010
Removed blob.data property as there is no real reason for an exception to the rule of trying not to cache possibly heavy data. The data_stream method should be used instead
Byron
committed
18be097
Copy full SHA for 18be097
Renamed modules utils to util, and errors to exc to be more conforming to the submodules's naming conventions
Byron
committed
77cd665
Copy full SHA for 77cd665
Commits on Jun 25, 2010
Adjusted all files to (hopefully) deal with the fact that all objects now use 20 byte sha's internally as it is closer to the GitDB implementation
Show description for 47e3138
Byron
committed
47e3138
Copy full SHA for 47e3138
Commits on Jun 24, 2010
aggressive_tree_merge: fixed incorrect handling of one branch, it was just not implemented causing incorrect merge results. Added test to cover this issue
Show description for 55dcc17
Byron
committed
55dcc17
Copy full SHA for 55dcc17
Commits on Jun 21, 2010
index.write_tree: initial version implemented, although its not yet working correctly, a test to explicitly compare the git version with the python implementation is still missing
Show description for 69dd875
Byron
committed
69dd875
Copy full SHA for 69dd875
index: put serialization methods into new 'fun' module, this makes the calls faster as it removes one level of indirection, and makes the main file smaller, improving maintainability
Byron
committed
1044116
Copy full SHA for 1044116
Commits on Jun 14, 2010
Reimplemented Lock handling to be conforming to the git lock protocol, which is actually more efficient than the previous implementation
Show description for 06590ae
Byron
committed
06590ae
Copy full SHA for 06590ae
Commits on Jun 3, 2010
commit.create_from_tree now uses pure python implementation, fixed message parsing which truncated newlines although it was ilegitimate. Its up to the reader to truncate therse, nowhere in the git …
Show description for 1e2b461
Byron
committed
1e2b461
Copy full SHA for 1e2b461
Commits on Jun 1, 2010
commit: initial version of commit_from_tree which could create commit objects if it could serialize itself
Byron
committed
df08923
Copy full SHA for df08923
Commits on Dec 3, 2009
repo: renamed directories to more descriptive identifiers and made them safer to use in case of bare repositories
Byron
committed
c05ef0e
Copy full SHA for c05ef0e
Commits on Oct 23, 2009
commit.name_rev property added for convenience
Byron
committed
1b89f39
Copy full SHA for 1b89f39
Commits on Oct 22, 2009
Added SymbolicReference and HEAD type to better represent these special types of references and allow special handling
Show description for 58e2157
Byron
committed
58e2157
Copy full SHA for 58e2157
Added frame for new Repo handling and some neat decorators, including tests that test whether the testing framework does what it should
Byron
committed
bb0ac30
Copy full SHA for bb0ac30
Updated CHANGES file to indicate addition of index class
Byron
committed
59e2643
Copy full SHA for 59e2643
Git.cmd: removed with_raw_output option
Show description for f62c9b9
Byron
committed
f62c9b9
Copy full SHA for f62c9b9
Commits on Oct 21, 2009
remote: Added fetch, pull, push methods to the interface to make these operations more convenient, like repo.remotes.origin.fetch
Byron
committed
3c9f55d
Copy full SHA for 3c9f55d
Commits on Oct 20, 2009
Fixed bare repository handling - bare is now a property to prevent writing it
Byron
committed
dd76b9e
Copy full SHA for dd76b9e
Commits on Oct 19, 2009
Improved is_dirty including test
Byron
committed
e64957d
Copy full SHA for e64957d
Implemneted IterableLists for refs, commits and remote objects including simple tests
Byron
committed
9896717
Copy full SHA for 9896717
commit.count: is an instance method now
Show description for 0b3ecf2
Byron
committed
0b3ecf2
Copy full SHA for 0b3ecf2
repo.remote method added
Show description for 11b1f6e
Byron
committed
11b1f6e
Copy full SHA for 11b1f6e
Commits on Oct 18, 2009
DiffIndex implemented including test
Byron
committed
9acc780
Copy full SHA for 9acc780
Commits on Oct 16, 2009
added Diffable interface to objects.base, its used by Commit and Tree objects.
Show description for b372e26
Byron
committed
b372e26
Copy full SHA for b372e26
Fixed object bug that would cause object ids not to be resolved to sha's as this was assumed - now there is a test for it as well
Show description for bb24f67
Byron
committed
bb24f67
Copy full SHA for bb24f67
repo.untracked_files added including test
Byron
committed
919164d
Copy full SHA for 919164d
Commits on Oct 15, 2009
Improved archive function by allowing it to directly write to an output stream - previously it would cache everything to memory and try to provide zipping functionality itself
Show description for b67bd4c
Byron
committed
b67bd4c
Copy full SHA for b67bd4c
repo: made init and clone methods less specific, previously they wanted to do it 'barely' only. New method names closely follow the default git command names
Byron
committed
00c5497
Copy full SHA for 00c5497
repo.commit_delta_base: removed
Byron
committed
806450d
Copy full SHA for 806450d
repo: removed commits_between but added a note about how this can be achieved using the iter_commits method; reorganized methods within the type as a start for more interface changes
Byron
committed
9f51eeb
Copy full SHA for 9f51eeb
Added Commit.iter_parents to iterate all parents
Show description for 9ce1193
Byron
committed
9ce1193
Copy full SHA for 9ce1193
repo: removed a few methods because of redundancy or because it will be obsolete once the interface overhaul is finished. This commit is just intermediate
Byron
committed
2da2b90
Copy full SHA for 2da2b90
Pagination
Previous
Next
You can’t perform that action at this time.