summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* - Issues #2588, #2589: Fix potential integer underflow and overflowMatthias Klose2008-11-121-5/+17
* Prepare for 2.4.5c1v2.4.5c1Martin v. Löwis2008-03-021-1/+1
* Backport of r60793:Martin v. Löwis2008-03-021-4/+56
* Revert the following revisions, as they don't fix securityMartin v. Löwis2008-03-021-5/+3
* Backport trunk revision 53527:Thomas Wouters2007-01-232-4/+6
* Backport of r52862.Armin Rigo2006-11-291-1/+3
* [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.ca...Andrew M. Kuchling2006-10-271-2/+2
* Port of universal binary support for Mac OSX from python 2.5. This takes awayRonald Oussoren2006-10-081-5/+8
* [Backport r46044 | neal.norwitz]Andrew M. Kuchling2006-10-061-0/+4
* [Backport r51221 | neal.norwitz -- the original commit message is wrong;Andrew M. Kuchling2006-10-051-0/+8
* [Backport r51220 | neal.norwitz]Andrew M. Kuchling2006-10-051-2/+2
* [Backport r50685 | neal.norwitz]Andrew M. Kuchling2006-10-051-2/+13
* [Backport r50743 | neal.norwitz]Andrew M. Kuchling2006-10-053-41/+45
* [Backport r51247 | neal.norwitz]Andrew M. Kuchling2006-10-051-1/+6
* [Backport r51245 | neal.norwitz]Andrew M. Kuchling2006-10-041-1/+7
* A review of overflow-detecting code in the 2.4 branch.Armin Rigo2006-10-042-25/+49
* [Partial backport of r50777 | neal.norwitz]Andrew M. Kuchling2006-10-031-1/+3
* [Backport r51443 | neal.norwitz]Andrew M. Kuchling2006-10-031-0/+5
* [Backport r51231 | neal.norwitz]Andrew M. Kuchling2006-10-031-0/+4
* [Backport r50678 | neal.norwitz]Andrew M. Kuchling2006-10-031-7/+9
* [Backport rev. 41696 by neal.norwitz]Andrew M. Kuchling2006-09-291-1/+2
* [Backport of rev. 42093 by neal.norwitz]Andrew M. Kuchling2006-09-273-0/+6
* Backport fixes for #1523610 (crashes in PyArg_ParseTuple):Georg Brandl2006-08-091-2/+13
* Bug #1535165: fixed a segfault in input() and raw_input() whenGeorg Brandl2006-08-061-1/+1
* Complete backport of rev 50787 that was started in rev 50788Andrew MacIntyre2006-07-231-1/+1
* bugfix: PyThread_start_new_thread() returns the thread ID, not a flag;Andrew MacIntyre2006-07-231-6/+3
* Argh. "integer" is a very confusing word ;)Georg Brandl2006-06-081-2/+2
* Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds ...Georg Brandl2006-06-081-2/+2
* Fix possible buffer overflow on Windows when reading code page.Brett Cannon2006-06-051-1/+1
* Backport trunk's r45715:Thomas Wouters2006-04-251-0/+4
* Ignore the references to the dummy objects used as deleted keysArmin Rigo2006-04-122-5/+4
* Backport of compile.c part of r41531 (neal.norwitz, 2005-11-24):Martin v. Löwis2006-03-271-3/+3
* 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