- 13 May, 2003 16 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
(I've tested the fixes, but please proofread anyway.)
-
Guido van Rossum yazdı
handling.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
as an example program
-
Andrew M. Kuchling yazdı
Modernize the code a bit Add docstring
-
Andrew M. Kuchling yazdı
-
Tony Lownds yazdı
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 yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Also, put match() description before search(); search() refers to match()
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Brett Cannon yazdı
Made some stylistic fixes.
-
Brett Cannon yazdı
-
- 12 May, 2003 14 kayıt (commit)
-
-
Raymond Hettinger yazdı
* 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 yazdı
-
Fred Drake yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
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 yazdı
bound to a module global, the file object remained opened throughout the test suite run.
-
Tim Peters yazdı
about a decade ago. Put the code still allowing for it in cmp_type() out of its lonely misery.
-
Jim Fulton yazdı
day, but I missfired in CVS.
-
Fred Drake yazdı
index entry. Suggested to python-docs.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
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 yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
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 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Brett Cannon yazdı
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 yazdı
-
- 10 May, 2003 6 kayıt (commit)
-
-
Fred Drake yazdı
- when marking a function, the trailing () should be included consistently
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
riscospath.extsep, and use os.extsep throughout.
-