summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Unhappy buildbots. Revert 64052. Long doubles have unexpected effects on so...Raymond Hettinger2008-06-091-20/+24
* Address double-rounding scenarios by setting all variables to long doubles.Raymond Hettinger2008-06-091-24/+19
* Issue #2138: Add math.factorial().Raymond Hettinger2008-06-091-0/+50
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-0985-1103/+1103
* Remove locking part of new buffer protocol.Travis E. Oliphant2008-06-061-5/+0
* Issue 3501: Make heapq support both __le__ and __lt__.Raymond Hettinger2008-06-061-11/+28
* Performance improvement: Use PyDict_Get/SetItem instead ofThomas Heller2008-06-061-3/+9
* Issue #1798: Add ctypes calling convention that allows safe access of errno.Thomas Heller2008-06-064-4/+202
* Backport from py3k: Implement the new buffer interface from pep3118Thomas Heller2008-06-054-24/+264
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-052-2/+2
* Revert revisions 63943 and 63942 (Issue #1798: Add ctypes callingThomas Heller2008-06-044-184/+4
* Fix ctypes.set_errno for gcc.Thomas Heller2008-06-041-2/+4
* Issue #1798: Add ctypes calling convention that allows safe access toThomas Heller2008-06-044-4/+182
* Change all functions that expect one unicode character to accept a pair ofWalter Dörwald2008-06-021-73/+74
* Fix misspelled sys.platform name and misspelled filename.Thomas Heller2008-06-021-1/+1
* Fix issue 2782: be less strict about the format string type in strftime.Gregory P. Smith2008-06-021-21/+25
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-011-0/+1
* Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-A...Gerhard Häring2008-05-312-15/+11
* Implement heapq in terms of less-than (to match list.sort()).Raymond Hettinger2008-05-311-14/+26
* * Mark intermedidate computes values (hi, lo, yr) as volatile.Raymond Hettinger2008-05-301-19/+31
* ctypes NULL function pointers have a boolean False value now.Thomas Heller2008-05-291-21/+21
* Fix compiler warning.Thomas Heller2008-05-291-1/+1
* Fix two typos.Raymond Hettinger2008-05-291-2/+2
* Define macros so that this still compiles on Python prior to r63675.Gregory P. Smith2008-05-261-0/+11
* Renamed PyString to PyBytesChristian Heimes2008-05-2686-1127/+1127
* Patch #1722225: Support QNX 6.Martin v. Löwis2008-05-233-0/+10
* Tweak the comments and formatting.Raymond Hettinger2008-05-231-76/+47
* Issue #2819: Add math.sum, a function that sums a sequence of floatsMark Dickinson2008-05-231-0/+223
* bsddb module updated to version 4.7.0Jesus Cea2008-05-222-6/+85
* On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UXThomas Heller2008-05-201-0/+1
* Revert copy_reg -> copyreg rename.Georg Brandl2008-05-202-8/+8
* issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_getGregory P. Smith2008-05-171-21/+22
* Added Python 3.0 warning to cPickle.Alexandre Vassalotti2008-05-161-0/+6
* #2890: support os.O_ASYNC and fcntl.FASYNC.Georg Brandl2008-05-162-0/+8
* Following Amaury's adviceChristian Heimes2008-05-161-1/+1
* Fixed #2870: cmathmodule.c compile errorChristian Heimes2008-05-161-1/+1
* Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.Brett Cannon2008-05-161-0/+4
* Deprecate imgfile for removal in 3.0.Brett Cannon2008-05-151-0/+5
* Deprecated 'fm' for removal in 3.0.Brett Cannon2008-05-151-0/+5
* FL, flp, and fl from IRIX have been deprecated for removal in 3.0.Brett Cannon2008-05-151-0/+5
* Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for re...Brett Cannon2008-05-152-0/+8
* Deprecate CL, CL_old, and cl for 3.0.Brett Cannon2008-05-141-1/+5
* The CD and cd modules for IRIX are deprecated for 3.0.Brett Cannon2008-05-141-0/+4
* Deprecate al/AL for removal in 3.0.Brett Cannon2008-05-141-0/+4
* bsddb module updated to version 4.6.4Jesus Cea2008-05-132-301/+1443
* Deprecate the timing module for removal in Python 3.0.Brett Cannon2008-05-121-0/+4
* Deprecate the sv module as per PEP 4.Brett Cannon2008-05-121-0/+4
* Depreate imageop for removal in 3.0.Brett Cannon2008-05-121-0/+5
* Put Lib/lib-old back on to sys.path for module renames.Brett Cannon2008-05-111-1/+4
* #1326: document and test zipimporter.archive and zipimporter.prefix.Georg Brandl2008-05-111-2/+9