- 30 May, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 21 Eki, 2005 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
- 20 Eki, 2005 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
This change implements a new bytecode compiler, based on a transformation of the parse tree to an abstract syntax defined in Parser/Python.asdl. The compiler implementation is not complete, but it is in stable enough shape to run the entire test suite excepting two disabled tests.
-
- 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.
-
- 16 Ock, 2003 1 kayıt (commit)
-
-
Mark Hammond yazdı
case, the test module created is actually a sub-package of 'test', thus the module is named 'test.areallylongpackage...' - this caused failure. Replace the hard-coded module names with __name__ attributes, which correctly reflects any hierarchy.
-
- 23 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
-
- 02 May, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
"What's New in Python 2.2" documented that these would be removed in Python 2.3.
-
- 16 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
order in which the tests are normally run.
-
- 29 Ara, 2001 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 29 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 24 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 25 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
than <type 'ClassName'>. Exception: if it's a built-in type or an extension type, continue to call it <type 'ClassName>. Call me a wimp, but I don't want to break more user code than necessary.
-
- 20 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
allows using the tests with unittest.py as a script. The tests will still run when run as a script themselves.
-
- 14 Eyl, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
the compiler package generates a module-unique trailing suffix for each lambda
-
- 05 Eyl, 2001 2 kayıt (commit)
-
-
Jack Jansen yazdı
32 characters per component. This makes mkdir() calls and such fail with EINVAL. For now I am disabling the test on the Mac, and I'll open a bugreport.
-
Guido van Rossum yazdı
a default repr() that's longer than 20 characters.
-
- 24 Agu, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
lambda (anonymous functions?), function, xrange, buffer, cell (need to fill in), and (some) descriptor types. Also added a new test case for testing repr truncation fixes.
-
- 09 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 19 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
This closes SF patch #440826.
-