1. 07 Agu, 2002 1 kayıt (commit)
  2. 15 Tem, 2001 1 kayıt (commit)
  3. 03 Tem, 2001 1 kayıt (commit)
    • Fredrik Lundh's avatar
      bug #232815 · ee2f18d0
      Fredrik Lundh yazdı
      ch is unsigned, so testing for negative values doesn't make
      sense (as noticed by the OpenVMS compiler)
      ee2f18d0
  4. 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
  5. 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
  6. 10 Tem, 2000 1 kayıt (commit)
  7. 10 Nis, 1999 1 kayıt (commit)
  8. 07 Tem, 1998 1 kayıt (commit)
  9. 10 Nis, 1998 1 kayıt (commit)
  10. 02 Ara, 1997 1 kayıt (commit)
  11. 05 Eyl, 1997 1 kayıt (commit)
  12. 03 Eyl, 1997 1 kayıt (commit)
  13. 18 Agu, 1997 1 kayıt (commit)
  14. 15 Agu, 1997 1 kayıt (commit)
  15. 13 Agu, 1997 3 kayıt (commit)
  16. 17 Tem, 1997 1 kayıt (commit)
  17. 15 Tem, 1997 1 kayıt (commit)
  18. 10 Tem, 1997 1 kayıt (commit)
  19. 14 May, 1997 2 kayıt (commit)
  20. 13 May, 1997 1 kayıt (commit)
  21. 09 May, 1997 1 kayıt (commit)
  22. 07 May, 1997 1 kayıt (commit)
  23. 05 Ara, 1996 1 kayıt (commit)
  24. 19 Agu, 1996 1 kayıt (commit)
  25. 08 Agu, 1996 1 kayıt (commit)
  26. 23 May, 1996 1 kayıt (commit)
  27. 05 Agu, 1994 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to · c65a525c
      Guido van Rossum yazdı
      	shorter names (dropped the "module" from the name): sunaudiodev,
      	imgformat, audioop, imageop, imgfile
      
      	* Modules/stropmodule.c (strop_rindex): make rindex('abc', '') do
      	the right thing (i.e. return 3 instead of 0)
      
      	* Modules/socketmodule.c: disabled allowbroadcast() socket method
      c65a525c
  28. 01 Agu, 1994 1 kayıt (commit)
  29. 27 Mar, 1992 1 kayıt (commit)
  30. 27 Ock, 1992 1 kayıt (commit)
  31. 26 Ock, 1992 1 kayıt (commit)
  32. 19 Ock, 1992 2 kayıt (commit)