- 12 Şub, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 15 Eyl, 2000 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
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.
-
- 07 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
there's a syntax error. (In particular, display the correct filename). This changes the API: if there's a syntax error, the function now returns normally after dumping the error to sys.stderr. I changed Sjoerd's use of string.join(string.split(...)) with string.replace().
-
- 11 Agu, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Ock, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Added an optional third parameter giving the purported filename for error messages from the module. Append a newline to the code string if needed.
-
- 22 Kas, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Mar, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
to use for the cached module code object.
-
- 24 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
on the Mac. Jack! Please fix this in the Mac distributions!
-
- 28 May, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Tem, 1995 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
- 23 Nis, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 27 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
urllib.py: '+' is not always safe (even though the RFC says so :-( ) whrandom.py: throw away top bits of time to avoid overflow on Mac (where times can be negative)
-