summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Bug #1566280: Explicitly invoke threading._shutdown from Py_Main,Martin v. Löwis2007-01-041-0/+29
* Backport trunk checkin r51565:Thomas Wouters2006-12-291-1/+1
* [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for off...Andrew M. Kuchling2006-12-181-1/+1
* Patch #1544279: Improve thread-safety of the socket module by movingMartin v. Löwis2006-12-032-53/+45
* Fix #1563807: _ctypes built on AIX fails with ld ffi error.Thomas Heller2006-11-281-1/+1
* Fix bug #1598620: A ctypes structure cannot contain itself.Thomas Heller2006-11-241-3/+13
* Backport of 52811:Neal Norwitz2006-11-211-2/+0
* Bug #1588217: don't parse "= " as a soft line break in binascii'sGeorg Brandl2006-11-161-2/+1
* Backport checkin:Walter Dörwald2006-11-091-1/+1
* Backport 52503:Neal Norwitz2006-10-281-0/+3
* Backport 52501:Neal Norwitz2006-10-281-0/+1
* Get DBL_MAX from float.h not values.h.Martin v. Löwis2006-10-271-3/+1
* Check for values.h.Martin v. Löwis2006-10-271-0/+2
* [Backport of r52452]Martin v. Löwis2006-10-271-8/+121
* - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so thatMartin v. Löwis2006-10-221-0/+4
* C:\Code\python>type c.txtTim Peters2006-10-181-1/+1
* ctypes callback functions only support 'fundamental' result types.Thomas Heller2006-10-171-2/+5
* Bug #1567666: Emulate GetFileAttributesExA for Win95.Martin v. Löwis2006-10-151-2/+103
* Bug #1548891: The cStringIO.StringIO() constructor now encodes unicodeGeorg Brandl2006-10-121-4/+2
* Bug #1565150: Fix subsecond processing for os.utime on Windows.Martin v. Löwis2006-10-091-3/+3
* List gc.get_count() in the module docstring.Barry Warsaw2006-10-091-0/+1
* Backport from trunk r52223:Hye-Shik Chang2006-10-081-14/+22
* Backport the .sln and .vcproj files for PCBuild8 from the python trunk to the...Kristján Valur Jónsson2006-10-071-2/+2
* [Backport to 2-5maint of r52147 | andrew.kuchling ; the buildbots seem OKAndrew M. Kuchling2006-10-051-2/+21
* Forward-port of r52136: a review of overflow-detecting code.Armin Rigo2006-10-041-4/+8
* Compilation problem caused by conflicting typedefs for uint32_tArmin Rigo2006-10-042-0/+4
* Bug #1556784: allow format strings longer than 127 characters inGeorg Brandl2006-09-301-2/+2
* fix: DB.stat flags and txn keyword arguments were backwards.Gregory P. Smith2006-09-301-2/+2
* Backport rev. 51987: superfluous semicola.Georg Brandl2006-09-252-3/+3
* backport of r51950Jack Diederich2006-09-211-1/+1
* Backport rev 51820 from Thomas HellerNeal Norwitz2006-09-111-2/+2
* Backport rev 51819 from Thomas HellerNeal Norwitz2006-09-111-2/+2
* Backport from trunk r51737:Hye-Shik Chang2006-09-073-28/+39
* Backport of r51379 from trunk:Thomas Heller2006-09-061-0/+16
* Bug #1551427: fix a wrong NULL pointer check in the win32 versionGeorg Brandl2006-09-061-1/+1
* Backport fix from 51683.Neal Norwitz2006-09-051-0/+4
* Backport fix for SF bug #1550714, itertools.tee raises SystemErrorNeal Norwitz2006-09-051-2/+6
* Alexander Belopolsky pointed out that pos is a size_tNeal Norwitz2006-08-221-1/+1
* Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-devNeal Norwitz2006-08-211-1/+1
* Move assert to after NULL check, otherwise we deref NULL in the assert.Neal Norwitz2006-08-191-1/+1
* SF#1534630Fredrik Lundh2006-08-161-1/+5
* Remove the special casing of Py_None when converting the return valueThomas Heller2006-08-161-1/+1
* The __repr__ method of a NULL py_object does no longer raise anThomas Heller2006-08-161-1/+1
* Add commented assert statements to check that the result ofThomas Heller2006-08-161-20/+36
* Check for NULL return value from new_CArgObject calls.Thomas Heller2006-08-151-0/+6
* Patch #1511317: don't crash on invalid hostname infoGeorg Brandl2006-08-141-11/+14
* Patch #1535500: fix segfault in BZ2File.writelines and make sure itGeorg Brandl2006-08-141-2/+17
* Patch #1536908: Add support for AMD64 / OpenBSD.Thomas Heller2006-08-143-3/+2
* Apply the patch #1532975 plus ideas from the patch #1533481.Thomas Heller2006-08-143-162/+182
* Revert the change that tries to zero out a closure's result storageThomas Heller2006-08-141-15/+5