- 19 Eyl, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
recent changes to ntpath.py and posixmodule.c. Thanks to Guido for pointing out the inconsistency!
-
- 22 Agu, 2000 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 17 Tem, 2000 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
* case insensitive
-
- 12 Tem, 2000 1 kayıt (commit)
-
-
Skip Montanaro yazdı
characters.
-
- 01 Tem, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Similar to an old bug in ntpath.py.
-
- 04 Şub, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
*this* set of patches is Ka-Ping's final sweep: The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac.
-
Guido van Rossum yazdı
who writes: Here is batch 2, as a big collection of CVS context diffs. Along with moving comments into docstrings, i've added a couple of missing docstrings and attempted to make sure more module docstrings begin with a one-line summary. I did not add docstrings to the methods in profile.py for fear of upsetting any careful optimizations there, though i did move class documentation into class docstrings. The convention i'm using is to leave credits/version/copyright type of stuff in # comments, and move the rest of the descriptive stuff about module usage into module docstrings. Hope this is okay.
-
- 19 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Ock, 1999 1 kayıt (commit)
-
-
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).
-
- 19 Şub, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
string.replace(...)) instead of a for loop). Don't call normcase() in normpath() -- the filesystem just might be case preserving...
-
- 04 Kas, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(Why isn't this file identical to ntpath.py?)
-
- 10 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 May, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
ftplib: get rid of non-auto port assignment
-
- 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().
-
- 01 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Ara, 1991 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 12 Kas, 1991 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 16 Agu, 1991 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Added splitext
-
- 21 Eki, 1990 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Eki, 1990 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-