Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c39d76278334a0838f79655ba27bbe68bfec7f8f
/
Modules
/
sha1module.c
c175175
Zero-initialize buf. Fixes #3557.
by Martin v. Löwis
· 17 years ago
7b9cb25
Use s* to receive data. Fixes #3552.
by Martin v. Löwis
· 17 years ago
3447bee
Fix module initialization glitches.
by Martin v. Löwis
· 17 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 17 years ago
72b710a
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
90aa764
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
by Christian Heimes
· 18 years ago
217cfd1
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
by Christian Heimes
· 18 years ago
98297ee
Merging the py3k-pep3137 branch back into the py3k branch.
by Guido van Rossum
· 18 years ago
2f21eb3
Adds stand alone _md5 and _sha1 modules for use by hashlib on systems
by Gregory P. Smith
· 18 years ago