summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* - SF patch 751998 fixes an unwanted side effect of the previous fixGuido van Rossum2003-06-131-5/+13
* Fixed a comment.Brett Cannon2003-06-111-1/+1
* Warn about creating global variables by __setattr__ that shadow builtinNeil Schemenauer2003-06-091-1/+66
* Fix SF #749831, copy raises SystemError when getstate raises exceptionNeal Norwitz2003-06-081-0/+2
* Fix for SF 742911. We now clear the weakrefs *before* calling __del__Guido van Rossum2003-05-291-11/+12
* Add notes on use cases with paired accesses to the same key.Raymond Hettinger2003-05-281-5/+30
* * Beefed-up testsRaymond Hettinger2003-05-281-13/+42
* SF bug 705231: Assertion failed, python aborts.Tim Peters2003-05-241-6/+38
* PyType_Ready(): Complain if the type is a base type, and gc'able, andTim Peters2003-05-211-1/+31
* SF bug #604716: faster [None]*n or []*nRaymond Hettinger2003-05-211-0/+12
* Fixing the previous patch to have the changes be to the proper docstrings.Brett Cannon2003-05-201-8/+8
* Fix docstrings for __(get|set|del)slice__ to mention that negative indices ar...Brett Cannon2003-05-201-3/+9
* Only encode Unicode objects when printing them raw.Martin v. Löwis2003-05-181-1/+2
* Consider \U-escapes in raw-unicode-escape. Fixes #444514.Martin v. Löwis2003-05-181-3/+42
* Removed the out of date and no-longer-referenced xxobject.c exampleJim Fulton2003-05-161-108/+0
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-1/+1
* Patch #612627: Add encoding attribute to file objects, and determineMartin v. Löwis2003-05-101-1/+41
* SF bug #730296: Unexpected Changes in list IteratorRaymond Hettinger2003-05-072-4/+0
* SF patch #729395: Dictionary tuningRaymond Hettinger2003-05-071-2/+2
* SF bug #692959: new.function ignores keyword argumentsRaymond Hettinger2003-05-061-1/+4
* SF patch #729395: Dictionary tuningRaymond Hettinger2003-05-051-10/+16
* Add notes from python-dev about readonly dictionaries.Raymond Hettinger2003-05-051-0/+21
* SF patch 730594: assert from longobject.c, line 1215.Tim Peters2003-05-051-4/+4
* * Note how dummy entry re-use benefits use cases with interspersed deletesRaymond Hettinger2003-05-041-1/+11
* Somewhere along the way, the softspace attr of file objects became read-Tim Peters2003-05-041-1/+2
* Patch #708604: Check more function results. Will backport to 2.2.Martin v. Löwis2003-05-031-1/+8
* Add a reference to dictnotes.txt. It does no good if you don't know it'sRaymond Hettinger2003-05-031-0/+6
* Research notes and explorations for optimizing Python dictionaries.Raymond Hettinger2003-05-021-0/+189
* Silence compiler warnings in VC 7.Jeremy Hylton2003-05-011-2/+2
* Squashed new compiler wngs about trying to compare pointers toTim Peters2003-04-242-2/+2
* SF bug 665835: filter() treatment of str and tuple inconsistentRaymond Hettinger2003-04-242-0/+4
* Improve the message about metatype/metaclass conflicts.Guido van Rossum2003-04-231-1/+4
* Add a useful docstring to enumerate.Jeremy Hylton2003-04-211-1/+6
* - bool() called without arguments now returns False rather thanGuido van Rossum2003-04-191-2/+2
* _Py_PrintReferenceAddresses(): also print the type name. In real useTim Peters2003-04-181-1/+2
* _Py_PrintReferences(): Changed to print object address at start of eachTim Peters2003-04-171-1/+16
* SF # 595026: support for masks in getargs.c.Thomas Heller2003-04-172-0/+146
* - The repr() of a weakref object now shows the __name__ attribute ofGuido van Rossum2003-04-161-6/+15
* Sigh. The crucial change was still missing from the previousGuido van Rossum2003-04-161-1/+1
* - super() no longer ignores data descriptors, except __class__. SeeGuido van Rossum2003-04-161-4/+10
* Fix three (!) object leaks in the code for assignment to __bases__.Guido van Rossum2003-04-151-1/+3
* Ouch, it's Carlo Verre, not Verre Carlo.Guido van Rossum2003-04-151-1/+1
* - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences()Guido van Rossum2003-04-151-1/+1
* Close off the "Verre Carlo hack" as discussed on python-dev.Guido van Rossum2003-04-141-0/+22
* super_getattro(): kill some dead code; explain a mystery.Guido van Rossum2003-04-141-18/+4
* - list.insert(i, x) now interprets negative i as it would beGuido van Rossum2003-04-141-2/+5
* Attempt to make all the various string *strip methods the same.Neal Norwitz2003-04-102-18/+18
* Missing DECREF.Jeremy Hylton2003-04-091-0/+1
* Make it possible to call instancemethod() with 2 arguments.Guido van Rossum2003-04-091-2/+2
* Reformat a few docstrings that caused line wraps in help() output.Guido van Rossum2003-04-092-12/+12