1. 19 Ock, 2006 1 kayıt (commit)
  2. 14 Eyl, 2005 1 kayıt (commit)
  3. 13 Eki, 2004 1 kayıt (commit)
  4. 17 Haz, 2004 1 kayıt (commit)
  5. 31 Tem, 2003 1 kayıt (commit)
  6. 13 Mar, 2003 1 kayıt (commit)
  7. 19 Şub, 2003 1 kayıt (commit)
  8. 02 Agu, 2002 1 kayıt (commit)
  9. 30 Haz, 2002 1 kayıt (commit)
  10. 13 Haz, 2002 2 kayıt (commit)
  11. 27 May, 2002 1 kayıt (commit)
    • Michael W. Hudson's avatar
      This is patch · 34f20eac
      Michael W. Hudson yazdı
      [ 559250 ] more POSIX signal stuff
      
      Adds support (and docs and tests and autoconfery) for posix signal
      mask handling -- sigpending, sigprocmask and sigsuspend.
      34f20eac
  12. 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
  13. 28 Mar, 2002 1 kayıt (commit)
  14. 25 Mar, 2002 1 kayıt (commit)
  15. 03 Mar, 2002 1 kayıt (commit)
  16. 12 Ock, 2002 2 kayıt (commit)
  17. 01 Eki, 2001 1 kayıt (commit)
  18. 19 Tem, 2001 1 kayıt (commit)
  19. 06 Mar, 2001 1 kayıt (commit)
  20. 19 Eyl, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Make better use of GNU Pth -- patch by Andy Dustman. · 9e8181b8
      Guido van Rossum yazdı
      I can't test this, so I'm just checking it in with blind faith in Andy.
      I've tested that it doesn't broeak a non-Pth build on Linux.
      
      Changes include:
      
      - There's a --with-pth configure option.
      
      - Instead of _GNU_PTH, we test for HAVE_PTH.
      
      - Better signal handling.
      
      - (The config.h.in file is regenerated in a slightly different order.)
      9e8181b8
  21. 16 Eyl, 2000 1 kayıt (commit)
  22. 01 Eyl, 2000 1 kayıt (commit)
  23. 27 Agu, 2000 1 kayıt (commit)
  24. 03 Agu, 2000 1 kayıt (commit)
  25. 25 Tem, 2000 1 kayıt (commit)
  26. 23 Tem, 2000 3 kayıt (commit)
  27. 22 Tem, 2000 1 kayıt (commit)
  28. 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
  29. 10 Tem, 2000 1 kayıt (commit)
  30. 09 Tem, 2000 1 kayıt (commit)
  31. 04 Tem, 2000 1 kayıt (commit)
  32. 30 Haz, 2000 3 kayıt (commit)
  33. 28 Haz, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Trent Mick: · cc6a438d
      Guido van Rossum yazdı
      Fix warnings on 64-bit build build of signalmodule.c
      
      - Though I know that SIG_DFL and SIG_IGN are just small constants,
      there are cast to function pointers so the appropriate Python call is
      PyLong_FromVoidPtr so that the pointer value cannot overflow on Win64
      where sizeof(long) < sizeof(void*).
      cc6a438d
  34. 21 Ara, 1998 1 kayıt (commit)