Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | O_BINARY: Documented this constant; omission noted by David Ascher. | Fred Drake | 2000-08-11 | 1 | -1/+8 |
| | | | | | access(): Corrected availability statement; error pointed out by Tim Peters. | ||||
* | 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 |
| | | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem. | ||||
* | From Sam Rushing's Medusa, via SF patch #100858: add & document | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+20 |
| | | | | os.seteuid(), os.setegid(), os.setreuid(), os.setregid(). | ||||
* | 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 |
| | | | | Documentation updates related to the addition of openpty() and forkpty(). | ||||
* | Use \versionchanged to indicate when the second parameter to utime() | Fred Drake | 2000-05-02 | 1 | -2/+3 |
| | | | | was allowed to be None. | ||||
* | Document the new additional signature for utime(). In addition to the | Barry Warsaw | 2000-05-01 | 1 | -3/+6 |
| | | | | | previous functionality utime(path, (atime, mtime)), now allowed is utime(path, None) which sets the file's times to the current time. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -7/+33 |
| | | | | (Very rough.) | ||||
* | Update portability information for the spawn*() functions and related | Fred Drake | 2000-02-29 | 1 | -4/+11 |
| | | | | | constants. Someone will need to fill in information on the spawn*() functions that aren't listed. | ||||
* | Document getgroups(), getlogin(), fpathconf(), pathconf(), | Fred Drake | 1999-12-15 | 1 | -1/+107 |
| | | | | pathconf_names, confstr(), confstr_names, sysconf(), sysconf_names. | ||||
* | 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 |
| | | | | waitpid(). | ||||
* | 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 |
| | | | | | a pointer from the "Process Parameters" section. Based on comments from Aahz Maruch, Tim Peters, and GvR. | ||||
* | For spawn*(), point to the magic constants; some readers have a hard | Fred Drake | 1999-07-02 | 1 | -2/+4 |
| | | | | time finding the bindings. | ||||
* | Per Frank Stajano's suggestion, state explicitly that the functions | Fred Drake | 1999-07-01 | 1 | -0/+14 |
| | | | | | described in the sub-sections are directly available at the module level. He found this confusing. | ||||
* | Further clarfication of the system-dependence of the system() return | Fred Drake | 1999-06-18 | 1 | -1/+3 |
| | | | | value, based on comments from Tim Peters. | ||||
* | Added 'ce' to the list of "registered" values for os.name. | Fred Drake | 1999-06-11 | 1 | -3/+3 |
| | | | | Make references to the posix module hyperlinks. | ||||
* | At David Ascher's request, clarify that os.system() always returns 0 | Fred Drake | 1999-06-10 | 1 | -1/+2 |
| | | | | on Win95 & Win98. | ||||
* | "proces" --> "process"; reported by Gerry Wiener <gerry@ucar.edu>. | Fred Drake | 1999-05-25 | 1 | -2/+5 |
| | | | | Added some index entries. | ||||
* | Minor nits, partly in response to comments from Jonathan Black | Fred Drake | 1999-04-29 | 1 | -3/+3 |
| | | | | <jblack@Ridgeway-Sys.com>. | ||||
* | 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 |
| | | | | by Jonathan Giddy <jon@dgs.monash.edu.au>. | ||||
* | Typo: "Availabilty" --> "Availability" | Fred Drake | 1999-02-26 | 1 | -1/+1 |
| | | | | Thanks to /F! | ||||
* | 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 |
| | | | | | | f_fsid field, since it's not a scalar on all systems supporting this call (in particular, it's a tuple of two longs on AIX). Since it's not particularly useful, just nuke it. Adapted the doc strings too. | ||||
* | 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 |
| | | | | <oli@rhein-zeitung.de>. | ||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | 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 |
| | | | | | of mkdir(), rmdir() and rename() that make or remove intermediate directories as well. | ||||
* | 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 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Consistently use \POSIX{} to denote POSIX. There were at least two different | Fred Drake | 1998-02-09 | 1 | -8/+8 |
| | | | | ways to do it previously (not counting module names). | ||||
* | Added os.altsep; this is '/' on DOS/Windows, and None on systems with | Guido van Rossum | 1997-08-29 | 1 | -2/+8 |
| | | | | a sane filename syntax. | ||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -0/+1 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -12/+39 |
| | | | | unified style; etc. | ||||
* | 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 |