1. 06 Haz, 2002 1 kayıt (commit)
  2. 04 Haz, 2002 1 kayıt (commit)
    • Jason Tishler's avatar
      Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) · bc48826d
      Jason Tishler yazdı
      This patch complies with the following request found
      near the top of configure.in:
      
      # This is for stuff that absolutely must end up in pyconfig.h.
      # Please use pyport.h instead, if possible.
      
      I tested this patch under Cygwin, Win32, and Red
      Hat Linux. Python built and ran successfully on
      each of these platforms.
      bc48826d
  3. 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
  4. 15 May, 2002 2 kayıt (commit)
    • Martin v. Löwis's avatar
      Back out #555929 · 1e1fcef7
      Martin v. Löwis yazdı
      1e1fcef7
    • Jason Tishler's avatar
      Patch #555929: Cygwin AH_BOTTOM cleanup patch · eadb6bb3
      Jason Tishler yazdı
      This patch complies with the following request found
      near the top of configure.in:
      
      # This is for stuff that absolutely must end up in pyconfig.h.
      # Please use pyport.h instead, if possible.
      
      I tested this patch under Cygwin, Win32, and Red
      Hat Linux. Python built and ran successfully on
      each of these platforms.
      eadb6bb3
  5. 20 Nis, 2002 1 kayıt (commit)
  6. 16 Nis, 2002 1 kayıt (commit)
  7. 15 Nis, 2002 1 kayıt (commit)
  8. 14 Nis, 2002 2 kayıt (commit)
  9. 12 Nis, 2002 2 kayıt (commit)
  10. 06 Nis, 2002 1 kayıt (commit)
  11. 27 Mar, 2002 1 kayıt (commit)
  12. 21 Mar, 2002 1 kayıt (commit)
  13. 20 Mar, 2002 1 kayıt (commit)
  14. 16 Şub, 2002 1 kayıt (commit)
  15. 01 Ock, 2002 1 kayıt (commit)
  16. 24 Eki, 2001 1 kayıt (commit)
  17. 19 Eki, 2001 1 kayıt (commit)
  18. 18 Eki, 2001 3 kayıt (commit)
    • Guido van Rossum's avatar
      SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. · 98bf58f1
      Guido van Rossum yazdı
      This is a big one, touching lots of files.  Some of the platforms
      aren't tested yet.  Briefly, this changes the return value of the
      os/posix functions stat(), fstat(), statvfs(), fstatvfs(), and the
      time functions localtime(), gmtime(), and strptime() from tuples into
      pseudo-sequences.  When accessed as a sequence, they behave exactly as
      before.  But they also have attributes like st_mtime or tm_year.  The
      stat return value, moreover, has a few platform-specific attributes
      that are not available through the sequence interface (because
      everybody expects the sequence to have a fixed length, these couldn't
      be added there).  If your platform's struct stat doesn't define
      st_blksize, st_blocks or st_rdev, they won't be accessible from Python
      either.
      
      (Still missing is a documentation update.)
      98bf58f1
    • Guido van Rossum's avatar
      Shut up warnings for setgroups() on Linux -- you have to #include · a6535fd4
      Guido van Rossum yazdı
      <grp.h> it seems.  This requires yet another configure test.
      a6535fd4
    • Martin v. Löwis's avatar
      61c5edf6
  19. 15 Eki, 2001 1 kayıt (commit)
  20. 13 Eki, 2001 1 kayıt (commit)
  21. 04 Eki, 2001 1 kayıt (commit)
  22. 30 Eyl, 2001 1 kayıt (commit)
  23. 10 Eyl, 2001 1 kayıt (commit)
  24. 09 Eyl, 2001 1 kayıt (commit)
  25. 06 Eyl, 2001 1 kayıt (commit)
  26. 05 Eyl, 2001 3 kayıt (commit)
  27. 15 Agu, 2001 1 kayıt (commit)
  28. 10 Agu, 2001 2 kayıt (commit)
  29. 04 Agu, 2001 1 kayıt (commit)
  30. 26 Tem, 2001 1 kayıt (commit)
  31. 24 Tem, 2001 1 kayıt (commit)
  32. 14 Tem, 2001 1 kayıt (commit)