1. 02 Agu, 2002 1 kayıt (commit)
  2. 31 Mar, 2002 1 kayıt (commit)
  3. 17 Ock, 2002 1 kayıt (commit)
  4. 01 Eyl, 2000 1 kayıt (commit)
    • Barry Warsaw's avatar
      Do the absolute minimal amount of modifications to eradicate · 9bfd2bf5
      Barry Warsaw yazdı
      Py_FatalError() from module initialization functions.  The importing
      mechanism already checks for PyErr_Occurred() after module importation
      and it Does The Right Thing.
      
      Unfortunately, the following either were not compiled or tested by the
      regression suite, due to issues with my development platform:
      
      	almodule.c
      	cdmodule.c
      	mpzmodule.c
      	puremodule.c
      	timingmodule.c
      9bfd2bf5
  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. 04 Ara, 1998 1 kayıt (commit)
  8. 13 Ock, 1997 1 kayıt (commit)
  9. 14 Haz, 1995 1 kayıt (commit)
  10. 14 Ock, 1994 1 kayıt (commit)
  11. 02 Ock, 1994 1 kayıt (commit)