summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merge #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-0/+3
|\
| * Merge #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-0/+3
| |\
| | * #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-0/+3
* | | merge 3.2Benjamin Peterson2011-04-121-0/+3
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-04-121-0/+3
| |\ \ | | |/
| | * make assigning to a bytes literal a syntax error (closes #11506)Benjamin Peterson2011-04-121-0/+3
| | * Correct leading spaces in my NEWS entry.Brian Curtin2011-04-111-2/+2
* | | Issue #11186: pydoc ignores a module if its name contains a surrogate characterVictor Stinner2011-04-121-0/+3
* | | Issue #11815: Use a light-weight SimpleQueue for the result queue in concurre...Antoine Pitrou2011-04-121-0/+3
* | | Add NEWS item for #5162.brian.curtin2011-04-111-0/+3
|\ \ \ | |/ /
| * | Add NEWS item for #5162.brian.curtin2011-04-111-0/+3
| |\ \ | | |/
| | * Add NEWS item for #5162.brian.curtin2011-04-111-0/+3
* | | Issue #11747: Fix range formatting in context and unified diffs.Raymond Hettinger2011-04-111-0/+3
|\ \ \ | |/ /
| * | Issue #11747: Fix range formatting in context and unified diffs.Raymond Hettinger2011-04-111-0/+3
* | | Added 'handlers' argument to logging.basicConfig.Vinay Sajip2011-04-111-0/+4
* | | Add Misc/NEWS "What's New" entry for subprocess timeouts.Reid Kleckner2011-04-111-0/+5
* | | Merge from 3.2 (issue #11814, issue #8428)Antoine Pitrou2011-04-101-0/+6
|\ \ \ | |/ /
| * | Issue #11814: Fix likely typo in multiprocessing.Pool._terminate().Antoine Pitrou2011-04-101-0/+2
| * | Issue #8428: Fix a race condition in multiprocessing.Pool when terminatingAntoine Pitrou2011-04-101-0/+4
* | | #2650: re.escape() no longer escapes the "_".Ezio Melotti2011-04-101-0/+2
* | | Merge with 3.2Ross Lagerwall2011-04-101-0/+5
|\ \ \ | |/ /
| * | Issue #11818: Fix tempfile examples for Python 3.Ross Lagerwall2011-04-101-0/+5
* | | Issue9670: Merge backout from 3.2.Ned Deily2011-04-091-5/+0
|\ \ \ | |/ /
| * | Issue9670: Merge backout to 3.2.Ned Deily2011-04-091-5/+0
| |\ \ | | |/
| | * Issue9670: Back out changeset 378b40d71175; test fails on other platformsNed Deily2011-04-091-5/+0
* | | Issue #11757: select.select() now raises ValueError when a negative timeoutAntoine Pitrou2011-04-091-0/+4
* | | Issue #9670: merge with currentNed Deily2011-04-091-0/+5
|\ \ \ | |/ /
| * | Issue #9670: merge with 3.2Ned Deily2011-04-091-0/+5
| |\ \ | | |/
| | * Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-04-091-0/+5
* | | Merge with 3.2Ross Lagerwall2011-04-091-0/+3
|\ \ \ | |/ /
| * | Merge with 3.1Ross Lagerwall2011-04-091-0/+3
| |\ \ | | |/
| | * Issue #11719: Fix message about unexpected test_msilib skip.Ross Lagerwall2011-04-091-0/+3
* | | (Merge 3.2) Issue #11650: PyOS_StdioReadline() retries fgets() if it wasVictor Stinner2011-04-091-0/+4
|\ \ \ | |/ /
| * | (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it wasVictor Stinner2011-04-091-0/+4
| |\ \ | | |/
| | * Issue #11650: PyOS_StdioReadline() retries fgets() if it was interruptedVictor Stinner2011-04-091-0/+4
* | | #7311: merge with 3.2.Ezio Melotti2011-04-071-0/+2
|\ \ \ | |/ /
| * | #7311: fix html.parser to accept non-ASCII attribute values.Ezio Melotti2011-04-071-0/+2
* | | #1690608: make formataddr RFC2047 aware.R David Murray2011-04-062-0/+5
* | | Merge #11605: don't use set/get_payload in feedparser; they do conversions.R David Murray2011-04-061-0/+3
|\ \ \ | |/ /
| * | #11605: don't use set/get_payload in feedparser; they do conversions.R David Murray2011-04-061-0/+3
* | | Merge with 3.2Ross Lagerwall2011-04-051-0/+2
|\ \ \ | |/ /
| * | Merge with 3.1Ross Lagerwall2011-04-051-0/+2
| |\ \ | | |/
| | * Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.Ross Lagerwall2011-04-051-0/+2
| | * Merge issue 11662.Guido van Rossum2011-03-291-0/+3
| | |\
* | | | Issue #11707: Fast C version of functools.cmp_to_key()Raymond Hettinger2011-04-051-0/+3
* | | | Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error.Victor Stinner2011-04-041-0/+2
* | | | Issue #10785: Store the filename as Unicode in the Python parser.Victor Stinner2011-04-041-0/+2
* | | | Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytesVictor Stinner2011-04-041-0/+3
* | | | Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFileAntoine Pitrou2011-04-041-0/+3
* | | | Issue #9347: Fix formatting for tuples in argparse type= error messages.Steven Bethard2011-04-041-0/+2
|\ \ \ \ | |/ / /