| Commit message (Expand) | Author | Age | Files | Lines |
* | #18678: Correct names of spwd struct members. | R David Murray | 2013-11-04 | 1 | -5/+9 |
|
|
* | Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object. | R David Murray | 2013-11-03 | 1 | -1/+2 |
|\ |
|
| * | #19411: Clarify that b2a_hex/hexlify returns a bytes object. | R David Murray | 2013-11-03 | 1 | -1/+2 |
|
|
| * | Issue #19418 Fix some warnings on Win64 | Tim Golden | 2013-10-31 | 1 | -2/+5 |
|
|
* | | Silence a compiler warning about an unused function | Brett Cannon | 2013-11-01 | 1 | -28/+28 |
|
|
* | | Issue #19437: Fix newPySSLSocket(), handle PyWeakref_NewRef() failure | Victor Stinner | 2013-10-31 | 1 | -0/+4 |
|
|
* | | Issue #19437: Fix PyCFuncPtrType constructor, handle | Victor Stinner | 2013-10-31 | 1 | -0/+4 |
|
|
* | | Issue #19437: Fix PyCArrayType constructor, raise MemoryError on PyMem_Malloc() | Victor Stinner | 2013-10-31 | 1 | -1/+3 |
|
|
* | | Issue #19437: Fix fill_and_set_sslerror() of _ssl, handle Py_BuildValue() | Victor Stinner | 2013-10-31 | 1 | -1/+5 |
|
|
* | | Issue #19437: Fix _pickle, don't call _Unpickler_SkipConsumed() with an | Victor Stinner | 2013-10-31 | 1 | -3/+3 |
|
|
* | | cleanup _Unpickler_SkipConsumed(): remove 1 level of indentation | Victor Stinner | 2013-10-31 | 1 | -12/+15 |
|
|
* | | Issue #19418 Fix some warnings on Win64 | Tim Golden | 2013-10-31 | 1 | -2/+5 |
|
|
* | | asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk). | Guido van Rossum | 2013-10-30 | 1 | -0/+176 |
|
|
* | | Issue #19437: Fix select.epoll.poll(), fix code handling PyMem_New() error | Victor Stinner | 2013-10-30 | 1 | -1/+0 |
|
|
* | | Issue #19437: Fix os.statvfs(), handle errors | Victor Stinner | 2013-10-30 | 1 | -0/+4 |
|
|
* | | merge | Christian Heimes | 2013-10-29 | 4 | -12/+89 |
|\ \ |
|
| * | | Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup() | Victor Stinner | 2013-10-29 | 1 | -0/+1 |
|
|
| * | | Issue #19433: test_capi: check signness of some C types | Victor Stinner | 2013-10-29 | 1 | -10/+34 |
|
|
| * | | Issue #19433: test_capi: add tests on the size of some C types | Victor Stinner | 2013-10-29 | 1 | -0/+40 |
|
|
| * | | Cleanup locale.localeconv(): move Py_DECREF() closer to the error | Victor Stinner | 2013-10-29 | 1 | -2/+3 |
|
|
| * | | Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle | Victor Stinner | 2013-10-29 | 1 | -10/+17 |
|
|
| * | | Issue #19437: Fix Array_subscript() of ctypes, handle Array_item() failure | Victor Stinner | 2013-10-29 | 1 | -0/+4 |
|
|
* | | | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS... | Christian Heimes | 2013-10-29 | 1 | -67/+0 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS... | Christian Heimes | 2013-10-29 | 1 | -67/+0 |
|
|
* | | Issue #19420: Fix reference leak in module initalization code of _hashopenssl.c | Christian Heimes | 2013-10-29 | 1 | -1/+1 |
|
|
* | | Issue #18408: Fix PyCStructUnionType_update_stgdict(), handle | Victor Stinner | 2013-10-29 | 1 | -1/+3 |
|
|
* | | Issue #18408: Fix _ctypes_alloc_format_string(), raise MemoryError on memory | Victor Stinner | 2013-10-29 | 1 | -1/+3 |
|
|
* | | Issue #18408: Fix iobase_readline(), handle PyByteArray_Resize() failure | Victor Stinner | 2013-10-29 | 1 | -5/+8 |
|
|
* | | Issue #18408: Fix zipimport, handle PyUnicode_Substring() and get_subname() f... | Victor Stinner | 2013-10-29 | 1 | -2/+7 |
|
|
* | | Issue #19428: zipimport now handles errors when reading truncated or invalid | Victor Stinner | 2013-10-29 | 1 | -3/+13 |
|
|
* | | CJK codecs: less magical macros, semicolon is now explicit | Victor Stinner | 2013-10-28 | 8 | -104/+118 |
|
|
* | | CJK codecs: less magic macros, require explicit semicolon | Victor Stinner | 2013-10-28 | 10 | -191/+234 |
|
|
* | | CJK codecs: add newlines for readability | Victor Stinner | 2013-10-28 | 7 | -91/+188 |
|
|
* | | CJK codecs: use less magic and more readable macros, write explicit if | Victor Stinner | 2013-10-28 | 7 | -34/+32 |
|
|
* | | CJK codecs: remove unused TRYMAP_ENC_MPLANE macro | Victor Stinner | 2013-10-28 | 1 | -10/+0 |
|
|
* | | Issue #18509: handle PyUnicode_Writer() error | Victor Stinner | 2013-10-28 | 7 | -84/+102 |
|
|
* | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). | Nadeem Vawda | 2013-10-28 | 2 | -2/+38 |
|\ \
| |/ |
|
| * | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). | Nadeem Vawda | 2013-10-28 | 2 | -2/+38 |
|
|
* | | #19227: merge with 3.3 | Georg Brandl | 2013-10-27 | 1 | -7/+8 |
|\ \
| |/ |
|
| * | Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL | Georg Brandl | 2013-10-27 | 1 | -7/+8 |
|
|
* | | Issue #19405: Fixed outdated comments in the _sre module. | Serhiy Storchaka | 2013-10-27 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Issue #19405: Fixed outdated comments in the _sre module. | Serhiy Storchaka | 2013-10-27 | 1 | -2/+1 |
|
|
* | | merge 3.3 (#19393) | Benjamin Peterson | 2013-10-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | just return toplevel symbol table rather than all blocks (closes #19393) | Benjamin Peterson | 2013-10-26 | 1 | -1/+1 |
|
|
* | | Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. | Serhiy Storchaka | 2013-10-26 | 2 | -1339/+1332 |
|
|
* | | Issue #18685: Restore re performance to pre-PEP 393 levels. | Serhiy Storchaka | 2013-10-26 | 2 | -384/+325 |
|
|
* | | Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santos... | Tim Golden | 2013-10-25 | 1 | -4/+4 |
|
|
* | | Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Ec... | Tim Golden | 2013-10-25 | 1 | -5/+5 |
|
|
* | | Issue #19288: Fixed the "in" operator of dbm.gnu databases for string | Serhiy Storchaka | 2013-10-24 | 1 | -4/+13 |
|\ \
| |/ |
|
| * | Issue #19288: Fixed the "in" operator of dbm.gnu databases for string | Serhiy Storchaka | 2013-10-24 | 1 | -4/+13 |
|
|