- 01 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 15 Şub, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
also modified check_all function to suppress all warnings since they aren't relevant to what this test is doing (allows quiet checking of regsub, for instance)
-
- 09 Şub, 2001 2 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
Eric S. Raymond yazdı
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 19 Ara, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
warnings in this same module, to prevent getting a warning about importing regex (we *know* that it's obsolete :-).
-
- 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.
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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.
-
- 18 Şub, 1997 1 kayıt (commit)
-
-
Barry Warsaw yazdı
string as the key to the cache. This means that changing the syntax will return the correct compiled pattern. clear_cache(): New function.
-
- 09 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Give capwords a default pattern argument which will recognize words as sequeces of [a-zA-Z0-9_].
-
- 08 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
optional third argument gives a maximum number of delimiters to parse. The new function splitx() is like split() but returns a list containing the words as well as the delimiters.
-
- 11 Haz, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 May, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Eyl, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
string.splitfields(s, '') now returns [s] as split() in nawk. Added _exit to exported functions of os.
-