1. 29fd031 Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 23 years ago
  2. d3908e2 Effectively revert the previous change: leave the new #include in, but by Fred Drake · 23 years ago
  3. 9b3bc49 Add an #include of sys/ioctl.h to pick up a lot of the constants supported by Fred Drake · 23 years ago
  4. 55a0034 Michael Hudson <mwh21@cam.ac.uk>: Add many more constants for some systems. by Fred Drake · 23 years ago
  5. d85556c Wrap several more of the constants in #ifdef/#endif for FreeBSD; at least by Fred Drake · 23 years ago
  6. dedbebf Add more protection around the VSWTC/VSWTCH, CRTSCTS, and XTABS symbols; by Fred Drake · 23 years ago
  7. 9ef7fa8 Solaris defines VSWTCH instead of VSWTC; carefully make sure both are by Fred Drake · 23 years ago
  8. abb379e Revised version of Jason Tishler's patch to make this compile on Cygwin, by Fred Drake · 23 years ago
  9. df48d14 Define the constants needed for working with these functions directly by Fred Drake · 23 years ago
  10. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  11. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  12. 416d413 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  13. ca6954a Should include "Python.h", not <Python.h> -- it's not a standard by Guido van Rossum · 26 years ago
  14. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  15. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  16. e7c4193 In tcsetattr(), first initialize the mode structure by calling by Guido van Rossum · 26 years ago
  17. 1aca4d8 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  18. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  19. b8ad024 Add 'return' keyword before error calls. by Guido van Rossum · 27 years ago
  20. 5709dcf The usual return-value and memory management checks. I'm not planning by Barry Warsaw · 28 years ago
  21. 36dd0d2 Fix operator priority bug found thanks to gcc -Wall. by Guido van Rossum · 28 years ago
  22. 602099a * various modules: #include "Python.h" and remove most remporary by Guido van Rossum · 30 years ago
  23. 9adae8e Steen Lumholt's termios interface. by Guido van Rossum · 30 years ago