Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix). | Guido van Rossum | 2013-11-13 | 3 | -42/+60 |
| | |||||
* | removed Enum.__eq__ as it added nothing | Ethan Furman | 2013-11-13 | 2 | -5/+11 |
| | |||||
* | asyncio: Temporary fix by Victor Stinner for issue 19566. | Guido van Rossum | 2013-11-13 | 1 | -2/+3 |
| | |||||
* | 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 |
| | |||||
* | merge | Giampaolo Rodola' | 2013-11-12 | 1 | -1/+1 |
|\ | |||||
| * | Provide a more readable representation of socket on repr(). | Giampaolo Rodola' | 2013-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Before: <socket.socket fd=3, family=2, type=1, proto=0, laddr=('0.0.0.0', 0)> Now: <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketType.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 0)> | ||||
* | | 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. | ||||
* | | Merge from 3.3 | Andrew Kuchling | 2013-11-12 | 1 | -1/+5 |
|\ \ | |||||
| * | | Closes #12828: add docstring text noting this is an internal-only module | Andrew Kuchling | 2013-11-12 | 1 | -1/+5 |
| | | | |||||
* | | | 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. | ||||
* | | | Remove outdated comment | Tim Golden | 2013-11-11 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove outdated comment | Tim Golden | 2013-11-11 | 1 | -1/+0 |
| | | | |||||
* | | | Close #19406: Initial implementation of ensurepip | Nick Coghlan | 2013-11-11 | 5 | -0/+281 |
| | | | | | | | | | | | | Patch by Donald Stufft and Nick Coghlan | ||||
* | | | Issue #8799: Reduce timing sensitivity of condition test by explicitly | Kristjan Valur Jonsson | 2013-11-11 | 1 | -0/+15 |
| | | | | | | | | | | | | delaying the main thread so that it doesn't race ahead of the workers. | ||||
* | | | Fix failing test incorrectly merged in b1244046f37a | Jason R. Coombs | 2013-11-11 | 1 | -1/+1 |
| | | | |||||
* | | | Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was ↵ | Jason R. Coombs | 2013-11-10 | 2 | -71/+58 |
|\ \ \ | |/ / | | | | | | | unable to test due to bab0cbf86835. | ||||
| * | | Issue #19544 and Issue #6286: Restore use of urllib over http allowing use ↵ | Jason R. Coombs | 2013-11-10 | 2 | -68/+55 |
| | | | | | | | | | | | | of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2. | ||||
* | | | Merge with 3.3 for Issue #19544 and Issue #7457 | Jason R. Coombs | 2013-11-10 | 2 | -18/+101 |
|\ \ \ | |/ / | |||||
| * | | Issue 19544 and Issue #7457: Restore the read_pkg_file method to ↵ | Jason R. Coombs | 2013-11-10 | 2 | -18/+101 |
| | | | | | | | | | | | | distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. | ||||
* | | | Issue #16685: Added support for any bytes-like objects in the audioop module. | Serhiy Storchaka | 2013-11-10 | 1 | -4/+98 |
| | | | | | | | | | | | | Removed support for strings. | ||||
* | | | Merge heads | Serhiy Storchaka | 2013-11-10 | 1 | -0/+16 |
|\ \ \ | |||||
| * \ \ | Merge | Jason R. Coombs | 2013-11-10 | 2 | -2/+309 |
| |\ \ \ | |||||
| * | | | | Normalize whitespace | Jason R. Coombs | 2013-11-10 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` ↵ | Atsuo Ishimoto | 2012-07-16 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | to socket module. | ||||
* | | | | | Issue #19261: Added support for writing 24-bit samples in the sunau module. | Serhiy Storchaka | 2013-11-10 | 3 | -1/+32 |
| |/ / / |/| | | | |||||
* | | | | #1097797: Add CP273 codec, and exercise it in the test suite | Andrew Kuchling | 2013-11-10 | 2 | -2/+309 |
|/ / / | |||||
* | | | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. | Serhiy Storchaka | 2013-11-09 | 2 | -5/+12 |
|\ \ \ | |/ / | |||||
| * | | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. | Serhiy Storchaka | 2013-11-09 | 2 | -11/+13 |
| | | | |||||
* | | | Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). | Serhiy Storchaka | 2013-11-09 | 3 | -23/+31 |
|\ \ \ | |/ / | |||||
| * | | Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). | Serhiy Storchaka | 2013-11-09 | 3 | -23/+31 |
| | | | |||||
* | | | remove dead import | Brett Cannon | 2013-11-08 | 1 | -1/+0 |
| | | | |||||
* | | | Issue #16803: test.test_importlib.source now tests frozen and source code | Brett Cannon | 2013-11-08 | 5 | -74/+91 |
| | | | |||||
* | | | Issue #18923: Update subprocess to use the new selectors module. | Charles-François Natali | 2013-11-08 | 2 | -173/+75 |
| | | | |||||
* | | | Simplify test.test_importlib.__main__ | Brett Cannon | 2013-11-08 | 1 | -10/+1 |
| | | | |||||
* | | | Issue #16803: test.test_importlib.import_ now tests frozen and source code | Brett Cannon | 2013-11-08 | 11 | -154/+146 |
| | | | |||||
* | | | Issue #16803: test.test_importlib.frozen now runs both frozen and source code | Brett Cannon | 2013-11-08 | 2 | -31/+33 |
| | | | |||||
* | | | Remove redundant test_selectors.py from test_asyncio. | Guido van Rossum | 2013-11-07 | 2 | -150/+0 |
| | | | |||||
* | | | #17080: improve error message of float/complex when the wrong type is passed. | Ezio Melotti | 2013-11-07 | 2 | -0/+2 |
| | | | |||||
* | | | Optimize BaseSelector.modify(). Patch by Arnaud Faure. | Guido van Rossum | 2013-11-07 | 2 | -3/+16 |
| | | | |||||
* | | | #19480: merge with 3.3. | Ezio Melotti | 2013-11-07 | 2 | -13/+25 |
|\ \ \ | |/ / | |||||
| * | | #19480: HTMLParser now accepts all valid start-tag names as defined by the ↵ | Ezio Melotti | 2013-11-07 | 2 | -13/+25 |
| | | | | | | | | | | | | HTML5 standard. | ||||
* | | | asyncio: Add close() back to Unix selector event loop, to remove all signal ↵ | Guido van Rossum | 2013-11-07 | 2 | -0/+21 |
| | | | | | | | | | | | | handlers. Should fix buildbot issues. |