1. 02 Agu, 2004 1 kayıt (commit)
  2. 05 Haz, 2004 1 kayıt (commit)
  3. 27 Şub, 2003 1 kayıt (commit)
  4. 29 Ock, 2003 1 kayıt (commit)
  5. 01 Ock, 2003 1 kayıt (commit)
  6. 28 Tem, 2002 1 kayıt (commit)
  7. 29 May, 2001 1 kayıt (commit)
  8. 13 May, 2001 1 kayıt (commit)
  9. 11 May, 2001 1 kayıt (commit)
  10. 10 May, 2001 1 kayıt (commit)
  11. 12 Şub, 2001 1 kayıt (commit)
  12. 15 Ock, 2001 1 kayıt (commit)
  13. 03 Tem, 2000 1 kayıt (commit)
  14. 28 Haz, 2000 1 kayıt (commit)
    • Fred Drake's avatar
      Thomas Wouters <thomas@xs4all.net>: · 8cef4cf7
      Fred Drake yazdı
      This patch adds the openpty() and forkpty() library calls to posixmodule.c,
      when they are available on the target
      system. (glibc-2.1-based Linux systems, FreeBSD and BSDI at least, probably
      the other BSD-based systems as well.)
      
      Lib/pty.py is also rewritten to use openpty when available, but falls
      back to the old SGI method or the "manual" BSD open-a-pty
      code. Openpty() is necessary to use the Unix98 ptys under Linux 2.2,
      or when using non-standard tty names under (at least) BSDI, which is
      why I needed it, myself ;-) forkpty() is included for symmetry.
      8cef4cf7
  15. 04 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      More trivial comment -> docstring transformations by Ka-Ping Yee, · 54f22ed3
      Guido van Rossum yazdı
      who writes:
      
      Here is batch 2, as a big collection of CVS context diffs.
      Along with moving comments into docstrings, i've added a
      couple of missing docstrings and attempted to make sure more
      module docstrings begin with a one-line summary.
      
      I did not add docstrings to the methods in profile.py for
      fear of upsetting any careful optimizations there, though
      i did move class documentation into class docstrings.
      
      The convention i'm using is to leave credits/version/copyright
      type of stuff in # comments, and move the rest of the descriptive
      stuff about module usage into module docstrings.  Hope this is
      okay.
      54f22ed3
  16. 03 May, 1999 1 kayıt (commit)
  17. 12 Eyl, 1994 1 kayıt (commit)