- 31 Mar, 2000 3 commits
-
-
Guido van Rossum authored
(Mostly.)
-
Guido van Rossum authored
-
Jeremy Hylton authored
add test cases for non-UserList class, tuple, & string
-
- 30 Mar, 2000 20 commits
-
-
Jeremy Hylton authored
If a non-tuple sequence is passed as the *arg, convert it to a tuple before checking its length. If named keyword arguments are used in combination with **kwargs, make a copy of kwargs before inserting the new keys.
-
Guido van Rossum authored
-
Guido van Rossum authored
Careful, this has had zero testing (except by Peter)!
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jeremy Hylton authored
dictionary that contains the same key/value pairs as p.
-
Guido van Rossum authored
-
Guido van Rossum authored
Building on Windows NT. Removed Tcl installation. Commented out Doc installation.
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
Win32 test case.
-
Andrew M. Kuchling authored
Win32 test case
-
Andrew M. Kuchling authored
(Needs testing on Win32.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Greg Ward authored
-
Guido van Rossum authored
light of three different situations: (1) running from build; (2) running from installed; (3) running without being able to find an installation (e.g. as a COM object). The system paths in the repository are only used for (3); the path deduced from the installation location are used otherwise. PYTHONHOME overrides in all cases. Read the comments for more details.
-
Guido van Rossum authored
name is much longer, which fouls up dis's formatting slightly; this is a "fix" for that.
-
Guido van Rossum authored
script pointed to by PYTHONPATH will be executed on startup. That should say PYTHONSTARTUP.
-
- 29 Mar, 2000 17 commits
-
-
Fred Drake authored
Martinez Foffani <hfoffani@sofrecom.com.ar>.
-
Barry Warsaw authored
device info. I don't know why these occur, but they seem to be shortlived and harmless.
-
Barry Warsaw authored
PyErr_Occurred(), just set x=NULL and break. Oh, and make Jeremy stop nagging me about the "special" indentation for this block.
-
Barry Warsaw authored
the return value of PySequence_Length(). If an exception occurred, the returned length will be -1. Make sure this doesn't get obscurred, and that the bogus length isn't used.
-
Guido van Rossum authored
If you do a "cvs update" in the Lib directory, it will pop up there.
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
use global __debug__ flag to determine if compiled files will be ".pyc" or ".pyo". Tweaked compilation output messages too.
-
Greg Ward authored
might have been copied, regardless of the 'update' flag.
-
Greg Ward authored
Made handling OSError in 'mkpath()' more standard.
-
Greg Ward authored
make 'mkdir()' return list of directories created.
-
Greg Ward authored
for the 'bdist_dumb' command. Adapted, with tweakage, from the 'sdist' command.
-
Greg Ward authored
in preparation for the 'bdist_dumb' command; these methods remain as trivial wrappers around the versions in distutils.util.
-
Greg Ward authored
'has_ext_modules()', 'has_c_libraries()', 'has_modules()', and 'is_pure()'.
-
Greg Ward authored
-
Greg Ward authored
is responsible for installing all Python modules (pure and extensions). Added 'get_outputs()' in preparation for the 'bdist' command, and '_mutate_outputs()' to support 'get_outputs()'.
-
Greg Ward authored
in a class attribute 'sub_commands', rather than hard-coded in 'run()'. This should make it easier to subclass 'install', and also makes it easier to keep 'run()' and the new 'get_outputs()' consistent. Added 'get_outputs()' in preparation for the 'bdist' command.
-