87833 Commits (06140f2e04eb23f88e2b9d13bd5388fe29addbaa)
 

Author SHA1 Message Date
Vinay Sajip 06140f2e04 Closes #23305: Merged documentation fix from 3.4. 12 years ago
Vinay Sajip ff37cfe9cc Issue #23305: clarified RotatingFileHandler documentation. 12 years ago
Vinay Sajip ecb5de3d5e Closes #23207: logging.basicConfig() now does additional validation of its arguments. 12 years ago
Vinay Sajip 5abca7023c Issue #23207: logging.basicConfig() now does additional validation of its arguments. 12 years ago
Vinay Sajip 9aeef32cc0 Closes #23202: pyvenv documentation updated to match its behavior. 12 years ago
Vinay Sajip 71e7296016 Updated pyvenv documentation to match its current behaviour. 12 years ago
Benjamin Peterson 9d8a3ad02a http.client: disable Nagle's algorithm (closes #23302) 12 years ago
Gregory P. Smith d775bcabe7 revert 7b833bd1f509. I misread the side effect that the code was triggering. 12 years ago
Gregory P. Smith 48e810069d revert 7b833bd1f509. I misread the side effect that the code was triggering. 12 years ago
Gregory P. Smith d16478095c Remove the unimplemented but ignored without='-E' parameters being passed to 12 years ago
Gregory P. Smith 566646133e Remove the unimplemented but ignored without='-E' parameters being passed to 12 years ago
Gregory P. Smith 058fb7a884 Only pass -E to the child interpreter if our interpreter was running in that 12 years ago
Gregory P. Smith fe7c5d6e4e Only pass -E to the child interpreter if our interpreter was running in that 12 years ago
Victor Stinner 5da0549154 Merge 3.4 (asyncio) 12 years ago
Victor Stinner 2b77c5467f asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe() 12 years ago
Gregory P. Smith 1d51ba6a6e Break up TestCommandLine.test_env_var into four distinct tests. 12 years ago
Gregory P. Smith 34cd2ae69f Break up TestCommandLine.test_env_var into four distinct tests. 12 years ago
Victor Stinner 58c85144db Merge 3.4 (asyncio) 12 years ago
Victor Stinner 7ffa2c5fdd Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() 12 years ago
Victor Stinner 752aba7f99 asyncio: IocpProactor.close() doesn't cancel anymore futures which are already 12 years ago
Victor Stinner 8eef090bb6 Null merge 3.4 12 years ago
Victor Stinner f6228f02d7 Issue #23009: Add missing "import sys" in test_selectors 12 years ago
Victor Stinner f07717c105 Merge 3.4 12 years ago
Victor Stinner 14d45c06eb Issue #23009: Skip test_selectors.test_empty_select() on Windows 12 years ago
Victor Stinner 5b511a0b1e Merge 3.4 (asyncio) 12 years ago
Victor Stinner 1ca9392c70 Issue #23095, asyncio: IocpProactor.close() must not cancel pending 12 years ago
Victor Stinner 0c2e408833 asyncio: BaseEventLoop._create_connection_transport() catchs any exception, not 12 years ago
Victor Stinner 91d11bbb2d Merge 3.4 (asyncio) 12 years ago
Victor Stinner d0a28dee78 Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel() 12 years ago
Victor Stinner 442b0adccd asyncio: pyflakes, remove unused import 12 years ago
Victor Stinner cd0f7f9832 asyncio: Enhance BaseProactorEventLoop._loop_self_reading() 12 years ago
Gregory P. Smith afb507c002 Add the command line to the AssertionError raised by test.script_helper's 12 years ago
Gregory P. Smith b5684c48e1 Add the command line to the AssertionError raised by test.script_helper's 12 years ago
Zachary Ware b4826c3fd1 Merge with 3.4 (closes #23280) 12 years ago
Zachary Ware b176d40398 Issue #23280: Fix docstrings for binascii.(un)hexlify 12 years ago
Berker Peksag 08f3143aea Issue #20898: Enum names are only available in the http.client module as constants. 12 years ago
Berker Peksag 7b6b3d771a Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. 12 years ago
Berker Peksag 5a494f6ad8 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. 12 years ago
Berker Peksag cb18b95ab8 Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP docs. 12 years ago
Raymond Hettinger ed741d4ff0 A hybrid of and-masking and a conditional-set-to-zero produce even faster search loop. 12 years ago
Raymond Hettinger bd9b200b87 Update copyright for 2015 updates. 12 years ago
Raymond Hettinger 9cd6a789c6 Clean-up, simplify, and slightly speed-up bounds logic in set_pop(). 12 years ago
Serhiy Storchaka b53f0fbf96 Issue #23266: Restore the performance of ipaddress.collapse_addresses() whith 12 years ago
Raymond Hettinger 1202a4733e Issue 23261: Clean-up the hack to store the set.pop() search finger in a hash field instead of the setobject. 12 years ago
Serhiy Storchaka a556af77a7 Fixed tests for issue #23133 (pickling of IPv4Network was not tested). 12 years ago
Serhiy Storchaka 5f38f5c502 Issue #23133: Pickling of ipaddress objects now produces more compact and 12 years ago
Antoine Pitrou 3b225d8bfb Issue #23248: Update ssl error codes from latest OpenSSL git master. 12 years ago
Antoine Pitrou 173ad83b07 Issue #23248: Update ssl error codes from latest OpenSSL git master. 12 years ago
Antoine Pitrou e6f250ed90 Issue #23266: Much faster implementation of ipaddress.collapse_addresses() when there are many non-consecutive addresses. 12 years ago
Serhiy Storchaka 82e07b92b3 Issue #23181: More "codepoint" -> "code point". 12 years ago