Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #17516: use comment syntax for comments, instead of multiline string | Victor Stinner | 2013-03-26 | 11 | -508/+494 |
| | |||||
* | #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled ↵ | Ezio Melotti | 2013-03-25 | 4 | -7/+62 |
| | | | | 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 | 2 | -43/+28 |
| | |||||
* | merge | Raymond Hettinger | 2013-03-24 | 1 | -0/+68 |
|\ | |||||
| * | Add missing docstrings to the collections ABCs | Raymond Hettinger | 2013-03-24 | 1 | -0/+68 |
| | | |||||
* | | #17425: merge 3.3 | Martin v. Löwis | 2013-03-24 | 5 | -7/+9 |
|\ \ | |/ | |||||
| * | Fix typo | Martin v. Löwis | 2013-03-24 | 1 | -1/+1 |
| | | |||||
| * | Issue #17425: Build with openssl 1.0.1d on Windows. | Martin v. Löwis | 2013-03-24 | 7 | -10/+12 |
| | | |||||
* | | merge 3.3 | Martin v. Loewis | 2013-03-24 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | #17425: null merge 3.2 | Martin v. Loewis | 2013-03-24 | 0 | -0/+0 |
| |\ | |||||
| | * | Issue #17425: Build with openssl 1.0.0k on Windows. | Martin v. Loewis | 2013-03-24 | 6 | -7/+9 |
| | | | |||||
* | | | - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, | doko@ubuntu.com | 2013-03-24 | 2 | -0/+9 |
|\ \ \ | |/ / | | | | | | | iceweasel, iceape. | ||||
| * | | - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, | doko@ubuntu.com | 2013-03-24 | 2 | -0/+9 |
| | | | | | | | | | | | | 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 |
| | | | |||||
* | | | Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and | Gregory P. Smith | 2013-03-23 | 3 | -3/+3 |
|\ \ \ | |/ / | | | | | | | correctly check for errors on two CreateFileMapping calls. | ||||
| * | | Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and | Gregory P. Smith | 2013-03-23 | 3 | -3/+3 |
| | | | | | | | | | | | | correctly check for errors on two CreateFileMapping calls. | ||||
* | | | 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 | 4 | -92/+202 |
| | | | |||||
* | | | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value | Gregory P. Smith | 2013-03-23 | 4 | -19/+55 |
|\ \ \ | |/ / | | | | | | | | | | | | | 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 | 4 | -19/+55 |
| |\ \ | | |/ | | | | | | | | | | | | | 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 | 4 | -19/+49 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | merge | Raymond Hettinger | 2013-03-23 | 1 | -21/+27 |
|\ \ \ | |/ / | |||||
| * | | Update collections ABC table to match the __abstractmethods__ attribute for ↵ | Raymond Hettinger | 2013-03-23 | 1 | -21/+27 |
| | | | | | | | | | | | | each container. | ||||
* | | | merge | Raymond Hettinger | 2013-03-23 | 2 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. | Raymond Hettinger | 2013-03-23 | 2 | -1/+6 |
| | | | |||||
* | | | #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 | 2 | -3/+7 |
|\ \ \ | |/ / | |||||
| * | | #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. | Ezio Melotti | 2013-03-23 | 2 | -3/+7 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2013-03-23 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | 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 | 3 | -4/+37 |
|\ \ \ | |/ / | |||||
| * | | Issue #17521: Merged fix from 3.2. | Vinay Sajip | 2013-03-23 | 3 | -4/+37 |
| |\ \ | | |/ | |||||
| | * | Issue #17521: Corrected non-enabling of logger following two calls to ↵ | Vinay Sajip | 2013-03-23 | 3 | -4/+37 |
| | | | | | | | | | | | | fileConfig(). | ||||
* | | | Merged upstream changes. | Vinay Sajip | 2013-03-23 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | Issue #17522: Minor documentation fix | Kristján Valur Jónsson | 2013-03-23 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merged Misc/NEWS update for #17508. | Vinay Sajip | 2013-03-23 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Merged Misc/NEWS update for #17508. | Vinay Sajip | 2013-03-23 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Updated Misc/NEWS with #17508. | Vinay Sajip | 2013-03-23 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #17522: Add the PyGILState_Check() API. | Kristján Valur Jónsson | 2013-03-23 | 4 | -0/+28 |
| | | | |||||
* | | | cleanup references to PyString_ APIs in the 3.x docs. | Gregory P. Smith | 2013-03-22 | 4 | -20/+21 |
|\ \ \ | |/ / | |||||
| * | | cleanup references to PyString_ APIs from 2.x in the 3.3 docs. | Gregory P. Smith | 2013-03-22 | 4 | -20/+21 |
| |\ \ | | |/ | |||||
| | * | Clean up references to the no longer existing PyString_ APIs in our docs. | Gregory P. Smith | 2013-03-22 | 4 | -22/+23 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2013-03-22 | 1 | -2/+4 |
|\ \ \ | |/ / |