Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
17c50cdac2c35e4f37bc5fd68f24a00d1e7c67a6
/
Modules
/
sha256module.c
c83ea13
Untabify C files. Will watch buildbots.
by Antoine Pitrou
· 15 years ago
443ec68
Issue #3745: Undo the requirement for new buffer API only objects to be passed
by Gregory P. Smith
· 16 years ago
8355155
Fixed memory leak.
by Hirokazu Yamamoto
· 16 years ago
ea38826
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
by Gregory P. Smith
· 16 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
e93237d
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
by Christian Heimes
· 18 years ago
f805785
email address update
by Gregory P. Smith
· 18 years ago
6819210
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
by Martin v. Löwis
· 18 years ago
96a8c39
Make use of METH_O and METH_NOARGS where possible.
by Georg Brandl
· 19 years ago
15e6274
Revert backwards-incompatible const changes.
by Martin v. Löwis
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 20 years ago
af68c87
Add const to several API functions that take char *.
by Jeremy Hylton
· 20 years ago
f21a5f7
[ sf.net patch # 1121611 ]
by Gregory P. Smith
· 20 years ago