Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #17329: merge with 3.3. | Ezio Melotti | 2013-03-27 | 1 | -1/+1 |
|\ | |||||
| * | #17329: merge with 3.2. | Ezio Melotti | 2013-03-27 | 1 | -1/+1 |
| |\ | |||||
| | * | #17329: document unittest.SkipTest. Initial patch by Zachary Ware. | Ezio Melotti | 2013-03-27 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #17516: remove dead code | Victor Stinner | 2013-03-26 | 3 | -9/+0 |
| | | | |||||
* | | | Issue #17516: do not create useless tuple: remove dummy commas in tests | Victor Stinner | 2013-03-26 | 4 | -11/+11 |
| | | | |||||
* | | | Issue #17516: use comment syntax for comments, instead of multiline string | Victor Stinner | 2013-03-26 | 10 | -507/+493 |
| | | | |||||
* | | | #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled ↵ | Ezio Melotti | 2013-03-25 | 1 | -0/+28 |
| | | | | | | | | | | | | by default. It can be re-enabled with the `-X showrefcount` option. | ||||
* | | | Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention. | Charles-François Natali | 2013-03-25 | 1 | -43/+26 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2013-03-24 | 1 | -0/+68 |
|\ \ \ | |/ / | |||||
| * | | Add missing docstrings to the collections ABCs | Raymond Hettinger | 2013-03-24 | 1 | -0/+68 |
| | | | |||||
* | | | - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, | doko@ubuntu.com | 2013-03-24 | 1 | -0/+6 |
|\ \ \ | |/ / | | | | | | | iceweasel, iceape. | ||||
| * | | - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, | doko@ubuntu.com | 2013-03-24 | 1 | -0/+6 |
| | | | | | | | | | | | | iceweasel, iceape. | ||||
* | | | Issue #17025: Add dumps() and loads() to ForkingPickler. | Charles-François Natali | 2013-03-24 | 2 | -5/+13 |
| | | | |||||
* | | | #17504: merge with 3.3. | Ezio Melotti | 2013-03-24 | 1 | -3/+0 |
|\ \ \ | |/ / | |||||
| * | | #17504: remove duplicated sentence. Patch by Radu Voicilas. | Ezio Melotti | 2013-03-24 | 1 | -3/+0 |
| | | | |||||
* | | | Merge test_queue clean up from 3.3. | Ezio Melotti | 2013-03-23 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge test_queue clean up from 3.2. | Ezio Melotti | 2013-03-23 | 1 | -1/+4 |
| |\ \ | | |/ | |||||
| | * | Clean up references to threads in test_queue. | Ezio Melotti | 2013-03-23 | 1 | -1/+4 |
| | | | |||||
* | | | Issue #17150: pprint now uses line continuations to wrap long string literals. | Antoine Pitrou | 2013-03-23 | 2 | -5/+72 |
| | | | |||||
* | | | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value | Gregory P. Smith | 2013-03-23 | 2 | -9/+37 |
|\ \ \ | |/ / | | | | | | | | | | | | | from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs. | ||||
| * | | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value | Gregory P. Smith | 2013-03-23 | 2 | -9/+37 |
| |\ \ | | |/ | | | | | | | | | | | | | from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs. | ||||
| | * | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value | Gregory P. Smith | 2013-03-23 | 2 | -9/+31 |
| | | | | | | | | | | | | | | | | | | from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs. | ||||
* | | | #17510: avoid using deprecated assertEquals method in test_program. Patch ↵ | Ezio Melotti | 2013-03-23 | 1 | -2/+2 |
| | | | | | | | | | | | | by Daniel Black. | ||||
* | | | #17479: merge with 3.3. | Ezio Melotti | 2013-03-23 | 1 | -3/+4 |
|\ \ \ | |/ / | |||||
| * | | #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. | Ezio Melotti | 2013-03-23 | 1 | -3/+4 |
| | | | |||||
| * | | Backport improved dict comparison logic | Raymond Hettinger | 2013-03-23 | 1 | -2/+1 |
| | | | |||||
* | | | Closes #17521: Merged fix from 3.3. | Vinay Sajip | 2013-03-23 | 2 | -4/+34 |
|\ \ \ | |/ / | |||||
| * | | Issue #17521: Merged fix from 3.2. | Vinay Sajip | 2013-03-23 | 2 | -4/+34 |
| |\ \ | | |/ | |||||
| | * | Issue #17521: Corrected non-enabling of logger following two calls to ↵ | Vinay Sajip | 2013-03-23 | 2 | -4/+34 |
| | | | | | | | | | | | | fileConfig(). | ||||
* | | | Closes #17508: Merged fix from 3.3. | Vinay Sajip | 2013-03-22 | 2 | -6/+61 |
|\ \ \ | |/ / | |||||
| * | | Issue #17508: Merged fix from 3.2. | Vinay Sajip | 2013-03-22 | 2 | -6/+61 |
| |\ \ | | |/ | |||||
| | * | Issue #17508: Handled out-of-order handler configuration correctly. | Vinay Sajip | 2013-03-22 | 2 | -6/+60 |
| | | | |||||
* | | | copy 2.7 magic numbers for historical interest | Benjamin Peterson | 2013-03-22 | 1 | -0/+6 |
| | | | |||||
* | | | #17472: add tests for a couple of untested methods in urllib.urlparse. | R David Murray | 2013-03-22 | 1 | -0/+8 |
| | | | | | | | | | | | | Original patch by Daniel Wozniak. | ||||
* | | | test_ast: pass the filename to ast.parse() | Victor Stinner | 2013-03-21 | 1 | -1/+1 |
| | | | |||||
* | | | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 5 | -13/+13 |
|\ \ \ | |/ / | | | | | | | | | | two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. | ||||
| * | | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 5 | -11/+14 |
| |\ \ | | |/ | | | | | | | | | | two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. | ||||
| | * | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 5 | -11/+14 |
| | | | | | | | | | | | | | | | two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. | ||||
* | | | Merge: #5713: One more test_smtplib timing fix. | R David Murray | 2013-03-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | #5713: One more test_smtplib timing fix. | R David Murray | 2013-03-21 | 1 | -1/+1 |
| | | | |||||
* | | | Fix import | Raymond Hettinger | 2013-03-21 | 1 | -2/+1 |
| | | | |||||
* | | | Merge: #5712: Preemptively fix some other possible timing issues. | R David Murray | 2013-03-21 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge: #5712: Preemptively fix some other possible timing issues. | R David Murray | 2013-03-21 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | #5712: Preemptively fix some other possible timing issues. | R David Murray | 2013-03-21 | 1 | -3/+3 |
| | | | |||||
* | | | Merge: #5713: fix timing issue in smtplib tests. | R David Murray | 2013-03-21 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge: #5713: fix timing issue in smtplib tests. | R David Murray | 2013-03-21 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | #5713: fix timing issue in smtplib tests. | R David Murray | 2013-03-21 | 1 | -0/+3 |
| | | | |||||
* | | | merge | Gregory P. Smith | 2013-03-21 | 1 | -4/+3 |
|\ \ \ | |/ / | |||||
| * | | merge | Gregory P. Smith | 2013-03-21 | 1 | -4/+3 |
| |\ \ | | |/ | |||||
| | * | remove the long obsolete mention of universal newlines mode only being | Gregory P. Smith | 2013-03-21 | 1 | -4/+3 |
| | | | | | | | | | | | | available when configured at compile time. |