summaryrefslogtreecommitdiff
path: root/lib/git/objects/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed modules utils to util, and errors to exc to be more conforming to the...Sebastian Thiel2010-06-291-365/+0
* Updated and fixed sphinx API docs, which included one quick skim-throughSebastian Thiel2010-06-291-4/+4
* Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel2010-06-251-31/+31
* Moved small types that had their own module into the utils moduleSebastian Thiel2010-06-141-1/+56
* commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel2010-06-031-7/+18
* commit: refactored existing code to decode commits from streams - performance...Sebastian Thiel2010-06-021-0/+17
* commit: initial version of commit_from_tree which could create commit objects...Sebastian Thiel2010-06-021-148/+263
* Add support for time zone information in tags and commits.Rick Copeland2010-04-271-4/+4
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-041-148/+148
* Traversable.traverse: Added as_edge option allowing to receive the source of ...Sebastian Thiel2009-11-271-11/+19
* Fixed issue with commit traversal due to missing visit_once in the traversal ...Sebastian Thiel2009-11-271-0/+11
* ItemTraversal: Predicate and prune functions now provide depth information, a...Sebastian Thiel2009-11-271-6/+6
* improved performance of item traversal, its nearly as fast as it was with the...Sebastian Thiel2009-11-271-11/+2
* tree: added traversal method, adjusted testsSebastian Thiel2009-11-261-1/+1
* objects.utils: Added Traversable base and implemented it for commits includin...Sebastian Thiel2009-11-261-0/+85
* added Object.data_stream property allowing to stream object data directly.Con...Sebastian Thiel2009-10-221-0/+18
* Object can now create objects of the proper type in case one attempts to crea...Sebastian Thiel2009-10-151-1/+0
* All times are not stored as time_struct, but as simple int to consume less me...Sebastian Thiel2009-10-151-0/+19
* unified name of utils module, recently it was named util and utils in differe...Sebastian Thiel2009-10-131-0/+36