| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. | Gregory P. Smith | 2015-04-25 | 1 | -21/+2 |
|
|
* | Issue #23501: Argumen Clinic now generates code into separate files by default. | Serhiy Storchaka | 2015-04-03 | 1 | -127/+8 |
|
|
* | Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic. | Martin v. Löwis | 2014-07-27 | 1 | -47/+187 |
|
|
* | Issue #18742: Expose the internal hash type object for ABCs. | Christian Heimes | 2013-10-22 | 1 | -1/+13 |
|
|
* | Change the builtin hash algorithms' names to lower case names | Christian Heimes | 2013-08-15 | 1 | -2/+2 |
|
|
* | Fix compiler warnings: explicit cast to int in sha256/sha512 modules | Victor Stinner | 2013-05-07 | 1 | -2/+2 |
|
|
* | Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in | Christian Heimes | 2013-01-03 | 1 | -0/+2 |
|\ |
|
| * | Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in | Christian Heimes | 2013-01-03 | 1 | -0/+2 |
|
|
* | | Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified | Christian Heimes | 2012-10-17 | 1 | -16/+6 |
|/ |
|
* | Check newly created consistency using _PyUnicode_CheckConsistency(str, 1) | Victor Stinner | 2012-04-27 | 1 | -0/+1 |
|
|
* | Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 | Victor Stinner | 2011-10-14 | 1 | -5/+3 |
|
|
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -7/+3 |
|
|
* | Issue #9566: use Py_ssize_t instead of int | Victor Stinner | 2011-01-04 | 1 | -2/+2 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -63/+63 |
|
|
* | remove old undocumented compat interfaces in hashlib and pwd #5881 | Benjamin Peterson | 2009-05-04 | 1 | -3/+0 |
|
|
* | Fixed memory leak on failure. This is related to issue5403 but won't crash on... | Hirokazu Yamamoto | 2009-03-03 | 1 | -2/+12 |
|
|
* | Fixes Issue #3745: Fix hashlib to always reject unicode and non | Gregory P. Smith | 2009-02-12 | 1 | -16/+30 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -2/+2 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -8/+17 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -3/+3 |
|
|
* | 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 | -7/+5 |
|
|
* | 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 | -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 |
|
|