- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
- 28 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Never assume that os.sep is for the module-specific platform; use the right separator character directly. Fix some minor style consistency nits.
-
- 19 Eyl, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
"a:b", not "a:/b". Similar change was made to posixmodule.c earlier.
-
- 22 Agu, 2000 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 14 Agu, 2000 1 kayıt (commit)
-
-
Mark Hammond yazdı
Fix for Bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName())
-
- 17 Tem, 2000 1 kayıt (commit)
-
-
Skip Montanaro yazdı
* case insensitive comparison
-
- 13 Tem, 2000 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 12 Tem, 2000 1 kayıt (commit)
-
-
Skip Montanaro yazdı
characters.
-
- 01 Tem, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
getatime() returned the mtime instead of the atime. Similar to an old bug in posixpath.py.
-
- 17 Şub, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 02 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
imported; in that case, abspath is replaced by a fallback version.
-
- 30 Kas, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(and even when it fails). This avoids the problem where a trailing separator is not removed when win32api.GetFullPathName() is used.
-
- 02 Kas, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
splitunc() parses UNC paths. The contributor of the UNC parsing in splitdrive() doesn't like it, but I haven't heard a good reason to keep it, and it causes some problems. (I think there's a philosophical problem -- to me, the split*() functions are purely syntactical, and the fact that \\foo is not a valid path doesn't mean that it shouldn't be considered an absolute path.) Also (quite separately, but strangely related to the philosophical issue above) fix abspath() so that if win32api exists, it doesn't fail when the path doesn't actually exist -- if GetFullPathName() fails, fall back on the old strategy (join with getcwd() if neccessary, and then use normpath()).
-
- 19 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Şub, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
\\host\mountpoint\dir\file). By Larry Hastings. Also cleaned up some docstrings.
-
- 29 Ock, 1999 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 24 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
to work reliably (at least I wouldn't know how).
-
- 18 Şub, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(2) Fix normcase() to use string.lower() and string.replace() -- it turns out that the table constructed for translate() didn't work in locales that have a different number of lowercase and uppercase letters.
-
- 19 Ock, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 12 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Haz, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(Who'd thought that *anyone* would be interested in writing ~/foo on NT :-)
-
- 18 Şub, 1997 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 22 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Şub, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 15 Şub, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
date and addr parsing; string: force result of atof to float and support atoi, atol, atof in strop; tzparcs: don't call test().
-
- 06 Tem, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* ftplib.py: made cwd() use 'CDUP' when dirname is '..' * FL.py: added new constant FL_PLACE_FULLSCREEN
-
- 05 Kas, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* changed eval() into getattr() in cmd.py * added dirname(), basename() and (dummy) normath() to macpath.py * renamed nntp.py to nntplib.py * Made string.index() compatible with strop.index() * Make string.atoi('') raise string.atoi_error rather than ValueError * Added dirname() and normpath() to posixpath.
-
- 09 Agu, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
posixpath.py: added undocumented expanndvars() (expands $VAR in string).
-
- 06 May, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
rewrite ismount() to compare stats of path and path/..
-
- 31 Mar, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Added expanduser() and normcase() and isabs() and isfile().
-