- 03 Şub, 2000 7 kayıt (commit)
-
-
Greg Ward yazdı
feedback and, theoretically, the opportunity to set compiler flags on a per-file basis.
-
Guido van Rossum yazdı
before the patch by Trent Mick. Since he now also works for ActiveState, I suppose he overrides Trent. :-)
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
needed an adaptation for the latest gcc -- we need to grep stderr as well as stdout for the magic string BFD. (Does anybody know what BFD means?)
-
Guido van Rossum yazdı
needed an adaptation for the latest gcc -- we need to grep stderr as well as stdout for the magic string BFD. (Does anybody know what BFD means?)
-
Guido van Rossum yazdı
# 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 Şub, 2000 6 kayıt (commit)
-
-
Guido van Rossum yazdı
remove "import string" -- use string methods instead!
-
Guido van Rossum yazdı
imported; in that case, abspath is replaced by a fallback version.
-
Guido van Rossum yazdı
the default arg for read() is -1, not None, and readlines() has an optional argument (which for now is ignored).
-
Guido van Rossum yazdı
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 yazdı
-
Greg Ward yazdı
Always use normalized (with os.path.normpath()) versions of prefix and exec_prefix.
-
- 01 Şub, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
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 yazdı
-
- 31 Ock, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
is defined...
-
- 30 Ock, 2000 6 kayıt (commit)
-
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
'--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 yazdı
-
Greg Ward yazdı
* "--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 yazdı
-
- 24 Ock, 2000 4 kayıt (commit)
-
-
Jack Jansen yazdı
It now uses MacOS.Error (the OSErr valued error) and advertises that too. This fix shouldn't break anything, I guess.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 21 Ock, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
release project config as the default.
-
- 20 Ock, 2000 6 kayıt (commit)
-
-
Fred Drake yazdı
-
Guido van Rossum yazdı
compilation on NT Alpha. Mostly added casts etc.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
building for NT Alpha as well as NT x86.
-
Guido van Rossum yazdı
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 yazdı
An extensible library for opening URLs using a variety protocols. Intended as a replacement for urllib.
-
- 19 Ock, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
isinstance(x, types.CodeType). Suggested by Finn Bock.
-
- 18 Ock, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
Made all textfields in message and question boxes minimal height and invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction.
-
- 17 Ock, 2000 5 kayıt (commit)