| Commit message (Expand) | Author | Age | Files | Lines |
* | asyncio: Add support for running subprocesses on Windows with the IOCP event ... | Guido van Rossum | 2013-10-30 | 7 | -195/+137 |
|
|
* | asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk). | Guido van Rossum | 2013-10-30 | 3 | -0/+256 |
|
|
* | asyncio: Update some comments. | Guido van Rossum | 2013-10-30 | 1 | -3/+1 |
|
|
* | asyncio: When not closing the connection after receiving EOF, still remove th... | Guido van Rossum | 2013-10-30 | 1 | -1/+6 |
|
|
* | Issue #19172: Add a get_map() method to selectors. | Charles-François Natali | 2013-10-30 | 3 | -1/+61 |
|
|
* | 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 |
|
|
* | Issue #19424: Fix a compiler warning | Victor Stinner | 2013-10-30 | 1 | -1/+1 |
|
|
* | merge 3.3 (#19435) | Benjamin Peterson | 2013-10-30 | 3 | -5/+18 |
|\ |
|
| * | merge 3.2 (#19435) | Benjamin Peterson | 2013-10-30 | 3 | -5/+17 |
| |\ |
|
| | * | merge 3.1 (#19435) | Benjamin Peterson | 2013-10-30 | 3 | -5/+18 |
| | |\ |
|
| | | * | use the collapsed path in the run_cgi method (closes #19435) | Benjamin Peterson | 2013-10-30 | 3 | -5/+16 |
|
|
* | | | | merge 3.3 | Benjamin Peterson | 2013-10-30 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | update comment | Benjamin Peterson | 2013-10-30 | 1 | -3/+3 |
|
|
* | | | | Issue #19442: Fix warnings emitted during Python shutdown | Victor Stinner | 2013-10-29 | 1 | -5/+12 |
|
|
* | | | | Issue #19424: Fix test_warnings for locale encoding unable to encode | Victor Stinner | 2013-10-29 | 1 | -6/+7 |
|
|
* | | | | Issue #19424: Fix the warnings module to accept filename containing surrogate | Victor Stinner | 2013-10-29 | 3 | -47/+70 |
|
|
* | | | | Issue #19424: Optimize PyUnicode_CompareWithASCIIString() | Victor Stinner | 2013-10-29 | 1 | -13/+30 |
|
|
* | | | | Issue #19373: Add Misc/NEWS entry. | Ned Deily | 2013-10-29 | 1 | -0/+3 |
|
|
* | | | | merge | Christian Heimes | 2013-10-29 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | merge | Christian Heimes | 2013-10-29 | 2 | -2/+2 |
| |\ \ \ |
|
| * | | | | fix language | Christian Heimes | 2013-10-29 | 1 | -1/+1 |
|
|
* | | | | | Null merge | Tim Golden | 2013-10-29 | 0 | -0/+0 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. | Tim Golden | 2013-10-29 | 2 | -2/+2 |
| |/ / / |
|
* | | | | Issue #17936: Fix O(n**2) behaviour when adding or removing many subclasses o... | Antoine Pitrou | 2013-10-29 | 2 | -59/+66 |
|
|
* | | | | merge | Christian Heimes | 2013-10-29 | 6 | -23/+105 |
|\ \ \ \ |
|
| * | | | | 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 |
|
|
| * | | | | Issue #19437: Fix _PyUnicode_New() (constructor of legacy string), set all | Victor Stinner | 2013-10-29 | 1 | -11/+14 |
|
|
| * | | | | Issue #19437: Fix PyObject_CallFunction(), handle Py_VaBuildValue() and | Victor Stinner | 2013-10-29 | 1 | -0/+2 |
|
|
| * | | | | 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 | 4 | -67/+15 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | Issue #18747: document issue with OpenSSL's CPRNG state and fork | Christian Heimes | 2013-10-29 | 2 | -0/+12 |
|
|
| * | | | 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 | 2 | -1/+4 |
|
|
* | | | | Issue #18609: Add a fast-path for "iso8859-1" encoding | Victor Stinner | 2013-10-29 | 1 | -2/+4 |
|
|
* | | | | fix indent | Victor Stinner | 2013-10-29 | 1 | -4/+4 |
|
|
* | | | | merge with 3.3 | Georg Brandl | 2013-10-29 | 4 | -6/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Clarify sentence. | Georg Brandl | 2013-10-29 | 1 | -1/+1 |
|
|
| * | | | Closes #19416: fix references in the nntplib docs. | Georg Brandl | 2013-10-29 | 1 | -3/+3 |
|
|
| * | | | Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on... | Georg Brandl | 2013-10-29 | 1 | -1/+1 |
|
|
| * | | | Fix typo: js_JP is not a valid locale. | Georg Brandl | 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 bytearrayiter.partition()/rpartition(), handle | Victor Stinner | 2013-10-29 | 1 | -0/+10 |
|
|
* | | | | Issue #18408: Fix error handling in PyBytes_FromObject() | Victor Stinner | 2013-10-29 | 1 | -2/+1 |
|
|
* | | | | Issue #18408: Fix iobase_readline(), handle PyByteArray_Resize() failure | Victor Stinner | 2013-10-29 | 1 | -5/+8 |
|
|