summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation on Windows.Thomas Heller2008-06-231-2/+4
* Fixing the problem stated in issue 2702 with the patch submittedFacundo Batista2008-06-221-0/+2
* Expand docstrings of sqlite3 functions.Georg Brandl2008-06-221-12/+52
* Issue 3164. Small fix to don't repeat a comparationFacundo Batista2008-06-221-0/+2
* Issue #2722. Now the char buffer to support the path string hasFacundo Batista2008-06-221-5/+24
* Fix another typo in math_sum commentMark Dickinson2008-06-201-1/+1
* Fix comment typosAndrew M. Kuchling2008-06-201-2/+2
* Only include update_lines_cols() function when it's actually going to be usedAndrew M. Kuchling2008-06-191-0/+2
* Fix double decref.Raymond Hettinger2008-06-181-1/+0
* Issue 3118: make test_math pass on Ubuntu/ia64. exp(-745.0) was raisingMark Dickinson2008-06-171-3/+8
* on windows, r64214 broke compilation with some recent SDKs,Amaury Forgeot d'Arc2008-06-141-2/+3
* 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