summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* Array module's buffer interface can now handle empty arrays.Raymond Hettinger2007-04-021-0/+6
* SF #1693079: Cannot save empty array in shelveRaymond Hettinger2007-04-021-6/+13
* Fix method names. Will backport.Neal Norwitz2007-03-311-3/+4
* In Windows' time.clock(), when QueryPerformanceFrequency() fails,Georg Brandl2007-03-291-1/+2
* Bug 1688393. Adds a control of negative values inFacundo Batista2007-03-281-2/+8
* 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 (forward ported from release25-ma...Thomas Heller2007-03-221-0/+6
* Back out "Patch #1643874: memory leak in ctypes fixed."Thomas Heller2007-03-221-21/+8
* Patch #1185447: binascii.b2a_qp() now correctly quotes binary charactersGeorg Brandl2007-03-131-4/+8
* Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl.Thomas Heller2007-03-135-47/+615
* Bug #1622896: fix a rare corner case where the bz2 module raised anGeorg Brandl2007-03-131-10/+11
* Typos.Georg Brandl2007-03-101-1/+1
* Bug #1651235: When a tuple was passed to a ctypes function call,Thomas Heller2007-03-091-18/+0
* Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0)Thomas Heller2007-03-091-3/+3
* Variant of patch #697613: don't exit the interpreter on a SystemExitGeorg Brandl2007-03-071-11/+11
* Patch for bug #1633621: if curses.resizeterm() orWalter 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 negativeGuido van Rossum2007-03-061-0/+6
* Fix another reincarnation of bug #1576657 in defaultdict.Georg Brandl2007-03-061-2/+6
* Prepare collections module for pure python code entries.Raymond Hettinger2007-02-281-2/+2
* Remove filler struct item and fix leak.Raymond Hettinger2007-02-211-44/+40
* Add itertools.izip_longest().Raymond Hettinger2007-02-211-0/+234
* Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()Martin v. Löwis2007-02-191-0/+57
* Update 1432399 to removal of _BT_SOCKADDR_MEMB.Martin v. Löwis2007-02-141-2/+1
* Patch #1432399: Add HCI sockets.Martin v. Löwis2007-02-142-0/+36
* 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-081-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
* Fix for #1643874: When calling SysAllocString, create a PyCObjectThomas Heller2007-01-251-8/+21
* Bug #1486663: don't reject keyword arguments for subclasses of builtinGeorg Brandl2007-01-214-15/+16
* Patch #1610575: Add support for _Bool to struct.Martin v. Löwis2007-01-211-0/+49
* Replace C++ comments with C comments.Thomas Heller2007-01-171-8/+12
* Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept orGuido van Rossum2007-01-141-4/+24
* Merged changes from standalone version 2.3.3. This should probably all beGerhard Häring2007-01-1418-484/+518
* Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitionsThomas Heller2007-01-111-1/+2
* Must change the version number in the _ctypes extension 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
* Silence a warning from gcc 4.0.1 by specifying a function's parameter list isBrett Cannon2007-01-051-1/+1
* bump module version to match supported berkeleydb versionGregory P. Smith2007-01-051-1/+1
* Support linking of the bsddb module against BerkeleyDB 4.5.xGregory P. Smith2007-01-051-0/+8
* Bug #1566280: Explicitly invoke threading._shutdown from Py_Main,Martin v. Löwis2007-01-041-0/+29
* Fix typo.Walter Dörwald2006-12-211-1/+1
* Comment typoAndrew M. Kuchling2006-12-191-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
* Bug #1599782: Fix segfault on bsddb.db.DB().type().Neal Norwitz2006-11-211-2/+0