summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / /
| * | | Issue #9347: Fix formatting for tuples in argparse type= error messages.Steven Bethard2011-04-031-0/+2
* | | | Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ...Antoine Pitrou2011-04-031-0/+3
* | | | Issue #11727, issue #11753, issue #11755: disable regrtest timeoutVictor Stinner2011-04-031-3/+2
* | | | Merge fix for issue #11746Antoine Pitrou2011-04-031-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve priva...Antoine Pitrou2011-04-031-0/+3
* | | | Issue #5863: Rewrite BZ2File in pure Python, and allow it to acceptAntoine Pitrou2011-04-031-0/+4
* | | | #11282: add back the fail* methods and assertDictContainsSubset.Ezio Melotti2011-04-031-0/+2
* | | | Issue #11727: set regrtest default timeout to 30 minutesVictor Stinner2011-04-011-1/+1
* | | | Issue #11727: set regrtest default timeout to 15 minutesVictor Stinner2011-04-011-1/+3
* | | | Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ...Raymond Hettinger2011-03-311-0/+1
|\ \ \ \ | |/ / /
| * | | Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ...Raymond Hettinger2011-03-311-0/+1
* | | | Issue #11727: add --timeout option to regrtest (disabled by default).Victor Stinner2011-03-311-0/+2
* | | | Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError ifVictor Stinner2011-03-311-0/+3
|\ \ \ \ | |/ / /
| * | | sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was notVictor Stinner2011-03-311-0/+3
* | | | Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-301-0/+2
* | | | Issue #11618: Fix the timeout logic in threading.Lock.acquire() underAntoine Pitrou2011-03-301-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #11618: Fix the timeout logic in threading.Lock.acquire() underAntoine Pitrou2011-03-301-0/+2
* | | | Merge issue 11662.Guido van Rossum2011-03-291-0/+3
|\ \ \ \ | |/ / /
| * | | Merge issue 11662.Guido van Rossum2011-03-291-0/+3
| |\ \ \
| | * \ \ Merge Issue 11662 from 3.1 branch.guido@google.com2011-03-291-0/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Issue 11662: Fix vulnerability in urllib/urllib2.guido@google.com2011-03-291-0/+3
* | | | | Remove the 'strict' argument to Parser, deprecated since 2.4.R David Murray2011-03-291-0/+3
* | | | | merge 3.2Benjamin Peterson2011-03-281-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Correct handling of functions with only kwarg args in getcallargs (closes #11...Benjamin Peterson2011-03-281-0/+3
* | | | | Add optional *func* argument to itertools.accumulate().Raymond Hettinger2011-03-281-0/+3
* | | | | merge #11696Martin v. Löwis2011-03-272-0/+3
|\ \ \ \ \ | |/ / / /