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