- 30 Nis, 2006 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
George Yoshida yazdı
-
Andrew M. Kuchling yazdı
-
- 29 Nis, 2006 8 kayıt (commit)
-
-
Gerhard Häring yazdı
find a better place for the link to it than alongside bsddb & friends.
-
Brett Cannon yazdı
-
Martin v. Löwis yazdı
add expat_config.h.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Ronald Oussoren yazdı
-
George Yoshida yazdı
-
- 28 Nis, 2006 13 kayıt (commit)
-
-
Georg Brandl yazdı
possibly "rounding up" to the next whole second.
-
Thomas Heller yazdı
-
Georg Brandl yazdı
since this value is used to name the build directory.
-
Georg Brandl yazdı
them to the Error errors list.
-
George Yoshida yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
George Yoshida yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Printing to stdout, doesn't mean the data was actually written. It depends on the buffering, so we need to flush. This will hopefully really fix the buildbots getting killed due to no output on the slow bots.
-
Neal Norwitz yazdı
-
- 27 Nis, 2006 16 kayıt (commit)
-
-
Thomas Wouters yazdı
(since they won't trigger if zlib is already sucessfully imported); they were found by grepping .py files, instead of looking at warning output :)
-
Thomas Wouters yazdı
- Warn-raise ImportWarning when importing would have picked up a directory as package, if only it'd had an __init__.py. This swaps two tests (for case-ness and __init__-ness), but case-test is not really more expensive, and it's not in a speed-critical section. - Test for the new warning by importing a common non-package directory on sys.path: site-packages - In regrtest.py, silence warnings generated by the build-environment because Modules/ (which is added to sys.path for Setup-created modules) has 'zlib' and '_ctypes' directories without __init__.py's.
-
David Goodger yazdı
-
Thomas Wouters yazdı
than a convenient power-of-2-and-multiple-of-5, so incorrect testing algorithms fail more easily.
-
Thomas Wouters yazdı
using a prime number, rather than a convenient power-of-2-and-multiple-of-5, so incorrect testing algorithms fail more easily.
-
Thomas Heller yazdı
are newer then fficonfig.py.
-
Thomas Wouters yazdı
-
George Yoshida yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
This may be a useful style question for the docs -- should examples show the necessary imports, or should it be assumed that the reader will figure it out? In the What's New, I'm not consistent but usually opt for omitting the imports.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
-