| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Issue #5202: Added support for unseekable files in the wave module. | Serhiy Storchaka | 2013-11-16 | 3 | -31/+81 |
|
|
* | | | 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 | 5 | -29/+39 |
|
|
* | | | Update more usage of assertEqual | Jason R. Coombs | 2013-11-16 | 3 | -8/+8 |
|
|
* | | | Use preferred assertEqual | Jason R. Coombs | 2013-11-16 | 1 | -9/+9 |
|
|
* | | | Use preferred assertEqual form. Correct indentation. | Jason R. Coombs | 2013-11-16 | 1 | -4/+4 |
|
|
* | | | Issue #7408: Forward port limited test from Python 2.7, fixing failing buildb... | Jason R. Coombs | 2013-11-16 | 1 | -1/+4 |
|
|
* | | | Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils... | Andrew Kuchling | 2013-11-10 | 3 | -7/+62 |
|
|
* | | | Issue #19544, #6516: no need to catch AttributeError on import pwd/grp | Victor Stinner | 2013-11-15 | 1 | -2/+2 |
|
|
* | | | Issue #19544 and Issue #6516: quick workaround for failing builds | Christian Heimes | 2013-11-15 | 1 | -2/+2 |
|
|
* | | | Issue #19504: Used American spelling for 'customize'. | Vinay Sajip | 2013-11-15 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #19504: Used American spelling for 'customize'. | Vinay Sajip | 2013-11-15 | 1 | -1/+1 |
|
|
* | | | Closes #19523: Merged fix from 3.3. | Vinay Sajip | 2013-11-15 | 1 | -1/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #19523: Closed FileHandler leak which occurred when delay was set. | Vinay Sajip | 2013-11-15 | 1 | -1/+3 |
|
|
* | | | Issue #19544 and Issue #6516: Restore support for --user and --group paramete... | Andrew Kuchling | 2013-11-15 | 7 | -10/+214 |
|
|
* | | | 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 #19592: Use specific asserts in lib2to3 tests. | Serhiy Storchaka | 2013-11-14 | 5 | -17/+17 |
|\ \ \
| |/ / |
|
| * | | Issue #19592: Use specific asserts in lib2to3 tests. | Serhiy Storchaka | 2013-11-14 | 5 | -17/+17 |
|
|
* | | | 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 | 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 |
|
|
* | | | 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 |
|
|
* | | | | test.support: considering the module is a mix of utilities unrelated with eac... | Giampaolo Rodola' | 2013-11-12 | 1 | -18/+36 |
|
|
* | | | | Close #19466: Clear the frames of daemon threads earlier during the Python | Victor Stinner | 2013-11-12 | 1 | -0/+50 |
|
|
* | | | | 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 |
|
|
* | | | | 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 |
|
|
* | | | | Issue #8799: Reduce timing sensitivity of condition test by explicitly | Kristjan Valur Jonsson | 2013-11-11 | 1 | -0/+15 |
|
|
* | | | | 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 una... | Jason R. Coombs | 2013-11-10 | 2 | -71/+58 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of... | Jason R. Coombs | 2013-11-10 | 2 | -68/+55 |
|
|