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
/
sha256module.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed memory leak.
Hirokazu Yamamoto
2009-03-03
1
-2/+12
*
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
Gregory P. Smith
2009-02-13
1
-16/+30
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-5/+5
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-5/+5
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-3/+3
*
email address update
Gregory P. Smith
2007-09-09
1
-1/+1
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-7/+5
*
Make use of METH_O and METH_NOARGS where possible.
Georg Brandl
2006-05-29
1
-16/+6
*
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
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-2/+2
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
1
-0/+709