1. 16 Jul, 2000 4 commits
    • Skip Montanaro's avatar
      split and join on "/" in commonprefix · 3d51a7a1
      Skip Montanaro authored
      3d51a7a1
    • Marc-André Lemburg's avatar
      Fix to a bug found by Florian Weimer: · 15b8f768
      Marc-André Lemburg authored
      The UTF-8 decoder is still buggy (i.e. it doesn't pass Markus Kuhn's
      stress test), mainly due to the following construct:
      
          #define UTF8_ERROR(details)  do {                       \
              if (utf8_decoding_error(&s, &p, errors, details))   \
                  goto onError;                                   \
              continue;                                           \
          } while (0)
      
      (The "continue" statement is supposed to exit from the outer loop,
      but of course, it doesn't.  Indeed, this is a marvelous example of
      the dangers of the C programming language and especially of the C
      preprocessor.)
      15b8f768
    • Thomas Wouters's avatar
      Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either · 764fa074
      Thomas Wouters authored
      comments, docstrings or error messages. I fixed two minor things in
      test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
      
      There is a minor style issue involved: Guido seems to have preferred English
      grammar (behaviour, honour) in a couple places. This patch changes that to
      American, which is the more prominent style in the source. I prefer English
      myself, so if English is preferred, I'd be happy to supply a patch myself ;)
      764fa074
    • Thomas Wouters's avatar
      Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a · 68d81171
      Thomas Wouters authored
      genuine bug, so I checked it in separately.
      68d81171
  2. 15 Jul, 2000 9 commits
  3. 14 Jul, 2000 16 commits
  4. 13 Jul, 2000 11 commits