- 12 Feb, 1999 15 commits
-
-
Fred Drake authored
-
Fred Drake authored
names. Markup nits.
-
Fred Drake authored
we generate anyway.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
<petrilli@amber.org>. This spells the end of another whole section in the undoc chapter!
-
Fred Drake authored
-
Fred Drake authored
out a little better. Make sure the boxes for the last column of tables always get drawn; these are often left empty of content when used as a "Notes" column. They look a little better this way.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
index.
-
Guido van Rossum authored
iterations looking for expansions to 10.
-
Jack Jansen authored
-
Jack Jansen authored
have stopped working.
-
- 11 Feb, 1999 1 commit
-
-
Guido van Rossum authored
exists.
-
- 10 Feb, 1999 8 commits
-
-
Jack Jansen authored
Added a few references to cvs locations for external libraries. img now builds in its own Extensions folder.
-
Jack Jansen authored
Added AskPassword() with same interface as AskString. By Steve Majewski with some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink.
-
Jack Jansen authored
-
Fred Drake authored
the subitem text is updated correctly when each module section is processed. Print [<modulename>] when we start on \declaremodule so we can more easily track progress during the library reference.
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Jack Jansen authored
typeExtended was a Think-ism that must have stopped working years and years ago without anyone noticing.
-
- 09 Feb, 1999 7 commits
-
-
Barry Warsaw authored
was just an alias for PyExc_OSError and the way we were doing it was causing a (small) memory leak anyway. Just use PyExc_OSError everywhere.
-
Fred Drake authored
with the python.org style.
-
Guido van Rossum authored
-
Guido van Rossum authored
up the _tkinter main loop. Not clear why; the _kbhit() call _tkinter makes probably confuses the stdio library when buffering isn't set to whatever it is by default.
-
Fred Drake authored
symbol on it.
-
Fred Drake authored
-
Fred Drake authored
badly in practice and botched the whole thing. Wasn't obvious when looking at the local effects (which worked), but completely broke entire pages. ;-(
-
- 08 Feb, 1999 9 commits
-
-
Guido van Rossum authored
wrong variable.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
The test code is now accessed as a package.
-
Guido van Rossum authored
-
Guido van Rossum authored
+ Implements a put_nowait method. + Adds a corresponding Queue.Full exception. + Simplifies the implementation by adding optional "block" args to get() and put(), and makes the old get_nowait() and new put_nowait() one-line redirections to get() and put(). + Uses (much) simpler logic for the nowait cases. + Regularizes the doc strings to something closer to "Guido style" <wink>. + Converts two stray tabs into spaces. + Removes confusing verbiage about the queue "not being available" from the docstrings -- never knew what that meant as a user, and after digging into the implementation still didn't know what it was trying to say.
-
Guido van Rossum authored
(including a docstring saying "blah"). Fixed all this. (Please review for potential memory leaks!)
-
Guido van Rossum authored
avoid tracebacks when the root is destroyed before the image object.
-