summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).Guido van Rossum2013-10-301-0/+176
* Issue #19437: Fix select.epoll.poll(), fix code handling PyMem_New() errorVictor Stinner2013-10-301-1/+0
* Issue #19437: Fix os.statvfs(), handle errorsVictor Stinner2013-10-301-0/+4
* mergeChristian Heimes2013-10-294-12/+89
|\
| * Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup()Victor Stinner2013-10-291-0/+1
| * Issue #19433: test_capi: check signness of some C typesVictor Stinner2013-10-291-10/+34
| * Issue #19433: test_capi: add tests on the size of some C typesVictor Stinner2013-10-291-0/+40
| * Cleanup locale.localeconv(): move Py_DECREF() closer to the errorVictor Stinner2013-10-291-2/+3
| * Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handleVictor Stinner2013-10-291-10/+17
| * Issue #19437: Fix Array_subscript() of ctypes, handle Array_item() failureVictor Stinner2013-10-291-0/+4
* | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...Christian Heimes2013-10-291-67/+0
|\ \ | |/ |/|
| * Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...Christian Heimes2013-10-291-67/+0
* | Issue #19420: Fix reference leak in module initalization code of _hashopenssl.cChristian Heimes2013-10-291-1/+1
* | Issue #18408: Fix PyCStructUnionType_update_stgdict(), handleVictor Stinner2013-10-291-1/+3
* | Issue #18408: Fix _ctypes_alloc_format_string(), raise MemoryError on memoryVictor Stinner2013-10-291-1/+3
* | Issue #18408: Fix iobase_readline(), handle PyByteArray_Resize() failureVictor Stinner2013-10-291-5/+8
* | Issue #18408: Fix zipimport, handle PyUnicode_Substring() and get_subname() f...Victor Stinner2013-10-291-2/+7
* | Issue #19428: zipimport now handles errors when reading truncated or invalidVictor Stinner2013-10-291-3/+13
* | CJK codecs: less magical macros, semicolon is now explicitVictor Stinner2013-10-288-104/+118
* | CJK codecs: less magic macros, require explicit semicolonVictor Stinner2013-10-2810-191/+234
* | CJK codecs: add newlines for readabilityVictor Stinner2013-10-287-91/+188
* | CJK codecs: use less magic and more readable macros, write explicit ifVictor Stinner2013-10-287-34/+32
* | CJK codecs: remove unused TRYMAP_ENC_MPLANE macroVictor Stinner2013-10-281-10/+0
* | Issue #18509: handle PyUnicode_Writer() errorVictor Stinner2013-10-287-84/+102
* | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-282-2/+38
|\ \ | |/
| * #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-282-2/+38
* | #19227: merge with 3.3Georg Brandl2013-10-271-7/+8
|\ \ | |/
| * Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSLGeorg Brandl2013-10-271-7/+8
* | Issue #19405: Fixed outdated comments in the _sre module.Serhiy Storchaka2013-10-271-2/+1
|\ \ | |/
| * Issue #19405: Fixed outdated comments in the _sre module.Serhiy Storchaka2013-10-271-2/+1
* | merge 3.3 (#19393)Benjamin Peterson2013-10-261-1/+1
|\ \ | |/
| * just return toplevel symbol table rather than all blocks (closes #19393)Benjamin Peterson2013-10-261-1/+1
* | Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.Serhiy Storchaka2013-10-262-1339/+1332
* | Issue #18685: Restore re performance to pre-PEP 393 levels.Serhiy Storchaka2013-10-262-384/+325
* | Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santos...Tim Golden2013-10-251-4/+4
* | Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Ec...Tim Golden2013-10-251-5/+5
* | Issue #19288: Fixed the "in" operator of dbm.gnu databases for stringSerhiy Storchaka2013-10-241-4/+13
|\ \ | |/
| * Issue #19288: Fixed the "in" operator of dbm.gnu databases for stringSerhiy Storchaka2013-10-241-4/+13
* | Issue #19287: Fixed the "in" operator of dbm.ndbm databases for stringSerhiy Storchaka2013-10-241-2/+2
|\ \ | |/
| * Issue #19287: Fixed the "in" operator of dbm.ndbm databases for stringSerhiy Storchaka2013-10-241-2/+2
* | Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-241-2/+2
|\ \ | |/
| * Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-241-2/+2
* | Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i...Antoine Pitrou2013-10-234-50/+50
|\ \ | |/
| * Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i...Antoine Pitrou2013-10-234-50/+50
* | Issue #18742: Expose the internal hash type object for ABCs.Christian Heimes2013-10-226-8/+55
* | Issue #16595: Add prlimit() to resource moduleChristian Heimes2013-10-221-26/+86
* | Issue #19324: Expose Linux-specific constants in resource moduleChristian Heimes2013-10-221-0/+22
* | Load SSL's error strings in hashlib.Christian Heimes2013-10-211-0/+1
* | Issue #18527: Upgrade internal copy of zlib to 1.2.8Christian Heimes2013-10-2138-2791/+2971
* | Make PKCS5_PBKDF2_HMAC_fast() a static functionChristian Heimes2013-10-201-4/+5