1. 95f6001 bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824) by Saiyang Gou · 4 years, 6 months ago
  2. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  3. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  4. edf33c0 #18066: remove vestigial code depending on the sgi module by Andrew Kuchling · 11 years ago
  5. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  6. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  7. 0f21adf7 pty.spawn() now returns the child process status as returned by os.waitpid(). by Gregory P. Smith · 12 years ago
  8. 05f5953 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 12 years ago
  9. 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 16 years ago
  10. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  11. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  12. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  13. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  14. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  15. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  16. d464838 Removed no-longer-needed convolutions to recover from damaged modules by Tim Peters · 20 years ago
  17. a2c9a98 [Bug #897935] Fix fd leak in pty.spawn(). Reported by James Henstridge; 2.3 bugfix candidate. by Andrew M. Kuchling · 20 years ago
  18. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  19. 2c60f7a Whitespace normalization. by Tim Peters · 22 years ago
  20. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  21. 6c611fa Patch #581705: Catch OSError, termios.error in spawn. 2.2 bugfix candidate. by Martin v. Löwis · 22 years ago
  22. 3a2ab1a Whitespace normalization. by Tim Peters · 23 years ago
  23. a059957 A disgusting "fix" for the test___all__ failure under Windows. by Tim Peters · 23 years ago
  24. 6525531 Clean up bare except where only IOError makes sense. by Fred Drake · 23 years ago
  25. 66aaaae Update to reflect deprecation of the FCNTL module: The fcntl module does by Fred Drake · 23 years ago
  26. c62c81e __all__ for several more modules by Skip Montanaro · 24 years ago
  27. 2344fae Whitespace normalization. by Tim Peters · 24 years ago
  28. 0ea1fc8 Fix bug #379, reported by Phillip Porch <root@theproch.com>: by Fred Drake · 24 years ago
  29. 8cef4cf Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  30. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  31. 96d80f9 No need to import sys. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  32. 23cb2a8 New tty/pty modules by Steen; new urlparser. by Guido van Rossum · 30 years ago