summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-202-0/+4
* Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.Raymond Hettinger2011-04-191-0/+3
* Fix sporadic failure in test_startfile.Nadeem Vawda2011-04-181-0/+2
* (Merge 3.1) Issue #11768: The signal handler of the signal module only callsVictor Stinner2011-04-181-0/+4
* merge 11442 NEWSMartin v. Löwis2011-04-171-0/+3
|\
| * merge 11442 NEWSMartin v. Löwis2011-04-171-0/+3
| |\
| | * Issue 11442: Add NEWS entry for e9724d7abbc2Martin v. Löwis2011-04-171-0/+3
* | | Fix minor subclassing issue with collections.CounterRaymond Hettinger2011-04-151-0/+2
* | | Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...Ezio Melotti2011-04-151-0/+4
* | | Issue #11467: Fix urlparse behavior when handling urls which contains schemeSenthil Kumaran2011-04-151-0/+3
* | | Fix Issue11474 - url2pathname() handling of '/C|/' on WindowsSenthil Kumaran2011-04-141-0/+3
* | | #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is...Ezio Melotti2011-04-131-1/+4
* | | Issue 11718: Teach IDLE's open module dialog to find packages.Raymond Hettinger2011-04-131-0/+6
* | | update news in 2.7 for Issue #11703Senthil Kumaran2011-04-131-0/+3
* | | #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-0/+3
* | | Issue #11830: Remove unnecessary introspection code in the decimal module.Raymond Hettinger2011-04-121-0/+4
* | | Add NEWS item for #5162.brian.curtin2011-04-111-0/+3
* | | #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed...Ezio Melotti2011-04-111-1/+4
* | | Issue #8428: Fix a race condition in multiprocessing.Pool when terminatingAntoine Pitrou2011-04-101-0/+4
* | | Issue9670: Back out changeset b0d2b696da19; test fails on other platformsNed Deily2011-04-091-5/+0
* | | Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-04-091-0/+5
* | | 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 #7108: Fix test_commands to not fail when special attributes ('@'Ned Deily2011-04-061-0/+3
* | | #7311: fix HTMLParser to accept non-ASCII attribute values.Ezio Melotti2011-04-051-0/+2
* | | Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.Ross Lagerwall2011-04-051-0/+2
* | | Issue #9347: Fix formatting for tuples in argparse type= error messages.Steven Bethard2011-04-031-0/+2
* | | Merge cleanup.Guido van Rossum2011-03-291-3/+3
|\ \ \
| * \ \ Merge urllib/urllib2 security fix from 2.6 branch.guido@google.com2011-03-291-0/+2
| |\ \ \
| | * \ \ Merge urllib/urllib2 security fix from 2.5 branch.guido@google.com2011-03-291-0/+2
| | |\ \ \ | | | | |/ | | | |/|
* | | | | Merge issue 11662 from 2.6.Guido van Rossum2011-03-291-0/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge issue 11662 from 2.5.Guido van Rossum2011-03-291-13/+2
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Add CVE number to urllib/urllib2 news item.guido@google.com2011-03-281-1/+1
| | * | Add FTP to the allowed url schemes. Add Misc/NEWS.guido@google.com2011-03-241-0/+3
| | * | Merge r82494 from the python2.6 branch:Matthias Klose2010-10-171-0/+3
| | * | Merged revisions 81046 from the python2.6 branch:Matthias Klose2010-10-172-0/+7
| | * | Post 2.5.5.Martin v. Löwis2010-01-311-0/+6
| | * | Prepare for 2.5.5.v2.5.5Martin v. Löwis2010-01-311-0/+6
| | * | Prepare for 2.5.5c2.v2.5.5c2Martin v. Löwis2010-01-241-2/+4
| | * | - expat: Fix DoS via malformed XML (CVE-2009-3720).Matthias Klose2010-01-211-1/+2
| | * | - Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560).Matthias Klose2010-01-211-0/+11
| | * | Prepare for 2.5.5c1.v2.5.5c1Martin v. Löwis2010-01-141-3/+3
| | * | Issue #7403: logging: Fixed possible race condition in lock creation.Vinay Sajip2009-11-271-0/+2
| | * | #6990: clear threading.local's key only after its thread state is removed:Philip Jenvey2009-09-291-0/+6
| | * | Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loopLars Gustäbel2009-03-221-0/+14
| | * | News for issue 5389 fix.Guido van Rossum2009-03-051-0/+3
| | * | Prepare for 2.5.4.v2.5.4Martin v. Löwis2008-12-231-1/+1
| | * | Revert patch for #1706039, as it can crash the interpreter.Martin v. Löwis2008-12-231-0/+2
| | * | Backport of r67908:Martin v. Löwis2008-12-231-0/+6
| | * | Post 2.5.3.Martin v. Löwis2008-12-201-0/+6