- 26 Haz, 2002 18 kayıt (commit)
-
-
Jack Jansen yazdı
header files. If we're building with precompiled headers these are in scope.
-
Jack Jansen yazdı
header file in stead of mwerks_carbonplugin_config.h.
-
Jack Jansen yazdı
files open when we're rebuilding them all.
-
Jack Jansen yazdı
- Use precompiled headers - Rationalize config file names.
-
Jack Jansen yazdı
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 yazdı
Fixed various MacPython-specific issues found by attempting to use the standard core setup.py for MacPython.
-
Raymond Hettinger yazdı
-
Fred Drake yazdı
timing information in the output makes the determination of success bogus.
-
Jack Jansen yazdı
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 yazdı
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 yazdı
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
Ka-Ping Yee yazdı
Don't show hidden fields of exception values (names starting with '_').
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Kurt B. Kaiser yazdı
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 yazdı
-
- 25 Haz, 2002 15 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Add hyperlinks to make the documentation on the Attributes and AttributesNS interfaces more discoverable. Closes SF bug #484603.
-
Fred Drake yazdı
-
Fred Drake yazdı
of the implementation classes. (Remove the "Impl" from two names.)
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
and examples of the dict() constructor.
-
Raymond Hettinger yazdı
-
Skip Montanaro yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Kurt B. Kaiser yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 24 Haz, 2002 5 kayıt (commit)
-
-
Piers Lauder yazdı
-
Barry Warsaw yazdı
-R/--rpath flag gets passed to the linker. Source builds of BerkeleyDB do their default installs in locations not normally on ld.so's search path.
-
Kurt B. Kaiser yazdı
M Debugger.py : Added clear_file_breaks() M EditorWindow.py : Clear breaks when closed, commments->docstrings, comment out some debugging print statements M PyShell.py : comments->docstrings ; clarify extending EditorWindow methods. M RemoteDebugger.py: Add clear_all_file_breaks() functionality, clarify some comments.
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
Fix typo.
-
- 23 Haz, 2002 2 kayıt (commit)
-
-
Jack Jansen yazdı
- Use precompiled headers - Rationalized naming scheme
-
Michael W. Hudson yazdı
-