summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-134-870/+870
* Make more symbols static.Martin v. Löwis2008-06-135-11/+11
* Typo.Georg Brandl2008-06-131-1/+1
* #3095: don't leak values from Py_BuildValue.Georg Brandl2008-06-131-6/+9
* Fix some memory dealloc problems when exceptions occur.Neal Norwitz2008-06-131-8/+7
* Check for memory alloc failureNeal Norwitz2008-06-131-0/+2
* Restore support for Microsoft VC6 compiler.Amaury Forgeot d'Arc2008-06-133-14/+18
* #1683 prevent forking from interfering in threading storageBenjamin Peterson2008-06-131-0/+1
* Add future_builtins.ascii().Georg Brandl2008-06-111-0/+14
* Optimize previous checkin for heapq.Raymond Hettinger2008-06-111-1/+7
* Issue 3051: Let heapq work with either __lt__ or __le__.Raymond Hettinger2008-06-111-7/+6
* Merge in release25-maint r60793:Gregory P. Smith2008-06-1111-32/+240
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-117-0/+2187
* More reverting of r63675 per the mailing list discussions. This restoresGregory P. Smith2008-06-101-2/+2
* Add an optional 'offset' parameter to byref, defaultingto zero.Thomas Heller2008-06-101-4/+16
* #2536: fix itertools.permutations and itertools.combinations docstrings.Georg Brandl2008-06-101-3/+3
* 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