- 12 May, 2003 2 commits
-
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
2. run.py: move exception printing to toplevel to allow access from main() 3. Clarification in PyShell.py: when the subprocess is restarted, the debugger GUI is reused with a fresh instance of the subprocess debugger. M PyShell.py M RemoteDebugger.py M run.py
-
- 11 May, 2003 4 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Brett Cannon authored
with values of 0. Also now check time.daylight to see if time.tzname[1] should be used in timezone checking.
-
Martin v. Löwis authored
-
- 10 May, 2003 13 commits
-
-
Fred Drake authored
- when marking a function, the trailing () should be included consistently
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
riscospath.extsep, and use os.extsep throughout.
-
Martin v. Löwis authored
the terminal encoding on Windows and Unix.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
It checks for known commands, forward slashes, unbalanced or mismatched delimters, and unbalanced or mismatched begin/end blocks.
-
Kurt B. Kaiser authored
M IOBinding.py M config-main.def M configDialog.py
-
Kurt B. Kaiser authored
threading modules. Can debug user code which imports these modules, though. 2. Re-enable debugger in PyShell. 3. Remove old code implementing previous approaches to this issue. M Debugger.py M PyShell.py M rpc.py
-
- 09 May, 2003 21 commits
-
-
Fred Drake authored
-
Skip Montanaro authored
in the setup parameter
-
Fred Drake authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
distutils now looks for the compiler version in sys.version, falling back to MSVC 6 if the version isn't listed (Python 2.2 and lower). Add helper routines for reading the registry. Refactor many module functions into methods of the compiler to avoid passing lots of state as arguments.
-
Jack Jansen authored
-
Jack Jansen authored
honor them). Use this when building the MacOSX binary installer to get group-writeable files. Ths fix works for directories and executables, not for files just yet, because of bug #735274.
-
Fred Drake authored
- fix two typos
-
Just van Rossum authored
-
Jack Jansen authored
-
Just van Rossum authored
-
Michael W. Hudson authored
[ 733781 ] fcntl fails to build on old RH Linux
-
Jack Jansen authored
-
Martin v. Löwis authored
Fixes bug reported in comment to #728322.
-
Martin v. Löwis authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Martin v. Löwis authored
-
Just van Rossum authored
is enabled.
-