summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 2.5.2.Martin v. Löwis2008-02-211-1/+1
* Bug #2137: Remove test_struct.test_crasher, which was meaningfulMartin v. Löwis2008-02-181-0/+3
* Revert 60793 for test_array; on a 64-bit system,Martin v. Löwis2008-02-151-0/+1
* Fix deallocation of array objects when allocation ran out of memory.Martin v. Löwis2008-02-151-0/+11
* Preparing for 2.5.2c1.Martin v. Löwis2008-02-142-2/+2
* Added checks for integer overflows, contributed by Google. Some areMartin v. Löwis2008-02-141-0/+4
* Patch #1966: Break infinite loop in httplib when the serversMartin v. Löwis2008-02-121-0/+3
* Backport of r60743:Martin v. Löwis2008-02-121-0/+2
* Backport the nts() function from the trunk. This fixes problems withLars Gustäbel2008-02-111-0/+2
* Backport relevant part of issue 2021 fix (r60695): Support with statement pro...Nick Coghlan2008-02-111-0/+3
* issue 2045: Infinite recursion when printing a subclass of defaultdict,Amaury Forgeot d'Arc2008-02-081-0/+3
* Fix the way methods are created for the _ctypes.COMError exceptionThomas Heller2008-02-061-0/+4
* Issue #1507247, #2004: Use mode 0700 for temporary directories andLars Gustäbel2008-02-051-0/+3
* backport of r60575 (issue #1750076): Debugger did not step on every iteration...Amaury Forgeot d'Arc2008-02-041-0/+4
* Backport r59862 (issue #712900): make long regexp matches interruptableGuido van Rossum2008-02-041-0/+2
* Backport r60537: have order of CPPFLAGS and LDFLAGS be honored.Brett Cannon2008-02-031-0/+3
* backport r60544 from trunk:Gregory P. Smith2008-02-031-0/+3
* Bug #1234: Fixed semaphore errors on AIX 5.2Christian Heimes2008-01-301-0/+2
* Revert rev. 59926, it breaks comtypes (I need to further examine this).Thomas Heller2008-01-281-2/+0
* #1940: make it possible to use curses.filter() before curses.initscr()Georg Brandl2008-01-261-0/+3
* #1920: when considering a block starting by "while 0", the compiler optimized...Amaury Forgeot d'Arc2008-01-241-0/+5
* News for some crashers I fixed recently.Guido van Rossum2008-01-241-1/+9
* Invert the checks in get_[u]long and get_[u]longlong. The intent wasThomas Heller2008-01-241-0/+3
* Fixed bug #1915: Python compiles with --enable-unicode=no again. However seve...Christian Heimes2008-01-231-0/+4
* Backport of r60190:Gregory P. Smith2008-01-221-0/+4
* Issue 1678380: fix a bug identifying -0.0 and 0.0Mark Dickinson2008-01-211-0/+3
* Add NEWS entry for #1882.Georg Brandl2008-01-211-0/+3
* backport r60116 - fix zipfile to work with archives having fileGregory P. Smith2008-01-191-0/+3
* backport r60104 + r60111 from trunk.Gregory P. Smith2008-01-191-0/+4
* Backport r59688.Georg Brandl2008-01-191-0/+2
* ** backport r60015 from trunk.Gregory P. Smith2008-01-171-0/+4
* Backport from trunk:Thomas Heller2008-01-161-2/+4
* Fix 1698398: Zipfile.printdir() crashed because the format string expected a...Raymond Hettinger2008-01-141-0/+3
* Added NEWS entry, plus:Thomas Heller2008-01-111-0/+2
* Add Decimal backport to Misc/NEWSMark Dickinson2008-01-091-0/+5
* Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP6...Andrew M. Kuchling2008-01-081-0/+4
* Forgot to backport the rest of #1637.Guido van Rossum2008-01-061-0/+2
* Issue #1735: TarFile.extractall() now correctly sets directoryLars Gustäbel2008-01-041-0/+3
* Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint.Christian Heimes2008-01-041-0/+2
* Fix bug #1301 -- a bad assert in _tkinter.Guido van Rossum2008-01-031-0/+2
* Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh:Guido van Rossum2008-01-031-0/+3
* Add some news items I missed. Careful inspection of the svn log outputGuido van Rossum2008-01-031-2/+9
* Bug #1699: Define _BSD_SOURCE only on OpenBSD.Martin v. Löwis2007-12-291-0/+2
* Backport of fix for issue 1695.Brett Cannon2007-12-241-0/+2
* Fixed merge glitch, second tryChristian Heimes2007-12-181-10/+0
* Fixed merge glitchChristian Heimes2007-12-181-3/+0
* Backport of #1638: %zd configure test fails on LinuxChristian Heimes2007-12-181-0/+15
* Issue #1642: Fix segfault in ctypes when trying to delete attributes.Thomas Heller2007-12-181-0/+2
* Bug #1608: use -fwrapv when GCC supports it. This is important, newerGuido van Rossum2007-12-132-0/+5
* Backport patch #1643738.Guido van Rossum2007-12-101-0/+1