summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the bsddb185 module for removal in 3.0.Brett Cannon2008-05-101-0/+4
* Deprecate the pure module for 3.0.Brett Cannon2008-05-091-0/+4
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-092-48/+771
* Issue #2487. math.ldexp(x, n) raised OverflowError when n was large andMark Dickinson2008-05-091-12/+54
* Implemented PEP 370Christian Heimes2008-05-061-1/+10
* Intern static stringChristian Heimes2008-05-061-1/+1
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+609
* Implemented feature request 2157: Converter names are cut off at '('Gerhard Häring2008-05-041-1/+5
* Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. TheGerhard Häring2008-05-041-2/+26
* SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONGGerhard Häring2008-05-041-4/+0
* Rename the test_traceback_print() function to traceback_print() to preventBrett Cannon2008-04-281-3/+3
* Fix a bug introduced by the warnings rewrite where tracebacks were beingBrett Cannon2008-04-281-0/+19
* A little reformating of Py3k warningsBenjamin Peterson2008-04-271-2/+2
* Use PyErr_WarnPy3k throughoutBenjamin Peterson2008-04-271-8/+4
* Add missing return type to dealloc.Georg Brandl2008-04-261-1/+2
* Add from_buffer and from_buffer_copy class methods to ctypes types.Thomas Heller2008-04-251-0/+115
* Remove cyclic reference in CFuncPtr instances; see issue #2682.Thomas Heller2008-04-243-50/+133
* Fix typo.Martin v. Löwis2008-04-241-1/+1
* Silence 'r may be used uninitialized' compiler warning.Mark Dickinson2008-04-211-0/+1
* math.atan2 is misbehaving on Windows; this patchMark Dickinson2008-04-201-1/+37
* Even more fixes for alpha Tru64, this time forMark Dickinson2008-04-201-1/+10
* Issue 2662: Initialize special value tables dynamically (i.e. whenMark Dickinson2008-04-201-109/+128
* Yet more explicit special case handling to makeMark Dickinson2008-04-201-47/+55
* FreeBSD doesn't follow C99 for modf(inf); so add explicitMark Dickinson2008-04-201-0/+9
* Additional special-case handling for math.pow.Mark Dickinson2008-04-191-6/+13
* Additional tests for math.pow, and extra special-caseMark Dickinson2008-04-191-0/+11
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-182-229/+1230
* Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C forThomas Heller2008-04-143-0/+79
* Improve -X error message.Georg Brandl2008-04-131-1/+1
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-121-0/+4
* fix compiler warningsGregory P. Smith2008-04-121-5/+5
* Applied patch #2617 from Frank Wierzbicki wit some extras from meChristian Heimes2008-04-121-1/+5
* Performance improvements.Thomas Heller2008-04-111-3/+3
* Move backwards compatibility macro to the correct place;Thomas Heller2008-04-111-1/+1
* Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive.Gregory P. Smith2008-04-091-0/+4
* Issue 2408: remove the _types moduleAmaury Forgeot d'Arc2008-04-082-97/+0
* Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatlyGregory P. Smith2008-04-072-0/+19
* typeSkip Montanaro2008-04-061-1/+1
* Declare inittimezone static.Skip Montanaro2008-04-051-2/+3
* More files from libffi 3.0.5.Thomas Heller2008-04-044-22/+20
* Sync with files from the just released libffi 3.0.5 version.Thomas Heller2008-04-045-2/+1246
* Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5.Thomas Heller2008-04-042-26/+38
* Remove the advertising clause from the BSD license in timing.h.Guido van Rossum2008-04-011-6/+3
* Backport #1442: report exception when startup file cannot be run.Georg Brandl2008-03-291-0/+9
* Repair compilation for Visual Studio 2005.Amaury Forgeot d'Arc2008-03-281-0/+4
* Update sqlite3 module to match current version of pysqlite.Gerhard Häring2008-03-288-15/+35
* Accept patch issue2426 by Paul Kippes (kippesp).Gregory P. Smith2008-03-281-0/+48
* Fix compiler warningsNeal Norwitz2008-03-271-2/+2
* Fix and simplify error handling, silencing a compiler warning.Georg Brandl2008-03-261-7/+4
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-1/+4