summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* staticforward bites the dust.Jeremy Hylton2002-07-1711-22/+23
* Remove the next() method -- one is supplied automatically byGuido van Rossum2002-07-161-16/+11
* Remove the next() method -- one is supplied automatically byGuido van Rossum2002-07-161-10/+1
* Make StopIteration a sink state. This is done by clearing out theGuido van Rossum2002-07-161-28/+11
* Make StopIteration a sink state. This is done by clearing out theGuido van Rossum2002-07-161-62/+47
* Whitespace normalization.Guido van Rossum2002-07-161-66/+66
* Make StopIteration a sink state. This is done by clearing out theGuido van Rossum2002-07-161-11/+10
* The object returned by tp_new() may not have a tp_init.Jeremy Hylton2002-07-161-1/+2
* Make list_iter() really static.Guido van Rossum2002-07-161-1/+1
* valid_identifier(): use an unsigned char* so that isalpha() will doGuido van Rossum2002-07-161-2/+2
* docompare(): Another reasonable optimization from Jonathan Hogg for theTim Peters2002-07-151-1/+1
* WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very fewTim Peters2002-07-141-1/+1
* Undef MIN and MAX before defining them, to avoid warnings on certainGuido van Rossum2002-07-131-0/+2
* Don't declare a function with staticforward.Jeremy Hylton2002-07-131-2/+2
* docompare(): Use PyTuple_New instead of Py_BuildValue to build compare'sTim Peters2002-07-111-2/+7
* Extend function() to support an optional closure argument.Jeremy Hylton2002-07-111-12/+65
* object.h special-build macro minefield: renamed all the new lexicalTim Peters2002-07-115-97/+72
* Documented PYMALLOC_DEBUG. This completes primary coverage of all theTim Peters2002-07-101-1/+1
* The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: addedTim Peters2002-07-091-0/+15
* SF bug 578752: COUNT_ALLOCS vs heap typesTim Peters2002-07-081-0/+9
* Rearranged and added comments to object.h, to clarify many thingsTim Peters2002-07-071-6/+2
* Removed 3 unlikely #includes that were only needed for the non-gc flavorTim Peters2002-07-071-5/+0
* Trashcan cleanup: Now that cyclic gc is always there, the trashcanTim Peters2002-07-071-50/+40
* Removed WITH_CYCLE_GC #ifdef-ery. Holes:Tim Peters2002-07-072-46/+0
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-302-6/+6
* Fix SF bug 546434 -- buffer slice type inconsistent.Raymond Hettinger2002-06-251-13/+0
* Fix SF bug 572567: Memory leak in object comparison.Raymond Hettinger2002-06-241-0/+1
* Fix for SF bug 571885Jeremy Hylton2002-06-201-2/+2
* SF 569257 -- Name mangle double underscored variable names in __slots__.Raymond Hettinger2002-06-201-1/+21
* Fix the bug described inMichael W. Hudson2002-06-191-5/+9
* Patch from SF bug 570483 (Tim Northover).Guido van Rossum2002-06-181-0/+5
* About the new but unreferenced new_class, Guido sez:Michael W. Hudson2002-06-181-15/+0
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-145-9/+214
* Inexplicably, recurse_down_subclasses() was comparing the objectGuido van Rossum2002-06-141-1/+2
* Missed one use of new PyDoc_STRVAR macroNeal Norwitz2002-06-141-2/+2
* SF bug # 493951 string.{starts,ends}with vs slicesNeal Norwitz2002-06-141-45/+36
* SF # 533070 Silence AIX C Compiler WarningsNeal Norwitz2002-06-131-1/+1
* Major cleanup operation: whenever there's a call that looks for anGuido van Rossum2002-06-131-10/+59
* Fix for SF bug 532646. This is a little simpler than what NealGuido van Rossum2002-06-131-1/+17
* SF # 561244 Micro optimizationsNeal Norwitz2002-06-131-5/+3
* Fix typo in exception messageNeal Norwitz2002-06-131-1/+1
* SF #561244 Micro optimizationsNeal Norwitz2002-06-132-10/+6
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-1318-254/+260
* Hopefully this addresses the remaining issues of SF bugs 459235 andGuido van Rossum2002-06-131-24/+39
* Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up fromGuido van Rossum2002-06-131-2/+2
* Fix for problem reported by Neal Norwitz. Tighten up calculation ofMichael W. Hudson2002-06-111-3/+5
* Fold remaining long lines.Guido van Rossum2002-06-111-2/+6
* This is my nearly two year old patchMichael W. Hudson2002-06-115-6/+414
* Undo the last chunk of the previous patch, putting back a usefulGuido van Rossum2002-06-101-1/+3
* In the recent python-dev thread "Bizarre new test failure", weGuido van Rossum2002-06-101-32/+48