summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Backported r55839 and r61350Martin v. Löwis2008-12-132-19/+68
* backport the security fix part of r67246Benjamin Peterson2008-11-171-0/+2
* - Issue #2587: In the C API, PyString_FromStringAndSize() takes a signed sizeMatthias Klose2008-11-121-0/+7
* Security patches from Apple: prevent int overflow when allocating memoryNeal Norwitz2008-07-314-13/+63
* Backport r65182. This change modified from using the unsigned max valueNeal Norwitz2008-07-281-0/+18
* Backport of r60793:Martin v. Löwis2008-03-022-3/+25
* Backport trunk revision 53527:Thomas Wouters2007-01-231-0/+2
* Backport rev 51262 from trunk -- squashes a compiler warning on WindowsTim Peters2006-10-091-2/+2
* Backport of the pieces of trunk rev 46589 relevant toTim Peters2006-10-091-1/+31
* [Partial backport of r45947 | neal.norwitz]Andrew M. Kuchling2006-10-091-2/+3
* [Backport r42951 | guido.van.rossum]Andrew M. Kuchling2006-10-091-2/+6
* [Backport r43695 | neal.norwitz]Andrew M. Kuchling2006-10-061-8/+5
* [Backport r50679 | neal.norwitz. This is the last Klocwork bug to beAndrew M. Kuchling2006-10-051-7/+7
* [Backport r50681 | neal.norwitz]Andrew M. Kuchling2006-10-051-2/+2
* [Backport r51246 | neal.norwitz]Andrew M. Kuchling2006-10-051-30/+110
* [Partial backport of r51218 | neal.norwitz -- the changes to ast.c, symtable.c,Andrew M. Kuchling2006-10-051-0/+4
* [Backport r50743 | neal.norwitz]Andrew M. Kuchling2006-10-052-0/+5
* [Backport r51248 | neal.norwitz]Andrew M. Kuchling2006-10-051-1/+4
* A review of overflow-detecting code in the 2.4 branch.Armin Rigo2006-10-047-37/+70
* Fix integer negation and absolute value to not relyMartin v. Löwis2006-10-041-4/+3
* [Backport r51230 | neal.norwitz]Andrew M. Kuchling2006-10-031-2/+6
* [Backport r50779 | neal.norwitz]Andrew M. Kuchling2006-10-031-1/+2
* [Backport r50683 | neal.norwitz]Andrew M. Kuchling2006-10-031-3/+6
* [Backport r50680 | neal.norwitz]Andrew M. Kuchling2006-10-031-3/+3
* [Backport rev. 42545 by georg.brandl]Andrew M. Kuchling2006-10-031-0/+4
* [Backport rev. 51669 by brett.cannon]Andrew M. Kuchling2006-10-031-1/+1
* [Backport rev. 47171 by neal.norwitz]Andrew M. Kuchling2006-10-031-0/+2
* Patch #1567691: super() and new.instancemethod() now don't acceptGeorg Brandl2006-09-302-0/+4
* [Backport rev. 46878 by neal.norwitz]Andrew M. Kuchling2006-09-291-1/+3
* [Backport rev. 39743 by lemburg]Andrew M. Kuchling2006-09-291-8/+16
* Merge rev 51711 from the 2.5 branch.Tim Peters2006-09-051-2/+8
* Backport rev 51448:Georg Brandl2006-08-221-12/+25
* memcmp() can return values other than -1, 0, and +1 but tp_compareThomas Heller2006-08-081-1/+1
* SF patch #1534048 (bug #1531003): fix typo in error messageFred Drake2006-08-041-1/+1
* Put method-wrappers into trashcan. Fixes #927248.Martin v. Löwis2006-07-031-1/+3
* Backport of r47061.Armin Rigo2006-06-212-5/+10
* Classic class that defined ``def __coerce__(self, other): return other, self``Brett Cannon2006-06-131-0/+3
* Fix bug introduced in rev. 46807 where variable was not declared at top of bl...Brett Cannon2006-06-091-1/+2
* Backport of fix of bug #532646 for new-style classes.Brett Cannon2006-06-091-0/+3
* Don't crash on Py_UNICODE values < 0. Fixes #1454485.Martin v. Löwis2006-06-051-1/+3
* Backport: Patch #1488312, Fix memory alignment problem on SPARC in unicode.Neal Norwitz2006-05-151-1/+1
* Ignore the references to the dummy objects used as deleted keysArmin Rigo2006-04-122-1/+22
* Bug #1177964: make file iterator raise MemoryError on too big filesGeorg Brandl2006-03-311-1/+2
* after discussions with perky, reverted fix for Bug #1379994: BuiltinAnthony Baxter2006-03-281-3/+3
* Fix the refleak from test_unicode.Neal Norwitz2006-03-281-13/+16
* update - still some old .cvsignore files lying aroundAnthony Baxter2006-03-231-2/+0
* Backport: Fix missing NULL checks after PyTuple_New, PyList_New, PyDict_NewGeorg Brandl2006-03-172-1/+5
* Backport 43022:Neal Norwitz2006-03-141-5/+7
* Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExactGeorg Brandl2006-03-131-2/+2
* Backport r42894: SF #1444030 Fix several potential defects foundHye-Shik Chang2006-03-074-11/+30