1. 02 Nis, 1998 2 kayıt (commit)
    • Fred Drake's avatar
      Markup consistency & nits. · c6fa34e4
      Fred Drake yazdı
      Fix typo in a C code example:  KeyError is spelled PyExc_KeyError in C; the
      "K" is upper case!
      
      Some index entries.
      
      On function signatures, always use parameter names.  Make return types match
      what's in the header files.  When the return type is a pointer, always omit
      the space between te type name and the "*"; leaving it in results in
      
      	type * func(..)
      
      and having two spaces there just looks terrible.
      c6fa34e4
    • Guido van Rossum's avatar
      AMK's version from the latest pypcre distribution. This clarifies a · e9625e86
      Guido van Rossum yazdı
      few things and adds docs for what happens to escapes in replacement
      strings.
      e9625e86
  2. 01 Nis, 1998 5 kayıt (commit)
  3. 31 Mar, 1998 3 kayıt (commit)
  4. 30 Mar, 1998 2 kayıt (commit)
  5. 27 Mar, 1998 12 kayıt (commit)
  6. 26 Mar, 1998 16 kayıt (commit)