summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Backport: Double-fix of crash in Unicode freelist handling.Jeremy Hylton2003-09-171-1/+14
* Backport of rhettinger's funcobject.c 2.63, bugfix for SF bug 753451Anthony Baxter2003-07-131-0/+6
* Backport 2.237 by Guido:Neal Norwitz2003-06-161-5/+14
* Backport patch 2.206:Barry Warsaw2003-05-291-0/+9
* Fix for SF 742911. We now clear the weakrefs *before* calling __del__Guido van Rossum2003-05-291-8/+8
* Backport fix for SF bug 692776.Jeremy Hylton2003-05-221-1/+106
* PyType_Ready(): Complain if the type is a base type, and gc'able, andTim Peters2003-05-211-2/+32
* Change docstrings for __(get|set|del)slice__ to note that negative indices ar...Brett Cannon2003-05-201-3/+9
* Backport fixes to make more types collectable.Jeremy Hylton2003-05-091-8/+44
* Patch #708604: Check more function results.Martin v. Löwis2003-05-031-1/+8
* file_truncate(): Backported 2.3 code so that file.truncate(n) works onTim Peters2003-04-301-20/+68
* Backport the Carlo Verre fix.Guido van Rossum2003-04-251-0/+22
* Backport:Neal Norwitz2003-04-112-18/+18
* Backport from trunk:Guido van Rossum2003-04-091-0/+1
* Added private API function _PyInstance_Lookup(). This is part ofTim Peters2003-04-081-8/+29
* Remove trailing newline.Fred Drake2003-04-011-1/+0
* Backport Tim's checkin 2.218:Neal Norwitz2003-03-231-9/+10
* Backported fix to [521782] unreliable file.read() error handling.Gustavo Niemeyer2003-03-041-3/+30
* Backport of rev 2.199 from trunk.Guido van Rossum2003-02-191-2/+4
* Backport: Add more missing PyErr_NoMemory() after failled memory allocsNeal Norwitz2003-02-111-1/+1
* backport:Neal Norwitz2003-02-021-10/+13
* backport:Neal Norwitz2003-02-021-14/+13
* backport:Neal Norwitz2003-02-021-0/+5
* backport:Neal Norwitz2003-01-281-1/+4
* Backport SF # 669553, fix memory (ref) leaksNeal Norwitz2003-01-191-1/+8
* Backport:Neal Norwitz2003-01-131-3/+16
* Backport typeobject.c revision 2.201 plus associated tests from 2.3:Guido van Rossum2003-01-071-1/+36
* Backport MAL's patch for bug #659709: bogus computation of float lengthRaymond Hettinger2003-01-022-16/+37
* SF Bug 645777: list.extend() works with any iterable and is no longerRaymond Hettinger2002-12-291-1/+1
* Fix SF #658106, Setting __class__ to NoneTypeNeal Norwitz2002-12-241-6/+9
* try_3way_compare() was returning -1 in one case where it should returnGuido van Rossum2002-12-161-1/+1
* Fix typo in abstract.c which caused __rpow__ to not be invoked.Raymond Hettinger2002-12-071-1/+1
* Backport from head.Tim Peters2002-12-071-3/+3
* Backport Neil Schemenauer's fix for SF #529750,Neal Norwitz2002-11-201-2/+0
* Backport 2.173:Neal Norwitz2002-11-071-3/+1
* Backport:Neal Norwitz2002-10-181-1/+5
* Fix (real! :-) memory leaks in half_cmp and half_binop.Guido van Rossum2002-10-181-1/+4
* Sigh. That wasn't a memory leak, that was Guido committing beforeGuido van Rossum2002-10-181-5/+2
* Backport of 2.183:Guido van Rossum2002-10-181-2/+5
* Darn! Don't divide by zero. Bad fix. :-)Guido van Rossum2002-10-111-1/+1
* Backport listobject.c 2.137 and tupleobject.c 2.75:Guido van Rossum2002-10-112-0/+6
* Backport 2.193:Guido van Rossum2002-10-111-10/+4
* Backport stringobject.c 2.194 and unicodeobject.c 2.172:Guido van Rossum2002-10-112-4/+12
* New in 2.2.2!Guido van Rossum2002-10-111-1/+0
* Backport the relevant part of 2.192:Guido van Rossum2002-10-111-1/+2
* Backport, at the reqest of Kevin Jacobs:Guido van Rossum2002-10-071-0/+4
* Backport:Michael W. Hudson2002-10-071-1/+55
* Backport 2.103:Raymond Hettinger2002-10-051-2/+2
* Backport 2.63 and 2.60:Raymond Hettinger2002-10-051-27/+24
* Fix typo in xreadlines() docstring. This does not apply to the trunk.Fred Drake2002-09-251-1/+1