summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #21408: The default __ne__() now returns NotImplemented if __eq__()Serhiy Storchaka2015-01-2611-47/+77
|\ \ | |/
| * Issue #21408: The default __ne__() now returns NotImplemented if __eq__()Serhiy Storchaka2015-01-2611-47/+77
* | Don't use deprecated assertEquals.Serhiy Storchaka2015-01-261-4/+4
* | merge 3.4 (#19996)Benjamin Peterson2015-01-264-1/+29
|\ \ | |/
| * handle headers with no key (closes #19996)Benjamin Peterson2015-01-264-1/+29
* | Set the hash values of dummy entries to -1. Improves quality of entry->hash ...Raymond Hettinger2015-01-261-0/+2
* | Update out-of-date comments.Raymond Hettinger2015-01-261-5/+3
* | Issue #23119: Simplify setobject by inlining the special case for unicode eq...Raymond Hettinger2015-01-263-73/+13
* | Issue #23321: Fixed a crash in str.decode() when error handler returnedSerhiy Storchaka2015-01-252-2/+9
|\ \ | |/
| * Issue #23321: Fixed a crash in str.decode() when error handler returnedSerhiy Storchaka2015-01-252-2/+9
* | Issue #22286: The "backslashreplace" error handlers now works withSerhiy Storchaka2015-01-2510-83/+196
* | Merge: #23215: note that time.sleep affects the current thread only.R David Murray2015-01-251-6/+7
|\ \ | |/
| * #23215: reflow paragraph.R David Murray2015-01-251-6/+6
| * #23251: Note that time.sleep affects the calling thread only.R David Murray2015-01-251-1/+2
* | merge from 3.4Senthil Kumaran2015-01-251-25/+42
|\ \ | |/
| * Increase http.client.HTTPConnection test coverage.Senthil Kumaran2015-01-251-25/+42
* | Closes #23253: Delay-load ShellExecuteSteve Dower2015-01-243-4/+50
* | Issue20284: Implement PEP461Ethan Furman2015-01-2410-158/+1185
* | prefer server alpn ordering over the client'sBenjamin Peterson2015-01-233-16/+24
* | add support for ALPN (closes #20188)Benjamin Peterson2015-01-235-29/+231
* | Closes #23305: Merged documentation fix from 3.4.Vinay Sajip2015-01-231-9/+10
|\ \ | |/
| * Issue #23305: clarified RotatingFileHandler documentation.Vinay Sajip2015-01-231-9/+10
* | Closes #23207: logging.basicConfig() now does additional validation of its ar...Vinay Sajip2015-01-231-8/+11
|\ \ | |/
| * Issue #23207: logging.basicConfig() now does additional validation of its arg...Vinay Sajip2015-01-231-8/+11
* | Closes #23202: pyvenv documentation updated to match its behavior.Vinay Sajip2015-01-231-2/+5
|\ \ | |/
| * Updated pyvenv documentation to match its current behaviour.Vinay Sajip2015-01-231-2/+5
* | http.client: disable Nagle's algorithm (closes #23302)Benjamin Peterson2015-01-233-43/+11
* | revert 7b833bd1f509. I misread the side effect that the code was triggering.Gregory P. Smith2015-01-231-2/+4
|\ \ | |/
| * revert 7b833bd1f509. I misread the side effect that the code was triggering.Gregory P. Smith2015-01-231-2/+4
* | Remove the unimplemented but ignored without='-E' parameters being passed toGregory P. Smith2015-01-231-4/+2
|\ \ | |/
| * Remove the unimplemented but ignored without='-E' parameters being passed toGregory P. Smith2015-01-231-4/+2
* | Only pass -E to the child interpreter if our interpreter was running in thatGregory P. Smith2015-01-231-7/+15
|\ \ | |/
| * Only pass -E to the child interpreter if our interpreter was running in thatGregory P. Smith2015-01-231-7/+15
* | Merge 3.4 (asyncio)Victor Stinner2015-01-222-26/+19
|\ \ | |/
| * asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()Victor Stinner2015-01-222-26/+19
* | Break up TestCommandLine.test_env_var into four distinct tests.Gregory P. Smith2015-01-221-3/+5
|\ \ | |/
| * Break up TestCommandLine.test_env_var into four distinct tests.Gregory P. Smith2015-01-221-3/+5
* | Merge 3.4 (asyncio)Victor Stinner2015-01-222-113/+55
|\ \ | |/
| * Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()Victor Stinner2015-01-222-110/+48
| * asyncio: IocpProactor.close() doesn't cancel anymore futures which are alreadyVictor Stinner2015-01-221-3/+7
* | Null merge 3.4Victor Stinner2015-01-220-0/+0
|\ \ | |/
| * Issue #23009: Add missing "import sys" in test_selectorsVictor Stinner2015-01-221-0/+1
* | Merge 3.4Victor Stinner2015-01-221-0/+2
|\ \ | |/
| * Issue #23009: Skip test_selectors.test_empty_select() on WindowsVictor Stinner2015-01-221-0/+4
* | Merge 3.4 (asyncio)Victor Stinner2015-01-212-1/+7
|\ \ | |/
| * Issue #23095, asyncio: IocpProactor.close() must not cancel pendingVictor Stinner2015-01-211-0/+6
| * asyncio: BaseEventLoop._create_connection_transport() catchs any exception, notVictor Stinner2015-01-211-1/+1
* | Merge 3.4 (asyncio)Victor Stinner2015-01-217-50/+173
|\ \ | |/
| * Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()Victor Stinner2015-01-212-34/+159
| * asyncio: pyflakes, remove unused importVictor Stinner2015-01-213-11/+2