- 13 May, 2003 1 kayıt (commit)
-
-
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 13 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.
-
Martin v. Löwis yazdı
the terminal encoding on Windows and Unix.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
It checks for known commands, forward slashes, unbalanced or mismatched delimters, and unbalanced or mismatched begin/end blocks.
-
Kurt B. Kaiser yazdı
M IOBinding.py M config-main.def M configDialog.py
-
Kurt B. Kaiser yazdı
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 8 kayıt (commit)
-
-
Fred Drake yazdı
-
Skip Montanaro yazdı
in the setup parameter
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
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 yazdı
-
Jack Jansen yazdı
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.
-