2013-11-16 |
Jason R. Coombs | Issue #7408: Forward port limited test from Python... |
commit | commitdiff | tree | snapshot |
2013-11-16 |
Victor Stinner | calculate_path() now fails with a fatal error when... |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Andrew Kuchling | Issue #19544 and Issue #1180: Restore global option... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | Don't mix wide character strings and byte strings ... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | Fix compiler warnings on Windows 64 bit: add an explici... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | Fix sock_recvfrom_guts(): recvfrom() size is limited... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | Fix compiler warning on Windows 64 bit: _init_pos_args... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | Fix compiler warning on Windows 64-bit: asdl_seq_SET... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | Fix compiler warning (on Windows 64-bit): explicit... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | Fix compiler warning in win32_urandom(): explicit cast... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | Fix compiler warning (especially on Windows 64-bit... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | Fix compiler warning on Windows 64-bit: explicit cast... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | Issue #19544, #6516: no need to catch AttributeError... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Christian Heimes | Issue #19544 and Issue #6516: quick workaround for... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Vinay Sajip | Issue #19504: Used American spelling for 'customize'. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Vinay Sajip | Issue #19504: Used American spelling for 'customize'. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Vinay Sajip | Closes #19523: Merged fix from 3.3. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Vinay Sajip | Issue #19523: Closed FileHandler leak which occurred... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Andrew Kuchling | Issue #19544 and Issue #6516: Restore support for ... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | (Merge 3.3) fileutils.c: use MAXPATHLEN instead of... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | fileutils.c: use MAXPATHLEN instead of PATH_MAX |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | (Merge 3.3) sysmodule.c: fix sys_update_path(), use... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | (Merge 3.3) pythonrun.c: fix Py_GetPythonHome(), use... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Victor Stinner | pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGT... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Guido van Rossum | asyncio: Longer timeout in Windows test_popen. Fixes... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Nick Coghlan | Avoid triggering the refleak detector |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Nick Coghlan | Don't decref exc too soon |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Nick Coghlan | Close 19609: narrow scope of codec exc chaining |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Guido van Rossum | asyncio: Refactor waitpid mocks. Patch by Anthony Baire. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Serhiy Storchaka | Issue #19592: Use specific asserts in lib2to3 tests. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Victor Stinner | Issue #19437: Fix init_builtin(), handle _PyImport_Find... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Victor Stinner | Issue #19429, #19437: fix error handling in the OSError... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Victor Stinner | Issue #19437: Fix parse_envlist() of the posix/nt modul... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Victor Stinner | Issue #19437: Fix parse_save_field() of the csv module... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Serhiy Storchaka | Issue #19592: Use specific asserts in lib2to3 tests. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Serhiy Storchaka | Issue #19589: Use specific asserts in asyncio tests. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Guido van Rossum | asyncio: Avoid ResourceWarning. Fix issue 19580 by... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Stefan Krah | Add unused third arg for the benefit of Valgrind. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Benjamin Peterson | fix refleaks |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Benjamin Peterson | adjust style |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Guido van Rossum | asyncio: Relax timing requirement. Fixes issue 19579. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Christian Heimes | merge |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Christian Heimes | Issue #17828: _PyObject_GetDictPtr() may return NULL... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Christian Heimes | Issue #17828: va_start() must be accompanied by va_end() |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Victor Stinner | Issue #19437: Fix array.buffer_info(), handle PyLong_Fr... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Victor Stinner | Issue #19437: Use an identifier for "__name__" string... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Victor Stinner | Issue #19437: Fix fold_unaryops_on_constants() of the... |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Guido van Rossum | asyncio: Fix from Anthony Baire for CPython issue 19566... |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Ethan Furman | removed Enum.__eq__ as it added nothing |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Guido van Rossum | asyncio: Temporary fix by Victor Stinner for issue... |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Nick Coghlan | Issue #17839: mention base64 change in What's New |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Nick Coghlan | Close #17828: better handling of codec errors |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Victor Stinner | Don't use deprecated function PyUnicode_GET_SIZE() |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Victor Stinner | Issue #19437: Fix ctypes, handle PyCData_GetContainer... |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Victor Stinner | Issue #19437: Fix GetKeepedObjects() of ctypes, handle... |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Victor Stinner | Issue #19437: Fix PyCData_GetContainer() of ctypes... |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Victor Stinner | Issue #19437: Fix PyImport_ImportModuleLevelObject... |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Nick Coghlan | Avoid global side effect in test_ensurepip |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Nick Coghlan | Fix test_socket for repr update |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Giampaolo Rodola' | merge |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Giampaolo Rodola' | test.support: considering the module is a mix of utilit... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Victor Stinner | Issue #19515: Remove duplicated identifiers in zipimport.c |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Victor Stinner | Issue #19515: Remove identifiers duplicated in the... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Victor Stinner | Issue #19466: Fix typo. Patch written by Vajrasky Kok. |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Victor Stinner | Close #19466: Clear the frames of daemon threads earlie... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Andrew Kuchling | Merge from 3.3 |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Andrew Kuchling | Closes #12828: add docstring text noting this is an... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Andrew Kuchling | Merge from 3.3 |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Andrew Kuchling | Update e-mail address |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Tim Golden | Issue #13674 Null merge with 3.3 |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Tim Golden | Issue #13674 Updated NEWS |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Tim Golden | Issue #13674 Updated NEWS |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Tim Golden | Remove mis-merged artefact |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Tim Golden | Issue13674 Correct crash with strftime %y format under... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Tim Golden | Issue13674 Correct crash with strftime %y format under... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Zachary Ware | Issue #19440: Clean up test_capi |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Zachary Ware | Issue #19440: Clean up test_capi |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Zachary Ware | Null merge |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Zachary Ware | Correct a merge error in Misc/NEWS |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Andrew Kuchling | #15422: remove NEWS item for a change that was later... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Andrew Kuchling | Closes #6683: add a test that exercises multiple authen... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Tim Golden | Remove outdated comment |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Tim Golden | Remove outdated comment |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Nick Coghlan | Close #19406: Initial implementation of ensurepip |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Kristjan Valur... | Issue #8799: Reduce timing sensitivity of condition... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Serhiy Storchaka | Fixed compile error on Windows caused by arithmetic... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Andrew Kuchling | #1097797: add the original mapping file |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Andrew Kuchling | Fix some PEP8-formatting problems in the generated... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Jason R. Coombs | Fix failing test incorrectly merged in b1244046f37a |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Jason R. Coombs | Merge with 3.3 for Issue #19544 and Issue #6286. Merge... |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Jason R. Coombs | Issue #19544 and Issue #6286: Restore use of urllib... |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Jason R. Coombs | Merge with 3.3 for Issue #19544 and Issue #7457 |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Jason R. Coombs | Issue 19544 and Issue #7457: Restore the read_pkg_file... |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Serhiy Storchaka | Issue #16685: Added support for any bytes-like objects... |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Jason R. Coombs | Update Misc/NEWS for Issue #7171 |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Serhiy Storchaka | Issue #19261: Added support for writing 24-bit samples... |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Jason R. Coombs | Merge |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Jason R. Coombs | Normalize whitespace |
commit | commitdiff | tree | snapshot |
next |