- 13 Tem, 2001 6 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
VP IDLE version depended on VP's ExecBinding.py and spawn.py to get the path to the Windows Doc directory (relative to python.exe). Removed this conflicting code in favor of py-cvs updates which on Windows use a hard coded path relative to the location of this module. py-cvs updates include support for webbrowser.py. Module still has BrowserControl.py for 1.5.2 support. At this point, the differences wrt py-cvs relate to menu functionality.
-
Tim Peters yazdı
particular, str(long) and repr(long) use base 10, and that gets a factor of 4 speedup). Another factor of 2 can be gotten by refactoring divrem1 to support in-place division, but that started getting messy so I'm leaving that out.
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
Colorize "as" after "import" / use DEBUG instead of __debug__
-
- 12 Tem, 2001 34 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
Note: browser.py was renamed BrowserControl.py 10 May 2000. It provides a collection of classes and convenience functions to control external browsers "for 1.5.2 support". It was removed from py-cvs 18 April 2001.
-
Fred Drake yazdı
-
Fred Drake yazdı
the rest of the documnentation.
-
Kurt B. Kaiser yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
"Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2). Get rid of assignment to unused self.text.wordlist." --GvR
-
Fred Drake yazdı
release being discussed.
-
Jack Jansen yazdı
-
Fred Drake yazdı
is to avoid as many stat() calls as we can.
-
Tim Peters yazdı
Lib\site-packages\README.txt.
-
Fred Drake yazdı
matched; reported by Paul Moore. Wrapped several long lines.
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Guido van Rossum yazdı
an exception.
-
Guido van Rossum yazdı
Although this is a one-character change, more work needs to be done: the compiler can get rid of a lot of non-nested-scopes code, the documentation needs to be updated, the future statement can be simplified, etc. But this change enables the nested scope semantics everywhere, and that's the important part -- we can now test code for compatibility with nested scopes by default.
-
Guido van Rossum yazdı
(Tim & I should agree on where to add new additions: I add them at the top, Tim adds them at the bottom. I like the top better because folks who occasionally check out the NEWS file will see the latest news first.)
-
Guido van Rossum yazdı
instead of raising an error. This was one of the two issues that the VPython folks were particularly problematic for their students. (The other one was integer division...) This implements (my) SF patch #440487.
-
Guido van Rossum yazdı
raising an error. This was one of the two issues that the VPython folks were particularly problematic for their students. (The other one was integer division...) This implements (my) SF patch #440487.
-
Guido van Rossum yazdı
raising an error. This was one of the two issues that the VPython folks were particularly problematic for their students. (The other one was integer division...) This implements (my) SF patch #440487.
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Tim Peters yazdı
to sys.path if os.sep == ':' (Macs?). See PEP 250.
-