- 03 Feb, 2000 1 commit
-
-
Guido van Rossum authored
# combo of old cmp, cmpcache and dircmp with redundancies removed # # bugs fixed: # dircmp.dircmp was not ignoring IGNORES # old stuff could falsely report files as "identical" when contents actually differed # # enhancements: # dircmp has a more straightforward interface #cmp enhanced by Moshe Zadca #dircmp enhanced byGordon McMillan [some layout changes by GvR]
-
- 02 Feb, 2000 6 commits
-
-
Guido van Rossum authored
remove "import string" -- use string methods instead!
-
Guido van Rossum authored
imported; in that case, abspath is replaced by a fallback version.
-
Guido van Rossum authored
the default arg for read() is -1, not None, and readlines() has an optional argument (which for now is ignored).
-
Guido van Rossum authored
1. Comments at the beginning of the module, before functions, and before classes have been turned into docstrings. 2. Tabs are normalized to four spaces. Also, removed the "remove" function from dircmp.py, which reimplements list.remove() (it must have been very old).
-
Greg Ward authored
-
Greg Ward authored
Always use normalized (with os.path.normpath()) versions of prefix and exec_prefix.
-
- 01 Feb, 2000 2 commits
-
-
Guido van Rossum authored
Fixed a TypeError: not enough arguments; expected 4, got 3. When authentication is needed, the default http_error_401 method calls retry_http_basic_auth. The default version of that method expected a data argument which wasn't provided, so now we provide the argument if it was given and we also made the data argument optional. Also changed other calls where data was optional to not pass data if it was not passed to the calling method (in line with other similar occurances).
-
Fred Drake authored
-
- 31 Jan, 2000 1 commit
-
-
Guido van Rossum authored
is defined...
-
- 30 Jan, 2000 6 commits
-
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
'--help-commands' option). Shuffled imports around in a few command modules to avoid expensive up-front import of sysconfig (and resulting delays in generating list of all commands).
-
Greg Ward authored
-
Greg Ward authored
* "--help" can now come either before or after particular commands to get help on and can give help on multiple commands, eg. "--help install dist" gives help on those two commands * added "--help-commands" option, implemented by the 'print_commands()' and 'print_command_list()' methods
-
Greg Ward authored
-
- 24 Jan, 2000 4 commits
-
-
Jack Jansen authored
It now uses MacOS.Error (the OSErr valued error) and advertises that too. This fix shouldn't break anything, I guess.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
- 21 Jan, 2000 1 commit
-
-
Guido van Rossum authored
release project config as the default.
-
- 20 Jan, 2000 6 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
compilation on NT Alpha. Mostly added casts etc.
-
Guido van Rossum authored
-
Guido van Rossum authored
building for NT Alpha as well as NT x86.
-
Guido van Rossum authored
Three bgen mods: - support for FSSpecs passed-by-value and points-passed-by-reference added. - strip single-line comments when parsing header files - if a definition is blacklisted _do_ output it, but in comment
-
Jeremy Hylton authored
An extensible library for opening URLs using a variety protocols. Intended as a replacement for urllib.
-
- 19 Jan, 2000 1 commit
-
-
Guido van Rossum authored
isinstance(x, types.CodeType). Suggested by Finn Bock.
-
- 18 Jan, 2000 1 commit
-
-
Jack Jansen authored
Made all textfields in message and question boxes minimal height and invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction.
-
- 17 Jan, 2000 10 commits
-
-
Greg Ward authored
-
Greg Ward authored
Tweaked error messages in '_spawn_posix()'.
-
Greg Ward authored
-
Greg Ward authored
RT library.
-
Greg Ward authored
Fixed 'make_release_tree()' to copy files if 'os.link()' doesn't exist.
-
Greg Ward authored
command wasn't found or failed. (Code supplied by Thomas Heller <thomas.heller@ion-tof.com>.)
-
Greg Ward authored
-
Greg Ward authored
before storing or using.
-
Greg Ward authored
-
Guido van Rossum authored
ParsedDate didn't have the correct day of week.
-
- 14 Jan, 2000 1 commit
-
-
Guido van Rossum authored
Herborth, the code in list2set() that sets max unconditionally to 0 should not be used on BeOS. So be it. Anybody using BeOS, please test!
-