summaryrefslogtreecommitdiffstats
path: root/Lib/os.py
Commit message (Collapse)AuthorAgeFilesLines
* Added hook to os.environ to call putenv(), if it exists.Guido van Rossum1996-07-241-0/+19
|
* make sure os.environ exists (maybe empty)Guido van Rossum1995-08-071-0/+4
|
* set mac path separator to newlineGuido van Rossum1995-03-141-1/+1
|
* add execvpe -- mix of execvp and execveGuido van Rossum1995-03-141-6/+22
|
* Import posixpath for freeze scriptGuido van Rossum1994-10-051-0/+1
|
* do fake "import posix" for freeze.py scriptGuido van Rossum1994-08-171-0/+4
|
* Merge changesGuido van Rossum1994-08-011-39/+57
|
* Some minute changes.Guido van Rossum1993-12-291-10/+20
|
* * string.py: added rindex(), rfind(); changed index() to interpretGuido van Rossum1993-11-081-0/+30
| | | | | | | | | | | negative start indices starting from the right. * ftplib.py: debug() -> set_debuglevel(); change demo to use __init__(). * os.py: added execl, execlp, and execvp. * lambda.py: removed (now that we have built-in map, reduce, bagof, lambda) * test_b{1,2}.py, testall.out: added tests for bagof, lambda, map, reduce * commands.py: use os, not posix * test_grammar.py: make it easy to disable non-portable int overflow tests * dis.py: don't abuse range()
* * os.py: _exit doesn't exist in all variations of posixGuido van Rossum1993-01-261-1/+4
| | | | * Added fcmp() to test_support.py and use it in test*.py
* New module regsub contains sub(), gsub() and split() as in nawk.Guido van Rossum1992-09-201-0/+1
| | | | | string.splitfields(s, '') now returns [s] as split() in nawk. Added _exit to exported functions of os.
* Add separatorGuido van Rossum1992-04-061-0/+3
|
* Added definition for pardir ('..')Guido van Rossum1992-03-311-2/+9
|
* Initial revisionGuido van Rossum1992-01-141-0/+26