summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Replay svn r88850.v2.6.7Barry Warsaw2011-06-043-3/+3
* Replay changeset 70248:c714e2f92f63 from fubar branch. Original commitBarry Warsaw2011-05-233-3/+3
* Replay changeset 70238:03e488b5c009 from fubar branch. Original commitBarry Warsaw2011-05-233-3/+3
* Merge issue 11662 from 2.5.Guido van Rossum2011-03-294-0/+58
|\
| * Add tests for the urllib[2] vulnerability. Change to raise exceptions.guido@google.com2011-03-284-5/+45
| * Add FTP to the allowed url schemes. Add Misc/NEWS.guido@google.com2011-03-242-4/+6
| * Issue 22663: fix redirect vulnerability in urllib/urllib2.guido@google.com2011-03-242-2/+18
* | merge from 2.5 branch.Senthil Kumaran2011-03-171-1/+3
|\ \ | |/
| * Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS att...Senthil Kumaran2011-03-171-1/+3
| * Add .hgeol file and fix newlines in the 2.5 branch.Georg Brandl2011-03-051-31/+31
| * Prepare for 2.5.5.v2.5.5Martin v. Löwis2010-01-312-3/+8
| * Prepare for 2.5.5c2.v2.5.5c2Martin v. Löwis2010-01-242-1/+6
| * Prepare for 2.5.5c1.v2.5.5c1Martin v. Löwis2010-01-142-1/+6
| * Issue #7403: logging: Fixed possible race condition in lock creation.Vinay Sajip2009-11-271-4/+4
| * #6990: clear threading.local's key only after its thread state is removed:Philip Jenvey2009-09-291-1/+40
| * 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-222-6/+28
| * Prepare for 2.5.4.v2.5.4Martin v. Löwis2008-12-232-1/+6
| * Revert patch for #1706039, as it can crash the interpreter.Martin v. Löwis2008-12-231-42/+0
| * Backport of r67908:Martin v. Löwis2008-12-231-0/+2
| * Prepare for 2.5.3.v2.5.3Martin v. Löwis2008-12-192-1/+6
| * Prepare for 2.5.3c1.v2.5.3c1Martin v. Löwis2008-12-132-2/+2
| * Issue #1706039: Support continued reading from a file even afterMartin v. Löwis2008-12-131-0/+42
| * Issue #3767: Convert Tk object to string in tkColorChooser.Martin v. Löwis2008-12-131-5/+7
| * Backport of r59654.Martin v. Löwis2008-12-131-1/+1
| * Issue 3248: Allow placing ScrolledText in a PanedWindow.Martin v. Löwis2008-12-131-0/+3
| * Backport of r66703:Martin v. Löwis2008-12-131-0/+6
| * Issue #4228: Pack negative values the same way as 2.4Martin v. Löwis2008-12-131-0/+13
| * Issue #4084: fix bug in handling of NaNs in Decimal.max, Decimal.min,Mark Dickinson2008-12-112-16/+33
| * #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-101-0/+14
| * Issue #4302: Minor corrections to smtplib. (Backport r60975)Hirokazu Yamamoto2008-12-101-2/+2
| * Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by aJeffrey Yasskin2008-12-101-0/+30
| * #4317: Fix an Array Bounds Read in imageop.rgb2rgb8.Amaury Forgeot d'Arc2008-11-181-1/+2
| * backport r67246 from the trunkBenjamin Peterson2008-11-171-9/+50
| * Backport r66813: per Greg Ward, optparse is no longer being externally mainta...Andrew M. Kuchling2008-11-141-10/+2
| * Backport r66804: #1415508 from Rocky Bernstein: add docstrings for enable_int...Andrew M. Kuchling2008-11-141-0/+10
| * Issue #3774: Fixed an error when create a Tkinter menu item without commandHirokazu Yamamoto2008-11-031-11/+13
| * backport r67077 from the trunk: parser module now correctly validates relativ...Benjamin Peterson2008-11-031-0/+2
| * Issue #4176: Pickle would crash the interpreter when a __reduce__ functionAmaury Forgeot d'Arc2008-10-301-0/+23
| * backport r66689: imageop could segfault due to poor argument validationBenjamin Peterson2008-09-301-7/+62
| * Fix issue #3547 for MingW, update comments (backport from trunk).Thomas Heller2008-09-291-2/+3
| * Backport of r66677: _lsprof crasher when a bad external timer is used duringBrett Cannon2008-09-291-2/+17
| * #3967: Correct a crash in count() and find() methods of string-like objects.Amaury Forgeot d'Arc2008-09-261-0/+16
| * #3968: fix missing update() call in end_fill().Georg Brandl2008-09-261-0/+1
| * #3969: fix typo in turtle.py.Georg Brandl2008-09-261-1/+1
| * make sure to give a 'as' and 'with' parser warning even after import statemen...Benjamin Peterson2008-09-251-1/+34
| * Fix issue #3547: ctypes is confused by bitfields of varying integer typesThomas Heller2008-09-241-0/+15
| * backport r66496: integer overflow in _hashopenssl #3886Benjamin Peterson2008-09-181-2/+16
| * Issue #3804: Added test for Issue #2222.Hirokazu Yamamoto2008-09-081-0/+7