- 4bbcb64 SF #1693079 Array module cannot pickle empty arrays by Raymond Hettinger · 18 years ago
- 65407fb Backport 54594: Fix SF #1688393, sock.recvfrom(-24) crashes by Neal Norwitz · 18 years ago
- 7b1be36 In Windows' time.clock(), when QueryPerformanceFrequency() fails, by Georg Brandl · 18 years ago
- b151f72 Prevent creation (followed by a segfault) of array types when the size by Thomas Heller · 18 years ago
- 50d1d0b Explain the purpose of the b_needsfree flag. This answers Neals by Thomas Heller · 18 years ago
- 02b8fee Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 18 years ago
- d6e73c1 Bug #1622896: fix a rare corner case where the bz2 module raised an by Georg Brandl · 18 years ago
- 8bf469d Merged revisions 54248 via svnmerge from by Thomas Heller · 18 years ago
- f7eed5e Merged revisions 54244 via svnmerge from by Thomas Heller · 18 years ago
- 05b5c7f Backport checkin: by Walter Dörwald · 18 years ago
- 62b1b00 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
- 02d7cff Patch #1646728: datetime.fromtimestamp fails with negative by Georg Brandl · 18 years ago
- 75e3c52 Fix another reincarnation of bug #1576657 in defaultdict. by Georg Brandl · 18 years ago
- b8d661b Revert r53672, just fix signature of time_isoformat instead. by Martin v. Löwis · 18 years ago
- 1e335b2 Patch #1657276: Make NETLINK_DNRTMSG conditional. by Martin v. Löwis · 19 years ago
- 2e8b602 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 19 years ago
- 9f0e1ea Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 19 years ago
- 113776c Check for a common user error with defaultdict(). by Raymond Hettinger · 19 years ago
- 3d26ef1 Bug #1645944: os.access now returns bool but docstring is not updated by Georg Brandl · 19 years ago
- 817b489 Merged revisions 53556 via svnmerge from by Thomas Heller · 19 years ago
- b8c6e1f [Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certain versions of readline are being used by Andrew M. Kuchling · 19 years ago
- 8e932e7 Bug #1486663: don't reject keyword arguments for subclasses of builtin by Georg Brandl · 19 years ago
- e962300 Add a comment for some code I don't understand. Why would needsfree by Neal Norwitz · 19 years ago
- 2a98c56 Merged revisions 53466 via svnmerge from by Thomas Heller · 19 years ago
- 3193763 Must update the version number on the extension module as well. by Thomas Heller · 19 years ago
- 5b44cbe Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 19 years ago
- 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 19 years ago
- bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 19 years ago
- 04e8204 Backport trunk checkin r51565: by Thomas Wouters · 19 years ago
- 9333ce1 [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb by Andrew M. Kuchling · 19 years ago
- 95b744c Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 19 years ago
- 84a90ca Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 19 years ago
- 558e56d Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 19 years ago
- 5890a6a Backport of 52811: Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 19 years ago
- dd3bffb Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 19 years ago
- f2d5c6d Backport checkin: Replace C++ comment with C comment (fixes SF bug #1593525). by Walter Dörwald · 19 years ago
- c975b94 Backport 52503: by Neal Norwitz · 19 years ago
- b5fdf0d Backport 52501: by Neal Norwitz · 19 years ago
- 64cd9ef Get DBL_MAX from float.h not values.h. by Martin v. Löwis · 19 years ago
- 2ec1df2 Check for values.h. by Martin v. Löwis · 19 years ago
- 62e5804 [Backport of r52452] by Martin v. Löwis · 19 years ago
- 63a9b8b - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that by Martin v. Löwis · 19 years ago
- fbbfb4b C:\Code\python>type c.txt Merge rev 52377 from trunk: by Tim Peters · 19 years ago
- dcbf64d ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 19 years ago
- 2c7aa63 Bug #1567666: Emulate GetFileAttributesExA for Win95. by Martin v. Löwis · 19 years ago
- 3c48709 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 19 years ago
- 463a42b Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 19 years ago
- 6bf5501 List gc.get_count() in the module docstring. by Barry Warsaw · 19 years ago
- f4fe46d Backport from trunk r52223: by Hye-Shik Chang · 19 years ago
- 2c8851e Backport the .sln and .vcproj files for PCBuild8 from the python trunk to the 2.5 maintainance branch. This fixes build problems with visual studio 2005, and cleans up profile guided optimization. by Kristján Valur Jónsson · 19 years ago
- d79524a [Backport to 2-5maint of r52147 | andrew.kuchling ; the buildbots seem OK by Andrew M. Kuchling · 19 years ago
- 4b63c21 Forward-port of r52136: a review of overflow-detecting code. by Armin Rigo · 19 years ago
- c6f2f88 Compilation problem caused by conflicting typedefs for uint32_t by Armin Rigo · 19 years ago
- 6d7c363 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 19 years ago
- 6fed793 fix: DB.stat flags and txn keyword arguments were backwards. by Gregory P. Smith · 19 years ago
- b14b59f Backport rev. 51987: superfluous semicola. by Georg Brandl · 19 years ago
- 187e648 backport of r51950 by Jack Diederich · 19 years ago
- 5728c27 Backport rev 51820 from Thomas Heller by Neal Norwitz · 19 years ago
- 71e2aa0 Backport rev 51819 from Thomas Heller by Neal Norwitz · 19 years ago
- 137ae0c Backport from trunk r51737: by Hye-Shik Chang · 19 years ago
- 291a1b8 Backport of r51379 from trunk: by Thomas Heller · 19 years ago
- b20cb33 Bug #1551427: fix a wrong NULL pointer check in the win32 version by Georg Brandl · 19 years ago
- 716692f Backport fix from 51683. by Neal Norwitz · 19 years ago
- 7ae5f29 Backport fix for SF bug #1550714, itertools.tee raises SystemError by Neal Norwitz · 19 years ago
- 7b3c031 Alexander Belopolsky pointed out that pos is a size_t by Neal Norwitz · 19 years ago
- 47f0ffa Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-dev by Neal Norwitz · 19 years ago
- 03ee62c Move assert to after NULL check, otherwise we deref NULL in the assert. by Neal Norwitz · 19 years ago
- dc075b9 SF#1534630 by Fredrik Lundh · 19 years ago
- b4a0cf1 Remove the special casing of Py_None when converting the return value by Thomas Heller · 19 years ago
- b0aa98f The __repr__ method of a NULL py_object does no longer raise an by Thomas Heller · 19 years ago
- d32e616 Add commented assert statements to check that the result of by Thomas Heller · 19 years ago
- 4dc5dd1 Check for NULL return value from new_CArgObject calls. by Thomas Heller · 19 years ago
- 9dc7b7c Patch #1511317: don't crash on invalid hostname info by Georg Brandl · 19 years ago
- 3335a7a Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 19 years ago
- ef8d513 Patch #1536908: Add support for AMD64 / OpenBSD. by Thomas Heller · 19 years ago
- 8672004 Apply the patch #1532975 plus ideas from the patch #1533481. by Thomas Heller · 19 years ago
- e6dd31c Revert the change that tries to zero out a closure's result storage by Thomas Heller · 19 years ago
- dca703f Check for NULL return value of GenericCData_new(). by Thomas Heller · 19 years ago
- efa2727 Check for NULL return value from new_CArgObject(). by Thomas Heller · 19 years ago
- acdedfb Remove unused, buggy test function. Fixes klockwork issue #207. by Thomas Heller · 19 years ago
- 5ed4997 Get rid of compiler warning by Neal Norwitz · 19 years ago
- 93bf902 Handle alloca failures. by Neal Norwitz · 19 years ago
- ccc56c7 Really address the issue of where to place the assert for leftblock. by Neal Norwitz · 19 years ago
- 20745b1 Handle failure from PyModule_GetDict() (Klocwork 208). by Neal Norwitz · 19 years ago
- 26a8abf Handle failures from lookup. by Neal Norwitz · 19 years ago
- ee7c8f9 It's very unlikely, though possible that source is not a string. Verify by Neal Norwitz · 19 years ago
- 5aa9689 Handle malloc and fopen failures more gracefully. by Neal Norwitz · 19 years ago
- e9ac0bb Check return result of PyModule_GetDict(). by Neal Norwitz · 19 years ago
- 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 19 years ago
- ebcf875 Verify verdat which is returned from malloc is not NULL. by Neal Norwitz · 19 years ago
- 5f17d9a Don't deref v if it's NULL. by Neal Norwitz · 19 years ago
- 6b4953f Check returned pointer is valid. Klocwork #233 by Neal Norwitz · 19 years ago
- b45f351 I'm not sure why this code allocates this string for the error message. by Neal Norwitz · 19 years ago
- ef0de02 Try to handle a malloc failure. I'm not entirely sure this is correct. by Neal Norwitz · 19 years ago
- 9cd3c34 Move the assert which checks for a NULL pointer first. Klocwork #274. by Neal Norwitz · 19 years ago
- e0a81af If _stat_float_times is false, we will try to INCREF ival which could be NULL. by Neal Norwitz · 19 years ago
- 6f5ff3f Klocwork made another run and found a bunch more problems. by Neal Norwitz · 19 years ago
- 2a899c8 When a ctypes C callback function is called, zero out the result by Thomas Heller · 19 years ago
- 789c09d Update dangling references to the 3.2 database to by Martin v. Löwis · 19 years ago
- 534fe18 Bug #1535081: A leading underscore has been added to the names of by Georg Brandl · 19 years ago