- 29 Aug, 2002 7 commits
-
-
Raymond Hettinger authored
Uses the fast update() method when a dictionary is available.
-
Guido van Rossum authored
the tokenize module by test_tokenize.py. The FutureWarnings only appeared during installation, and I've figured out a way to suppress those in a different way.
-
Guido van Rossum authored
This seems the sanest thing to do.
-
Guido van Rossum authored
of FutureWarnings. Added a comment explaining the situation.
-
Raymond Hettinger authored
when given its own type as an argument.
-
Barry Warsaw authored
sure these are the best fixes. - Test maxint-1 against the negative octal constant -020000000000 - Comment out the tests for oct -1 and hex -1, since 037777777777 and 0xffffffff raise FutureWarnings now and in Python 2.4 those constants will produce positive values, not negative values. So the existing test seems to test something that won't be true in 2.4.
-
Barry Warsaw authored
trailing `L's.
-
- 28 Aug, 2002 8 commits
-
-
Jack Jansen authored
HTML tarball and use it to create a documentation tree readable and searchable with Apple Help Viewer. The documentation also shows up in Project Builder (if you add Python.framework to your project).
-
Jack Jansen authored
in Python.app, and refer to it in Info.plist. This makes Apple Help Viewer recognize the Python documentation. - Changed the externally visible name of Python.app to "Python" (was PythonW).
-
Jack Jansen authored
HTML tarball and use it to create a documentation tree readable and searchable with Apple Help Viewer. The documentation also shows up in Project Builder (if you add Python.framework to your project).
-
Jack Jansen authored
-
Jack Jansen authored
fully qualified imports) but somehow not checked in yet.
-
Jack Jansen authored
-
Barry Warsaw authored
-
Skip Montanaro authored
-
- 27 Aug, 2002 6 commits
-
-
Raymond Hettinger authored
an error message and not just the missing name. Closes SF Bug 599869.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Peter Schneider-Kamp authored
simply PyErr_SetFromErrno This closes bug 599163.
-
Fred Drake authored
Closes SF patch #600861. Minor markup changes.
-
Fred Drake authored
usually isn't what we want anyway.
-
- 26 Aug, 2002 4 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Barry Warsaw authored
-
Tim Peters authored
-
- 25 Aug, 2002 15 commits
-
-
Tim Peters authored
Someone else may want to tackle the mutating operations similarly.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
cardinality 500; and the smaller the intersection, the bigger the speedup).
-
Tim Peters authored
-
Tim Peters authored
meanings. I did not add new, e.g., ispropersubset() methods; we're going nuts on those, and, e.g., there was no "friendly name" for == either.
-
Tim Peters authored
<, <=, etc methods too.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
should never be used in tests. Repaired dozens, but more is needed.
-
Tim Peters authored
-
Tim Peters authored
-
Raymond Hettinger authored
-