- 17 Haz, 2012 1 kayıt (commit)
-
-
Meador Inge yazdı
Patch by Serhiy Storchaka.
-
- 14 Eki, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85482 | antoine.pitrou | 2010-10-14 17:34:31 +0200 (jeu., 14 oct. 2010) | 4 lines Replace the "compiler" resource with the more generic "cpu", so as to mark CPU-heavy tests. ........
-
- 29 Haz, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 07 Şub, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 15 Eki, 2009 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 27 Mar, 2008 2 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
"" "" => """", which is invalid code. Will backport
-
Christian Heimes yazdı
The tokenize module doesn't understand __future__.unicode_literals yet
-
- 17 Mar, 2008 1 kayıt (commit)
-
-
Eric Smith yazdı
-
- 13 Mar, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
Done as GHOP 238 by Josip Dzolonga.
-
- 02 Eyl, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Debian sparc buildbots. Since this goes through a lot of tests and hits the disk a lot it could be slow (especially if NFS is involved). I'm not sure if that's the problem, but printing periodic msgs shouldn't hurt. The code was stolen from test_compiler.
-
- 25 Agu, 2006 2 kayıt (commit)
-
-
Tim Peters yazdı
whitespace in expected output. Stop that.
-
Tim Peters yazdı
-
- 23 Agu, 2006 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
Small: Always generate a NL or NEWLINE token following a COMMENT token. The old code did not generate an NL token if the comment was on a line by itself. Large: The output of untokenize() will now match the input exactly if it is passed the full token sequence. The old, crufty output is still generated if a limited input sequence is provided, where limited means that it does not include position information for tokens. Remaining bug: There is no CONTINUATION token (\) so there is no way for untokenize() to handle such code. Also, expanded the number of doctests in hopes of eventually removing the old-style tests that compare against a golden file. Bug fix candidate for Python 2.5.1. (Sigh.)
-
Jeremy Hylton yazdı
-
- 31 Mar, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
- The doctests in decistmt() weren't run at all when test_tokenize was run via regrtest.py. - Some expected output in decistmt() was Windows-specific (but nobody noticed because the doctests weren't getting run). - test_roundtrip() didn't actually test anything when running the tests with -O. Now it does. - Changed test_roundtrip() to show the name of the input file when it fails. That would have saved a lot of time earlier today. - Added a bunch of comments.
-
- 21 Haz, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 10 Haz, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Should significantly enhance the utility of the module by supporting the creation of tools that modify the token stream and writeback the modified result.
-
- 12 May, 2003 2 kayıt (commit)
-
-
Tim Peters yazdı
This file isn't meant to be executed, it's data input for test_tokenize.py. The problem with the .py extension is that it uses "non-standard" indentation, and it's good to test that, but reindent.py keeps wanting to fix it. But fixing the indentation causes the expected-output file to change, since exact line and column numbers are part of the tokenize.tokenize() output getting tested.
-
Tim Peters yazdı
bound to a module global, the file object remained opened throughout the test suite run.
-
- 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. :)
-
- 24 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Ock, 2001 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
'verify' iff it's used by a test module...
-
Marc-André Lemburg yazdı
and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
- 23 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 23 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-