1. 8f42246 Fix for bug 113934. string*n and unicode*n did no overflow checking at by Tim Peters · 24 years ago
  2. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  3. 4df762f Insure properly identifies the `interned' dictionary as leaking at by Barry Warsaw · 24 years ago
  4. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  5. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  6. 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
  7. bd9848d Fix typo in error message by Andrew M. Kuchling · 24 years ago
  8. 88887aa small updates to string_join: by Jeremy Hylton · 24 years ago
  9. 771d067 string_join(): Some cleaning up of reference counting. In the by Barry Warsaw · 24 years ago
  10. 4904829 fix two refcount bugs in new string_join implementation: by Jeremy Hylton · 24 years ago
  11. 194e43e two changes to string_join: by Jeremy Hylton · 24 years ago
  12. c2e7da9 Somebody started playing with const, so of course the outcome by Tim Peters · 24 years ago
  13. ba09633 ANSI-fication of the sources. by Fred Drake · 24 years ago
  14. 63f3d17 Added new codec APIs and a new interface method .encode() which by Marc-André Lemburg · 24 years ago
  15. 4027f8f Added new .isalpha() and .isalnum() methods to match the same by Marc-André Lemburg · 24 years ago
  16. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  17. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  18. f28dd83 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  19. 396f6e0 Fredrik Lundh <effbot@telia.com>: by Fred Drake · 24 years ago
  20. 60bc809 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  21. cb95a14 Patch from Michael Hudson: improve unclear error message by Andrew M. Kuchling · 24 years ago
  22. b6a9ada Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
  23. c682140 Trent Mick: by Guido van Rossum · 24 years ago
  24. b8f820c The methods islower(), isupper(), isspace(), isdigit() and istitle() by Guido van Rossum · 24 years ago
  25. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  26. f0b7b04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  27. 90daa87 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  28. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  29. 96a45ad Fix typo in replace() detected by Mark Hammond and fixed by Marc-Andre. by Guido van Rossum · 24 years ago
  30. 4c08d55 Many changes for Unicode, by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  31. 9284a57 Patch by Moshe Zadka: move the string special case from abstract.c here. by Guido van Rossum · 24 years ago
  32. bf32583 string_join(): Fix memory leaks discovered by Charles Waldman (and a by Barry Warsaw · 24 years ago
  33. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  34. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  35. 153a27c do_strip(): Fixed cut-and-paste error; this function should check for by Barry Warsaw · 25 years ago
  36. 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
  37. 98c9eba Fix bug discovered by John W. Shipman -- when the width of a format by Guido van Rossum · 25 years ago
  38. 1db7070 Greg Stein: Implement the new bf_getcharbuffer function, indicating by Guido van Rossum · 26 years ago
  39. 07d7800 Typo reported by Greg Stein: "modifiable" is the correct spelling. by Guido van Rossum · 26 years ago
  40. 4a0144c Should check that PyObject_Str() really returned a string! by Guido van Rossum · 26 years ago
  41. 1109fbc Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  42. 045e688 Patch submitted by Brad Howes (with one bug fixed by me): allow by Guido van Rossum · 27 years ago
  43. 971a7aa Change the Fini function to only remove otherwise unreferenced strings by Guido van Rossum · 27 years ago
  44. 8cf0476 Added internal routine PyString_Fini() which deletes all interned by Guido van Rossum · 27 years ago
  45. 71160aa Use #include "mymath.h" instead of declaring fabs() explicitly. by Guido van Rossum · 27 years ago
  46. fdf95dd Checkin of Jack's buffer mods. by Guido van Rossum · 27 years ago
  47. c0b618a Quickly renamed the last directory. by Guido van Rossum · 27 years ago
  48. 2095d24 Tweaks to keep the Microsoft compiler quiet. by Guido van Rossum · 27 years ago
  49. 36b9f79 Slight tweak: in string_hash(), if the hash hasn't been computed yet, by Guido van Rossum · 27 years ago
  50. 4acdc23 Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 padding by Guido van Rossum · 27 years ago
  51. a04d47b Don't use static buffers internally for formatstring(). by Guido van Rossum · 27 years ago
  52. 2a61e74 String interning. by Guido van Rossum · 27 years ago
  53. 067998f Add const to error and newstring functions by Guido van Rossum · 28 years ago
  54. da9c271 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  55. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  56. fde7a75 Fixed compare function to do first char comparison in unsigned mode, by Guido van Rossum · 28 years ago
  57. eddcb3b Multiply by 1000003 instead of 3 in string hach by Guido van Rossum · 28 years ago
  58. 441e4ab new debugger symbol names by Guido van Rossum · 28 years ago
  59. f976326 Plug memory leak in the previous fix :-( by Guido van Rossum · 28 years ago
  60. 993952b Fix obscure bug in string%mapping where the mapping creates its items by Guido van Rossum · 28 years ago
  61. 6f9e433 fix dusty debugging macros by Guido van Rossum · 29 years ago
  62. 5fe6058 a few peephole optimizations by Guido van Rossum · 29 years ago
  63. caeaafc don't complain about too many args if arg is a dict by Guido van Rossum · 29 years ago
  64. 9fa2c11 use Py_CHARMASK; and don't check for neg. float to the float power here by Guido van Rossum · 29 years ago
  65. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  66. d7047b3 Lots of minor changes. Note for mappingobject.c: the hash table pointer by Guido van Rossum · 30 years ago
  67. 03093a2 * Include/classobject.h, Objects/classobject.c, Python/ceval.c: by Guido van Rossum · 30 years ago
  68. 013142a fix nasty bug in resizing (formatstring) by Guido van Rossum · 30 years ago
  69. 71e57d0 Fix the fix :-( by Guido van Rossum · 31 years ago
  70. 6938a29 Three micro fixes to formatstring by Guido van Rossum · 31 years ago
  71. 615194a Fixed bugs in resizetuple and extended the interface. by Sjoerd Mullender · 31 years ago
  72. 444fc7c Add some necessary casts; use double quotes to represent strings in some cases. by Guido van Rossum · 31 years ago
  73. 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
  74. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  75. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  76. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  77. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  78. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  79. 67daef5 Remove bogus type-and-refcnt setting from newsizedstringobject(). by Guido van Rossum · 32 years ago
  80. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  81. 719f5fa lint fix by Guido van Rossum · 32 years ago
  82. bcaa31c printobject now returns an error code Remove superfluous err_nomem() call by Guido van Rossum · 33 years ago
  83. f380e66 Fix comments in string_as_sequence by Guido van Rossum · 33 years ago
  84. daa8bb3 Optimized single-character strings gotten from s[i]. by Guido van Rossum · 33 years ago
  85. b6a6bdc Optimized stringitem. by Guido van Rossum · 33 years ago
  86. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  87. 253919f Fix stringcompare when strings contain null bytes. by Guido van Rossum · 33 years ago
  88. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  89. 392ab32 Fix wrong #ifdef. by Guido van Rossum · 34 years ago
  90. 921842f Fixed resizestring() to work if reference tracing is turned on. by Guido van Rossum · 34 years ago
  91. 2a9096b New errors. by Guido van Rossum · 34 years ago
  92. 85a5fbb Initial revision by Guido van Rossum · 34 years ago