- 23 May, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 16 May, 2008 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
Added stub module for repr.
-
- 12 Eyl, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
to be orderable to properly represent them. (backport from rev. 58122)
-
Georg Brandl yazdı
to be orderable to properly represent them.
-
- 11 Haz, 2007 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute.
-
Neal Norwitz yazdı
Will backport
-
- 01 Tem, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
test_repr() fails with id() values that appear negative
-
- 22 May, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 21 May, 2004 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
* rename a variable for clarity
-
Raymond Hettinger yazdı
* Factored out common code to a single private function. * Use str.join() instead of + concatenation * Loop over elements directly instead of using indexing * Use % operator for formatting
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 05 Şub, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
Added array.array to the types repr.py knows about, after a suggestion from Jurjen N.E. Bos.
-
- 29 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 05 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
incomplete coverage of the test suite).
-
- 04 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
mostly changes of / operators into //. Once or twice I did more or less than recommended.
-
- 09 Agu, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
repr(type(x)).
-
- 02 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters 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 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 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.
-
- 23 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
be using self.maxdict.
-
- 12 Ock, 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)
-
- 22 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-