summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* #3968: fix missing update() call in end_fill().Georg Brandl2008-09-261-0/+2
* make sure to give a 'as' and 'with' parser warning even after import statemen...Benjamin Peterson2008-09-251-0/+3
* Fix issue #3547: ctypes is confused by bitfields of varying integer typesThomas Heller2008-09-241-0/+3
* Backport r66141 from trunk:Gregory P. Smith2008-09-221-0/+3
* backport r66496: integer overflow in _hashopenssl #3886Benjamin Peterson2008-09-181-0/+3
* rerun autoconf after r66288, add the Misc/NEWS entry.Gregory P. Smith2008-09-071-0/+3
* Add NEWSHirokazu Yamamoto2008-09-041-0/+3
* Issue #3751: str.rpartition would perform a left-partition when called withAmaury Forgeot d'Arc2008-09-011-0/+3
* News for the imageop/rgbimg changes.Guido van Rossum2008-08-201-0/+3
* issue #3554: ctypes.string_at and ctypes.wstring_at must use theThomas Heller2008-08-191-0/+4
* Issue #2234: distutils failed with mingw binutils 2.18.50.20080109.Amaury Forgeot d'Arc2008-08-181-0/+4
* Backport of r64767 from trunkGregory P. Smith2008-08-171-0/+4
* Backport of r65032 from trunkGregory P. Smith2008-08-171-0/+4
* I forgot to update NEWS.Hirokazu Yamamoto2008-08-171-0/+3
* #3205: bz2 iterator fails silently on MemoryErrorGeorg Brandl2008-08-121-0/+3
* #3134: shutil referenced undefined WindowsError symbolGeorg Brandl2008-08-121-0/+2
* - Issue #3537: Fix an assertion failure when an empty but presized dictGeorg Brandl2008-08-111-0/+3
* Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated toRobert Schuppenies2008-08-101-0/+3
* (backport from trunk r64756)Gregory P. Smith2008-08-041-0/+4
* (backport of r61652 and r61665 from trunk)Gregory P. Smith2008-08-041-0/+3
* (backport trunk r65151)Gregory P. Smith2008-08-041-0/+2
* (backport r65459 from trunk)Gregory P. Smith2008-08-041-0/+4
* Issue #799428: Fix Tkinter.Misc._nametowidget to unwrapMartin v. Löwis2008-08-021-0/+2
* Security patches from Apple: prevent int overflow when allocating memoryNeal Norwitz2008-07-311-0/+2
* Backport code from r65182:Neal Norwitz2008-07-281-0/+7
* #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versionsAntoine Pitrou2008-07-251-13/+16