- 14 May, 2003 2 commits
-
-
Fred Drake authored
exit code they returned. All other types of exit from child processes are normalized to a return code of 1. Closes SF bug #732143.
-
Brett Cannon authored
-
- 13 May, 2003 17 commits
-
-
Brett Cannon authored
-
Andrew M. Kuchling authored
(I've tested the fixes, but please proofread anyway.)
-
Guido van Rossum authored
handling.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
as an example program
-
Andrew M. Kuchling authored
Modernize the code a bit Add docstring
-
Andrew M. Kuchling authored
-
Tony Lownds authored
specialized for Mac OS X. 2. buildapp.py - a new file for building an application icon for IDLE on Mac OS X. See INSTALL.txt
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Also, put match() description before search(); search() refers to match()
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Brett Cannon authored
Made some stylistic fixes.
-
Brett Cannon authored
-
- 12 May, 2003 14 commits
-
-
Raymond Hettinger authored
* Added more LaTex cmds from the docs. * Blocked forward-slash warnings with delimiters-only option. * Put help message on shorter line to fit an 80 char screen.
-
Brett Cannon authored
-
Fred Drake authored
-
Tim Peters authored
-
Tim Peters authored
This file isn't meant to be executed, it's data input for test_tokenize.py. The problem with the .py extension is that it uses "non-standard" indentation, and it's good to test that, but reindent.py keeps wanting to fix it. But fixing the indentation causes the expected-output file to change, since exact line and column numbers are part of the tokenize.tokenize() output getting tested.
-
Tim Peters authored
bound to a module global, the file object remained opened throughout the test suite run.
-
Tim Peters authored
about a decade ago. Put the code still allowing for it in cmp_type() out of its lonely misery.
-
Jim Fulton authored
day, but I missfired in CVS.
-
Fred Drake authored
index entry. Suggested to python-docs.
-
Brett Cannon authored
-
Brett Cannon authored
headers and not have any dependency on case. Closes patch #649742. Also changed all instances of dict.items to dict.iteritems where appropriate.
-
Raymond Hettinger authored
-
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 3 commits
-
-
Fred Drake authored
- when marking a function, the trailing () should be included consistently
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-