1. 10 Kas, 1999 3 kayıt (commit)
  2. 09 Kas, 1999 12 kayıt (commit)
  3. 08 Kas, 1999 1 kayıt (commit)
  4. 07 Kas, 1999 2 kayıt (commit)
  5. 05 Kas, 1999 5 kayıt (commit)
  6. 04 Kas, 1999 5 kayıt (commit)
  7. 03 Kas, 1999 3 kayıt (commit)
    • Barry Warsaw's avatar
      Several improvements, some of where were contributed by Bernhard · 5dbf526e
      Barry Warsaw yazdı
      Herzog <herzog@online.de>.  Specifically,
      
      --verbose/-v flag added
      
      pot_header added to make msgmerge and Emacs po-mode work better
      
      normalize(), escape(), safe_eval(): Improved normalization of strings
      for more .po file compatibility (e.g. C style).  Handles emmbedded
      newlines better.
      
      Also added an identity function called _() and use it in the file
      where messages are printed.  This allows us to selftest pygettext.py
      with itself as input.
      5dbf526e
    • Barry Warsaw's avatar
      Python equivalent of xgettext(1). This was originally released · a507c329
      Barry Warsaw yazdı
      separately but now is included in the standard Python distribution.
      a507c329
    • Guido van Rossum's avatar
      Sjoerd Mullender writes: · 19878f58
      Guido van Rossum yazdı
      I regularly find that pdb sets the breakpoint on the wrong line when I
      try to set a breakpoint on a function.  This fixes the problem
      somewhat.
      The real problem is that pdb tries to parse the Python source code to
      find the first executable line.  A better way might be to inspect the
      code object, or even have a variable in the code object
      co_firstexecutablelineno, but that's too much work.
      
      The patch fixes the problem when the first code line after the def
      statement contains the start *and* end of a triple-quoted string.  The
      code assumed that the end of a triple-quoted string is not on the same
      line as the start, and so it would skip to the end of the *next*
      triple-quoted string.
      19878f58
  8. 02 Kas, 1999 5 kayıt (commit)
  9. 30 Eki, 1999 4 kayıt (commit)