summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* 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
* Backported from r41842.Armin Rigo2006-02-202-22/+60
* Fix SF #1412837, compile failed with Watcom compilerNeal Norwitz2006-01-241-5/+5
* Backport:Neal Norwitz2006-01-101-16/+21
* Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'Hye-Shik Chang2005-12-171-3/+3
* Backport checkin:Walter Dörwald2005-11-281-0/+1
* Backport: SF bug #1331563 ] string_subscript doesn't check for failed PyMem_M...Neal Norwitz2005-10-201-0/+2
* - On 64-bit platforms, when __len__() returns a value that cannot beGuido van Rossum2005-09-202-2/+22