COMMITS
/ Modules/sha512module.c March 3, 2009
H
Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k.
Hirokazu Yamamoto committed
February 12, 2009
G
Fixes Issue #3745: Fix hashlib to always reject unicode and non
Gregory P. Smith committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
September 9, 2007
G
Adds stand alone _md5 and _sha1 modules for use by hashlib on systems
Gregory P. Smith committed
August 25, 2007
N
Use unicode
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
July 9, 2007
G
Change hashlib to return bytes from digest() instead of str8.
Guido van Rossum committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
February 27, 2006
M
Revert backwards-incompatible const changes.
Martin v. Löwis committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
December 14, 2005
A
Added the 'ULL' prefix to the unsigned long long literal constants.
Armin Rigo committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
August 23, 2005
G
Remove the C99 "ULL" suffix from the 64bit unsigned long constants.
Gregory P. Smith committed
August 21, 2005
G
[ sf.net patch # 1121611 ]
Gregory P. Smith committed