summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Backport of the PCbuild9 directory from the py3k branch.Christian Heimes2007-11-221-0/+4
* Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompressChristian Heimes2007-11-211-2/+3
* The incremental decoder for utf-7 must preserve its state between calls.Amaury Forgeot d'Arc2007-11-201-6/+13
* Backport some main.c cleanup from the py3k branchNick Coghlan2007-11-201-12/+13
* Patch #1739468: Directories and zipfiles containing __main__.py are now execu...Nick Coghlan2007-11-181-40/+80
* A patch from issue 1378 by roudkerk:Guido van Rossum2007-11-161-81/+5
* readline module cleanupChristian Heimes2007-11-121-99/+90
* Only set rl_completion_display_matches_hook if thereMartin v. Löwis2007-11-121-31/+38
* Use a freelist to speed-up block allocation and deallocation in collections.d...Raymond Hettinger2007-11-101-7/+27
* * db->get_types is only available in BerkeleyDB >= 4.2Gregory P. Smith2007-11-051-0/+7
* Add the bsddb.db.DBEnv.lock_id_free method.Gregory P. Smith2007-11-051-0/+21
* Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags andGregory P. Smith2007-11-051-15/+2
* Fix bug introduced in revision 58385. Database keys could no longerGregory P. Smith2007-11-011-1/+7
* Fix some compiler warnings for signed comparisons on Unix and Windows.Neal Norwitz2007-10-311-2/+2
* ffi_type_longdouble may be already #defined.Thomas Heller2007-10-251-2/+4
* Add phuang patch from Issue 708374 which adds offset parameter to mmap module.Travis E. Oliphant2007-10-231-34/+75
* Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.Thomas Heller2007-10-191-6/+10
* Get this module to compile with bsddb versions prior to 4.3Neal Norwitz2007-10-121-0/+2
* Fix Coverity 168: Close the file before returning (exiting).Neal Norwitz2007-10-121-0/+1
* Get rid of compiler warning about retval being used (returned) withoutNeal Norwitz2007-10-121-1/+1
* Get rid of warnings on a bunch of platforms by using a proper prototype.Neal Norwitz2007-10-127-18/+18
* Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbo...Raymond Hettinger2007-10-101-10/+26
* Fix a double free when positioning a database cursor to a non-existantGregory P. Smith2007-10-091-1/+13
* Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C APIGregory P. Smith2007-10-092-188/+263
* Stab in the dark attempt to fix the test_bsddb3 failure on sparc and S-390Gregory P. Smith2007-10-061-1/+7
* Restore BEGIN/END THREADS macros which were squashed in the previous checkinRaymond Hettinger2007-10-051-5/+21
* Fix Coverity #159.Neal Norwitz2007-10-051-1/+1
* dict could be NULL, so we need to XDECREF.Neal Norwitz2007-10-051-2/+2
* Add __asdict__() to NamedTuple and refine the docs.Raymond Hettinger2007-10-051-85/+101
* itertools.count() no longer limited to sys.maxint.Raymond Hettinger2007-10-041-9/+70
* issue1597011: Fix for bz2 module corner-case error due to error checking bug.Sean Reifscheider2007-09-171-23/+17
* Add a bunch of GIL release/acquire points in tp_print implementations and forBrett Cannon2007-09-171-1/+18
* Add support for asyncore server-side SSL support. This requiresBill Janssen2007-09-161-49/+4
* Patch # 1140 (my code, approved by Effbot).Guido van Rossum2007-09-101-17/+8
* More work on SSL support.Bill Janssen2007-09-101-131/+672
* Change socket.error to inherit from IOError rather than being a standGregory P. Smith2007-09-091-1/+2
* email address updateGregory P. Smith2007-09-095-8/+8
* Remove unneeded #include.Thomas Heller2007-09-071-1/+0
* Add a 'c_longdouble' type to the ctypes module.Thomas Heller2007-09-075-1/+69
* Patch #1733973 by peaker:Armin Rigo2007-09-061-2/+14
* Patch #786737: Allow building in a tree of symlinks pointing toMartin v. Löwis2007-09-051-1/+1
* SSL certificate distinguished names should be represented by tuplesBill Janssen2007-09-051-10/+15
* - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.Matthias Klose2007-09-042-2/+2
* Patch #1388440: Add set_completion_display_matches_hook andMartin v. Löwis2007-09-041-0/+77
* Document that we rely on the OS to release the cryptoMartin v. Löwis2007-09-041-0/+2
* Somewhat-preliminary slice-object and extended slicing support for ctypes.Thomas Wouters2007-08-301-2/+305
* Improve extended slicing support in builtin types and classes. Specifically:Thomas Wouters2007-08-282-93/+287
* > Some of the code sets the error string in this directly beforeGuido van Rossum2007-08-271-88/+110
* Fix a few more variables to try to get this to compile with Visual Studio.Neal Norwitz2007-08-251-2/+3
* Try to get this to build with Visual Studio by moving all the variableNeal Norwitz2007-08-251-17/+24