index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
sha512module.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-2/+2
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-1/+1
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-1/+1
*
Adds stand alone _md5 and _sha1 modules for use by hashlib on systems
Gregory P. Smith
2007-09-09
1
-2/+2
*
Use unicode
Neal Norwitz
2007-08-25
1
-3/+3
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-6/+4
*
Change hashlib to return bytes from digest() instead of str8.
Guido van Rossum
2007-07-09
1
-3/+3
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-17/+7
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-99/+99
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
1
-2/+2
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
Added the 'ULL' prefix to the unsigned long long literal constants.
Armin Rigo
2005-12-14
1
-99/+99
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-2/+2
*
Remove the C99 "ULL" suffix from the 64bit unsigned long constants.
Gregory P. Smith
2005-08-23
1
-99/+99
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
1
-0/+777