summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * asyncio: Enhance BaseProactorEventLoop._loop_self_reading()Victor Stinner2015-01-212-5/+12
* | Add the command line to the AssertionError raised by test.script_helper'sGregory P. Smith2015-01-212-2/+38
|\ \ | |/
| * Add the command line to the AssertionError raised by test.script_helper'sGregory P. Smith2015-01-212-2/+38
* | Merge with 3.4 (closes #23280)Zachary Ware2015-01-203-6/+103
|\ \ | |/
| * Issue #23280: Fix docstrings for binascii.(un)hexlifyZachary Ware2015-01-203-6/+103
* | Issue #20898: Enum names are only available in the http.client module as cons...Berker Peksag2015-01-201-4/+3
* | Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...Berker Peksag2015-01-201-3/+6
|\ \ | |/
| * Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...Berker Peksag2015-01-201-3/+6
* | Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP ...Berker Peksag2015-01-203-322/+80
* | A hybrid of and-masking and a conditional-set-to-zero produce even faster sea...Raymond Hettinger2015-01-191-1/+2
* | Update copyright for 2015 updates.Raymond Hettinger2015-01-191-1/+1
* | Clean-up, simplify, and slightly speed-up bounds logic in set_pop().Raymond Hettinger2015-01-191-10/+3
* | Issue #23266: Restore the performance of ipaddress.collapse_addresses() whithSerhiy Storchaka2015-01-182-25/+25
* | Issue 23261: Clean-up the hack to store the set.pop() search finger in a has...Raymond Hettinger2015-01-183-25/+15
* | Fixed tests for issue #23133 (pickling of IPv4Network was not tested).Serhiy Storchaka2015-01-181-4/+4
* | Issue #23133: Pickling of ipaddress objects now produces more compact andSerhiy Storchaka2015-01-183-14/+41
* | Issue #23248: Update ssl error codes from latest OpenSSL git master.Antoine Pitrou2015-01-183-20/+336
|\ \ | |/
| * Issue #23248: Update ssl error codes from latest OpenSSL git master.Antoine Pitrou2015-01-183-20/+336
* | Issue #23266: Much faster implementation of ipaddress.collapse_addresses() wh...Antoine Pitrou2015-01-183-7/+15
* | Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-1817-28/+28
|\ \ | |/
| * Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-1824-46/+46
* | Issue #23098: 64-bit dev_t is now supported in the os module.Serhiy Storchaka2015-01-182-33/+64
|\ \ | |/
| * Issue #23098: 64-bit dev_t is now supported in the os module.Serhiy Storchaka2015-01-182-12/+34
* | Issue #23180: merge from 3.4Ned Deily2015-01-186-11/+9
|\ \ | |/
| * Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-186-11/+9
* | Issue #23211: null mergeNed Deily2015-01-180-0/+0
|\ \ | |/
| * Issue #23211: Fix patch for 3.4 differences.Ned Deily2015-01-181-3/+3
* | Issue #23211: merge from 3.4Ned Deily2015-01-182-2/+4
|\ \ | |/
| * Issue #23211: Workaround test_logging failure on some OS X 10.6 systems:Ned Deily2015-01-182-2/+4
* | Updated copyright year (after my patch from last year reverted it)Steve Dower2015-01-171-1/+1
* | Issue #21817: When an exception is raised in a task submitted to a ProcessPoo...Antoine Pitrou2015-01-173-2/+54
* | Issue #15955: Add an option to limit output size when decompressing LZMA data.Antoine Pitrou2015-01-175-59/+327