summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix strange character in the docstring.Thomas Heller2008-08-191-1/+1
* get the symtable module back in working orderBenjamin Peterson2008-08-171-0/+3
* Backport r65661, r65760: Issue #3575: Incremental decoder's decodeHirokazu Yamamoto2008-08-171-5/+18
* Issue #2222: Fixed reference leak when occured os.rename()Hirokazu Yamamoto2008-08-171-28/+26
* Properly INCREF reference in Py_buffer.Martin v. Löwis2008-08-141-0/+2
* Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,Martin v. Löwis2008-08-126-184/+227
* Copy reduce() to _functools so to have functools.reduce() not raise a warningBrett Cannon2008-08-091-0/+79
* #3205: bz2 iterator fails silently on MemoryErrorAntoine Pitrou2008-08-091-0/+1
* Patch by Ian Charnas from issue 3517.Guido van Rossum2008-08-071-0/+5
* Tracker issue 3487: sre "bytecode" verifier.Guido van Rossum2008-08-051-0/+474
* fix compile error on WindowsBenjamin Peterson2008-08-021-1/+1
* Submit fix for issue3393: Memory corruption in multiprocessing moduleJesse Noller2008-08-013-19/+28
* Security patches from Apple: prevent int overflow when allocating memoryNeal Norwitz2008-07-313-2/+22
* Replace math.sum with math.fsum in a couple of commentsMark Dickinson2008-07-301-2/+2
* Rename math.sum to math.fsumMark Dickinson2008-07-301-16/+16
* Fix special-value handling for math.sum.Mark Dickinson2008-07-301-38/+54
* Make ctypes compatible with Python 2.3, 2.4, and 2.5 again.Thomas Heller2008-07-242-2/+16
* Finish conversion from int to Py_ssize_t.Raymond Hettinger2008-07-241-23/+23
* Parse to the correct datatype.Raymond Hettinger2008-07-241-1/+1
* Finish-up the partial conversion from int to Py_ssize_t for deque indices and...Raymond Hettinger2008-07-241-23/+24
* 3k-warn about parser's "ast" aliases.Georg Brandl2008-07-231-5/+37
* bsddb module updated to version 4.7.2devel9.Jesus Cea2008-07-232-530/+820
* Issue #2620: Overflow checking when allocating or reallocating memoryGregory P. Smith2008-07-223-2/+9
* On Windows, silence a Purify warning and initialize the memory passed to Cryp...Amaury Forgeot d'Arc2008-07-211-0/+1
* #3322: bounds checking for _json.scanstringBob Ippolito2008-07-191-2/+10
* #3303: fix crash with invalid Py_DECREF in strcoll().Georg Brandl2008-07-191-1/+3
* #3302: fix segfaults when passing None for arguments that can'tGeorg Brandl2008-07-191-5/+9
* #3312: fix two sqlite3 crashes.Georg Brandl2008-07-162-3/+13
* #3305: self->stream can be NULL.Georg Brandl2008-07-161-2/+2
* #1608818: errno can get set by every call to readdir().Georg Brandl2008-07-161-8/+10
* Issue #3313: Contrary to the man page, a failed dlopen() call does notThomas Heller2008-07-152-2/+8
* Issue #3258: Fix an assertion error (in debug build) and a crash (inThomas Heller2008-07-151-1/+12
* Issue 2235: __hash__ is once again inherited by default, but inheritance can ...Nick Coghlan2008-07-151-8/+1
* Fix posix.fork1() / os.fork1() to only call PyOS_AfterFork() in the childGregory P. Smith2008-07-141-1/+2
* Issue #3153: sqlite leaks on error.Alexandre Vassalotti2008-07-132-23/+12
* Added garbage collector overhead and optional default return value toRobert Schuppenies2008-07-101-0/+1
* Issue 3301: Bisect functions behaved badly when lo was negative.Raymond Hettinger2008-07-101-0/+8
* Issue 3306. Better control for a lenght in findmax() function.Facundo Batista2008-07-071-1/+1
* Add commented out #_sha256 and #_sha512 lines per issue 3183.Gregory P. Smith2008-07-071-2/+4
* - Issue #3309: Fix bz2.BZFile itererator to release its internal lockGregory P. Smith2008-07-071-0/+1
* fix issue3304 - remove an incorrect PyMem_Free in fileio_initGregory P. Smith2008-07-061-1/+0
* - Issue #2862: Make int and float freelist management consistent with otherGregory P. Smith2008-07-061-0/+2
* Issue 3289. Removed two lines that ended doing nothing.Facundo Batista2008-07-051-2/+0
* Minor rewrite of cmath_log to work around a Sun compiler bug. See issueMark Dickinson2008-07-051-2/+4
* Try a blind fix to nismodule which fails on the solaris10 3.0 buildbot:Amaury Forgeot d'Arc2008-07-021-5/+8
* #Issue3088 in-progress: Race condition with instances of classes derived from...Amaury Forgeot d'Arc2008-06-301-1/+4
* Fix #2702, with a correct accounting of recursion.Facundo Batista2008-06-301-10/+14
* various SSL fixes; issues 1251, 3162, 3212Bill Janssen2008-06-281-58/+145
* Reverting the patch from #3165, as it broke otherFacundo Batista2008-06-251-4/+0
* Fix compilation on Windows.Thomas Heller2008-06-231-2/+4