summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libposixpath.tex
Commit message (Collapse)AuthorAgeFilesLines
* Fix an amazing number of typos & malformed sentences reported by DetlefFred Drake1999-02-191-8/+8
| | | | Lannert <lannert@uni-duesseldorf.de>.
* Added availability notes for samefile(), sameopenfile(), samestat()Fred Drake1999-02-151-0/+3
| | | | since these are not available on Windows.
* Document sameopenfile(), samestat().Fred Drake1999-02-031-3/+17
|
* Document splitdrive().Fred Drake1999-02-031-2/+10
| | | | | | For all split*(), these split path *into* pairs, not split path *in* pairs. "Into" can be used for transformations, "in" is for containment.
* Change this to be os.path.Fred Drake1999-02-021-66/+67
| | | | | Use consistent parameter naming with the os documentation (paths always named "path" or "path1", "path2"...).
* Make the text generic, and call it os.path instead of posixpath.Fred Drake1999-02-011-27/+24
|
* Document abspath() (implementation is forthcoming).Guido van Rossum1999-01-291-0/+6
|
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Markup nit.Fred Drake1998-08-061-5/+4
|
* Mark the new & changed items.Fred Drake1998-07-271-0/+3
|
* Document getsize(), getmtime(), getatime().Guido van Rossum1998-07-241-0/+19
|
* Move files around to get the names to match the module names except forFred Drake1998-07-241-0/+147
case. Two modules (SocketServer, BaseHTTPServer) still don't match; those names are just too long!