- 12 Jul, 2001 39 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
-
Steven M. Gava authored
-
Tim Peters authored
to sys.path if os.sep == ':' (Macs?). See PEP 250.
-
Steven M. Gava authored
-
Steven M. Gava authored
-
Eric S. Raymond authored
could probably stand to have some of the internal things like Marshaller documented. But I think it does a decent job on the entry points and externally visible things. Fred and Fredrik, do your stuff! You both need to proof this.
-
Fred Drake authored
improves internal consistency in the documentation.
-
Fred Drake authored
written.
-
- 11 Jul, 2001 1 commit
-
-
Thomas Wouters authored
Also note that it isn't just Linux nice() that is broken: at least FreeBSD and BSDI also have this problem. os.nice() should probably just be emulated using getpriority()/setpriority(), if they are available, but I'll get to that later.
-