| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prepare for 2.5.2. | Martin v. Löwis | 2008-02-21 | 1 | -1/+1 |
|
|
| * | Bug #2137: Remove test_struct.test_crasher, which was meaningful | Martin v. Löwis | 2008-02-18 | 1 | -0/+3 |
|
|
| * | Revert 60793 for test_array; on a 64-bit system, | Martin v. Löwis | 2008-02-15 | 1 | -0/+1 |
|
|
| * | Fix deallocation of array objects when allocation ran out of memory. | Martin v. Löwis | 2008-02-15 | 1 | -0/+11 |
|
|
| * | Preparing for 2.5.2c1. | Martin v. Löwis | 2008-02-14 | 1 | -1/+1 |
|
|
| * | Added checks for integer overflows, contributed by Google. Some are | Martin v. Löwis | 2008-02-14 | 1 | -0/+4 |
|
|
| * | Patch #1966: Break infinite loop in httplib when the servers | Martin v. Löwis | 2008-02-12 | 1 | -0/+3 |
|
|
| * | Backport of r60743: | Martin v. Löwis | 2008-02-12 | 1 | -0/+2 |
|
|
| * | Backport the nts() function from the trunk. This fixes problems with | Lars Gustäbel | 2008-02-11 | 1 | -0/+2 |
|
|
| * | Backport relevant part of issue 2021 fix (r60695): Support with statement pro... | Nick Coghlan | 2008-02-11 | 1 | -0/+3 |
|
|
| * | issue 2045: Infinite recursion when printing a subclass of defaultdict, | Amaury Forgeot d'Arc | 2008-02-08 | 1 | -0/+3 |
|
|
| * | Fix the way methods are created for the _ctypes.COMError exception | Thomas Heller | 2008-02-06 | 1 | -0/+4 |
|
|
| * | Issue #1507247, #2004: Use mode 0700 for temporary directories and | Lars Gustäbel | 2008-02-05 | 1 | -0/+3 |
|
|
| * | backport of r60575 (issue #1750076): Debugger did not step on every iteration... | Amaury Forgeot d'Arc | 2008-02-04 | 1 | -0/+4 |
|
|
| * | Backport r59862 (issue #712900): make long regexp matches interruptable | Guido van Rossum | 2008-02-04 | 1 | -0/+2 |
|
|
| * | Backport r60537: have order of CPPFLAGS and LDFLAGS be honored. | Brett Cannon | 2008-02-03 | 1 | -0/+3 |
|
|
| * | backport r60544 from trunk: | Gregory P. Smith | 2008-02-03 | 1 | -0/+3 |
|
|
| * | Bug #1234: Fixed semaphore errors on AIX 5.2 | Christian Heimes | 2008-01-30 | 1 | -0/+2 |
|
|
| * | Revert rev. 59926, it breaks comtypes (I need to further examine this). | Thomas Heller | 2008-01-28 | 1 | -2/+0 |
|
|
| * | #1940: make it possible to use curses.filter() before curses.initscr() | Georg Brandl | 2008-01-26 | 1 | -0/+3 |
|
|
| * | #1920: when considering a block starting by "while 0", the compiler optimized... | Amaury Forgeot d'Arc | 2008-01-24 | 1 | -0/+5 |
|
|
| * | News for some crashers I fixed recently. | Guido van Rossum | 2008-01-24 | 1 | -1/+9 |
|
|
| * | Invert the checks in get_[u]long and get_[u]longlong. The intent was | Thomas Heller | 2008-01-24 | 1 | -0/+3 |
|
|
| * | Fixed bug #1915: Python compiles with --enable-unicode=no again. However seve... | Christian Heimes | 2008-01-23 | 1 | -0/+4 |
|
|
| * | Backport of r60190: | Gregory P. Smith | 2008-01-22 | 1 | -0/+4 |
|
|
| * | Issue 1678380: fix a bug identifying -0.0 and 0.0 | Mark Dickinson | 2008-01-21 | 1 | -0/+3 |
|
|
| * | Add NEWS entry for #1882. | Georg Brandl | 2008-01-21 | 1 | -0/+3 |
|
|
| * | backport r60116 - fix zipfile to work with archives having file | Gregory P. Smith | 2008-01-19 | 1 | -0/+3 |
|
|
| * | backport r60104 + r60111 from trunk. | Gregory P. Smith | 2008-01-19 | 1 | -0/+4 |
|
|
| * | Backport r59688. | Georg Brandl | 2008-01-19 | 1 | -0/+2 |
|
|
| * | ** backport r60015 from trunk. | Gregory P. Smith | 2008-01-17 | 1 | -0/+4 |
|
|
| * | Backport from trunk: | Thomas Heller | 2008-01-16 | 1 | -2/+4 |
|
|
| * | Fix 1698398: Zipfile.printdir() crashed because the format string expected a... | Raymond Hettinger | 2008-01-14 | 1 | -0/+3 |
|
|
| * | Added NEWS entry, plus: | Thomas Heller | 2008-01-11 | 1 | -0/+2 |
|
|
| * | Add Decimal backport to Misc/NEWS | Mark Dickinson | 2008-01-09 | 1 | -0/+5 |
|
|
| * | Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP6... | Andrew M. Kuchling | 2008-01-08 | 1 | -0/+4 |
|
|
| * | Forgot to backport the rest of #1637. | Guido van Rossum | 2008-01-06 | 1 | -0/+2 |
|
|
| * | Issue #1735: TarFile.extractall() now correctly sets directory | Lars Gustäbel | 2008-01-04 | 1 | -0/+3 |
|
|
| * | Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. | Christian Heimes | 2008-01-04 | 1 | -0/+2 |
|
|
| * | Fix bug #1301 -- a bad assert in _tkinter. | Guido van Rossum | 2008-01-03 | 1 | -0/+2 |
|
|
| * | Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: | Guido van Rossum | 2008-01-03 | 1 | -0/+3 |
|
|
| * | Add some news items I missed. Careful inspection of the svn log output | Guido van Rossum | 2008-01-03 | 1 | -2/+9 |
|
|
| * | Bug #1699: Define _BSD_SOURCE only on OpenBSD. | Martin v. Löwis | 2007-12-29 | 1 | -0/+2 |
|
|
| * | Backport of fix for issue 1695. | Brett Cannon | 2007-12-24 | 1 | -0/+2 |
|
|
| * | Fixed merge glitch, second try | Christian Heimes | 2007-12-18 | 1 | -10/+0 |
|
|
| * | Fixed merge glitch | Christian Heimes | 2007-12-18 | 1 | -3/+0 |
|
|
| * | Backport of #1638: %zd configure test fails on Linux | Christian Heimes | 2007-12-18 | 1 | -0/+15 |
|
|
| * | Issue #1642: Fix segfault in ctypes when trying to delete attributes. | Thomas Heller | 2007-12-18 | 1 | -0/+2 |
|
|
| * | Bug #1608: use -fwrapv when GCC supports it. This is important, newer | Guido van Rossum | 2007-12-13 | 1 | -0/+4 |
|
|
| * | merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ ... | Christian Heimes | 2007-12-05 | 1 | -0/+3 |
|
|