1. 13 Haz, 2002 1 kayıt (commit)
  2. 15 Nis, 2002 1 kayıt (commit)
  3. 13 Nis, 2002 1 kayıt (commit)
  4. 31 Mar, 2002 1 kayıt (commit)
    • Neal Norwitz's avatar
      Remove METH_OLDARGS: · ba3a16c6
      Neal Norwitz yazdı
        Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple
        Convert METH_OLDARGS -> METH_NOARGS: remove args parameter
      Please review.  All tests pass, but some modules don't have tests.
      I spot checked various functions to try to make sure nothing broke.
      ba3a16c6
  5. 29 Mar, 2002 1 kayıt (commit)
  6. 25 Mar, 2002 1 kayıt (commit)
  7. 03 Mar, 2002 1 kayıt (commit)
  8. 01 Mar, 2002 1 kayıt (commit)
  9. 01 Şub, 2002 1 kayıt (commit)
  10. 11 Mar, 2001 1 kayıt (commit)
  11. 01 Eyl, 2000 1 kayıt (commit)
  12. 15 Agu, 2000 1 kayıt (commit)
    • Fred Drake's avatar
      Chris Herborth <chrish@pobox.com>: · 56221a7c
      Fred Drake yazdı
      Minor updates for BeOS R5.
      
      Use of OSError in test.test_fork1 changed to TestSkipped, with corresponding
      change in BeOS/README (by Fred).
      
      This closes SourceForge patch #100978.
      56221a7c
  13. 03 Agu, 2000 1 kayıt (commit)
  14. 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
  15. 10 Tem, 2000 1 kayıt (commit)
  16. 30 Haz, 2000 2 kayıt (commit)
  17. 04 Ara, 1998 1 kayıt (commit)
  18. 04 Agu, 1998 1 kayıt (commit)
  19. 03 Mar, 1998 1 kayıt (commit)
  20. 22 Agu, 1997 1 kayıt (commit)
  21. 09 Ock, 1997 1 kayıt (commit)
  22. 19 Ara, 1996 1 kayıt (commit)
  23. 11 Ara, 1996 1 kayıt (commit)
  24. 25 Eki, 1996 1 kayıt (commit)
  25. 07 Şub, 1995 1 kayıt (commit)
  26. 04 Ock, 1995 1 kayıt (commit)
  27. 01 Agu, 1994 1 kayıt (commit)
  28. 15 Eki, 1993 1 kayıt (commit)
  29. 16 Mar, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Changed many files to use mkvalue() instead of newtupleobject(). · e537240c
      Guido van Rossum yazdı
      * Fixcprt.py: added [-y file] option, do only files younger than file.
      * modsupport.[ch]: added vmkvalue().
      * intobject.c: use mkvalue().
      * stringobject.c: added "formatstring"; renamed string* to string_*;
        ceval.c: call formatstring for string % value.
      * longobject.c: close memory leak in divmod.
      * parsetok.c: set result node to NULL when returning an error.
      e537240c
  30. 05 Nis, 1992 1 kayıt (commit)
  31. 27 Ock, 1992 1 kayıt (commit)
  32. 24 Ara, 1991 1 kayıt (commit)
  33. 10 Nis, 1991 1 kayıt (commit)