summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-15 10:33:13 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-15 10:33:13 +0200
commit58d692e2a1d7e3894dbed68efbcf7166d6ec3fb7 (patch)
tree1f357dfaec33d1f808b74214771ea2bd78ac50c2 /CHANGES
parent4186a2dbbd48fd67ff88075c63bbd3e6c1d8a2df (diff)
downloadgitpython-58d692e2a1d7e3894dbed68efbcf7166d6ec3fb7.tar.gz
All times are not stored as time_struct, but as simple int to consume less memory
time imports cleaned up and mostly removed as they were not required (anymore)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c4ea13b0..456423d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,9 @@ General
may change without prior notice.
* Renamed all find_all methods to list_items - this method is part of the Iterable interface
that also provides a more efficients and more responsive iter_items method
+* All dates, like authored_date and committer_date, are stored as seconds since epoc
+ to consume less memory - they can be converted using time.gmtime in a more suitable
+ presentation format if needed.
Item Iteration
--------------