1. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  2. 0559d95 Minor revision of the text. by Fred Drake · 23 years ago
  3. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  4. 93438bf Fix & clean up the information about building Python with large file support by Fred Drake · 23 years ago
  5. c116b82 Work around limitations of the module synopsis table generation to avoid by Fred Drake · 23 years ago
  6. f89ad5e Document configuration flags to compile for large file support on by Guido van Rossum · 23 years ago
  7. b216060 Make the reference to the os module in the module synopsis (for the by Fred Drake · 25 years ago
  8. 82f355a Change the example of configuring for large file support under Solaris by Fred Drake · 25 years ago
  9. 2799f9d Reflow paragraph to work around LaTeX2HTML dropping a space. by Fred Drake · 25 years ago
  10. a54a887 "\platform{UNIX}" should really be spelled "\platform{Unix}". by Fred Drake · 25 years ago
  11. f6863c1 Added \platform annotations. by Fred Drake · 25 years ago
  12. 215fe2f Fix the os/posix documentation issue. by Fred Drake · 26 years ago
  13. 68a8c69 Take out just about everything and refer the reader to the os module. by Fred Drake · 26 years ago
  14. bb3b002 Patches describing the statvfs() and fstatvfs() functions. Additional by Fred Drake · 26 years ago
  15. 74429ea Add doc for access() and ttyname(). Patch by Sean Reifschneider. by Guido van Rossum · 26 years ago
  16. 3b02ddf Add a bunch of index entries related to retrieving information from by Fred Drake · 26 years ago
  17. caa3379 Remove {\rm ...} constructs. by Fred Drake · 26 years ago
  18. c024c99 Fix typo reported by Gerry Weiner <gerry@ucar.edu>. by Fred Drake · 26 years ago
  19. 0410196 Indicate that os.environ may not be a real dictionary. by Guido van Rossum · 26 years ago
  20. f35b884 Clarify that close() of a stream opened by popen() returns None if the by Guido van Rossum · 26 years ago
  21. 295da24 New section header style. by Fred Drake · 26 years ago
  22. eef2cd1 Updated the description of os.error to reflect the fact that it is now by Barry Warsaw · 26 years ago
  23. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  24. 8e729ec Caught a few more spurious \setindexsubitem macros.... by Fred Drake · 26 years ago
  25. a3f5c32 Removed unnecessary \setindexsubitem. by Fred Drake · 26 years ago
  26. 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 26 years ago
  27. d275de9 Remove obsolete lines like this: by Fred Drake · 26 years ago
  28. cce1090 Change "\," to just "," in function signatures. This is easier to maintain, by Fred Drake · 26 years ago
  29. 52405c8 Added an index entry. by Fred Drake · 26 years ago
  30. 371ecc0 Use \withsubitem{} for indexing functions from other modules. This fixes by Fred Drake · 26 years ago
  31. 75aae9a Logical markup. by Fred Drake · 26 years ago
  32. 86b5dce Change {datadesc} environments with empty descriptions to \dataline{}s; this by Fred Drake · 27 years ago
  33. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 27 years ago
  34. 65b32f7 Consistently use \POSIX{} to denote POSIX. There were at least two different by Fred Drake · 27 years ago
  35. f499e09 Add ref to errno module. by Guido van Rossum · 27 years ago
  36. ca12b9d Consistency: {\it ...} ==> \emph{...} by Fred Drake · 27 years ago
  37. af8a015 Consistency: "{\bf ...}" ==> "\strong{...}" "{\em ...}" ==> "\emph{...}" by Fred Drake · 27 years ago
  38. eb0f066 Correct small nits reported by Rob Hooft. by Guido van Rossum · 27 years ago
  39. 6206394 Changed illegal \stmodindex{} to \refstmodindex{}, added index reference by Fred Drake · 27 years ago
  40. 0bfd146 Added strerror() by Guido van Rossum · 27 years ago
  41. 282290f Referred to POSIX docs as well as to Unix docs. by Guido van Rossum · 27 years ago
  42. 9c43c59 More emphasis on os.environ's calling of putenv; and added hint about by Guido van Rossum · 27 years ago
  43. e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
  44. 455838a Really nitty-gritty change to prevent latex2html from using a LaTeX-generated by Fred Drake · 27 years ago
  45. f967bf6 Added putenv, ftruncate (AMK). by Guido van Rossum · 27 years ago
  46. 7e691de Document return value of wait[pid]() more carefully. by Guido van Rossum · 27 years ago
  47. e5a43a4 Describe open(2) exported constants by Barry Warsaw · 28 years ago
  48. fa5a6cf posix.open(): third argument (mode) is optional. by Barry Warsaw · 28 years ago
  49. 4b3f031 (lib<all sorts of stuff>.tex): by Fred Drake · 28 years ago
  50. 38e5088 added plock by Guido van Rossum · 28 years ago
  51. 1e8b63e Document some process group stuff; mkdir mode arg optional; mkfifo. by Guido van Rossum · 28 years ago
  52. 8c07bb4 listdir no longer returns . or ..; added remove==unlink by Guido van Rossum · 29 years ago
  53. 1e15061 add realtime as 5th item to os.times() return value by Guido van Rossum · 29 years ago
  54. 96628a9 typos, layout and other small things by Guido van Rossum · 29 years ago
  55. 4bbe9c0 added WNOHANG by Guido van Rossum · 29 years ago
  56. 470be14 mass changes; fix titles; add examples; correct typos; clarifications; by Guido van Rossum · 29 years ago
  57. 6bb1adc small changes by Soren Larsen by Guido van Rossum · 29 years ago
  58. 2837970 optional bufsize arg for popen and fdopen by Guido van Rossum · 30 years ago
  59. 31cce97 copyright.tex: Add 1995 to copyright message. by Guido van Rossum · 30 years ago
  60. c5c67bc At release 1.0.1. Scripts, Makefile, README: cosmetic changes and by Guido van Rossum · 31 years ago
  61. 5fdeeea Restructured library documentation by Guido van Rossum · 31 years ago