- 26 Jun, 2002 24 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Jack Jansen authored
-
Jack Jansen authored
definition.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
header files. If we're building with precompiled headers these are in scope.
-
Jack Jansen authored
header file in stead of mwerks_carbonplugin_config.h.
-
Jack Jansen authored
files open when we're rebuilding them all.
-
Jack Jansen authored
- Use precompiled headers - Rationalize config file names.
-
Jack Jansen authored
Fixed a few showstoppers in the process of making MacPython use setup.py to build it's exension modules (in stead of relying on a private mechanism). It definitely doesn't work yet, but it looks promising.
-
Jack Jansen authored
Fixed various MacPython-specific issues found by attempting to use the standard core setup.py for MacPython.
-
Raymond Hettinger authored
-
Fred Drake authored
timing information in the output makes the determination of success bogus.
-
Jack Jansen authored
Turns out GetArgv() options can be 4-tuples too, with the last value being the default (or something like that). Cater for this. Also put in a safeguard against very long help strings.
-
Jack Jansen authored
This module broke on the Mac (where it can't work, but distutils seems to import it anyway) because it imported pwd and grp. Moved the import to inside the routine where they're used.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Ka-Ping Yee authored
Don't show hidden fields of exception values (names starting with '_').
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Kurt B. Kaiser authored
the Idle debugger. M PyShell.py : Call RemoteDebugger.close_remote_debugger() M RemoteDebugger.py: Add close_remote_debugger(); further polish code used to start the debugger sections. M rpc.py : Add comments on Idlefork methods register(), unregister() comment out unused methods M run.py : Add stop_the_debugger(); polish code
-
Andrew M. Kuchling authored
-
- 25 Jun, 2002 15 commits
-
-
Andrew M. Kuchling authored
-
Jeremy Hylton authored
-
Fred Drake authored
-
Fred Drake authored
Add hyperlinks to make the documentation on the Attributes and AttributesNS interfaces more discoverable. Closes SF bug #484603.
-
Fred Drake authored
-
Fred Drake authored
of the implementation classes. (Remove the "Impl" from two names.)
-
Raymond Hettinger authored
-
Raymond Hettinger authored
and examples of the dict() constructor.
-
Raymond Hettinger authored
-
Skip Montanaro authored
fell swoop. Anyway, this just deletes a couple checks for dbm-type header files that are now performed in setup.py. See patch 553108 for details.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Kurt B. Kaiser authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 24 Jun, 2002 1 commit
-
-
Piers Lauder authored
-