- 07 Mar, 2000 7 kayıt (commit)
-
-
Guido van Rossum yazdı
Also removed a bunch of items
-
Guido van Rossum yazdı
cursor, erase that whitespace first. This avoids a particularly confusing case where hitting Return at the end of the command didn't do what it was expected to do -- because it wasn't considered to be at the end of the command. Now it is.
-
Fred Drake yazdı
-
Greg Ward yazdı
changed 'copy_file()' to use the native Mac file copy routine.
-
Greg Ward yazdı
-
Greg Ward yazdı
slashes, and put back together again using the local directory separator.
-
Greg Ward yazdı
in a rather half-assed, but probably effective, way.
-
- 06 Mar, 2000 20 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
When you set a breakpoint on a function with a multi-line argument list, the breakpoint is actually set on the second line of the arguments instead of the first line of the body. This patch fixes that.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
fix imports remove parse functions and visitor code track name change: Classdef to Class add some comments and tweak order of visitXXX methods get rid of if __name__ == "__main__ section
-
Jeremy Hylton yazdı
import some useful functions from contained modules
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
that are internally converted to chars, rather than taking a string.
-
Jeremy Hylton yazdı
add doc string to transformer module add two helper functions: parse(buf) -> AST parseFile(path) -> AST
-
Jeremy Hylton yazdı
-
Guido van Rossum yazdı
complicated to copy in-line here.
-
Jack Jansen yazdı
used for delta-t values by quicktime).
-
Barry Warsaw yazdı
few other paths through the function that leaked).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
before 1.6 is out so it has to be compatible with 1.5.2.
-
Greg Ward yazdı
simpler implementation.
-
Greg Ward yazdı
implement it (so far): * moved filename generation methods into CCompiler base class, driven by data supplied by implementation classes * moved a bunch of common code from UnixCCompiler to convenience methods in CCompiler * overhauled MSVCCompiler's compile/link methods to look and act as much as possible like UnixCCompiler's, in order to regularize both interface and behaviour (especially by using those new convenience methods)
-
Greg Ward yazdı
-
Greg Ward yazdı
Don't assume that the 'libraries' and 'library_dirs' elements of the build info dict are always lists.
-
- 03 Mar, 2000 11 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
idle.py: Load the config files before anything else happens XXX Need to define standard way to get files relative to the IDLE install dir PyShell.py: ColorDelegator.py: Get color defns out of IdleConf instead of IdlePrefs EditorWindow.py: Replace hard-coded font & window size with config options Get extension names via IdleConf.getextensions extend.py: Obsolete. Extensions defined in config file. ParenMatch.py: Use config file for extension options. Revise comment about parser requirements. Simplify logic on find returning None.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jack Jansen yazdı
inadvertantly seen as out-only.
-
Jack Jansen yazdı
pixmap data. Added an as_GrafPort() method to be able to use a GWorld as argument to routines that expect a GrafPort.
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
Changes the one regexp in PyParse capable of making the re module blow the C stack when passed unreasonable <0.9 wink> program text. Jeremy Hylton provoked this with a program of the form: x = (1, 2, ... # 9997 lines deleted here 10000, ) Programs "like this" will no longer (no matter how many lines they contain) trigger re death. OTOH, you can now make another class of unreasonable program that will take much longer to parse.
-
Greg Ward yazdı
-
Greg Ward yazdı
Fixed all DistutilsFileError messages to wrap file/dir names in quotes.
-
- 02 Mar, 2000 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
not run this extension and CallTips extension at the same time.
-
Jack Jansen yazdı
generic, video and audio implemented for now.
-