- 31 Mar, 2000 9 kayıt (commit)
-
-
Guido van Rossum yazdı
tab-setting magic much smarter, more correct, and more easily extensible.
-
Guido van Rossum yazdı
changed from 8.0 to 8.1 and I see no big reason to use objects in 8.0. At least now it works again with all versions from 8.0 - 8.3.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(1) In opendir(), don't call the lock-release macros; we're manipulating list objects and that shouldn't be done in unlocked state. (2) Don't use posix_strint() for chmod() -- the mode_t arg might be a 64 bit int (reported by Nick Maclaren).
-
Guido van Rossum yazdı
them out of the changelogs :-(
-
Guido van Rossum yazdı
"innermost last". The latter was mysterious to newbies.
-
Guido van Rossum yazdı
(Mostly.)
-
Guido van Rossum yazdı
-
Jeremy Hylton yazdı
add test cases for non-UserList class, tuple, & string
-
- 30 Mar, 2000 20 kayıt (commit)
-
-
Jeremy Hylton yazdı
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 yazdı
-
Guido van Rossum yazdı
Careful, this has had zero testing (except by Peter)!
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Jeremy Hylton yazdı
dictionary that contains the same key/value pairs as p.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Building on Windows NT. Removed Tcl installation. Commented out Doc installation.
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
Win32 test case.
-
Andrew M. Kuchling yazdı
Win32 test case
-
Andrew M. Kuchling yazdı
(Needs testing on Win32.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Greg Ward yazdı
-
Guido van Rossum yazdı
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 yazdı
name is much longer, which fouls up dis's formatting slightly; this is a "fix" for that.
-
Guido van Rossum yazdı
script pointed to by PYTHONPATH will be executed on startup. That should say PYTHONSTARTUP.
-
- 29 Mar, 2000 11 kayıt (commit)
-
-
Fred Drake yazdı
Martinez Foffani <hfoffani@sofrecom.com.ar>.
-
Barry Warsaw yazdı
device info. I don't know why these occur, but they seem to be shortlived and harmless.
-
Barry Warsaw yazdı
PyErr_Occurred(), just set x=NULL and break. Oh, and make Jeremy stop nagging me about the "special" indentation for this block.
-
Barry Warsaw yazdı
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 yazdı
If you do a "cvs update" in the Lib directory, it will pop up there.
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
use global __debug__ flag to determine if compiled files will be ".pyc" or ".pyo". Tweaked compilation output messages too.
-
Greg Ward yazdı
might have been copied, regardless of the 'update' flag.
-
Greg Ward yazdı
Made handling OSError in 'mkpath()' more standard.
-
Greg Ward yazdı
make 'mkdir()' return list of directories created.
-