- 31 Mar, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
failures gracefully
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 15 Haz, 2003 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
unique boundary strings within a program run are guaranteed. On Windows, duplicates were pretty likely, due to the coarse granularity of time.time. Toned down the absurdly optimistic claims in the docstring. Bugfix candidate.
-
- 09 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
-
- 01 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 26 Mar, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 23 Mar, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
getuid or getpid. posix_getuid & posix_getpid never raise exceptions when called with no args.
-
- 23 Şub, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
will not have been done, and applications need to know that. Also, do not print a message about it; the exception is the right thing. This closes SF bug #133717.
-
- 25 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
test___all__.py: fail silently in check_all if the module can't be imported
-
- 14 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 15 Ara, 2000 1 kayıt (commit)
-
-
Guido van Rossum 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.
-
- 30 Eyl, 2000 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 04 Nis, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
recognize the '7bit' and '8bit' encodings, to simplify use.
-
- 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.
-
- 20 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
of the boundary chosen by choose_boudary() by using milliseconds of the timestamp.
-
- 10 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
to decode/encode the standard transfer encodings.
-
- 04 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
parameters of the content-type header.
-
- 26 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 May, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 25 Ock, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Agu, 1995 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 07 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Ara, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
-
- 04 Ock, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant.
-
- 13 Tem, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Minor, minor changes to commands.py and sndhdr.py.
-