- 17 Oct, 2002 16 commits
-
-
Fred Drake authored
these days.
-
Fred Drake authored
other tests to generate warning when they didn't before. In particular, this cancels not only filters set by -W, but also from test.regrtest.
-
Guido van Rossum authored
-
Guido van Rossum authored
this avoids resubmitting POST data. Remove redundant 'Page' from label passed from cmd_new().
-
Fred Drake authored
set it. Closes SF issue #624729.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
hardcoding "/tmp".
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Show errors returned by store(). A few nits.
-
- 16 Oct, 2002 16 commits
-
-
Fred Drake authored
-
Fred Drake authored
guessing that urlparse() / urlunparse() use them. Add tests of urldefrag().
-
Guido van Rossum authored
-
Martin v. Löwis authored
-
Fred Drake authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Use integers in stat tuple, optionally floats in named fields.
-
Thomas Heller authored
-
Guido van Rossum authored
call. This caused mysterious crashes (hard to debug because it was happening in a child process).
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
types.StringType, inherit from list instead of UserList.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
- 15 Oct, 2002 4 commits
-
-
Thomas Heller authored
-
Martin v. Löwis authored
-
Thomas Heller authored
-
Guido van Rossum authored
classes was called with three arguments. This makes no sense, there's no way to pass in the "modulo" 3rd argument as for __pow__, and classic classes don't do this. [SF bug 620179] I don't want to backport this to 2.2.2, because it could break existing code that has developed a work-around. Code in 2.2.2 that wants to use __ipow__ and wants to be forward compatible with 2.3 should be written like this: def __ipow__(self, exponent, modulo=None): ...
-
- 14 Oct, 2002 4 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Guido van Rossum authored
In build_extensions(), don't proceed if srcdir is None. Probably somebody who tried this on Windows. :-)
-