| Commit message (Expand) | Author | Age | Files | Lines |
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. | Christian Heimes | 2013-11-20 | 1 | -1/+1 |
|
|
* | Issue #19437: Fix error handling of PyCArrayType_new(), don't decreases the | Victor Stinner | 2013-11-18 | 1 | -1/+2 |
|
|
* | Issue #19437: Fix error handling of CDataType_from_buffer() | Victor Stinner | 2013-11-18 | 1 | -1/+0 |
|
|
* | Argument Clinic: rename "self" to "module" for module-level functions. | Larry Hastings | 2013-11-18 | 7 | -67/+70 |
|
|
* | GetVolumePathNameW: downcast bufsize to DWORD | Christian Heimes | 2013-11-18 | 1 | -1/+2 |
|
|
* | Safely downcast SOCKET_T to int in _ssl module | Christian Heimes | 2013-11-18 | 1 | -3/+5 |
|
|
* | Remove unused code path from PBKDF2 that is causing a warning on Win64 | Christian Heimes | 2013-11-18 | 1 | -5/+1 |
|
|
* | Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3 | Zachary Ware | 2013-11-17 | 1 | -1/+1 |
|
|
* | Issue #19634: Fix time_strftime() on AIX, format is a wchar_t* not a PyObject* | Victor Stinner | 2013-11-18 | 1 | -2/+1 |
|
|
* | sqlite: Use Py_ssize_t to store a size instead of an int | Victor Stinner | 2013-11-18 | 1 | -2/+4 |
|
|
* | sqlite: raise an OverflowError if a string or a BLOB is longer than INT_MAX | Victor Stinner | 2013-11-18 | 1 | -8/+16 |
|
|
* | Fix a compiler warning on Windows 64-bit: _sqlite module | Victor Stinner | 2013-11-18 | 1 | -4/+9 |
|
|
* | sqlite: raise an OverflowError if the result is longer than INT_MAX bytes | Victor Stinner | 2013-11-18 | 1 | -2/+8 |
|
|
* | Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a | Victor Stinner | 2013-11-17 | 1 | -0/+14 |
|
|
* | Fix compilation error under gcc of the ctypes module bundled libffi for arm. | Gregory P. Smith | 2013-11-17 | 1 | -7/+7 |
|\ |
|
| * | Fix compilation error under gcc of the ctypes module bundled libffi for arm. | Gregory P. Smith | 2013-11-17 | 1 | -7/+7 |
|
|
* | | Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, N... | Christian Heimes | 2013-11-17 | 1 | -0/+91 |
|
|
* | | Issue #19565: Prevent warnings at shutdown about pending overlapped ops. | Richard Oudkerk | 2013-11-17 | 1 | -8/+28 |
|
|
* | | Close #19282: Native context management in dbm | Nick Coghlan | 2013-11-17 | 2 | -0/+33 |
|
|
* | | calculate_path() now fails with a fatal error when it fails to allocate memory | Victor Stinner | 2013-11-16 | 1 | -49/+40 |
|
|
* | | Don't mix wide character strings and byte strings (L"lib/python" VERSION): use | Victor Stinner | 2013-11-15 | 1 | -6/+13 |
|
|
* | | Fix compiler warnings on Windows 64 bit: add an explicit cast from Py_ssize_t | Victor Stinner | 2013-11-15 | 1 | -1/+1 |
|
|
* | | Fix sock_recvfrom_guts(): recvfrom() size is limited to an int on Windows, not | Victor Stinner | 2013-11-15 | 1 | -8/+8 |
|
|
* | | Fix compiler warning on Windows 64 bit: _init_pos_args() result type is | Victor Stinner | 2013-11-15 | 1 | -2/+2 |
|
|
* | | Fix compiler warning (especially on Windows 64-bit): don't truncate Py_ssize_t | Victor Stinner | 2013-11-15 | 1 | -4/+4 |
|
|
* | | Fix compiler warning on Windows 64-bit: explicit cast size_t to unsigned long | Victor Stinner | 2013-11-15 | 1 | -2/+2 |
|
|
* | | Issue #19437: Fix parse_envlist() of the posix/nt module, don't call | Victor Stinner | 2013-11-14 | 1 | -1/+3 |
|
|
* | | Issue #19437: Fix parse_save_field() of the csv module, handle PyList_Append() | Victor Stinner | 2013-11-14 | 1 | -1/+4 |
|
|
* | | Issue #19437: Fix array.buffer_info(), handle PyLong_FromVoidPtr() and | Victor Stinner | 2013-11-14 | 1 | -3/+15 |
|
|
* | | Issue #19437: Use an identifier for "__name__" string in pickle to improve | Victor Stinner | 2013-11-14 | 1 | -12/+5 |
|
|
* | | Don't use deprecated function PyUnicode_GET_SIZE() | Victor Stinner | 2013-11-13 | 2 | -7/+6 |
|
|
* | | Issue #19437: Fix ctypes, handle PyCData_GetContainer() and GetKeepedObjects() | Victor Stinner | 2013-11-13 | 1 | -1/+19 |
|
|
* | | Issue #19437: Fix GetKeepedObjects() of ctypes, handle PyCData_GetContainer() | Victor Stinner | 2013-11-13 | 1 | -1/+5 |
|
|
* | | Issue #19437: Fix PyCData_GetContainer() of ctypes, handle PyDict_New() failure | Victor Stinner | 2013-11-13 | 1 | -0/+2 |
|
|
* | | Issue #19515: Remove duplicated identifiers in zipimport.c | Victor Stinner | 2013-11-12 | 1 | -6/+4 |
|
|
* | | Issue #19515: Remove identifiers duplicated in the same file. | Victor Stinner | 2013-11-12 | 3 | -6/+4 |
|
|
* | | Issue13674 Correct crash with strftime %y format under Windows | Tim Golden | 2013-11-12 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Issue13674 Correct crash with strftime %y format under Windows | Tim Golden | 2013-11-12 | 1 | -0/+7 |
|
|
| * | Move PyErr_NoMemory() closer to the failure. | Stefan Krah | 2013-11-08 | 1 | -1/+1 |
|
|
| * | Change style to match the surrounding code (no early returns). | Stefan Krah | 2013-11-08 | 1 | -4/+3 |
|
|
| * | Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup() | Victor Stinner | 2013-10-29 | 1 | -0/+1 |
|
|
| * | Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle | Victor Stinner | 2013-10-29 | 1 | -10/+17 |
|
|
* | | Fixed compile error on Windows caused by arithmetic with void * pointers | Serhiy Storchaka | 2013-11-11 | 1 | -3/+3 |
|
|
* | | Issue #16685: Added support for any bytes-like objects in the audioop module. | Serhiy Storchaka | 2013-11-10 | 1 | -288/+378 |
|
|
* | | Issue #7171: Update syntax to replace MAX in favor of Py_MAX (matching implem... | Jason R. Coombs | 2013-11-10 | 1 | -1/+5 |
|
|
* | | Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to... | Atsuo Ishimoto | 2012-07-16 | 1 | -2/+106 |
|
|
* | | Move PyErr_NoMemory() closer to the failure. | Stefan Krah | 2013-11-08 | 1 | -1/+1 |
|
|
* | | Change style to match the surrounding code (no early returns). | Stefan Krah | 2013-11-08 | 1 | -4/+3 |
|
|
* | | Issue #19437: Fix datetime_subtract(), handle new_delta() failure | Victor Stinner | 2013-11-07 | 1 | -0/+3 |
|
|
* | | Issue #19437: Fix _io._IOBase.close(), handle _PyObject_SetAttrId() failure | Victor Stinner | 2013-11-07 | 1 | -3/+8 |
|
|