81946 Commits (58cf607d13c178f41aed05458296b68e985c5fff)
 

Author SHA1 Message Date
Serhiy Storchaka 58cf607d13 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. 12 years ago
doko@ubuntu.com a938bcfe95 - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py 12 years ago
doko@ubuntu.com 7ad11bf815 - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py 12 years ago
doko@ubuntu.com 61b3dbdd3e - Update config.{guess,sub} for new ports. 12 years ago
doko@ubuntu.com ecf4193573 - Update config.{guess,sub} for new ports. 12 years ago
Zachary Ware d2a5cfaf48 Issue #19596: Null merge with 3.3 12 years ago
Zachary Ware 4accf45f0e Issue #19596: Set untestable tests in test_importlib to None 12 years ago
Victor Stinner b8fb197aa0 Issue #19513: Simplify list_repr() 12 years ago
Gregory P. Smith 99b7b1c514 null merge (already in 3.4) 12 years ago
Gregory P. Smith 30d8e167ff Cleanup this test's modification of os.environ in teardown (this already 12 years ago
Victor Stinner 5c733473f2 Issue #19513: repr(list) now uses the PyUnicodeWriter API, it is faster than 12 years ago
Victor Stinner 6989ba0174 Issue #19581: Change the overallocation factor of _PyUnicodeWriter on Windows 12 years ago
Charles-François Natali f47981f51e selectors: use a single return. 12 years ago
Victor Stinner e106e5ce4b Issue #19437: Fix error handling of PyCArrayType_new(), don't decreases the 12 years ago
Victor Stinner 2399ad51d4 Issue #19437: Fix error handling of CDataType_from_buffer() 12 years ago
Larry Hastings ed4a1c5703 Argument Clinic: rename "self" to "module" for module-level functions. 12 years ago
Serhiy Storchaka fd32fffa5a Issue #8402: Added the escape() function to the glob module. 12 years ago
Victor Stinner e3010fd740 Relax timing on test_asyncio for busy (slow) Windows buildbots 12 years ago
Christian Heimes 85ba92a0b8 GetVolumePathNameW: downcast bufsize to DWORD 12 years ago
Christian Heimes b08ff7dcb4 Safely downcast SOCKET_T to int in _ssl module 12 years ago
Christian Heimes cc6cdce750 Remove unused code path from PBKDF2 that is causing a warning on Win64 12 years ago
Gregory P. Smith 162307fa35 Fix test.support.bind_port() to not cause an error when Python was compiled 12 years ago
Zachary Ware 7f4bf9fb10 Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3 12 years ago
Victor Stinner 136f064b93 Issue #19634: Fix time_strftime() on AIX, format is a wchar_t* not a PyObject* 12 years ago
Guido van Rossum 3287905335 Skip test_asyncio if concurrent.futures can't be imported. Hopeful fix for issue 19645. 12 years ago
Victor Stinner afccb0a821 sqlite: Use Py_ssize_t to store a size instead of an int 12 years ago
Victor Stinner cb29ec5f74 PY_FORMAT_SIZE_T should not be used with PyErr_Format(), PyErr_Format("%zd") is 12 years ago
Victor Stinner 3f658bec35 sqlite: raise an OverflowError if a string or a BLOB is longer than INT_MAX 12 years ago
Victor Stinner 83e30bf4bd Fix a compiler warning on Windows 64-bit: _sqlite module 12 years ago
Victor Stinner 83ed42bfbf sqlite: raise an OverflowError if the result is longer than INT_MAX bytes 12 years ago
Victor Stinner 74387f5cac Use Py_ssize_t type for sizes in getargs.c 12 years ago
Victor Stinner cad876d542 Fix a compiler warning on Windows 64-bit in parsetok.c 12 years ago
Victor Stinner 3a8a333942 Fix compiler warnings on Windows 64-bit in grammar.c 12 years ago
Antoine Pitrou 6dd0d461a4 Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. 12 years ago
Victor Stinner 1a048f93bb test_selectors: test_timeout fails sometimes on busy (slow) buildbots, relax 12 years ago
Victor Stinner 55329f8fbd Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a 12 years ago
Gregory P. Smith b6e622d184 Fix test.support.bind_port() to not cause an error when Python was compiled 12 years ago
Gregory P. Smith 61b976f127 Fix compilation error under gcc of the ctypes module bundled libffi for arm. 12 years ago
Gregory P. Smith 7929a1da1a Fix compilation error under gcc of the ctypes module bundled libffi for arm. 12 years ago
Serhiy Storchaka 898e976734 Issue #19603: Use specific asserts in test_decr. 12 years ago
Serhiy Storchaka 76edd2110d Issue #19603: Use specific asserts in test_decr. 12 years ago
Ezio Melotti 58b7166202 Merge indentation fix in doc example from 3.3. 12 years ago
Ezio Melotti e65cb190a6 Fix indentation in doc example. 12 years ago
Christian Heimes a6bc95aa02 Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, NID, short name and long name. 12 years ago
Richard Oudkerk 35e4ad71ba Merge. 12 years ago
Richard Oudkerk 46b4a5e51e Issue #19599: Increase sleep period. 12 years ago
Richard Oudkerk 69cce482cb Merge. 12 years ago
Richard Oudkerk 8731d7b3c6 Fix handling of SystemExit and exit code. Patch by Brodie Rao. 12 years ago
Richard Oudkerk cfac5181ed Merge. 12 years ago
Richard Oudkerk edcf8daaed Issue 16998: Clarify that += on a shared value is not atomic. 12 years ago