| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Issue #14099: Backout changeset e5bb3044402b (except adapted tests). | Serhiy Storchaka | 2015-01-26 | 1 | -61/+55 |
|
|
* | | Issue #18518: timeit now rejects statements which can't be compiled outside | Serhiy Storchaka | 2015-01-26 | 1 | -0/+12 |
|
|
* | | Issue #23094: Fixed readline with frames in Python implementation of pickle. | Serhiy Storchaka | 2015-01-26 | 1 | -0/+8 |
|
|
* | | Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the | Serhiy Storchaka | 2015-01-26 | 2 | -4/+5 |
|
|
* | | Issue #23268: Fixed bugs in the comparison of ipaddress classes. | Serhiy Storchaka | 2015-01-26 | 1 | -5/+42 |
|
|
* | | Issue #21408: The default __ne__() now returns NotImplemented if __eq__() | Serhiy Storchaka | 2015-01-26 | 2 | -6/+63 |
|
|
* | | handle headers with no key (closes #19996) | Benjamin Peterson | 2015-01-26 | 2 | -0/+16 |
|
|
* | | Increase http.client.HTTPConnection test coverage. | Senthil Kumaran | 2015-01-25 | 1 | -25/+42 |
|
|
* | | revert 7b833bd1f509. I misread the side effect that the code was triggering. | Gregory P. Smith | 2015-01-23 | 1 | -2/+4 |
|
|
* | | Remove the unimplemented but ignored without='-E' parameters being passed to | Gregory P. Smith | 2015-01-23 | 1 | -4/+2 |
|
|
* | | Only pass -E to the child interpreter if our interpreter was running in that | Gregory P. Smith | 2015-01-23 | 1 | -7/+15 |
|
|
* | | Break up TestCommandLine.test_env_var into four distinct tests. | Gregory P. Smith | 2015-01-22 | 1 | -3/+5 |
|
|
* | | Issue #23009: Add missing "import sys" in test_selectors | Victor Stinner | 2015-01-22 | 1 | -0/+1 |
|
|
* | | Issue #23009: Skip test_selectors.test_empty_select() on Windows | Victor Stinner | 2015-01-22 | 1 | -0/+4 |
|
|
* | | asyncio: pyflakes, remove unused import | Victor Stinner | 2015-01-21 | 1 | -9/+1 |
|
|
* | | asyncio: Enhance BaseProactorEventLoop._loop_self_reading() | Victor Stinner | 2015-01-21 | 1 | -2/+3 |
|
|
* | | Add the command line to the AssertionError raised by test.script_helper's | Gregory P. Smith | 2015-01-21 | 2 | -2/+38 |
|
|
* | | Issue #23280: Fix docstrings for binascii.(un)hexlify | Zachary Ware | 2015-01-20 | 1 | -1/+3 |
|
|
* | | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 5 | -7/+7 |
|
|
* | | Issue #23211: Fix patch for 3.4 differences. | Ned Deily | 2015-01-18 | 1 | -3/+3 |
|
|
* | | Issue #23211: Workaround test_logging failure on some OS X 10.6 systems: | Ned Deily | 2015-01-18 | 1 | -2/+2 |
|
|
* | | capitialize "HttpOnly" and "Secure" as they appear in the standard and other ... | Benjamin Peterson | 2015-01-17 | 1 | -2/+2 |
|
|
* | | Issue #22685: Fix test_pause_reading() of asyncio/test_subprocess | Victor Stinner | 2015-01-15 | 1 | -2/+12 |
|
|
* | | Closes #23219: cancelling asyncio.wait_for() now cancels the task | Victor Stinner | 2015-01-15 | 1 | -0/+27 |
|
|
* | | asyncio: Close transports in tests | Victor Stinner | 2015-01-15 | 4 | -3/+15 |
|
|
* | | Issue #23243: Close explicitly transports in asyncio tests | Victor Stinner | 2015-01-15 | 3 | -277/+226 |
|
|
* | | Issue #23243: Close explicitly event loops in asyncio tests | Victor Stinner | 2015-01-15 | 3 | -1/+20 |
|
|
* | | Issue #23243: Fix asyncio._UnixWritePipeTransport.close() | Victor Stinner | 2015-01-15 | 1 | -0/+3 |
|
|
* | | asyncio: sync with Tulip | Victor Stinner | 2015-01-14 | 5 | -0/+26 |
|
|
* | | Issue #23197, asyncio: On SSL handshake failure, check if the waiter is | Victor Stinner | 2015-01-14 | 2 | -4/+61 |
|
|
* | | Python issue #23173: sync with Tulip | Victor Stinner | 2015-01-14 | 1 | -0/+36 |
|
|
* | | Issue #22560: New SSL implementation based on ssl.MemoryBIO | Victor Stinner | 2015-01-13 | 2 | -11/+53 |
|
|
* | | Tulip issue 184: Fix test_pipe() on Windows | Victor Stinner | 2015-01-13 | 1 | -1/+2 |
|
|
* | | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -1/+1 |
|
|
* | | Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal | Victor Stinner | 2015-01-13 | 1 | -0/+3 |
|
|
* | | asyncio: sync with Tulip | Victor Stinner | 2015-01-09 | 1 | -0/+19 |
|
|
* | | asyncio: Truncate to 80 columns | Victor Stinner | 2015-01-08 | 5 | -18/+37 |
|
|
* | | Issue 19548: update codecs module documentation | Nick Coghlan | 2015-01-06 | 1 | -9/+37 |
|
|
* | | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The | Victor Stinner | 2015-01-06 | 1 | -2/+3 |
|
|
* | | Issue #23140, asyncio: Simplify the unit test | Victor Stinner | 2015-01-06 | 1 | -8/+6 |
|
|
* | | Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of | Victor Stinner | 2015-01-06 | 1 | -0/+28 |
|
|
* | | Issue #22165: Skip test_undecodable_filename on OS X prior to 10.5. | Ned Deily | 2015-01-05 | 1 | -0/+1 |
|
|
* | | fix issue23157 - time_hashlib hadn't been ported to Python 3. | Gregory P. Smith | 2015-01-04 | 1 | -3/+4 |
|
|
* | | Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of | Victor Stinner | 2014-12-26 | 3 | -39/+66 |
|
|
* | | asyncio: sync with Tulip | Victor Stinner | 2014-12-26 | 8 | -22/+16 |
|
|
* | | Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), | Victor Stinner | 2014-12-21 | 1 | -0/+7 |
|
|
* | | fix behavior of trailing slash redirection when a query string is involved (c... | Benjamin Peterson | 2014-12-26 | 1 | -0/+6 |
|
|
* | | allow more operations to work on detached streams (closes #23093) | Benjamin Peterson | 2014-12-22 | 1 | -0/+14 |
|
|
* | | Issue #19104: pprint now produces evaluable output for wrapped strings. | Serhiy Storchaka | 2014-12-20 | 1 | -10/+13 |
|
|
* | | Issue #23071: "namereplace_errors" was added only in 3.5. | Serhiy Storchaka | 2014-12-20 | 1 | -1/+0 |
|
|