1. 01 Eyl, 2000 1 kayıt (commit)
  2. 31 Agu, 2000 1 kayıt (commit)
  3. 04 Agu, 2000 1 kayıt (commit)
  4. 31 Tem, 2000 1 kayıt (commit)
  5. 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
  6. 10 Tem, 2000 1 kayıt (commit)
  7. 30 Haz, 2000 2 kayıt (commit)
  8. 02 May, 2000 1 kayıt (commit)
  9. 29 Şub, 2000 1 kayıt (commit)
  10. 07 Eyl, 1999 1 kayıt (commit)
  11. 04 Ara, 1998 1 kayıt (commit)
  12. 23 Nis, 1998 1 kayıt (commit)
  13. 31 Eki, 1997 1 kayıt (commit)
  14. 01 Eki, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      Apply two changes, systematically: · 0cb96de2
      Guido van Rossum yazdı
      (1) Use PyErr_NewException("module.class", NULL, NULL) to create the
          exception object.
      
      (2) Remove all calls to Py_FatalError(); instead, return or
          ignore the errors -- the import code now checks PyErr_Occurred()
          after calling a module's init function, so it's no longer a
          fatal error for the initialization to fail.
      
      Also did some small cleanups, e.g. removed unnecessary test for
      "already initialized" from initfpectl(), and unified
      initposix()/initnt().
      
      I haven't checked this very thoroughly, so while the changes are
      pretty trivial -- beware of untested code!
      0cb96de2
  15. 22 Eyl, 1997 1 kayıt (commit)
  16. 20 May, 1997 1 kayıt (commit)
  17. 09 Nis, 1997 1 kayıt (commit)
  18. 14 Şub, 1997 1 kayıt (commit)
  19. 17 Ock, 1997 1 kayıt (commit)
  20. 03 Ock, 1997 1 kayıt (commit)
  21. 05 Ara, 1996 1 kayıt (commit)
  22. 25 Eki, 1996 1 kayıt (commit)
  23. 09 Mar, 1995 1 kayıt (commit)
  24. 17 Ock, 1995 1 kayıt (commit)
  25. 04 Ock, 1995 1 kayıt (commit)
  26. 02 Ock, 1995 1 kayıt (commit)
  27. 06 Eyl, 1994 1 kayıt (commit)
  28. 29 Agu, 1994 1 kayıt (commit)
  29. 01 Agu, 1994 1 kayıt (commit)
  30. 13 Ara, 1993 1 kayıt (commit)
    • Sjoerd Mullender's avatar
      Added minmax function: · c4801ed5
      Sjoerd Mullender yazdı
      -- function of module audioop: minmax (FRAGMENT, WIDTH)
          Minmax returns a tuple consisting of the minimum and maximum
          values of all samples in the sound fragment.
      c4801ed5
  31. 23 Şub, 1993 1 kayıt (commit)
  32. 17 Şub, 1993 2 kayıt (commit)
  33. 10 Şub, 1993 2 kayıt (commit)
  34. 26 Ock, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Added Fixcprt.py: script to fix copyright message. · 34679b76
      Guido van Rossum yazdı
      * various modules: added 1993 to copyright.
      * thread.c: added copyright notice.
      * ceval.c: minor change to error message for "+"
      * stdwinmodule.c: check for error from wfetchcolor
      * config.c: MS-DOS fixes (define PYTHONPATH, use DELIM, use osdefs.h)
      * Add declaration of inittab to import.h
      * sysmodule.c: added sys.builtin_module_names
      * xxmodule.c, xxobject.c: fix minor errors
      34679b76
  35. 08 Ock, 1993 1 kayıt (commit)
  36. 24 Agu, 1992 1 kayıt (commit)
  37. 06 Tem, 1992 1 kayıt (commit)