- 357f515 Issue #19437: Fix _threading.RLock constructor (rlock_new), call by Victor Stinner · 11 years ago
- 85a12a8 Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, when the row factory by Victor Stinner · 11 years ago
- b3e1ef1 Issue #19437: Fix pysqlite_connection_call() of sqlite3, return NULL when by Victor Stinner · 11 years ago
- dd4b299 Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, handle by Victor Stinner · 11 years ago
- bd90d09 #18678: Correct names of spwd struct members. by R David Murray · 11 years ago
- c3f57e4 Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
- 5fdb64b #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
- 2be28a6 Silence a compiler warning about an unused function by Brett Cannon · 11 years ago
- 6374120 Issue #19418 Fix some warnings on Win64 by Tim Golden · 11 years ago
- a9eb38f Issue #19437: Fix newPySSLSocket(), handle PyWeakref_NewRef() failure by Victor Stinner · 11 years ago
- e75996a Issue #19437: Fix PyCFuncPtrType constructor, handle by Victor Stinner · 11 years ago
- a215002 Issue #19437: Fix PyCArrayType constructor, raise MemoryError on PyMem_Malloc() by Victor Stinner · 11 years ago
- ba9be47 Issue #19437: Fix fill_and_set_sslerror() of _ssl, handle Py_BuildValue() by Victor Stinner · 11 years ago
- 2ae57e3 Issue #19437: Fix _pickle, don't call _Unpickler_SkipConsumed() with an by Victor Stinner · 11 years ago
- b43ad1d cleanup _Unpickler_SkipConsumed(): remove 1 level of indentation by Victor Stinner · 11 years ago
- fa6ab0f Issue #19418 Fix some warnings on Win64 by Tim Golden · 11 years ago
- 90fb914 asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk). by Guido van Rossum · 11 years ago
- 7613542 Issue #19437: Fix select.epoll.poll(), fix code handling PyMem_New() error by Victor Stinner · 11 years ago
- f0a7bac Issue #19437: Fix os.statvfs(), handle errors by Victor Stinner · 11 years ago
- dc6b933 merge by Christian Heimes · 11 years ago
- ee0bac6 Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
- fb6b44e Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
- 34f7383 Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup() by Victor Stinner · 11 years ago
- f866f97 Issue #19433: test_capi: check signness of some C types by Victor Stinner · 11 years ago
- 0107655 Issue #19433: test_capi: add tests on the size of some C types by Victor Stinner · 11 years ago
- f38a5c2 Cleanup locale.localeconv(): move Py_DECREF() closer to the error by Victor Stinner · 11 years ago
- 1ce3f84 Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle by Victor Stinner · 11 years ago
- 6decccd Issue #19437: Fix Array_subscript() of ctypes, handle Array_item() failure by Victor Stinner · 11 years ago
- db816d6 Issue #19420: Fix reference leak in module initalization code of _hashopenssl.c by Christian Heimes · 11 years ago
- dd371b9 Issue #18408: Fix PyCStructUnionType_update_stgdict(), handle by Victor Stinner · 11 years ago
- 68f6adc Issue #18408: Fix _ctypes_alloc_format_string(), raise MemoryError on memory by Victor Stinner · 11 years ago
- cc024d1 Issue #18408: Fix iobase_readline(), handle PyByteArray_Resize() failure by Victor Stinner · 11 years ago
- af8b7e8 Issue #18408: Fix zipimport, handle PyUnicode_Substring() and get_subname() failures by Victor Stinner · 11 years ago
- 73660af Issue #19428: zipimport now handles errors when reading truncated or invalid by Victor Stinner · 11 years ago
- 28c63f7 CJK codecs: less magical macros, semicolon is now explicit by Victor Stinner · 11 years ago
- 14c9fea CJK codecs: less magic macros, require explicit semicolon by Victor Stinner · 11 years ago
- 146a2ed CJK codecs: add newlines for readability by Victor Stinner · 11 years ago
- bd97ac3 CJK codecs: use less magic and more readable macros, write explicit if by Victor Stinner · 11 years ago
- 0a6e2c5 CJK codecs: remove unused TRYMAP_ENC_MPLANE macro by Victor Stinner · 11 years ago
- 11bdf91 Issue #18509: handle PyUnicode_Writer() error by Victor Stinner · 11 years ago
- e6514f5 #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). by Nadeem Vawda · 11 years ago
- 3797065 #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). by Nadeem Vawda · 11 years ago
- 81be27d Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL by Georg Brandl · 11 years ago
- efa5a39 Issue #19405: Fixed outdated comments in the _sre module. by Serhiy Storchaka · 11 years ago
- 89d8cd9 just return toplevel symbol table rather than all blocks (closes #19393) by Benjamin Peterson · 11 years ago
- fb404f5 #19227: merge with 3.3 by Georg Brandl · 11 years ago
- 1985f7b Issue #19405: Fixed outdated comments in the _sre module. by Serhiy Storchaka · 11 years ago
- 7735366 merge 3.3 (#19393) by Benjamin Peterson · 11 years ago
- 8444ebb Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. by Serhiy Storchaka · 11 years ago
- 9eabac6 Issue #18685: Restore re performance to pre-PEP 393 levels. by Serhiy Storchaka · 11 years ago
- 781bbeb Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santoso Wijaya) by Tim Golden · 11 years ago
- 2300508 Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt) by Tim Golden · 11 years ago
- 4f056d4 Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
- 7d6392c Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
- 124a0b3 Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string by Serhiy Storchaka · 11 years ago
- 9da33ab Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string by Serhiy Storchaka · 11 years ago
- 8b150ec Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 11 years ago
- be80fc9 Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 11 years ago
- 4d39700 Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers. by Antoine Pitrou · 11 years ago
- 09fcb72 Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers. by Antoine Pitrou · 11 years ago
- 327dd73 Issue #18742: Expose the internal hash type object for ABCs. by Christian Heimes · 11 years ago
- b7bd5df Issue #16595: Add prlimit() to resource module by Christian Heimes · 11 years ago
- 6fc79bf Issue #19324: Expose Linux-specific constants in resource module by Christian Heimes · 11 years ago
- b7ddbc8 Load SSL's error strings in hashlib. by Christian Heimes · 11 years ago
- c20bcde Issue #18527: Upgrade internal copy of zlib to 1.2.8 by Christian Heimes · 11 years ago
- c6564b9 Make PKCS5_PBKDF2_HMAC_fast() a static function by Christian Heimes · 11 years ago
- 36af10c Issue #17087: Improved the repr for regular expression match objects. by Serhiy Storchaka · 11 years ago
- ce82eb2 Issue #12866: Fix bias() for 24-bit. Add more tests. by Serhiy Storchaka · 11 years ago
- ebe83f9 fix compile issue on windows. path is now a struct ptr by Christian Heimes · 11 years ago
- eaea5e9 Issue #12866: The audioop module now supports 24-bit samples. by Serhiy Storchaka · 11 years ago
- c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
- 351f539 Issue #18582: HMAC_CTX_copy() is not available on OpenSSL < 1.0 by Christian Heimes · 11 years ago
- e723622 Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0 by Christian Heimes · 11 years ago
- a412f76 Fix compilation of the curses module (broken by issue #16612). by Serhiy Storchaka · 11 years ago
- 3182680 Issue #16612: Add "Argument Clinic", a compile-time preprocessor by Larry Hastings · 11 years ago
- baced56 Fix a refleak in _sre by Brett Cannon · 11 years ago
- 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago
- 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
- 2532497 Issue #18468: The re.split, re.findall, and re.sub functions and the group() by Serhiy Storchaka · 11 years ago
- 6083a4b Re #18521: remove assignments of variables that are immediately reassigned. by Georg Brandl · 11 years ago
- 782952b Re #18521: fix not-quite-C syntax that works only because the PyXXX_Check are macros defined with () around them. by Georg Brandl · 11 years ago
- daa1fa9 Back out accidentally pushed changeset b51218966201. by Georg Brandl · 11 years ago
- 4300019 Add re.fullmatch() function and regex.fullmatch() method, which anchor the by Georg Brandl · 11 years ago
- 9809ca9 Issue #18458: merge comments from 3.3 by Ned Deily · 11 years ago
- e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 11 years ago
- 5d4121a Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
- 2582762 Issue #19209: Remove import of copyreg from the os module to speed up by Christian Heimes · 11 years ago
- fd4722c Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io module instead of the full locale module. by Antoine Pitrou · 11 years ago
- a76795b merge 3.3 by Benjamin Peterson · 11 years ago
- 8aa7b89 replace hardcoded version by Benjamin Peterson · 11 years ago
- f0a1b87 merge 3.3 by Benjamin Peterson · 11 years ago
- 577dd61 make sure the docstring is never out of date wrt unicode data version by Benjamin Peterson · 11 years ago
- d3c43a9 merge 3.3 (#19220) by Benjamin Peterson · 11 years ago
- a4cf1c8 remove url from docstring (closes #19220) by Benjamin Peterson · 11 years ago
- 94d08d9 upgrade unicode db to 6.3.0 (closes #19221) by Benjamin Peterson · 11 years ago
- 2fe9bac Close #16742: Fix misuse of memory allocations in PyOS_Readline() by Victor Stinner · 11 years ago
- 07573d7 merge by Raymond Hettinger · 11 years ago
- cb1d96f Issue #18594: Make the C code more closely match the pure python code. by Raymond Hettinger · 11 years ago
- f55697c Issue #19147: merge from 3.3 by Ned Deily · 11 years ago
- 2a8b3f2 Issue #19147: Fix docstring for fcntl.flock to refer to correct man section. by Ned Deily · 11 years ago