summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* update - still some old .cvsignore files lying aroundAnthony Baxter2006-03-231-2/+0
* Change SystemError into SyntaxError, when a Unicode stringMartin v. Löwis2006-03-221-1/+7
* Backport r42894: SF #1444030 Fix several potential defects foundHye-Shik Chang2006-03-072-2/+9
* Backport of memory leak fixes.Martin v. Löwis2006-03-011-1/+5
* Return value off PyErr_Warn() for raising string exceptions was not beingBrett Cannon2006-02-271-3/+5
* do_mkvalue(): Squash compiler warnings about mixingTim Peters2006-02-271-2/+2
* Merge rev 42607 from the trunk.Tim Peters2006-02-271-0/+4
* Bug #801349: document that start/stop/step slice arguments can be NoneGeorg Brandl2006-02-191-1/+1
* Cast assignments to ``unsigned char *`` from PyString_AS_STRING() calls toBrett Cannon2006-02-162-2/+2
* Update general copyright year to 2006.Georg Brandl2006-02-111-1/+1
* bug #1281408: make Py_BuildValue work with unsigned longs and long longsGeorg Brandl2005-11-241-3/+20
* Backport one of the ref/memory leaksNeal Norwitz2005-11-211-0/+1
* Backport:Neal Norwitz2005-11-091-1/+4
* Backport: SF bug #1167751: fix incorrect code being for generator expressions.Neal Norwitz2005-10-231-7/+15
* Backport:Neal Norwitz2005-10-031-1/+5
* Backport:Neal Norwitz2005-10-031-0/+9
* Backported:Neal Norwitz2005-10-021-1/+1
* Fix bug:Michael W. Hudson2005-09-301-0/+4
* Backport bugfix:Michael W. Hudson2005-09-231-15/+53
* (backport) tracing of C functions: don't call the trace funcArmin Rigo2005-09-201-26/+31
* backport patch [ 1119423 ] python -c readlink()s and stat()s '-c'Georg Brandl2005-09-151-3/+3
* backport bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault.Georg Brandl2005-09-151-0/+7
* Complete format code support in getargs.c::skipitem(), which is called whenGeorg Brandl2005-09-141-59/+39
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-141-0/+12
* (backport from HEAD)Guido van Rossum2005-09-141-0/+14
* Backport of patch #1290454: Fix reload() error message when parent is notGeorg Brandl2005-09-141-2/+3
* Disallow keyword arguments for type constructors that don't use themGeorg Brandl2005-08-261-0/+26
* Forward UnicodeDecodeError into SyntaxError for source encoding errors.Martin v. Löwis2005-08-241-5/+7
* SF bug #1242657: list(obj) can swallow KeyboardInterruptRaymond Hettinger2005-08-211-0/+12
* Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patchBarry Warsaw2005-08-151-8/+14
* Backport: fix cleanup DECREF logic in builtin_filter function.Georg Brandl2005-07-191-6/+6
* bug 1234979 additionGeorg Brandl2005-07-091-2/+2
* backport bug [ 1234979 ] Lock.acquire treats only 1 as TrueGeorg Brandl2005-07-081-1/+1
* Backport my recent fix (rev. 2.40 of Python/pystate.c):Michael W. Hudson2005-04-241-1/+1
* Move exception finalisation later in the shutdown process - thisAnthony Baxter2005-03-291-7/+8
* Add 0 to _POSIX_SEMAPHORES.Martin v. Löwis2005-03-281-1/+3
* Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean noAnthony Baxter2005-03-161-0/+4
* Revert previous checkin on getargs 'L' code. Try to convert allMartin v. Löwis2005-03-031-1/+0
* Clear internal call error in 'L' format. Fixes #723201.Martin v. Löwis2005-03-031-0/+1
* Backport 2.39:Guido van Rossum2005-02-081-1/+3
* Partially revert #1074011; don't try to fflush stdin.Martin v. Löwis2005-01-271-1/+10
* happy new year! (2.4 branch)Anthony Baxter2005-01-251-1/+1
* Flush std{in,out,err} before closing it. Fixes #1074011.Martin v. Löwis2005-01-231-3/+10
* make thread stack size compile-time tunable on OS/2Andrew MacIntyre2005-01-171-1/+5
* Back-ported: marshal.dumps() with the new optional argument 'version' justArmin Rigo2004-12-201-1/+1
* Hye-Shik Chang's fix for Bug 875692.Kurt B. Kaiser2004-11-231-0/+6
* SF bug 1061968: threads: segfault or Py_FatalError at exitTim Peters2004-11-081-13/+12
* SF patch 1025636: Check for NULL returns in compile.c:com_import_stmtJeremy Hylton2004-11-071-4/+14
* SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in coreRaymond Hettinger2004-11-051-158/+67
* Maintain peepholer's cumlc invariant by updating the running totalRaymond Hettinger2004-11-021-0/+4