summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* 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
* Three's a charm: yet another fix for SF bug 551412. Thinking againGuido van Rossum2002-06-101-19/+17
* Close SF bug 563740. complex() now finds __complex__() in new style classes.Raymond Hettinger2002-06-062-28/+25
* Pyrangeiter_Type && range_iter should be staticNeal Norwitz2002-06-061-5/+5
* Skip Montanaro's patch, SF 559833, exposing xrange type in builtins.Raymond Hettinger2002-06-051-2/+84
* SF 564601 adding rangeiterobject to make xrange() iterate like range().Raymond Hettinger2002-06-051-46/+91
* Better isinstance error message.Thomas Heller2002-06-051-1/+2
* Address SF bug 519621: slots weren't traversed by GC.Guido van Rossum2002-06-041-49/+137
* Inverted test for small speedupRaymond Hettinger2002-06-041-5/+4
* Add a docstring to the module type.Guido van Rossum2002-06-041-1/+7
* Surprising fix for SF bug 563060: module can be used as base class.Guido van Rossum2002-06-041-3/+16
* Address the residual issue with the fix for SF 551412 inGuido van Rossum2002-06-031-1/+11
* A bogus assert in the new listiter code prevented starting Python in aTim Peters2002-06-011-10/+12
* SF 560736. Optimize list iteration by filling the tp_iter slot.Raymond Hettinger2002-05-312-18/+125
* Fix typoNeal Norwitz2002-05-311-1/+1
* Implement the intention of SF patch 472523 (but coded differently).Guido van Rossum2002-05-311-15/+67
* Change name from string to basestringNeal Norwitz2002-05-311-3/+3
* Fix a possible segfault. Found be Neal Norvitz.Marc-André Lemburg2002-05-291-1/+1
* Fix for bug [ 561796 ] string.find causes lazy errorMarc-André Lemburg2002-05-291-2/+2
* Fix for SF bug 551412. When _PyType_Lookup() is called on a typeGuido van Rossum2002-05-241-0/+6
* - A new type object, 'string', is added. This is a common base typeGuido van Rossum2002-05-243-2/+61
* Add a safeguard against setting the class to something with aGuido van Rossum2002-05-241-0/+10
* Use function instead of macro spellings for PyObject_memorystuff.Tim Peters2002-05-231-2/+2
* Closes: #556025 seg fault when doing list(xrange(1e9))Neal Norwitz2002-05-221-2/+11
* file_doc: Add some description of the U mode character, but only whenBarry Warsaw2002-05-221-0/+10
* Patch 549187. Improve string formatting error message.Raymond Hettinger2002-05-212-4/+4