- 29 Agu, 2002 5 kayıt (commit)
-
-
Guido van Rossum yazdı
This seems the sanest thing to do.
-
Guido van Rossum yazdı
of FutureWarnings. Added a comment explaining the situation.
-
Raymond Hettinger yazdı
when given its own type as an argument.
-
Barry Warsaw yazdı
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 yazdı
trailing `L's.
-
- 28 Agu, 2002 8 kayıt (commit)
-
-
Jack Jansen yazdı
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 yazdı
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 yazdı
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 yazdı
-
Jack Jansen yazdı
fully qualified imports) but somehow not checked in yet.
-
Jack Jansen yazdı
-
Barry Warsaw yazdı
-
Skip Montanaro yazdı
-
- 27 Agu, 2002 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
an error message and not just the missing name. Closes SF Bug 599869.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Peter Schneider-Kamp yazdı
simply PyErr_SetFromErrno This closes bug 599163.
-
Fred Drake yazdı
Closes SF patch #600861. Minor markup changes.
-
Fred Drake yazdı
usually isn't what we want anyway.
-
- 26 Agu, 2002 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Barry Warsaw yazdı
-
Tim Peters yazdı
-
- 25 Agu, 2002 17 kayıt (commit)
-
-
Tim Peters yazdı
Someone else may want to tackle the mutating operations similarly.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
cardinality 500; and the smaller the intersection, the bigger the speedup).
-
Tim Peters yazdı
-
Tim Peters yazdı
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 yazdı
<, <=, etc methods too.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
should never be used in tests. Repaired dozens, but more is needed.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Closes SF bug 599681.
-
Kurt B. Kaiser yazdı
instead. 2. Preserve the Idle client's listening socket for reuse with the fresh subprocess. 3. Remove some unused rpc code, comment out additional unused code. Modified Files: ScriptBinding.py rpc.py run.py
-