- 20 Ara, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* return an integer rather than a boolean
-
- 20 Haz, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 27 Agu, 2003 1 kayıt (commit)
-
-
Thomas Heller yazdı
Will backport to 2.3 myself.
-
- 16 Ock, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Ock, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Haz, 2002 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 18 Mar, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 18 Nis, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
The changes cause compilation failures in any file in the Python installation lib directory to cause the install to fail. It looks like compileall.py intended to behave this way, but a change to py_compile.py and a separate bug defeated it. Fixes SF bug #412436 This change affects the test suite, which contains several files that contain intentional errors. The solution is to extend compileall.py with the ability to skip compilation of selected files. NB compileall.py is changed so that compile_dir() returns success only if all recursive calls to compile_dir() also check success.
-
- 20 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation.
-
- 29 Mar, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
Patch largely based on changes by Andrew Dalke, as discussed in the distutils-sig.
-
- 21 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
yours, please let me know for propoer acknowledgement.) This avoids recompiling files that haven't changed; it adds a -f option to force recompilation.
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Ock, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
- added docstrings - support option to specify a different purported directory name - reindented with 4 spaces
-
- 31 Tem, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Şub, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
urllib.py: '+' is not always safe (even though the RFC says so :-( ) whrandom.py: throw away top bits of time to avoid overflow on Mac (where times can be negative)
-