| Commit message (Expand) | Author | Age | Files | Lines |
* | added doc for isatty() | Skip Montanaro | 2000-07-19 | 1 | -0/+6 |
|
|
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -3/+3 |
|
|
* | From Sam Rushing's Medusa, via SF patch #100858: add & document | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+20 |
|
|
* | Update version numbering from 1.6 to 2.0. | Fred Drake | 2000-06-30 | 1 | -1/+1 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-06-28 | 1 | -0/+18 |
|
|
* | Use \versionchanged to indicate when the second parameter to utime() | Fred Drake | 2000-05-02 | 1 | -2/+3 |
|
|
* | Document the new additional signature for utime(). In addition to the | Barry Warsaw | 2000-05-01 | 1 | -3/+6 |
|
|
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -7/+33 |
|
|
* | Update portability information for the spawn*() functions and related | Fred Drake | 2000-02-29 | 1 | -4/+11 |
|
|
* | Document getgroups(), getlogin(), fpathconf(), pathconf(), | Fred Drake | 1999-12-15 | 1 | -1/+107 |
|
|
* | Document the new stuff in the os module. | Fred Drake | 1999-12-09 | 1 | -2/+47 |
|
|
* | os.name: Note that 'java' is one of the registered names. | Fred Drake | 1999-09-17 | 1 | -1/+1 |
|
|
* | Explain the possible range of values for the pid parameter to | Fred Drake | 1999-08-13 | 1 | -6/+14 |
|
|
* | Add index entry "I/O control, buffering" for fdopen(). | Fred Drake | 1999-08-05 | 1 | -0/+1 |
|
|
* | Move chdir() and getcwd() descriptions to "Files and Directories" with | Fred Drake | 1999-07-12 | 1 | -10/+16 |
|
|
* | For spawn*(), point to the magic constants; some readers have a hard | Fred Drake | 1999-07-02 | 1 | -2/+4 |
|
|
* | Per Frank Stajano's suggestion, state explicitly that the functions | Fred Drake | 1999-07-01 | 1 | -0/+14 |
|
|
* | Further clarfication of the system-dependence of the system() return | Fred Drake | 1999-06-18 | 1 | -1/+3 |
|
|
* | Added 'ce' to the list of "registered" values for os.name. | Fred Drake | 1999-06-11 | 1 | -3/+3 |
|
|
* | At David Ascher's request, clarify that os.system() always returns 0 | Fred Drake | 1999-06-10 | 1 | -1/+2 |
|
|
* | "proces" --> "process"; reported by Gerry Wiener <gerry@ucar.edu>. | Fred Drake | 1999-05-25 | 1 | -2/+5 |
|
|
* | Minor nits, partly in response to comments from Jonathan Black | Fred Drake | 1999-04-29 | 1 | -3/+3 |
|
|
* | Small markup nits. | Fred Drake | 1999-04-21 | 1 | -11/+11 |
|
|
* | Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported | Fred Drake | 1999-03-04 | 1 | -0/+5 |
|
|
* | Typo: "Availabilty" --> "Availability" | Fred Drake | 1999-02-26 | 1 | -1/+1 |
|
|
* | Remove "_" from the P_* symbols used with the spawn*() functions. | Fred Drake | 1999-02-16 | 1 | -5/+5 |
|
|
* | Portability fix for [f]statvfs() return tuple: no longer return the | Guido van Rossum | 1999-02-03 | 1 | -2/+1 |
|
|
* | Fix the os/posix documentation issue. | Fred Drake | 1999-02-02 | 1 | -60/+722 |
|
|
* | Added index entries to make it easier to locate directory operations. | Fred Drake | 1998-12-28 | 1 | -0/+2 |
|
|
* | Fix arguments for renames(); bug spotted by Oliver Andrich | Fred Drake | 1998-08-17 | 1 | -1/+1 |
|
|
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
|
|
* | Markup nits. | Fred Drake | 1998-08-06 | 1 | -15/+15 |
|
|
* | Marked makedirs(), removedirs(), renames() as added in 1.5.2. | Fred Drake | 1998-08-06 | 1 | -0/+3 |
|
|
* | Document makedirs(), removedirs(), renames() -- ESR-inspired super-versions | Guido van Rossum | 1998-07-24 | 1 | -1/+30 |
|
|
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
|
|
* | Documented os.linesep (line separator). | Guido van Rossum | 1998-06-30 | 1 | -0/+7 |
|
|
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
|
|
* | Logical markup. small nits. | Fred Drake | 1998-03-10 | 1 | -36/+35 |
|
|
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -1/+1 |
|
|
* | Consistently use \POSIX{} to denote POSIX. There were at least two different | Fred Drake | 1998-02-09 | 1 | -8/+8 |
|
|
* | Added os.altsep; this is '/' on DOS/Windows, and None on systems with | Guido van Rossum | 1997-08-29 | 1 | -2/+8 |
|
|
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -0/+1 |
|
|
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -12/+39 |
|
|
* | small changes by Soren Larsen | Guido van Rossum | 1995-03-13 | 1 | -1/+1 |
|
|
* | Restructured library documentation | Guido van Rossum | 1994-01-02 | 1 | -0/+77 |
|
|