1. 4aa1e63 Marc-AAndre Lemburg: add new unicode files by Guido van Rossum · 24 years ago
  2. 4c08d55 Many changes for Unicode, by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  3. d57fd91 Unicode implementation by Marc-Andre Lemburg based on original code by by Guido van Rossum · 24 years ago
  4. 603484d Unicode character type helpers, written by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  5. 9611e0b Patch by Moshe Zadka: remove the string special case in by Guido van Rossum · 24 years ago
  6. 9284a57 Patch by Moshe Zadka: move the string special case from abstract.c here. by Guido van Rossum · 24 years ago
  7. bf32583 string_join(): Fix memory leaks discovered by Charles Waldman (and a by Barry Warsaw · 24 years ago
  8. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  9. ee28c3a Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds by Guido van Rossum · 24 years ago
  10. 46c6b20 Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This by Guido van Rossum · 24 years ago
  11. c00a938 OKOK, Greg's right, I should've used the :name option in the argument by Guido van Rossum · 24 years ago
  12. 4aa24f9 Made all list methods use PyArg_ParseTuple(), for more accurate diagnostics. by Guido van Rossum · 24 years ago
  13. 0f223d2 Allow using long integers as arguments to PyObject_GetItem(), _SetItem(), by Andrew M. Kuchling · 24 years ago
  14. 52fccfd dict_has_key(): Accept only one parameter. PR#210 reported by by Fred Drake · 24 years ago
  15. fb4574e In response to one particular complaint on edu-sig, change some error by Guido van Rossum · 24 years ago
  16. 1991ddc Make multiplying a sequence by a long integer (5L * 'b') legal by Andrew M. Kuchling · 24 years ago
  17. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
  18. 687ef6e On Linux, one sometimes sees spurious errors after interrupting by Guido van Rossum · 25 years ago
  19. 57072eb Implement the other easy thing: repr() of a float now uses %.17g, by Guido van Rossum · 25 years ago
  20. 121ee27 long_format(): Now takes a third parameter, addL; iff true, a by Fred Drake · 25 years ago
  21. 153a27c do_strip(): Fixed cut-and-paste error; this function should check for by Barry Warsaw · 25 years ago
  22. 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
  23. 2c7b8fe Fix PR#66. Solution: add error checking around l_divmod() calls in long_pow(). by Guido van Rossum · 25 years ago
  24. 42636dc Fix for PR#98 (Adrian Eyre) -- in instancemethod_repr, the funcname by Guido van Rossum · 25 years ago
  25. e13ff2e Patch by Tim Peters fixing PR#88: by Guido van Rossum · 25 years ago
  26. 1a23c24 Patch by Tim Peters fixing PR#89: by Guido van Rossum · 25 years ago
  27. ff7e83d Patch by Mark Hammond to avoid certain header files on Windows/CE. by Guido van Rossum · 25 years ago
  28. 4574f23 PyBuffer_New(): Raise ValueError if size is negative (the other by Fred Drake · 25 years ago
  29. 0eb55ac Mark Favas was quick to note that the last checkin divides by zero by Guido van Rossum · 25 years ago
  30. 5bc51f2 Appropriate overflow checks so that things like sys.maxint*(1,) can't dump core. by Guido van Rossum · 25 years ago
  31. fa71701 When deallocating a list, DECREF the items from the end back to the start. by Guido van Rossum · 25 years ago
  32. 98c9eba Fix bug discovered by John W. Shipman -- when the width of a format by Guido van Rossum · 25 years ago
  33. 9263e78 Tim Peters writes: by Guido van Rossum · 25 years ago
  34. 9bcd1d7 Improve text of some error messages, as suggested by Sean Reifschneider. by Guido van Rossum · 25 years ago
  35. ff1ccbf casts for picky compilers. by Guido van Rossum · 25 years ago
  36. 2bc1379 Vladimir Marangozov contributed updated comments. by Guido van Rossum · 25 years ago
  37. cd037e7 Folded long lines. by Guido van Rossum · 25 years ago
  38. d7b5fb8 Fix a problem with Vladimir's PyFloat_Fini code: clear the free list; if by Guido van Rossum · 25 years ago
  39. 51288bc Fix a problem with Vladimir's PyInt_Fini code: clear the free list; if by Guido van Rossum · 25 years ago
  40. 49ded3e Added check for negative offset for PyBuffer_FromObject and check for by Guido van Rossum · 25 years ago
  41. 3fce883 Vladimir has restructured his code somewhat so that the blocks are now by Guido van Rossum · 25 years ago
  42. f61bbc8 OK, try again. Vladimir gave me a fix for the alignment bus error, by Guido van Rossum · 25 years ago
  43. a060fb2 Alas, Vladimir's patch caused a bus error (probably double by Guido van Rossum · 25 years ago
  44. 881928f Patch by Vladimir Marangoz to allow freeing of the allocated blocks of by Guido van Rossum · 25 years ago
  45. da084ed Patch by Vladimir Marangoz to allow freeing of the allocated blocks of by Guido van Rossum · 25 years ago
  46. 98cc19f Patch by Chris Petrilli to display the origin of a module in its by Guido van Rossum · 25 years ago
  47. 00d225e Correct typo (Py_MethodDef doesn't exist). Reported by Uwe Zessin. by Guido van Rossum · 26 years ago
  48. b5cebfe PyLong_FromString(): Nailed a small memory leak. In the str==start by Barry Warsaw · 26 years ago
  49. 3bbef60 Ai! complex_nonzero() has && which should be ||, else decidedly by Guido van Rossum · 26 years ago
  50. 3aa23fd Jim Ahlstrom patch: cutoff should be a long for machines with 16-bit by Guido van Rossum · 26 years ago
  51. 3c25904 Jim Ahlstrom patch: BIGCHUNK is too large for 16-bit int. by Guido van Rossum · 26 years ago
  52. 031d0e5 Patch by Charles Waldman -- remove unneeded and even harmful test for by Guido van Rossum · 26 years ago
  53. 5dadf7e Use 'xrange', not 'range', in error messages. Reported by Nathan Sullivan. by Guido van Rossum · 26 years ago
  54. 4149843 Need to include <sys/types.h> for off_t. by Guido van Rossum · 26 years ago
  55. 3c9fe0c Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  56. cdd9ae0 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  57. 8830319 Fix two places (seek and truncate) where a cascade of PyArg_Parse by Guido van Rossum · 26 years ago
  58. cada293 As noted by Per Cederqvist, new_buffersize() sometimes returns the by Guido van Rossum · 26 years ago
  59. 68055ce When tracing references, reset the type and size of tuples allocated by Guido van Rossum · 26 years ago
  60. f5046d1 Remove prototype for PyOS_strtol -- Chris Herborth. by Guido van Rossum · 26 years ago
  61. 13fdf5e When comparing bound methods, use identity test on the objects, by Guido van Rossum · 26 years ago
  62. f05fc71 Remove dead code discovered by Vladimir Marangozov. by Guido van Rossum · 26 years ago
  63. 017f778 Make tuples less hungry -- an extra item was allocated but never used. by Guido van Rossum · 26 years ago
  64. f61618c A Py_DECREF(f) is missing in PyFrame_New for the error case when by Guido van Rossum · 26 years ago
  65. 2f3667a Replace fprintf(stderr, ...) with PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  66. dedf6d6 listextend(): New method which implements L.extend(L2). by Barry Warsaw · 26 years ago
  67. 3886026 Remove unreachable code. (Sjoerd) by Guido van Rossum · 26 years ago
  68. 1db7070 Greg Stein: Implement the new bf_getcharbuffer function, indicating by Guido van Rossum · 26 years ago
  69. 7148ca9 Make gcc -Wall happy. by Guido van Rossum · 26 years ago
  70. 06c1808 Add Greg Stein's buffer object API. by Guido van Rossum · 26 years ago
  71. 2e19bd7 Add Greg Stein's buffer object API. by Guido van Rossum · 26 years ago
  72. 2ccaf6f Remove a redundant check from list_slice() and list_ass_slice(). by Guido van Rossum · 26 years ago
  73. c1c7b1a Slight rearrangement of code in lookdict() by Vladimir Marangozov, to by Guido van Rossum · 26 years ago
  74. 9d904b9 Believe it or not, Solaris 2.6 strtod() can move the end pointer by Guido van Rossum · 26 years ago
  75. 07d7800 Typo reported by Greg Stein: "modifiable" is the correct spelling. by Guido van Rossum · 26 years ago
  76. 67906af In PyFrame_New(), don't set extras to something derived from code by Guido van Rossum · 26 years ago
  77. 78694d9 Patches from Greg Stein to support 'P' format in struct module's by Guido van Rossum · 26 years ago
  78. 065ce5a Undo victim of careless global substitute ("long long_hash" was by Guido van Rossum · 26 years ago
  79. 3293b07 Patch by Mark Hammond to support 64-bit ints on MS platforms. by Guido van Rossum · 26 years ago
  80. 2130824 Better error messages when a sequence is indexed with a non-integer. by Guido van Rossum · 26 years ago
  81. bd3a527 Two patches by Jason Harper: by Guido van Rossum · 26 years ago
  82. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  83. ac6a37a Fix a potential problem in PyLong_FromString(): could fall through the by Guido van Rossum · 26 years ago
  84. df3d875 Better error messages when raising ValueError for int and long by Guido van Rossum · 26 years ago
  85. 152d817 Fix a memory leak -- the cached values of __getattr__ etc. were never freed. by Guido van Rossum · 26 years ago
  86. 52ddc0e PyFile_FromString(): If an exception occurs, pass in the filename that by Barry Warsaw · 26 years ago
  87. b4db194 When comparing objects, always check that tp_compare is not NULL by Guido van Rossum · 26 years ago
  88. 0fd0033 Avoid using calloc(). This triggered an obscure bug on multiprocessor by Guido van Rossum · 26 years ago
  89. 5dba9e8 Add special case to PySequence_List() so that list() of a list is by Guido van Rossum · 26 years ago
  90. bfc725b Changed PySequence_List() and PySequence_Tuple() to support by Guido van Rossum · 26 years ago
  91. d4ba73c Move the definition of PyMethodObject to classobject.h, so it can define by Guido van Rossum · 26 years ago
  92. 9223351 Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject by Guido van Rossum · 26 years ago
  93. 7859f87 Marc-Andre Lemburg's patch to support instance methods with other by Guido van Rossum · 26 years ago
  94. 7ba3043 Recompute the special getattr/setattr/delattr cache slots after by Guido van Rossum · 26 years ago
  95. 3dd7f3f Added doc strings for methods and a new pop() method. by Guido van Rossum · 26 years ago
  96. 8a92c62 New feature: if the object's type has a non-NULL tp_doc field, that by Guido van Rossum · 26 years ago
  97. 1bb2687 Slight rearrangement of some code to make it faster, by Vladimir Marangozov. by Guido van Rossum · 26 years ago
  98. e676297 Add check in long-to-int conversion for at least one digit. by Guido van Rossum · 26 years ago
  99. 3b2b347 Fix the tests for various anomalies in the string-to-numbers by Guido van Rossum · 26 years ago
  100. 4281258 Minor cleanup by Tim after my changes: by Guido van Rossum · 26 years ago