- c6a3ff6 SF bug 578752: COUNT_ALLOCS vs heap types by Tim Peters · 23 years ago
- 4be93d0 Rearranged and added comments to object.h, to clarify many things by Tim Peters · 23 years ago
- a6269a8 Removed 3 unlikely #includes that were only needed for the non-gc flavor by Tim Peters · 23 years ago
- 803526b Trashcan cleanup: Now that cyclic gc is always there, the trashcan by Tim Peters · 23 years ago
- 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 23 years ago
- 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 23 years ago
- 5a04aec Fix SF bug 546434 -- buffer slice type inconsistent. by Raymond Hettinger · 23 years ago
- ab5dae3 Fix SF bug 572567: Memory leak in object comparison. by Raymond Hettinger · 23 years ago
- 8b47dff Fix for SF bug 571885 by Jeremy Hylton · 23 years ago
- 0ae0c07 SF 569257 -- Name mangle double underscored variable names in __slots__. by Raymond Hettinger · 23 years ago
- 9c14bad Fix the bug described in by Michael W. Hudson · 23 years ago
- 6351757 Patch from SF bug 570483 (Tim Northover). by Guido van Rossum · 23 years ago
- b1e8154 About the new but unreferenced new_class, Guido sez: by Michael W. Hudson · 23 years ago
- bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 23 years ago
- 59e6c53 Inexplicably, recurse_down_subclasses() was comparing the object by Guido van Rossum · 23 years ago
- 2c2e827 Missed one use of new PyDoc_STRVAR macro by Neal Norwitz · 23 years ago
- 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 23 years ago
- 4178515 SF # 533070 Silence AIX C Compiler Warnings by Neal Norwitz · 23 years ago
- e7b8ecf Major cleanup operation: whenever there's a call that looks for an by Guido van Rossum · 23 years ago
- 16b93b3 Fix for SF bug 532646. This is a little simpler than what Neal by Guido van Rossum · 23 years ago
- 51290d3 SF # 561244 Micro optimizations by Neal Norwitz · 23 years ago
- 20e7213 Fix typo in exception message by Neal Norwitz · 23 years ago
- 35fc760 SF #561244 Micro optimizations by Neal Norwitz · 23 years ago
- 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 23 years ago
- 09638c1 Hopefully this addresses the remaining issues of SF bugs 459235 and by Guido van Rossum · 23 years ago
- 65ce6de Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from pyconfig.h. by Guido van Rossum · 23 years ago
- 589dc93 Fix for problem reported by Neal Norwitz. Tighten up calculation of by Michael W. Hudson · 23 years ago
- 75a20b1 Fold remaining long lines. by Guido van Rossum · 23 years ago
- 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 23 years ago
- cab0580 Undo the last chunk of the previous patch, putting back a useful by Guido van Rossum · 23 years ago
- a386209 In the recent python-dev thread "Bizarre new test failure", we by Guido van Rossum · 23 years ago
- 2309498 Three's a charm: yet another fix for SF bug 551412. Thinking again by Guido van Rossum · 23 years ago
- 478d47a Close SF bug 563740. complex() now finds __complex__() in new style classes. by Raymond Hettinger · 23 years ago
- 56f46f8 Pyrangeiter_Type && range_iter should be static by Neal Norwitz · 23 years ago
- c4c453f Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. by Raymond Hettinger · 23 years ago
- 48165d4 SF 564601 adding rangeiterobject to make xrange() iterate like range(). by Raymond Hettinger · 23 years ago
- aee2d5f Better isinstance error message. by Thomas Heller · 23 years ago
- 9923ffe Address SF bug 519621: slots weren't traversed by GC. by Guido van Rossum · 23 years ago
- e53e7a2 Inverted test for small speedup by Raymond Hettinger · 23 years ago
- ed3e09f Add a docstring to the module type. by Guido van Rossum · 23 years ago
- c3a787e Surprising fix for SF bug 563060: module can be used as base class. by Guido van Rossum · 23 years ago
- b65c65b Address the residual issue with the fix for SF 551412 in by Guido van Rossum · 23 years ago
- 93b2cc4 A bogus assert in the new listiter code prevented starting Python in a by Tim Peters · 23 years ago
- 14bd6de SF 560736. Optimize list iteration by filling the tp_iter slot. by Raymond Hettinger · 23 years ago
- 3f8dae7 Fix typo by Neal Norwitz · 23 years ago
- a407300 Implement the intention of SF patch 472523 (but coded differently). by Guido van Rossum · 23 years ago
- 32a7e7f Change name from string to basestring by Neal Norwitz · 23 years ago
- 4164439 Fix a possible segfault. Found be Neal Norvitz. by Marc-André Lemburg · 23 years ago
- 4da6fd6 Fix for bug [ 561796 ] string.find causes lazy error by Marc-André Lemburg · 23 years ago
- 9fc8a29 Fix for SF bug 551412. When _PyType_Lookup() is called on a type by Guido van Rossum · 23 years ago
- cacfc07 - A new type object, 'string', is added. This is a common base type by Guido van Rossum · 23 years ago
- 9ee4b94 Add a safeguard against setting the class to something with a by Guido van Rossum · 23 years ago
- bf9cb3f Use function instead of macro spellings for PyObject_memorystuff. by Tim Peters · 23 years ago
- d4e5be5 Closes: #556025 seg fault when doing list(xrange(1e9)) by Neal Norwitz · 23 years ago
- 4be55b5 file_doc: Add some description of the U mode character, but only when by Barry Warsaw · 23 years ago
- 0ebac97 Patch 549187. Improve string formatting error message. by Raymond Hettinger · 23 years ago
- 4402241 Jim Fulton reported a segfault in dir(). A heavily proxied object by Guido van Rossum · 23 years ago
- 775c11f Add #ifdef PY_USING_UNICODE sections, so that by Walter Dörwald · 23 years ago
- e452659 Patch #551410: Implement tp_getiter. by Martin v. Löwis · 23 years ago
- 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 23 years ago
- 4ce71f7 PyObject_Realloc(): If a small block is shrinking, bite the expense of by Tim Peters · 23 years ago
- d901832 Remove old deprecated features from the xrange object. by Fred Drake · 23 years ago
- edb51bb Fix attribute access for the xrange objects. The tp_getattr and tp_getattro by Fred Drake · 23 years ago
- 71390a9 clarify message when raising TypeError to indicate that float() accepts by Skip Montanaro · 23 years ago
- 29c0afc Just added comments, and cleared some XXX questions, related to int by Tim Peters · 23 years ago
- 449b5a8 _PyObject_DebugCheckAddress(): If the leading pad bytes are corrupt, by Tim Peters · 23 years ago
- 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 23 years ago
- 602f740 SF patch 549375: Compromise PyUnicode_EncodeUTF8 by Tim Peters · 23 years ago
- 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 23 years ago
- 517c7d4 PyNumber_CoerceEx: this took a shortcut (not doing anything) when the by Guido van Rossum · 23 years ago
- 9364698 Make sure that tp_free frees the int the same way as tp_dealloc would. by Guido van Rossum · 23 years ago
- c95cc87 Clean up the layout of the bool_as_number struct initializer. by Guido van Rossum · 23 years ago
- f16951c abstract_get_bases(): Clarify exactly what the return values and by Barry Warsaw · 23 years ago
- c4ad0bc Clarify return value of PyLong_AsLongLong(). by Jeremy Hylton · 23 years ago
- 030a5ce unicode_memchr(): Squashed gratuitous int-vs-size_t mismatch (which by Tim Peters · 23 years ago
- de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 23 years ago
- e1682a8 Py_UniversalNewlineFread(): small speed boost on non-Windows boxes. by Tim Peters · 23 years ago
- 0eca65c PyUnicode_EncodeUTF8(): tightened the memory asserts a bit, and at least by Tim Peters · 23 years ago
- 2a7ff35 Back out 2.140. by Martin v. Löwis · 23 years ago
- 058b141 Py_UniversalNewlineFread(): Many changes. by Tim Peters · 23 years ago
- 7e3d961 PyUnicode_EncodeUTF8: squash compiler wng. The difference of two by Tim Peters · 23 years ago
- a4eb14b Patch #495401: Count number of required bytes for encoding UTF-8 before by Martin v. Löwis · 23 years ago
- 24ea8d3 Fix SF bug #505315: Make free and cell vars show up consistently in locals(). by Jeremy Hylton · 23 years ago
- 08d8215 _PyObject_DebugMallocStats(): Added some potentially expensive internal by Tim Peters · 23 years ago
- 64d80c9 PyObject_Malloc: make a tiny bit faster for platforms where malloc(0) by Tim Peters · 23 years ago
- 3e12071 Remove some long-disabled debugging boilerplate. by Tim Peters · 23 years ago
- 2b85897 type_get_doc(): Squash compiler wng about incompatible ptr types. by Tim Peters · 23 years ago
- 6ca7d41 SF bug 542984. by Guido van Rossum · 23 years ago
- e8fc640 SF bug 544647. by Guido van Rossum · 23 years ago
- 7766091 Whitespace normalization and fold some long lines. by Guido van Rossum · 23 years ago
- 0fe940c Return the orginal string only if it's a real str or unicode by Walter Dörwald · 23 years ago
- 3aa3fc4 Remove 'const' from local variable declaration in string_zfill() -- it by Guido van Rossum · 23 years ago
- 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 23 years ago
- 69cf3c7 Deprecate % as well. The message for deprecation of //, % and divmod by Guido van Rossum · 23 years ago
- 9ec4c78 SF bug #543387. by Guido van Rossum · 23 years ago
- b6b8942 SF bug #541883 (Vincent Fiack). by Guido van Rossum · 23 years ago
- 077f271 SF bug 543840: complex(string) accepts strings with \0 by Tim Peters · 23 years ago
- 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 23 years ago
- 5961042 Fold long lines. (Walter, please take note! :-) by Guido van Rossum · 23 years ago
- 0e87118 _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. by Tim Peters · 23 years ago