- 21 Feb, 2007 1 commit
-
-
Brett Cannon authored
-
- 15 Feb, 2007 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Clearly this is not the right way to fix this; UserDict and MixinDict ought to be redesigned with the new dict API in mind. But I'm not claiming to be in charge of library redesign, I only want zero failing tests.
-
- 14 Feb, 2007 1 commit
-
-
Guido van Rossum authored
-
- 13 Feb, 2007 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 12 Feb, 2007 4 commits
-
-
Guido van Rossum authored
(PEP 3106 requires subset comparisons too, those will come later if someone really wants them. :-)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 11 Feb, 2007 7 commits
-
-
Georg Brandl authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
and .keys(), .items(), .values() return dict views. The dict views aren't fully functional yet; in particular, they can't be compared to sets yet. but they are useful as "iterator wells". There are still 27 failing unit tests; I expect that many of these have fairly trivial fixes, but there are so many, I could use help.
-
- 10 Feb, 2007 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
(Not for dict_values, where it can't be done faster than the default implementation which just iterates the elements.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 09 Feb, 2007 19 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
One was a modified line that was echoed in an exception; the other two were softspace problems, fixed clumsily but effectively.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
a different feature with the same name). The change to test_doctest.txt reduces the doctest failures to 3.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
old print would suppress the softspace after \t.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Georg Brandl authored
* Fix some docstrings and one Print -> print. * Fix test_{class,code,descrtut,dis,extcall,parser,popen,pkg,subprocess,syntax,traceback}. These were the ones that generated code with a print statement. In most remaining failing tests there's an issue with the soft space.
-
Guido van Rossum authored
converted to "print(x, end=' ')", but other times it must be converted to "print(x, end='')". There's no easy way to find out, because it depends on whether x ends with a newline. I'm sure I'll find more like this.
-
Guido van Rossum authored
-
Guido van Rossum authored
We still have 27 failing tests (down from 39).
-