1. 01 Eyl, 2000 2 kayıt (commit)
  2. 03 Agu, 2000 2 kayıt (commit)
  3. 21 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', · f3f33dcf
      Thomas Wouters yazdı
      and a couple of functions that were missed in the previous batches. Not
      terribly tested, but very carefully scrutinized, three times.
      
      All these were found by the little findkrc.py that I posted to python-dev,
      which means there might be more lurking. Cases such as this:
      
      long
      func(a, b)
      	long a;
      	long b; /* flagword */
      {
      
      and other cases where the last ; in the argument list isn't followed by a
      newline and an opening curly bracket. Regexps to catch all are welcome, of
      course ;)
      f3f33dcf
  4. 16 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either · 7e474022
      Thomas Wouters yazdı
      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 ;)
      7e474022
  5. 12 Tem, 2000 1 kayıt (commit)
  6. 10 Tem, 2000 1 kayıt (commit)
  7. 09 Tem, 2000 1 kayıt (commit)
  8. 30 Haz, 2000 2 kayıt (commit)
  9. 03 May, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Vladimir Marangozov's long-awaited malloc restructuring. · b18618da
      Guido van Rossum yazdı
      For more comments, read the patches@python.org archives.
      For documentation read the comments in mymalloc.h and objimpl.h.
      
      (This is not exactly what Vladimir posted to the patches list; I've
      made a few changes, and Vladimir sent me a fix in private email for a
      problem that only occurs in debug mode.  I'm also holding back on his
      change to main.c, which seems unnecessary to me.)
      b18618da
  10. 20 Mar, 2000 1 kayıt (commit)
    • Barry Warsaw's avatar
      On 17-Mar-2000, Marc-Andre Lemburg said: · 51ac5803
      Barry Warsaw yazdı
          Attached you find an update of the Unicode implementation.
      
          The patch is against the current CVS version. I would appreciate
          if someone with CVS checkin permissions could check the changes
          in.
      
          The patch contains all bugs and patches sent this week and also
          fixes a leak in the codecs code and a bug in the free list code
          for Unicode objects (which only shows up when compiling Python
          with Py_DEBUG; thanks to MarkH for spotting this one).
      51ac5803
  11. 29 Şub, 2000 1 kayıt (commit)
  12. 04 Kas, 1999 1 kayıt (commit)
  13. 22 Şub, 1999 1 kayıt (commit)
  14. 26 Ock, 1999 1 kayıt (commit)
  15. 25 Ock, 1999 1 kayıt (commit)
  16. 10 Ara, 1998 1 kayıt (commit)
  17. 04 Ara, 1998 1 kayıt (commit)
  18. 19 Eki, 1998 1 kayıt (commit)
  19. 08 Eki, 1998 1 kayıt (commit)
  20. 07 Eki, 1998 1 kayıt (commit)
  21. 06 Eki, 1998 1 kayıt (commit)
  22. 04 Agu, 1998 1 kayıt (commit)
  23. 25 Tem, 1998 1 kayıt (commit)
  24. 22 May, 1998 1 kayıt (commit)
  25. 14 May, 1998 1 kayıt (commit)
  26. 24 Mar, 1998 1 kayıt (commit)
  27. 06 Şub, 1998 1 kayıt (commit)
  28. 30 Ara, 1997 2 kayıt (commit)
  29. 29 Ara, 1997 2 kayıt (commit)
  30. 02 Ara, 1997 1 kayıt (commit)
  31. 29 Kas, 1997 1 kayıt (commit)
    • Barry Warsaw's avatar
      mymemreplace(), strop_replace(): Add support for optional 4th argument · f577c086
      Barry Warsaw yazdı
      maxsplit which is implemented in string.py but wasn't here.  The
      reference manual doesn't define what happens when maxsplit is negative
      or larger than the number of occurrences, but in either case, I
      implemented this as all get replaced.  Default value is zero which
      replaces all occurrences.
      f577c086
  32. 29 Nis, 1997 1 kayıt (commit)
  33. 02 Nis, 1997 1 kayıt (commit)
  34. 14 Mar, 1997 1 kayıt (commit)
  35. 14 Şub, 1997 1 kayıt (commit)