1. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  2. a78f74c Issue #8078: Add constants for higher baud rates in the termios module. by Antoine Pitrou · 14 years ago
  3. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  4. cafc22f Merged revisions 75999 via svnmerge from by Gregory P. Smith · 15 years ago
  5. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  6. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  7. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  8. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  9. be4fea6 Patch #787189: Explicitly define CTRL on SGI. by Martin v. Löwis · 21 years ago
  10. 8225103 Get test_ioctl to pass on HPUX 11. by Neal Norwitz · 21 years ago
  11. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  12. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  13. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  14. 78f6c86 Use PyModule_AddObject() instead of accessing the module dict directly. by Fred Drake · 22 years ago
  15. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  16. 2b30524 Forward-port revision 2.24.2.4 from the release21-maint branch: by Thomas Wouters · 23 years ago
  17. 819bb2c Protect the use of the VWERASE symbol by an #ifdef, it's apparently missing by Thomas Wouters · 23 years ago
  18. d0b625d Correct the sense of a couple of conditional compilations -- used #ifndef by Fred Drake · 23 years ago
  19. 87068f1 Include sys/modem.h if we have it; this is needed on HP-UX to provide by Fred Drake · 23 years ago
  20. c99ff60 fdconv(): Do not second guess the error condition returned by by Fred Drake · 23 years ago
  21. b2877dd Only import termio.h on OSF, and add a comment about why it is needed there. by Fred Drake · 23 years ago
  22. b638aaf Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 23 years ago
  23. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  24. 29fd031 Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 23 years ago
  25. d3908e2 Effectively revert the previous change: leave the new #include in, but by Fred Drake · 23 years ago
  26. 9b3bc49 Add an #include of sys/ioctl.h to pick up a lot of the constants supported by Fred Drake · 23 years ago
  27. 55a0034 Michael Hudson <mwh21@cam.ac.uk>: Add many more constants for some systems. by Fred Drake · 23 years ago
  28. d85556c Wrap several more of the constants in #ifdef/#endif for FreeBSD; at least by Fred Drake · 23 years ago
  29. dedbebf Add more protection around the VSWTC/VSWTCH, CRTSCTS, and XTABS symbols; by Fred Drake · 23 years ago
  30. 9ef7fa8 Solaris defines VSWTCH instead of VSWTC; carefully make sure both are by Fred Drake · 23 years ago
  31. abb379e Revised version of Jason Tishler's patch to make this compile on Cygwin, by Fred Drake · 23 years ago
  32. df48d14 Define the constants needed for working with these functions directly by Fred Drake · 23 years ago
  33. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  34. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  35. 416d413 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  36. ca6954a Should include "Python.h", not <Python.h> -- it's not a standard by Guido van Rossum · 25 years ago
  37. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 25 years ago
  38. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  39. e7c4193 In tcsetattr(), first initialize the mode structure by calling by Guido van Rossum · 26 years ago
  40. 1aca4d8 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  41. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  42. b8ad024 Add 'return' keyword before error calls. by Guido van Rossum · 27 years ago
  43. 5709dcf The usual return-value and memory management checks. I'm not planning by Barry Warsaw · 27 years ago
  44. 36dd0d2 Fix operator priority bug found thanks to gcc -Wall. by Guido van Rossum · 27 years ago
  45. 602099a * various modules: #include "Python.h" and remove most remporary by Guido van Rossum · 30 years ago
  46. 9adae8e Steen Lumholt's termios interface. by Guido van Rossum · 30 years ago