summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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 #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
* | Issue #11818: Fix tempfile examples for Python 3.Ross Lagerwall2011-04-101-0/+5
* | 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 #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.1Ross Lagerwall2011-04-091-0/+3
|\ \ | |/
| * Issue #11719: Fix message about unexpected test_msilib skip.Ross Lagerwall2011-04-091-0/+3
* | (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: fix html.parser to accept non-ASCII attribute values.Ezio Melotti2011-04-071-0/+2
* | #11605: don't use set/get_payload in feedparser; they do conversions.R David Murray2011-04-061-0/+3
* | 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 #9347: Fix formatting for tuples in argparse type= error messages.Steven Bethard2011-04-031-0/+2
* | | Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve priva...Antoine Pitrou2011-04-031-0/+3
* | | Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ...Raymond Hettinger2011-03-311-0/+1
* | | sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was notVictor Stinner2011-03-311-0/+3
* | | 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 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
* | | | Correct handling of functions with only kwarg args in getcallargs (closes #11...Benjamin Peterson2011-03-281-0/+3
* | | | merge #11696Martin v. Löwis2011-03-272-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Closes #11696: Fix ID generation in msilib.Martin v. Löwis2011-03-272-0/+3
* | | | Merge #9696Mark Dickinson2011-03-272-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ...Mark Dickinson2011-03-272-0/+4
* | | | Move misplaced Misc/NEWS item (merge from 3.1)Mark Dickinson2011-03-271-4/+4
|\ \ \ \ | |/ / /
| * | | Fix misplaced Misc/NEWS entry.Mark Dickinson2011-03-271-4/+4
* | | | Issue #9026: Fix order of argparse sub-commands in help messages.Steven Bethard2011-03-271-0/+2
* | | | merge #7639Martin v. Löwis2011-03-271-0/+2
|\ \ \ \ | |/ / /
| * | | Fix short file name generation in bdist_msi.Martin v. Löwis2011-03-271-0/+2
* | | | merge 3.1Benjamin Peterson2011-03-261-0/+6
|\ \ \ \ | |/ / /
| * | | check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-0/+3
* | | | Issue #9343: Document that argparse parent parsers must be configured before ...Steven Bethard2011-03-261-0/+3
* | | | Merge with 3.1Ross Lagerwall2011-03-262-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.Ross Lagerwall2011-03-262-0/+4
* | | | Issue #8982: Improve the documentation for the argparse Namespace object.Steven Bethard2011-03-261-0/+2
* | | | Issue #11635: Don't use polling in worker threads and processes launched byAntoine Pitrou2011-03-261-0/+3
* | | | Fix NEWS item that ended up in wrong sectionSteven Bethard2011-03-261-2/+2
* | | | Issue #9348: Raise an early error if argparse nargs and metavar don't match.Steven Bethard2011-03-261-0/+2
* | | | Merge #11675Mark Dickinson2011-03-261-0/+4
|\ \ \ \ | |/ / /