summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix unpack so it works on 64-bit platforms.v2.5.1c1Neal Norwitz2007-04-051-1/+1
* Fix-up error-exits on struct_unpack().Raymond Hettinger2007-04-041-13/+17
* Bug #1563759: struct.unpack doens't support buffer protocol objectsRaymond Hettinger2007-04-041-3/+17
* Bug #1686475: Support stat'ing open files on Windows again.Martin v. Löwis2007-04-041-34/+66
* - Fix an off-by-one bug in locale.strxfrm().Matthias Klose2007-04-031-1/+1
* Array module's buffer interface can now handle empty arrays.Raymond Hettinger2007-04-021-0/+6
* SF #1693079 Array module cannot pickle empty arraysRaymond Hettinger2007-04-021-6/+13
* Backport 54594:Neal Norwitz2007-03-311-5/+12
* In Windows' time.clock(), when QueryPerformanceFrequency() fails,Georg Brandl2007-03-291-1/+2
* Prevent creation (followed by a segfault) of array types when the sizeThomas Heller2007-03-231-3/+20
* Explain the purpose of the b_needsfree flag. This answers NealsThomas Heller2007-03-221-1/+6
* Back out "Patch #1643874: memory leak in ctypes fixed."Thomas Heller2007-03-221-21/+8
* Bug #1622896: fix a rare corner case where the bz2 module raised anGeorg Brandl2007-03-131-10/+11
* Merged revisions 54248 via svnmerge fromThomas Heller2007-03-091-18/+0
* Merged revisions 54244 via svnmerge fromThomas Heller2007-03-091-3/+3
* Backport checkin:Walter Dörwald2007-03-061-2/+62
* Patch #1654417: make operator.{get,set,del}slice use the full rangeGeorg Brandl2007-03-061-13/+11
* Patch #1646728: datetime.fromtimestamp fails with negativeGeorg Brandl2007-03-061-0/+6
* Fix another reincarnation of bug #1576657 in defaultdict.Georg Brandl2007-03-061-2/+6
* Revert r53672, just fix signature of time_isoformat instead.Martin v. Löwis2007-02-181-2/+5
* Patch #1657276: Make NETLINK_DNRTMSG conditional.Martin v. Löwis2007-02-131-0/+2
* Bug #1653736: Complain about keyword arguments to time.isoformat.Martin v. Löwis2007-02-081-2/+2
* Do not let overflows in enumerate() and count() pass silently.Raymond Hettinger2007-02-071-0/+5
* Check for a common user error with defaultdict().Raymond Hettinger2007-02-071-1/+7
* Bug #1645944: os.access now returns bool but docstring is not updatedGeorg Brandl2007-01-271-1/+1
* Merged revisions 53556 via svnmerge fromThomas Heller2007-01-251-8/+21
* [Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certa...Andrew M. Kuchling2007-01-221-1/+7
* Bug #1486663: don't reject keyword arguments for subclasses of builtinGeorg Brandl2007-01-214-15/+16
* Add a comment for some code I don't understand. Why would needsfreeNeal Norwitz2007-01-181-0/+1
* Merged revisions 53466 via svnmerge fromThomas Heller2007-01-171-8/+12
* Must update the version number on the extension module as well.Thomas Heller2007-01-101-1/+1
* Fix zero-length corner case for iterating over a mutating deque.Raymond Hettinger2007-01-081-3/+2
* support linking the _bsddb extension module against BerkeleyDB 4.5Gregory P. Smith2007-01-051-1/+9
* 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