Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 3 | -49/+37 |
| | |||||
* | SF bug [#469732] os.path.walk docstring inconsistent. | Tim Peters | 2001-10-10 | 1 | -5/+14 |
| | | | | | We have 5 implementations of walk(), and 5 different docstrings. Combined 'em. Let's see how long it takes before they're all different again! | ||||
* | SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: | Guido van Rossum | 2001-09-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Once upon a time, I put together a little function that tries to find the canonical filename for a given pathname on POSIX. I've finally gotten around to turning it into a proper patch with documentation. On non-POSIX, I made it an alias for 'abspath', as that's the behavior on POSIX when no symlinks are encountered in the path. Example: >>> os.path.realpath('/usr/bin/X11/X') '/usr/X11R6/bin/X' | ||||
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | Nuke hard tabs. | Tim Peters | 2001-07-02 | 3 | -244/+242 |
| | |||||
* | Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger | Guido van Rossum | 2001-04-10 | 1 | -3/+12 |
| | |||||
* | Replace setenv with putenv. Reported by Dietmar Schwertberger. | Martin v. Löwis | 2001-03-07 | 1 | -1/+1 |
| | |||||
* | Unify _Environ processing on riscos with other platforms. | Martin v. Löwis | 2001-03-07 | 1 | -2/+1 |
| | |||||
* | RISCOS files by dschwertberger | Guido van Rossum | 2001-03-02 | 3 | -0/+482 |