summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 2.5.5.v2.5.5Martin v. Löwis2010-01-315-8/+19
* Tagging for release of Python 2.5.5c2Martin v. Löwis2010-01-241-0/+1
* Prepare for 2.5.5c2.v2.5.5c2Martin v. Löwis2010-01-245-6/+13
* - expat: Fix DoS via malformed XML (CVE-2009-3720).Matthias Klose2010-01-212-2/+3
* - Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560).Matthias Klose2010-01-212-0/+14
* Tagging for release of Python 2.5.5c1Martin v. Löwis2010-01-141-0/+1
* Prepare for 2.5.5c1.v2.5.5c1Martin v. Löwis2010-01-145-11/+16
* Restore the svn property changes in r76754Mark Dickinson2009-12-110-0/+0
* Issue #7470: logging: fix bug in Unicode encoding fallback.Vinay Sajip2009-12-110-0/+0
* Issue #7403: logging: Fixed possible race condition in lock creation.Vinay Sajip2009-11-272-4/+6
* #6990: clear threading.local's key only after its thread state is removed:Philip Jenvey2009-09-293-2/+47
* Avoid EOFError being passed to the caller (restoring theLars Gustäbel2009-03-221-1/+4
* Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loopLars Gustäbel2009-03-223-6/+42
* News for issue 5389 fix.Guido van Rossum2009-03-051-0/+3
* Avoid potential for undefined variable 'startinpos' in PyUnicode_DecodeUTF7().Guido van Rossum2009-03-051-2/+3
* Tagging for release of Python 2.5.4Martin v. Löwis2008-12-231-0/+1
* Prepare for 2.5.4.v2.5.4Martin v. Löwis2008-12-237-6/+12
* Issue #4689: Fix typo.Martin v. Löwis2008-12-231-1/+1
* Revert patch for #1706039, as it can crash the interpreter.Martin v. Löwis2008-12-233-67/+19
* Backport of r67908:Martin v. Löwis2008-12-232-0/+8
* Post 2.5.3.Martin v. Löwis2008-12-202-3/+9
* Tagging for release of Python 2.5.3Martin v. Löwis2008-12-191-0/+1
* Prepare for 2.5.3.v2.5.3Martin v. Löwis2008-12-196-8/+13
* Build against system Tcl framework.Martin v. Löwis2008-12-192-7/+1
* In the OSX installer, update SQLite to 3.6.7, and change bsddb URL.Martin v. Löwis2008-12-172-4/+9
* Add 2.5.3 final section.Martin v. Löwis2008-12-131-0/+6
* Tagging for release of Python 2.5.3c1Martin v. Löwis2008-12-131-0/+1
* Prepare for 2.5.3c1.v2.5.3c1Martin v. Löwis2008-12-136-10/+10
* Add 2.5.3.Martin v. Löwis2008-12-131-0/+2
* Issue #1706039: Support continued reading from a file even afterMartin v. Löwis2008-12-133-17/+70
* Issue #1040026: Fix os.times result on systems where HZ is incorrect.Martin v. Löwis2008-12-132-9/+18
* Issue #3767: Convert Tk object to string in tkColorChooser.Martin v. Löwis2008-12-132-5/+9
* Backport of r59654.Martin v. Löwis2008-12-132-1/+3
* Backport of r64212Martin v. Löwis2008-12-135-0/+39
* Issue 3248: Allow placing ScrolledText in a PanedWindow.Martin v. Löwis2008-12-132-0/+5
* Backport of r66703:Martin v. Löwis2008-12-132-0/+9
* Issue #4228: Pack negative values the same way as 2.4Martin v. Löwis2008-12-133-6/+21
* Issue #4368: Don't define _XOPEN_SOURCE on FreeBSD 4.*.Martin v. Löwis2008-12-133-20/+14
* Issue #4446: Add platforms keyword.Martin v. Löwis2008-12-131-0/+2
* Issue #4084: fix bug in handling of NaNs in Decimal.max, Decimal.min,Mark Dickinson2008-12-113-16/+37
* #4259: update the URL pattern for module documentationAndrew M. Kuchling2008-12-111-2/+3
* Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't alwaysJeffrey Yasskin2008-12-103-3/+31
* Issue #4302: Minor corrections to smtplib. (Backport r60975)Hirokazu Yamamoto2008-12-102-2/+4
* Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by aJeffrey Yasskin2008-12-103-3/+42
* - Tools/faqwiz/move-faqwiz.sh: Fix unsecure use of temporary filesMatthias Klose2008-11-301-3/+9
* backport r67373: checking for errors from NEW_IDENTIFIERBenjamin Peterson2008-11-251-25/+65
* #4317: Fix an Array Bounds Read in imageop.rgb2rgb8.Amaury Forgeot d'Arc2008-11-183-2/+5
* backport r67246 from the trunkBenjamin Peterson2008-11-173-12/+88
* regenerate configureBenjamin Peterson2008-11-161-2/+2
* #4316: configure.in markup fix (backport from r67227).Georg Brandl2008-11-161-1/+1