1. a866df8 This patch changes the default behaviour of the builtin charmap by Marc-André Lemburg · 24 years ago
  2. f947ffe Patch #102940: use only printable Unicode chars in reporting by Andrew M. Kuchling · 24 years ago
  3. cda4f9a Fix off-by-one error in split_substring(). Fixes SF bug #122162. by Guido van Rossum · 24 years ago
  4. 6ca8917 [ Patch #102852 ] Make % error a bit more informative by indicates the by Andrew M. Kuchling · 24 years ago
  5. a3a3a03 Fox for SF bug #123859: %[duxXo] long formats inconsistent. by Tim Peters · 24 years ago
  6. 5b4c228 _PyUnicode_Fini(): Initialize the local freelist walking variable `u' by Barry Warsaw · 24 years ago
  7. 4ae8ef8 In _PyUnicode_Fini(), decref unicode_empty before tearng down the free by Guido van Rossum · 24 years ago
  8. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  9. 38fd5b6 Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,o formats. by Tim Peters · 24 years ago
  10. 8f42246 Fix for bug 113934. string*n and unicode*n did no overflow checking at by Tim Peters · 24 years ago
  11. df84675 changed \x to consume exactly two hex digits, also for unicode by Fredrik Lundh · 24 years ago
  12. ce4dc41 PyUnicode_AsUTF8String(): /F picks up what I missed: the local var by Barry Warsaw · 24 years ago
  13. 2dd4abf PyUnicode_AsUTF8String(): Don't need to explicitly incref str since by Barry Warsaw · 24 years ago
  14. b752077 Fixed a couple of instances where a 0-length string was being by Marc-André Lemburg · 24 years ago
  15. 20abf57 Clean up warning from Monterey compiler. by Trent Mick · 24 years ago
  16. e503437 Removing UTF-16 aware Unicode comparison code. This kind of compare by Marc-André Lemburg · 24 years ago
  17. bff879c This patch finalizes the move from UTF-8 to a default encoding in by Marc-André Lemburg · 24 years ago
  18. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  19. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  20. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  21. 9542f48 Fixed problems with UTF error reporting macros and some formatting bugs. by Marc-André Lemburg · 24 years ago
  22. af36a3a gcc is being stupid with if/else constructs clean out some other warnings by Greg Stein · 24 years ago
  23. ff97500 stop messing around with goto and just write the macro correctly. by Greg Stein · 24 years ago
  24. 0e19e76 - change \x to mean "byte" also in unicode literals (patch #100912) by Fredrik Lundh · 24 years ago
  25. 855ffac Fix fatal compiler (MSVC6) error: by Tim Peters · 24 years ago
  26. fb62584 Fix to a bug found by Florian Weimer: by Marc-André Lemburg · 24 years ago
  27. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  28. 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
  29. 566d8a6 Jeremy Hylton: better error message for unicode coercion failure by Marc-André Lemburg · 24 years ago
  30. dde6164 - changed hash calculation for unicode strings. the new by Fredrik Lundh · 24 years ago
  31. e12896e New surrogate support in the UTF-8 codec. By Bill Tutt. by Marc-André Lemburg · 24 years ago
  32. 5a5c81a Added new API PyUnicode_FromEncodedObject() which supports decoding by Marc-André Lemburg · 24 years ago
  33. 063e0cb Fix to bug #393 (UTF16 codec didn't like empty strings) and by Marc-André Lemburg · 24 years ago
  34. 2629bd5 Two more places where long should be used instead of int. Especially by Sjoerd Mullender · 24 years ago
  35. 449c325 Fixed some code that used 'short' to use 'long' instead. by Marc-André Lemburg · 24 years ago
  36. 85cc4d8 Fixed a couple of places where 'int' was used where 'long' by Marc-André Lemburg · 24 years ago
  37. a7acf42 Added new .isalpha() and .isalnum() methods which provide interfaces by Marc-André Lemburg · 24 years ago
  38. 1e7205a Bill Tutt: by Marc-André Lemburg · 24 years ago
  39. d49e5b4 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  40. f28dd83 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  41. 4f4b799 Jack Jansen: Use include "" instead of <>; and staticforward declarations by Guido van Rossum · 24 years ago
  42. 0f774e3 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  43. 7c01468 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  44. 49ef6dc Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  45. bea47e7 Vladimir MARANGOZOV <Vladimir.Marangozov@inrialpes.fr>: by Marc-André Lemburg · 24 years ago
  46. 60bc809 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  47. 07ceb67 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  48. cb95a14 Patch from Michael Hudson: improve unclear error message by Andrew M. Kuchling · 24 years ago
  49. d4ab4a5 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  50. 90e8147 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  51. 785d14f Minimal change so I can add the rest of MAL's checkin message: by Fred Drake · 24 years ago
  52. e4315f5 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  53. b8872e6 Trent Mick: by Guido van Rossum · 24 years ago
  54. 03e29f1 Mark Hammond should get his act into gear (his words :-). Zero length by Guido van Rossum · 24 years ago
  55. 42c29aa Fix warning detected by VC++ on assignment of Py_UNICODE to char. by Guido van Rossum · 24 years ago
  56. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  57. 4e751c3 Mark Hammond withdraws his fix -- the size includes the trailing 0 so by Guido van Rossum · 24 years ago
  58. a6edfd9 Mark Hammond: by Guido van Rossum · 24 years ago
  59. 0e4f657 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  60. 3c1bb80 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  61. 8666291 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  62. fd4b957 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  63. 5db862d Skip Montanaro: add string precisions to calls to PyErr_Format by Guido van Rossum · 24 years ago
  64. ba47704 Conrad Huang points out that "if (0 < ch < 256)", while legal C, by Guido van Rossum · 24 years ago
  65. 34888ed Fredrik Lundh: eliminate a MSVC compiler warning. by Guido van Rossum · 24 years ago
  66. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  67. 2ea3e14 Some blank lines. by Guido van Rossum · 24 years ago
  68. b7a40ba MBCS codecs. (Win32 only.) By Mark Hammond. by Guido van Rossum · 24 years ago
  69. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  70. 403d68b Add sq_contains implementation. by Guido van Rossum · 24 years ago
  71. d57fd91 Unicode implementation by Marc-Andre Lemburg based on original code by by Guido van Rossum · 24 years ago