- 13 May, 2003 3 commits
-
-
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 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 6 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.
-