- 13 Jul, 2001 8 commits
-
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
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 authored
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 authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
Colorize "as" after "import" / use DEBUG instead of __debug__
-
- 12 Jul, 2001 32 commits
-
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
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 authored
-
Fred Drake authored
the rest of the documnentation.
-
Kurt B. Kaiser authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
"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 authored
release being discussed.
-
Jack Jansen authored
-
Fred Drake authored
is to avoid as many stat() calls as we can.
-
Tim Peters authored
Lib\site-packages\README.txt.
-
Fred Drake authored
matched; reported by Paul Moore. Wrapped several long lines.
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Guido van Rossum authored
an exception.
-
Guido van Rossum authored
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 authored
(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 authored
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 authored
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 authored
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 authored
-
Steven M. Gava authored
-
Steven M. Gava authored
-
Steven M. Gava authored
-
Steven M. Gava authored
-