aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-11fixed issue in Ref.name implementation which would not handle components prop...Sebastian Thiel
2009-10-11lazymixin system now supports per-attribute baking, it is up to the class whe...Sebastian Thiel
2009-10-11put Tree and Blob onto a new base class suitable to deal with IndexObjectsSebastian Thiel
2009-10-11blob tests fixed to deal with changes to the Blob typeSebastian Thiel
2009-10-11converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...Sebastian Thiel
2009-10-11Re-designed the tag testing - it does not use fixtures anymore but dyamically...Sebastian Thiel
2009-10-11Intermediate commit: commit,tree and blob objects now derive from object - te...Sebastian Thiel
2009-10-09Renamed lazy.py to base.py to have a file for base classes - lazy not yet cha...Sebastian Thiel
2009-10-09finished cleaning usage of regular expressions - they are now precompiledSebastian Thiel
2009-10-09diff regex are now precompiled on class level, renamed a|b_blob to a|b_blob_i...Sebastian Thiel
2009-10-09deriving NoSuchPathError from OSError as it relates to it very wellSebastian Thiel
2009-10-09Blob|Tree: renamed 'name' member to 'path', updated tests and changelog as it...Sebastian Thiel
2009-10-08Commit._actor method made protected as it is only used by the Commit class an...Sebastian Thiel
2009-10-08Merge branch 'doc_enhancements' into fixesSebastian Thiel
2009-10-08repo_tests: fixed duplicate test-method name which would redefine the previou...Sebastian Thiel
2009-10-08improved repo documentationSebastian Thiel
2009-10-08Improved head and tag object documentation slightlySebastian Thiel
2009-10-08Added docs for the error moduleSebastian Thiel
2009-10-08Fixed Diff class which used Commits instead of Blobs - as Blobs contain the p...Sebastian Thiel
2009-10-08Added missing information to docstrings of commit and stats moduleSebastian Thiel
2009-10-08improved git.cmd documentationSebastian Thiel
2009-10-08Improved documentation on Actor and BlobSebastian Thiel
2009-10-08git.git.Git.__init__ takes None as default argument as the execute method han...Sebastian Thiel
2009-10-08Fixed git.blob.Blob.blame function which would return the text-per-commit as ...Sebastian Thiel
2009-10-07Merge commit 'JonNordby/master' into integrationSebastian Thiel
2009-10-01/doc/_build is not interesting...Martin Marcher
2009-10-01fix some docsMartin Marcher
2009-10-01Merge commit 'refs/merge-requests/1108' of git://gitorious.org/git-python/mai...Martin Marcher
2009-10-01Merge branch 'master' of git@github.com:mm/gitpythonMartin Marcher
2009-10-01Merge commit 'refs/merge-requests/1577' of git://gitorious.org/git-python/mai...Martin Marcher
2009-09-22Don't remove blank lines in commit messagesKevin McConnell
2009-09-14Fix unittests for Mock 0.5.0Paul J. Davis
2009-08-05Fix parsing for files with whitespaceJeremy Kerr
2009-07-14Fix unittests for Mock 0.5.0Paul J. Davis
2009-06-28implemented equality operations on Commit objectsJon Nordby
2009-01-24Slight issues with the MANIFEST.in due to it including *.txt which no longer ...Michael Trier
2009-01-24Bumped version 0.1.60.1.6Michael Trier
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier
2009-01-24Corrected a problem with commits_between returning None.Michael Trier
2009-01-24Fixed the gzip archive creation using python gzip moduleEric Jonas
2008-12-20Corrections to the tutorial to account for the change of Tree to a dictionary...Michael Trier
2008-12-16fixed Commit.stats retrieval for parentless commits in bare reposMichael Trier
2008-12-16Added changes information for path component change.Michael Trier
2008-12-16Fixed a bug with branch names omitting path components.Michael Trier
2008-12-15Corrected conflict with pep8 changes from apollo13.Michael Trier
2008-12-15Added in Changes documentation for 0.1.6Michael Trier
2008-12-15Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_toMichael Trier
2008-12-15pep008!Florian Apolloner
2008-12-15Added Paul Sowden to the AUTHORS file and made tutorial fixes. Thanks Paul.Michael Trier
2008-12-15Make message the full message and add a summary propertyPaul Sowden