Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. | Antoine Pitrou | 2013-11-17 | 1 | -2/+252 |
| | |||||
* | test_selectors: test_timeout fails sometimes on busy (slow) buildbots, relax | Victor Stinner | 2013-11-17 | 1 | -1/+2 |
| | | | | | | | | | | | | | | the unit test on max time (but be more strict on mon time). Example of failure: http://buildbot.python.org/all/builders/x86%20OpenIndiana%203.x/builds/6978/steps/test/logs/stdio ====================================================================== FAIL: test_timeout (test.test_selectors.PollSelectorTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/test_selectors.py", line 316, in test_timeout self.assertTrue(0.5 < t1 - t0 < 1.5, t1 - t0) AssertionError: False is not true : 1.5033390671014786 | ||||
* | Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a | Victor Stinner | 2013-11-17 | 1 | -9/+7 |
| | | | | year before 1900. | ||||
* | Fix test.support.bind_port() to not cause an error when Python was compiled | Gregory P. Smith | 2013-11-17 | 1 | -3/+9 |
|\ | | | | | | | | | on a system with SO_REUSEPORT defined in the headers but run on a system with an OS kernel that does not support that reasonably new socket option. | ||||
| * | Fix test.support.bind_port() to not cause an error when Python was compiled | Gregory P. Smith | 2013-11-17 | 1 | -3/+9 |
| | | | | | | | | | | on a system with SO_REUSEPORT defined in the headers but run on a system with an OS kernel that does not support that reasonably new socket option. | ||||
* | | Issue #19603: Use specific asserts in test_decr. | Serhiy Storchaka | 2013-11-17 | 1 | -157/+168 |
|\ \ | |/ | |||||
| * | Issue #19603: Use specific asserts in test_decr. | Serhiy Storchaka | 2013-11-17 | 1 | -157/+168 |
| | | |||||
* | | Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, ↵ | Christian Heimes | 2013-11-17 | 1 | -0/+38 |
| | | | | | | | | NID, short name and long name. | ||||
* | | Merge. | Richard Oudkerk | 2013-11-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #19599: Increase sleep period. | Richard Oudkerk | 2013-11-17 | 1 | -1/+1 |
| | | |||||
* | | Merge. | Richard Oudkerk | 2013-11-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix handling of SystemExit and exit code. Patch by Brodie Rao. | Richard Oudkerk | 2013-11-17 | 1 | -1/+1 |
| | | |||||
* | | Issue #19606: Use specific asserts in http.cookiejar tests. | Serhiy Storchaka | 2013-11-17 | 1 | -84/+73 |
|\ \ | |/ | |||||
| * | Issue #19606: Use specific asserts in http.cookiejar tests. | Serhiy Storchaka | 2013-11-17 | 1 | -84/+73 |
| | | |||||
* | | Issue #19607: Use specific asserts in weakref tests. | Serhiy Storchaka | 2013-11-17 | 1 | -65/+62 |
|\ \ | |/ | |||||
| * | Issue #19607: Use specific asserts in weakref tests. | Serhiy Storchaka | 2013-11-17 | 1 | -65/+62 |
| | | |||||
* | | Issue #19605: Use specific asserts in datetime tests | Serhiy Storchaka | 2013-11-17 | 1 | -79/+80 |
|\ \ | |/ | |||||
| * | Issue #19605: Use specific asserts in datetime tests | Serhiy Storchaka | 2013-11-17 | 1 | -79/+80 |
| | | |||||
* | | Merge heads | Serhiy Storchaka | 2013-11-17 | 3 | -0/+37 |
|\ \ | |||||
| * | | Close #19282: Native context management in dbm | Nick Coghlan | 2013-11-17 | 3 | -0/+37 |
| | | | |||||
* | | | Issue #19604: Use specific asserts in array tests. | Serhiy Storchaka | 2013-11-16 | 1 | -34/+34 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Issue #19604: Use specific asserts in array tests. | Serhiy Storchaka | 2013-11-16 | 1 | -34/+34 |
| | | |||||
* | | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). | Ezio Melotti | 2013-11-16 | 2 | -12/+31 |
| | | |||||
* | | Issue #16685: Added support for writing any bytes-like objects in the aifc, | Serhiy Storchaka | 2013-11-16 | 1 | -0/+24 |
| | | | | | | | | sunau, and wave modules. | ||||
* | | Issue #5202: Added support for unseekable files in the wave module. | Serhiy Storchaka | 2013-11-16 | 2 | -29/+75 |
| | | |||||
* | | Issue #19590: Use specific asserts in email tests. | Serhiy Storchaka | 2013-11-16 | 4 | -107/+92 |
|\ \ | |/ | |||||
| * | Issue #19590: Use specific asserts in email tests. | Serhiy Storchaka | 2013-11-16 | 4 | -107/+92 |
| | | |||||
* | | asyncio: Replace connection_refused() with error_received(). | Guido van Rossum | 2013-11-16 | 3 | -13/+26 |
| | | |||||
* | | Update more usage of assertEqual | Jason R. Coombs | 2013-11-16 | 1 | -3/+3 |
| | | |||||
* | | asyncio: Longer timeout in Windows test_popen. Fixes issue 19598. | Guido van Rossum | 2013-11-15 | 1 | -1/+2 |
| | | |||||
* | | Avoid triggering the refleak detector | Nick Coghlan | 2013-11-15 | 1 | -8/+14 |
| | | |||||
* | | Close 19609: narrow scope of codec exc chaining | Nick Coghlan | 2013-11-15 | 1 | -11/+26 |
| | | |||||
* | | asyncio: Refactor waitpid mocks. Patch by Anthony Baire. | Guido van Rossum | 2013-11-15 | 1 | -249/+186 |
| | | |||||
* | | Issue #19589: Use specific asserts in asyncio tests. | Serhiy Storchaka | 2013-11-14 | 3 | -10/+12 |
| | | |||||
* | | asyncio: Avoid ResourceWarning. Fix issue 19580 by Vajrasky Kok. | Guido van Rossum | 2013-11-14 | 1 | -4/+18 |
| | | |||||
* | | asyncio: Relax timing requirement. Fixes issue 19579. | Guido van Rossum | 2013-11-14 | 1 | -2/+2 |
| | | |||||
* | | asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix). | Guido van Rossum | 2013-11-13 | 2 | -14/+19 |
| | | |||||
* | | removed Enum.__eq__ as it added nothing | Ethan Furman | 2013-11-13 | 1 | -0/+11 |
| | | |||||
* | | Close #17828: better handling of codec errors | Nick Coghlan | 2013-11-13 | 1 | -24/+169 |
| | | | | | | | | | | | | | | | | - output type errors now redirect users to the type-neutral convenience functions in the codecs module - stateless errors that occur during encoding and decoding will now be automatically wrapped in exceptions that give the name of the codec involved | ||||
* | | Avoid global side effect in test_ensurepip | Nick Coghlan | 2013-11-13 | 1 | -3/+8 |
| | | |||||
* | | Fix test_socket for repr update | Nick Coghlan | 2013-11-13 | 1 | -2/+2 |
| | | |||||
* | | test.support: considering the module is a mix of utilities unrelated with ↵ | Giampaolo Rodola' | 2013-11-12 | 1 | -18/+36 |
| | | | | | | | | each other divide __all__ in sub-sections so that it can be used as a quick-reference doc | ||||
* | | Close #19466: Clear the frames of daemon threads earlier during the Python | Victor Stinner | 2013-11-12 | 1 | -0/+50 |
| | | | | | | | | | | shutdown to call objects destructors. So "unclosed file" resource warnings are now corretly emitted for daemon threads. | ||||
* | | Remove mis-merged artefact | Tim Golden | 2013-11-12 | 1 | -3/+0 |
| | | |||||
* | | Issue13674 Correct crash with strftime %y format under Windows | Tim Golden | 2013-11-12 | 1 | -0/+26 |
|\ \ | |/ | |||||
| * | Issue13674 Correct crash with strftime %y format under Windows | Tim Golden | 2013-11-12 | 1 | -1/+25 |
| | | |||||
* | | Issue #19440: Clean up test_capi | Zachary Ware | 2013-11-12 | 1 | -14/+8 |
|\ \ | |/ | |||||
| * | Issue #19440: Clean up test_capi | Zachary Ware | 2013-11-12 | 1 | -13/+7 |
| | | |||||
* | | Closes #6683: add a test that exercises multiple authentication. | Andrew Kuchling | 2013-11-11 | 1 | -0/+9 |
| | | | | | | | | | | The SMTP server advertises four different authentication methods, and the code will try CRAM-MD5 first, which will fail, but LOGIN succeeds. | ||||
* | | Close #19406: Initial implementation of ensurepip | Nick Coghlan | 2013-11-11 | 1 | -0/+123 |
| | | | | | | | | Patch by Donald Stufft and Nick Coghlan |