summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 3.3.Georg Brandl2013-03-2832-30/+129
|\
| * Closes #4159: add LaTeX tabular column specifications to tables that ↵Georg Brandl2013-03-2832-30/+129
| | | | | | | | otherwise are cut off or have overlapping text.
* | merge with 3.3Georg Brandl2013-03-281-2/+2
|\ \ | |/
| * Fix XML vulnerability link targets.Georg Brandl2013-03-281-2/+2
| |
* | Update suspicious ignore file.Ezio Melotti2013-03-282-1/+24
|\ \ | |/
| * Update suspicious ignore file.Ezio Melotti2013-03-282-1/+22
| |\
| | * Update suspicious ignore file.Ezio Melotti2013-03-284-12/+11
| | |
* | | update importlib.hBenjamin Peterson2013-03-271-117/+117
| | |
* | | #17329: merge with 3.3.Ezio Melotti2013-03-272-7/+14
|\ \ \ | |/ /
| * | #17329: merge with 3.2.Ezio Melotti2013-03-272-4/+11
| |\ \ | | |/
| | * #17329: document unittest.SkipTest. Initial patch by Zachary Ware.Ezio Melotti2013-03-272-4/+11
| | |
* | | Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-269-0/+158
|\ \ \ | |/ /
| * | Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-269-0/+158
| |\ \ | | |/
| | * Issue 17538: Document XML vulnerabiltiesChristian Heimes2013-03-2610-0/+187
| | |
* | | Issue #16475: Add a whatsnew entry for 3.4Kristjan Valur Jonsson2013-03-261-2/+2
| | |
* | | null merge from 3.3Georg Brandl2013-03-260-0/+0
|\ \ \ | |/ /
| * | NEWS: add new header for Python 3.3.2Georg Brandl2013-03-261-2/+6
| | |
* | | merge 3.3 (#17550)Benjamin Peterson2013-03-263-2/+4
|\ \ \ | |/ /
| * | move to correct sectionBenjamin Peterson2013-03-261-5/+2
| | |
| * | fix variable reference to fix --enable-profiling (closes #17550)Benjamin Peterson2013-03-263-2/+7
| | |
* | | Merge versionadded addition and typo fix from 3.3.Ezio Melotti2013-03-261-1/+4
|\ \ \ | |/ /
| * | Add versionadded for `-X faulthandler` (also fix typo and markup).Ezio Melotti2013-03-261-2/+5
| | |
* | | Issue #17516: remove dead codeVictor Stinner2013-03-263-9/+0
| | |
* | | Issue #17516: do not create useless tuple: remove dummy commas in testsVictor Stinner2013-03-264-11/+11
| | |
* | | Issue #17516: use comment syntax for comments, instead of multiline stringVictor Stinner2013-03-2611-508/+494
| | |
* | | #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled ↵Ezio Melotti2013-03-254-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 Natali2013-03-252-43/+28
| | |
* | | mergeRaymond Hettinger2013-03-241-0/+68
|\ \ \ | |/ /
| * | Add missing docstrings to the collections ABCsRaymond Hettinger2013-03-241-0/+68
| | |
* | | #17425: merge 3.3Martin v. Löwis2013-03-245-7/+9
|\ \ \ | |/ /
| * | Fix typoMartin v. Löwis2013-03-241-1/+1
| | |
| * | Issue #17425: Build with openssl 1.0.1d on Windows.Martin v. Löwis2013-03-247-10/+12
| | |
* | | merge 3.3Martin v. Loewis2013-03-240-0/+0
|\ \ \ | |/ /
| * | #17425: null merge 3.2Martin v. Loewis2013-03-240-0/+0
| |\ \ | | |/
| | * Issue #17425: Build with openssl 1.0.0k on Windows.Martin v. Loewis2013-03-246-7/+9
| | |
* | | - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,doko@ubuntu.com2013-03-242-0/+9
|\ \ \ | |/ / | | | | | | iceweasel, iceape.
| * | - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,doko@ubuntu.com2013-03-242-0/+9
| | | | | | | | | | | | iceweasel, iceape.
* | | Issue #17025: Add dumps() and loads() to ForkingPickler.Charles-François Natali2013-03-242-5/+13
| | |
* | | #17504: merge with 3.3.Ezio Melotti2013-03-241-3/+0
|\ \ \ | |/ /
| * | #17504: remove duplicated sentence. Patch by Radu Voicilas.Ezio Melotti2013-03-241-3/+0
| | |
* | | Fixes issue4653 - Correctly specify the buffer size to FormatMessageW andGregory P. Smith2013-03-233-3/+3
|\ \ \ | |/ / | | | | | | correctly check for errors on two CreateFileMapping calls.
| * | Fixes issue4653 - Correctly specify the buffer size to FormatMessageW andGregory P. Smith2013-03-233-3/+3
| | | | | | | | | | | | correctly check for errors on two CreateFileMapping calls.
* | | Merge test_queue clean up from 3.3.Ezio Melotti2013-03-231-1/+4
|\ \ \ | |/ /
| * | Merge test_queue clean up from 3.2.Ezio Melotti2013-03-231-1/+4
| |\ \ | | |/
| | * Clean up references to threads in test_queue.Ezio Melotti2013-03-231-1/+4
| | |
* | | Issue #17150: pprint now uses line continuations to wrap long string literals.Antoine Pitrou2013-03-234-92/+202
| | |
* | | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-234-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 valueGregory P. Smith2013-03-234-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 valueGregory P. Smith2013-03-234-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.
* | | mergeRaymond Hettinger2013-03-231-21/+27
|\ \ \ | |/ /