summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-051-1/+1
* Continue rolling back pep-3141 changes that changed behavior from 2.5. ThisJeffrey Yasskin2008-01-051-44/+6
* Added interface to Windows' WSAIoctl and a simple example for a network sniffer.Christian Heimes2008-01-042-1/+43
* Added _struct._clearcache() for regression testsChristian Heimes2008-01-041-1/+13
* Fixed math.copysign() on WindowsChristian Heimes2008-01-041-6/+8
* Finish-up the struct module optimizations started at the Iceland NFS sprint.Raymond Hettinger2008-01-041-1/+205
* Bug #1301: fixed a bad assert in _tkinter.Guido van Rossum2008-01-031-3/+5
* Added copysign(x, y) function to the math moduleChristian Heimes2008-01-031-0/+11
* Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...Christian Heimes2008-01-0310-15/+15
* Added math.isinf() and math.isnan()Christian Heimes2008-01-031-6/+34
* Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (justJeffrey Yasskin2008-01-031-6/+44
* Return results from Python callbacks to Tcl as Tcl objects.Martin v. Löwis2008-01-011-12/+5
* Fix the docstrings of time.localtime() and gmtime() for the tm_mday field.Brett Cannon2007-12-241-2/+3
* Patch #1583 by Adam Olsen.Guido van Rossum2007-12-191-1/+52
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-1953-340/+340
* Issue #1645 by Alberto Bertogli. Fix a comment.Guido van Rossum2007-12-181-6/+6
* Issue #1642: Fix segfault in ctypes when trying to delete attributes.Thomas Heller2007-12-182-0/+21
* Fixed warning in ssl moduleChristian Heimes2007-12-141-1/+1
* Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments.Christian Heimes2007-12-143-4/+4
* Fix bug 1604. deque.__init__() did not clear existing contents like list.__in...Raymond Hettinger2007-12-131-0/+1
* Fixed a nasty problem in the xxmodule.cChristian Heimes2007-12-121-1/+1
* Forward-port of commit 59184.Gerhard Häring2007-12-112-4/+14
* Patch #1643738 by Ulisses Furquim -- make the is_tripped variableGuido van Rossum2007-12-101-5/+26
* Forward-port r59310:Martin v. Löwis2007-12-031-2/+5
* Issue #1727780: Support loading pickles of random.Random objects createdMartin v. Löwis2007-12-031-8/+9
* I followed MA Lemberg's suggestion and added comments to the late initializat...Christian Heimes2007-12-031-5/+7
* Applied my patch #1455 with some extra fixes for VS 2005Christian Heimes2007-12-031-3/+7
* Fix for feature request #1528 Add os.fchmodChristian Heimes2007-11-301-0/+83
* Remove unused global variable, and remove unneeded COMError.__str__Thomas Heller2007-11-271-15/+0
* #1735632: add O_NOATIME constant to os module.Georg Brandl2007-11-241-0/+4
* 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