1. cf96de0 SF but #417587: compiler warnings compiling 2.1. by Tim Peters · 23 years ago
  2. 0531148 Adding iterobject.[ch], which were accidentally not added. Sorry\! by Guido van Rossum · 23 years ago
  3. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 23 years ago
  4. 55ad67d Oops. Removed dictiter_new decl that wasn't supposed to go in yet. by Guido van Rossum · 23 years ago
  5. 0dbb4fb Implement, test and document "key in dict" and "key not in dict". by Guido van Rossum · 23 years ago
  6. 78fe530 CVS patch 416248: 2.1c1 unicodeobject: unused vrbl cleanup, from Mark Favas. by Tim Peters · 23 years ago
  7. b8a9321 Revert previous checkin, which caused test_unicodedata to fail. by Jeremy Hylton · 23 years ago
  8. da3dc5b Patch #416953: Cache ASCII characters to speed up ASCII decoding. by Martin v. Löwis · 23 years ago
  9. e04eaec Tim pointed out a remaining vulnerability in popitem(): the by Guido van Rossum · 23 years ago
  10. a4dd011 Tentative fix for a problem that Tim discovered at the last moment, by Guido van Rossum · 23 years ago
  11. 6b356e7 Make one more private symbol static. by Guido van Rossum · 23 years ago
  12. f68d8e5 Make some private symbols static. by Guido van Rossum · 23 years ago
  13. fff5325 Bug 415514 reported that e.g. by Tim Peters · 23 years ago
  14. 711088d Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort. by Tim Peters · 23 years ago
  15. ae60534 Fixed ref count bug. Patch #411191. Found by Walter Dörwald. by Marc-André Lemburg · 23 years ago
  16. db81e8d Add support for weak references to the function and method types. by Fred Drake · 23 years ago
  17. 4e262a9 A small change to the C API for weakly-referencable types: Such types by Fred Drake · 23 years ago
  18. 6783070 Make PyDict_Next safe to use for loops that merely modify the values by Tim Peters · 23 years ago
  19. 823649d Move the code implementing isinstance() and issubclass() to new C by Guido van Rossum · 23 years ago
  20. 220ae7c Fix PyFrame_FastToLocals() and counterpart to deal with cells and by Jeremy Hylton · 23 years ago
  21. a1351fb SF patch #408326 by Robin Thomas: slice objects comparable, not hashable by Guido van Rossum · 23 years ago
  22. 0f33604 SF bug [ #409448 ] Complex division is braindead by Tim Peters · 23 years ago
  23. 30c9f39 Variety of small INC/DECREF patches that fix reported memory leaks by Jeremy Hylton · 23 years ago
  24. b233652 Identifiers matching _[A-Z_]\w* are reserved for C implementations. by Tim Peters · 23 years ago
  25. 7069512 When 1.6 boosted the # of digits produced by repr(float), repr(complex) by Tim Peters · 23 years ago
  26. 01c6526 Avoid giving prototypes on Solaris. by Martin v. Löwis · 23 years ago
  27. 2b6727b Use Py_CHARMASK for ctype macros. Fixes bug #232787. by Martin v. Löwis · 23 years ago
  28. 4f53da0 Two improvements to large file support: by Guido van Rossum · 23 years ago
  29. a52e8fe Visit the closure during traversal and XDECREF it on during deallocation. by Jeremy Hylton · 23 years ago
  30. 3f571d6 Fix SF buf 404774 submitted by Gregory H. Ball by Jeremy Hylton · 23 years ago
  31. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 23 years ago
  32. b60654b The return value from PyObject_ClearWeakRefs() is no longer meaningful, by Fred Drake · 23 years ago
  33. 4f9b13b instancemethod_setattro(): Raise TypeError if an attempt is made to by Barry Warsaw · 23 years ago
  34. a903ad98 _Py_ReleaseInternedStrings(): Private API function to decref and by Barry Warsaw · 23 years ago
  35. eefb107 _PyObject_Dump(): If argument is NULL, print "NULL" instead of crashing. by Barry Warsaw · 23 years ago
  36. 2da0ea8 In try_3way_to_rich_compare(), swap the call to default_3way_compare() by Guido van Rossum · 23 years ago
  37. ccc7473 reorganized PyUnicode_DecodeUnicodeEscape a bit (in order to make it by Fredrik Lundh · 23 years ago
  38. b86c549 Fix core dump whenever PyList_Reverse() was called. by Guido van Rossum · 23 years ago
  39. 693291b Superseded by $(srcdir)/Makefile.pre.in. by Neil Schemenauer · 23 years ago
  40. 2492a20 SF patch 103543 from tg@freebsd.org: by Jeremy Hylton · 23 years ago
  41. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 23 years ago
  42. 3202c6f Rename dubiously named local variable 'cmpfunc' -- this is also a by Guido van Rossum · 23 years ago
  43. 2b724da Remove f_closure slot of frameobject and use f_localsplus instead. by Jeremy Hylton · 23 years ago
  44. 09ac89a fix indentation glitch by Jeremy Hylton · 23 years ago
  45. fde66e1 Fixed .capitalize() method of Unicode objects to work like the by Marc-André Lemburg · 23 years ago
  46. 497671e The one thing I love more then writing code is deleting code. by Moshe Zadka · 23 years ago
  47. 5cc2c8c Re-factored PyInstance_New() into PyInstance_New() and PyInstance_NewRaw(). by Fred Drake · 24 years ago
  48. 64949cb PEP 227 implementation by Jeremy Hylton · 24 years ago
  49. fbd849f PEP 227 implementation by Jeremy Hylton · 24 years ago
  50. d1f06b9 Check the Py_TPFLAGS_HAVE_RICHCOMPARE flag before using the by Guido van Rossum · 24 years ago
  51. fa004ad Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. by Ka-Ping Yee · 24 years ago
  52. 06d1268 Move uchhash functionality into unicodedata (after the recent by Fredrik Lundh · 24 years ago
  53. bbd89b6 PyObject_Dump() -> _PyObject_Dump() by Barry Warsaw · 24 years ago
  54. 903138f PyObject_Dump(): Use %p format to print the address of the pointer. by Barry Warsaw · 24 years ago
  55. 9bf1644 A few miscellaneous helpers. by Barry Warsaw · 24 years ago
  56. 0871e93 New special case in comparisons: None is smaller than any other object by Guido van Rossum · 24 years ago
  57. 8f9143d Once again, numeric-smelling objects compare smaller than non-numeric ones. by Guido van Rossum · 24 years ago
  58. 9e9bcda forgot to check in the new makeunicodedata.py script by Fredrik Lundh · 24 years ago
  59. d38855c Remove a smelly export. by Neil Schemenauer · 24 years ago
  60. f605606 Better error message if ucnhash cannot be found (obscure attribute by Fredrik Lundh · 24 years ago
  61. b0e754d Tim chastens: by Barry Warsaw · 24 years ago
  62. 71ff8d5 default_3way_compare(): When comparing the pointers, they must be cast by Barry Warsaw · 24 years ago
  63. 0395fdd Application and elaboration of patch #103305 to fix core dumps when by Barry Warsaw · 24 years ago
  64. 0fdb90c refactored the unicodeobject/ucnhash interface, to hide the by Fredrik Lundh · 24 years ago
  65. 19fe14e Derivative of patch #102549, "simpler, faster(!) implementation of string.join". by Tim Peters · 24 years ago
  66. 65e8bd7 Rich comparisons fallout: instance_hash() should check for both by Guido van Rossum · 24 years ago
  67. 41c3244 Rich comparisons fallout: PyObject_Hash() should check for both by Guido van Rossum · 24 years ago
  68. a3af41d Changes to recursive-object comparisons, having to do with a test case by Guido van Rossum · 24 years ago
  69. 60f42b5 Move distributed and duplicated config for stat() and fstat() into pyport.h. by Tim Peters · 24 years ago
  70. be4cbb1 Use rich comparisons to fulfill an old wish: complex numbers now raise by Guido van Rossum · 24 years ago
  71. b932420 Rich comparisons: by Guido van Rossum · 24 years ago
  72. f77bc62 Same treatment as listobject.c: by Guido van Rossum · 24 years ago
  73. 24f67d5 Fix a leak in instance_coerce(). This was introduced by Neil's by Guido van Rossum · 24 years ago
  74. 65e1cea Convert to rich comparisons: by Guido van Rossum · 24 years ago
  75. 2ffbf6b Deal properly (?) with comparing recursive datastructures. by Guido van Rossum · 24 years ago
  76. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 24 years ago
  77. f916e7a Rich comparisons fall-out: by Guido van Rossum · 24 years ago
  78. 6fd867b Rich comparisons fall-out: by Guido van Rossum · 24 years ago
  79. 3968e4c Rich comparisons fall-out: by Guido van Rossum · 24 years ago
  80. c318969 Rich comparisons fall-out: by Guido van Rossum · 24 years ago
  81. 8998b4f Rich comparisons. by Guido van Rossum · 24 years ago
  82. e797ec1 Rich comparisons. Refactored internal routine do_cmp() and added APIs by Guido van Rossum · 24 years ago
  83. e54e0be Rationalizing the fallback code for portable fseek -- this is all much by Guido van Rossum · 24 years ago
  84. 3a645e4 Added checks to prevent PyUnicode_Count() from dumping core by Marc-André Lemburg · 24 years ago
  85. d6a9e84 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 24 years ago
  86. 65e0b99 SF patch #103158 by Greg Ball: Don't do unsafe arithmetic in xrange object. by Guido van Rossum · 24 years ago
  87. 142297a Speed getline_via_fgets(), by supplying two "fast paths", although one is by Tim Peters · 24 years ago
  88. f29b64d Use the "MS" getline hack (fgets()) by default on non-get_unlocked by Tim Peters · 24 years ago
  89. e07d5cf Jeff Epler's patch adding an xreadlines() method. (It just imports by Guido van Rossum · 24 years ago
  90. dcf5715 Tsk, tsk, tsk. Treat FreeBSD the same as the other BSDs when defining by Guido van Rossum · 24 years ago
  91. 010b0cc Fix a silly bug in float_pow. Sorry Tim. by Neil Schemenauer · 24 years ago
  92. 1c73323 A few reformats; no logic changes. by Tim Peters · 24 years ago
  93. 8628206 Let's hope that three time's a charm... by Guido van Rossum · 24 years ago
  94. 15b8385 Fiddled ms_getline_hack after talking w/ Guido: made clearer that the by Tim Peters · 24 years ago
  95. 86821b2 MS Win32 .readline() speedup, as discussed on Python-Dev. This is a tricky by Tim Peters · 24 years ago
  96. 4ddf0a0 Tim noticed that I had botched get_line_raw(). Looking again, I by Guido van Rossum · 24 years ago
  97. ec233e5 This patch adds a new feature to the builtin charmap codec: by Marc-André Lemburg · 24 years ago
  98. 1187aa4 Restructured get_line() for clarity and speed. by Guido van Rossum · 24 years ago
  99. 5ed85ec Changes for PEP 208. PyObject_Compare has been rewritten. Instances no by Neil Schemenauer · 24 years ago
  100. ba872e2 Make long a new style number type. Sequence repeat is now done here by Neil Schemenauer · 24 years ago