index
:
delta/python-packages/gitpython.git
0.1
0.2
0.3
Fix-#1334
baserock/zuul-ci
black-fmt
experiment-2012
fix
fix-1103
fix-ci-tests
fix-dont-choke-on-invalid-unicode-paths
fix-for-invalid-data-in-commits
fix-non-ascii-chars-in-status-lines
fix-octal-escaped-path-parser-bug
flock
gh-pages
index-no-read-lock
issue-232-reproduction
issue-301-reproduction
keep-raw-bytes-on-diffs
main
master
more-robust-git-diff
no_devnull_open
orig_master
patches
py2
py3
revert-357-autointerrupt_deadlock_fix
typing
github.com: gitpython-developers/GitPython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
git
/
objects
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed modules utils to util, and errors to exc to be more conforming to the...
Sebastian Thiel
2010-06-29
1
-365
/
+0
*
Updated and fixed sphinx API docs, which included one quick skim-through
Sebastian Thiel
2010-06-29
1
-4
/
+4
*
Adjusted all files to (hopefully) deal with the fact that all objects now use...
Sebastian Thiel
2010-06-25
1
-31
/
+31
*
Moved small types that had their own module into the utils module
Sebastian Thiel
2010-06-14
1
-1
/
+56
*
commit.create_from_tree now uses pure python implementation, fixed message pa...
Sebastian Thiel
2010-06-03
1
-7
/
+18
*
commit: refactored existing code to decode commits from streams - performance...
Sebastian Thiel
2010-06-02
1
-0
/
+17
*
commit: initial version of commit_from_tree which could create commit objects...
Sebastian Thiel
2010-06-02
1
-148
/
+263
*
Add support for time zone information in tags and commits.
Rick Copeland
2010-04-27
1
-4
/
+4
*
Converted all tabs to 4 space characters each to comply with pep8
Sebastian Thiel
2010-03-04
1
-148
/
+148
*
Traversable.traverse: Added as_edge option allowing to receive the source of ...
Sebastian Thiel
2009-11-27
1
-11
/
+19
*
Fixed issue with commit traversal due to missing visit_once in the traversal ...
Sebastian Thiel
2009-11-27
1
-0
/
+11
*
ItemTraversal: Predicate and prune functions now provide depth information, a...
Sebastian Thiel
2009-11-27
1
-6
/
+6
*
improved performance of item traversal, its nearly as fast as it was with the...
Sebastian Thiel
2009-11-27
1
-11
/
+2
*
tree: added traversal method, adjusted tests
Sebastian Thiel
2009-11-26
1
-1
/
+1
*
objects.utils: Added Traversable base and implemented it for commits includin...
Sebastian Thiel
2009-11-26
1
-0
/
+85
*
added Object.data_stream property allowing to stream object data directly.Con...
Sebastian Thiel
2009-10-22
1
-0
/
+18
*
Object can now create objects of the proper type in case one attempts to crea...
Sebastian Thiel
2009-10-15
1
-1
/
+0
*
All times are not stored as time_struct, but as simple int to consume less me...
Sebastian Thiel
2009-10-15
1
-0
/
+19
*
unified name of utils module, recently it was named util and utils in differe...
Sebastian Thiel
2009-10-13
1
-0
/
+36