1. 14 Mar, 2011 1 kayıt (commit)
  2. 20 Kas, 2010 1 kayıt (commit)
  3. 09 May, 2010 4 kayıt (commit)
  4. 01 Kas, 2009 1 kayıt (commit)
  5. 31 Eki, 2009 1 kayıt (commit)
  6. 11 Haz, 2008 1 kayıt (commit)
  7. 09 Haz, 2008 1 kayıt (commit)
  8. 26 May, 2008 2 kayıt (commit)
  9. 02 Ara, 2007 1 kayıt (commit)
  10. 19 Ock, 2006 1 kayıt (commit)
  11. 31 Eki, 2003 1 kayıt (commit)
  12. 23 May, 2003 1 kayıt (commit)
  13. 02 Agu, 2002 1 kayıt (commit)
  14. 13 Haz, 2002 1 kayıt (commit)
  15. 03 Mar, 2002 1 kayıt (commit)
  16. 14 Şub, 2002 1 kayıt (commit)
  17. 12 Ock, 2002 1 kayıt (commit)
  18. 15 Haz, 2001 1 kayıt (commit)
  19. 11 Haz, 2001 1 kayıt (commit)
  20. 22 May, 2001 1 kayıt (commit)
  21. 11 May, 2001 1 kayıt (commit)
  22. 09 May, 2001 2 kayıt (commit)
  23. 07 May, 2001 1 kayıt (commit)
    • Fred Drake's avatar
      Michael Hudson <mwh21@cam.ac.uk>: · b638aafe
      Fred Drake yazdı
      This patch does several things to termios:
      
      (1) changes all functions to be METH_VARARGS
      (2) changes all functions to be able to take a file object as the
          first parameter, as per
      
      http://mail.python.org/pipermail/python-dev/2001-February/012701.html
      
      (3) give better error messages
      (4) removes a bunch of comments that just repeat the docstrings
      (5) #includes <termio.h> before #including <sys/ioctl.h> so more
          #constants are actually #defined.
      (6) a couple of docstring tweaks
      
      I have tested this minimally (i.e. it builds, and
      doesn't blow up too embarassingly) on OSF1/alpha and
      on one of the sf compile farm's solaris boxes, and
      rather more comprehansively on my linux/x86 box.
      
      It still needs to be tested on all the other platforms
      we build termios on.
      
      
      This closes the code portion of SF patch #417081.
      b638aafe
  24. 11 Nis, 2001 1 kayıt (commit)
  25. 09 Nis, 2001 1 kayıt (commit)
  26. 05 Nis, 2001 1 kayıt (commit)
  27. 04 Nis, 2001 1 kayıt (commit)
  28. 26 Mar, 2001 1 kayıt (commit)
  29. 03 Mar, 2001 1 kayıt (commit)
  30. 02 Mar, 2001 1 kayıt (commit)
  31. 01 Mar, 2001 2 kayıt (commit)
  32. 27 Şub, 2001 1 kayıt (commit)
  33. 03 Agu, 2000 1 kayıt (commit)
  34. 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