Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
10fa83cb77299edb6feeaff2f6d0fe44a674ca4f
/
Modules
/
sha1module.c
8cb6569
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
by Gregory P. Smith
· 10 years ago
1009bf1
Issue #23501: Argumen Clinic now generates code into separate files by default.
by Serhiy Storchaka
· 10 years ago
501b13c
Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic.
by Martin v. Löwis
· 10 years ago
327dd73
Issue #18742: Expose the internal hash type object for ABCs.
by Christian Heimes
· 11 years ago
37d5ceb
Change the builtin hash algorithms' names to lower case names
by Christian Heimes
· 11 years ago
d49a371
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
by Christian Heimes
· 11 years ago
4fec431
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
by Christian Heimes
· 11 years ago
640c35c
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
by Victor Stinner
· 11 years ago
48a2e7c
merge 3.3
by Benjamin Peterson
· 12 years ago
51ce29c
remove pointless code (closes #17738)
by Benjamin Peterson
· 12 years ago
75e923f
Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in
by Christian Heimes
· 12 years ago
f402e92
Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in
by Christian Heimes
· 12 years ago
56cb125
Issue #9566: Explicit downcast to fix compiler warnings on Win64
by Victor Stinner
· 12 years ago
1e5be8c
sha1_{init,process,done}: make static
by doko@ubuntu.com
· 12 years ago
8f82506
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
by Victor Stinner
· 13 years ago
f5cff56
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
by Victor Stinner
· 13 years ago
d63a3b8
Implement PEP 393.
by Martin v. Löwis
· 13 years ago
081fe46
Issue #9566: cast unsigned int to Py_ssize_t in md5 and sha1 modules
by Victor Stinner
· 13 years ago
0fcab4a
Issue #9566: use Py_ssize_t instead of int
by Victor Stinner
· 14 years ago
f079c57
Rename some macros in the sha1 module to no longer conflict with termios.h.
by Brett Cannon
· 14 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 15 years ago
8404749
Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k.
by Hirokazu Yamamoto
· 16 years ago
365a186
Fixes Issue #3745: Fix hashlib to always reject unicode and non
by Gregory P. Smith
· 16 years ago
e94c679
Issue #1717: rename tp_compare to tp_reserved. I'll change the
by Mark Dickinson
· 16 years ago
c175175
Zero-initialize buf. Fixes #3557.
by Martin v. Löwis
· 16 years ago
7b9cb25
Use s* to receive data. Fixes #3552.
by Martin v. Löwis
· 16 years ago
3447bee
Fix module initialization glitches.
by Martin v. Löwis
· 16 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
72b710a
Renamed PyString to PyBytes
by Christian Heimes
· 16 years ago
90aa764
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
by Christian Heimes
· 17 years ago
217cfd1
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
by Christian Heimes
· 17 years ago
98297ee
Merging the py3k-pep3137 branch back into the py3k branch.
by Guido van Rossum
· 17 years ago
2f21eb3
Adds stand alone _md5 and _sha1 modules for use by hashlib on systems
by Gregory P. Smith
· 17 years ago