summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* r88840: Prepare for 2.5.6.v2.5.6Martin v. Löwis2011-05-281-0/+6
* r88828: Fix year.Martin v. Löwis2011-05-281-1/+1
* r88824: Prepare for 2.5.6c1.v2.5.6c1Martin v. Löwis2011-05-281-1/+1
* Issue 11442: Add NEWS entry for e9724d7abbc2Martin v. Löwis2011-04-171-0/+3
* Add CVE number to urllib/urllib2 news item.guido2011-03-281-1/+1
* Add FTP to the allowed url schemes. Add Misc/NEWS.guido2011-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
* Prepare for 2.5.3.v2.5.3Martin v. Löwis2008-12-191-1/+1
* Build against system Tcl framework.Martin v. Löwis2008-12-191-0/+1
* In the OSX installer, update SQLite to 3.6.7, and change bsddb URL.Martin v. Löwis2008-12-171-0/+5
* Add 2.5.3 final section.Martin v. Löwis2008-12-131-0/+6
* Prepare for 2.5.3c1.v2.5.3c1Martin v. Löwis2008-12-131-2/+2
* Issue #1706039: Support continued reading from a file even afterMartin v. Löwis2008-12-131-0/+3
* Issue #1040026: Fix os.times result on systems where HZ is incorrect.Martin v. Löwis2008-12-131-0/+2
* Issue #3767: Convert Tk object to string in tkColorChooser.Martin v. Löwis2008-12-131-0/+2
* Backport of r59654.Martin v. Löwis2008-12-131-0/+2
* Backport of r64212Martin v. Löwis2008-12-131-0/+2
* Issue 3248: Allow placing ScrolledText in a PanedWindow.Martin v. Löwis2008-12-131-0/+2
* Backport of r66703:Martin v. Löwis2008-12-131-0/+3
* Issue #4228: Pack negative values the same way as 2.4Martin v. Löwis2008-12-131-0/+2
* Issue #4368: Don't define _XOPEN_SOURCE on FreeBSD 4.*.Martin v. Löwis2008-12-131-0/+2
* Issue #4084: fix bug in handling of NaNs in Decimal.max, Decimal.min,Mark Dickinson2008-12-111-0/+4
* Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't alwaysJeffrey Yasskin2008-12-101-0/+3
* Issue #4302: Minor corrections to smtplib. (Backport r60975)Hirokazu Yamamoto2008-12-101-0/+2
* Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by aJeffrey Yasskin2008-12-101-0/+3
* #4317: Fix an Array Bounds Read in imageop.rgb2rgb8.Amaury Forgeot d'Arc2008-11-181-0/+2
* backport r67246 from the trunkBenjamin Peterson2008-11-171-0/+2
* Issue #3774: Fixed an error when create a Tkinter menu item without commandHirokazu Yamamoto2008-11-031-0/+3
* backport r67077 from the trunk: parser module now correctly validates relativ...Benjamin Peterson2008-11-032-0/+3
* Issue #4176: Pickle would crash the interpreter when a __reduce__ functionAmaury Forgeot d'Arc2008-10-301-0/+3
* Modify ctypes types with 'official' functions. Backport from trunk,Thomas Heller2008-10-181-0/+3
* Issue #4046: Backport of issue #3312's patch: fixes two crashes in the sqlite3Gerhard Häring2008-10-081-0/+3
* backport r66689: imageop could segfault due to poor argument validationBenjamin Peterson2008-09-301-0/+3
* Backport of r66677: _lsprof crasher when a bad external timer is used duringBrett Cannon2008-09-291-0/+3
* #3967: Correct a crash in count() and find() methods of string-like objects.Amaury Forgeot d'Arc2008-09-261-0/+3