2015-01-28 |
Serhiy Storchaka | Issue #22079: PyType_Ready() now checks that statically... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Serhiy Storchaka | Issue #22079: PyType_Ready() now checks that statically... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Vinay Sajip | Merged documentation update from 3.4. |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Vinay Sajip | Added a logging cookbook entry on customized exception... |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Victor Stinner | Merge 3.4 (asyncio) |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Benjamin Peterson | disable ALPN on LibreSSL, which has a large version... |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Raymond Hettinger | Revert unintended part of the commit (the key==dummy... |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Raymond Hettinger | Remove unneeded dummy test from the set search loop... |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Raymond Hettinger | Issue #23269: Tighten search_loop in set_insert_clean() |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Berker Peksag | Add whatsnew entry for issue #5309. |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Berker Peksag | Issue #23286: Fix typo in the tutorial. |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Berker Peksag | Issue #23286: Fix typo in the tutorial. |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Issue #22286, #23321: Fix failing test on Windows code... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Merge 3.4 (asyncio) |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | asyncio, _overlapped.ConnectPipe(): release the GIL |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Merge 3.4 (asyncio) |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | asyncio, Tulip issue 204: Fix IocpProactor.recv() |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Issue #23095, asyncio: Fix _WaitHandleFuture.cancel() |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Issue #20284: Fix a compilation warning on Windows |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Issue #15859: PyUnicode_EncodeFSDefault(), PyUnicode_En... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Benjamin Peterson | ensure ilen is initialized when it is assigned to len |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Merge 3.4 (asyncio) |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Issue #23293, asyncio: Rewrite IocpProactor.connect_pip... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | asyncio: PipeHandle.fileno() now raises an exception... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | asyncio: Fix ProactorEventLoop.start_serving_pipe() |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #14099: Restored support of writing ZIP files... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #14099: Writing to ZipFile and reading multiple... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #14099: Backout changeset e5bb3044402b (except... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #19361: JSON decoder now raises JSONDecodeError... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #18518: timeit now rejects statements which can... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #18518: timeit now rejects statements which can... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Merge 3.4 (asyncio) |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Issue #23208, asyncio: Add BaseEventLoop._current_handle |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | Issue #23293, asyncio: Cleanup IocpProactor.close() |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Victor Stinner | asyncio: Close transports on error |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #23094: Fixed readline with frames in Python... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #23094: Fixed readline with frames in Python... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #7665: Fixed tests test_ntpath and test_urllib2... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #7665: Fixed tests test_ntpath and test_urllib2... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Add credits for Martin Panter. |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Add credits for Martin Panter. |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #23268: Fixed bugs in the comparison of ipaddress... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #23268: Fixed bugs in the comparison of ipaddress... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #21408: The default __ne__() now returns NotImple... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Issue #21408: The default __ne__() now returns NotImple... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Serhiy Storchaka | Don't use deprecated assertEquals. |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Benjamin Peterson | merge 3.4 (#19996) |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Benjamin Peterson | handle headers with no key (closes #19996) |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Raymond Hettinger | Set the hash values of dummy entries to -1. Improves... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Raymond Hettinger | Update out-of-date comments. |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Raymond Hettinger | Issue #23119: Simplify setobject by inlining the speci... |
commit | commitdiff | tree | snapshot |
2015-01-25 |
Serhiy Storchaka | Issue #23321: Fixed a crash in str.decode() when error... |
commit | commitdiff | tree | snapshot |
2015-01-25 |
Serhiy Storchaka | Issue #23321: Fixed a crash in str.decode() when error... |
commit | commitdiff | tree | snapshot |
2015-01-25 |
Serhiy Storchaka | Issue #22286: The "backslashreplace" error handlers... |
commit | commitdiff | tree | snapshot |
2015-01-25 |
R David Murray | Merge: #23215: note that time.sleep affects the current... |
commit | commitdiff | tree | snapshot |
2015-01-25 |
R David Murray | #23215: reflow paragraph. |
commit | commitdiff | tree | snapshot |
2015-01-25 |
R David Murray | #23251: Note that time.sleep affects the calling thread... |
commit | commitdiff | tree | snapshot |
2015-01-25 |
Senthil Kumaran | merge from 3.4 |
commit | commitdiff | tree | snapshot |
2015-01-25 |
Senthil Kumaran | Increase http.client.HTTPConnection test coverage. |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Steve Dower | Closes #23253: Delay-load ShellExecute |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Ethan Furman | Issue20284: Implement PEP461 |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Benjamin Peterson | prefer server alpn ordering over the client's |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Benjamin Peterson | add support for ALPN (closes #20188) |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Vinay Sajip | Closes #23305: Merged documentation fix from 3.4. |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Vinay Sajip | Issue #23305: clarified RotatingFileHandler documentation. |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Vinay Sajip | Closes #23207: logging.basicConfig() now does additiona... |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Vinay Sajip | Issue #23207: logging.basicConfig() now does additional... |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Vinay Sajip | Closes #23202: pyvenv documentation updated to match... |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Vinay Sajip | Updated pyvenv documentation to match its current behav... |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Benjamin Peterson | http.client: disable Nagle's algorithm (closes #23302) |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Gregory P.... | revert 7b833bd1f509. I misread the side effect that... |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Gregory P.... | revert 7b833bd1f509. I misread the side effect that... |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Gregory P.... | Remove the unimplemented but ignored without='-E' param... |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Gregory P.... | Remove the unimplemented but ignored without='-E' param... |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Gregory P.... | Only pass -E to the child interpreter if our interprete... |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Gregory P.... | Only pass -E to the child interpreter if our interprete... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | Merge 3.4 (asyncio) |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe() |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Gregory P.... | Break up TestCommandLine.test_env_var into four distinc... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Gregory P.... | Break up TestCommandLine.test_env_var into four distinc... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | Merge 3.4 (asyncio) |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | asyncio: IocpProactor.close() doesn't cancel anymore... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | Null merge 3.4 |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | Issue #23009: Add missing "import sys" in test_selectors |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | Merge 3.4 |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Victor Stinner | Issue #23009: Skip test_selectors.test_empty_select... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Victor Stinner | Merge 3.4 (asyncio) |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Victor Stinner | Issue #23095, asyncio: IocpProactor.close() must not... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Victor Stinner | asyncio: BaseEventLoop._create_connection_transport... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Victor Stinner | Merge 3.4 (asyncio) |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Victor Stinner | Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel() |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Victor Stinner | asyncio: pyflakes, remove unused import |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Victor Stinner | asyncio: Enhance BaseProactorEventLoop._loop_self_reading() |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Gregory P.... | Add the command line to the AssertionError raised by... |
commit | commitdiff | tree | snapshot |
next |