summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous "contains" -- pointed out by Daniel BarclayFred Drake1999-07-011-1/+3
* Per Frank Stajano's suggestion, state explicitly that the functionsFred Drake1999-07-011-0/+14
* Make the reference to the os module in the module synopsis (for theFred Drake1999-07-011-1/+1
* Don't set type of application, it's taken care of elsewhere -- jvrJust van Rossum1999-06-301-2/+0
* Made several grammatical corrections based on comments from DanielFred Drake1999-06-301-10/+20
* For "Matching vs. Searching", remove comment that the section isFred Drake1999-06-291-8/+6
* Added some reminders.Fred Drake1999-06-291-2/+9
* Move the setting for secnumdepth to the document classes; make the numberingFred Drake1999-06-293-1/+2
* Added some minor prose before the descriptions of the data attributesFred Drake1999-06-291-5/+12
* Added entry for pty module.Fred Drake1999-06-292-0/+2
* pty documentation from Moshe; with small edits.Fred Drake1999-06-291-0/+41
* Improve description of the example.Fred Drake1999-06-291-4/+9
* Usage nit: a bunch of "nor"s should have been a single "or".Fred Drake1999-06-291-5/+5
* Minor wording change in section title.Fred Drake1999-06-291-1/+1
* byteswap() method: Tell *what* exception gets raised when the typeFred Drake1999-06-291-2/+3
* Remove unnecessary comma.Fred Drake1999-06-291-1/+1
* Define NotANumber as a subclass of ValueError when using class-basedFred Drake1999-06-291-2/+6
* Comment out XXX comment; this needn't appear in the formattedFred Drake1999-06-291-1/+1
* Add note about not being able to use this module with modules notFred Drake1999-06-291-1/+3
* Moshe: Remove extraneous "and".Fred Drake1999-06-291-1/+1
* Added entries for mutex and nis modules.Fred Drake1999-06-272-0/+4
* NIS documentation from Moshe.Fred Drake1999-06-271-0/+48
* Mutex documentation from Moshe.Fred Drake1999-06-271-0/+57
* Separate documentation of SUNAUDIODEV from sunaudiodev; this mirrorsFred Drake1999-06-271-11/+24
* Fix some typos.Fred Drake1999-06-251-5/+5
* Add entries for the sched module.Fred Drake1999-06-252-1/+3
* While we're at it, convert to docstrings and set the indentation levelFred Drake1999-06-251-91/+96
* Moshe's section on the sched module, with edits.Fred Drake1999-06-251-0/+95
* Update to Sjoerd's documentation of the chunk module, with someFred Drake1999-06-251-32/+64
* Close debugger when closing. This may break a cycle.Guido van Rossum1999-06-251-0/+1
* Break cycle on close.Guido van Rossum1999-06-251-0/+2
* Destroy the tree when closing.Guido van Rossum1999-06-251-1/+2
* Add destroy() method to recursively destroy a tree.Guido van Rossum1999-06-251-0/+6
* Extend _close() to break cycles.Guido van Rossum1999-06-251-13/+18
* Add _close() method that does the actual cleanup (close() asks theGuido van Rossum1999-06-251-10/+26
* Add close() method that breaks cycles.Guido van Rossum1999-06-251-0/+8
* Add unregister() method.Guido van Rossum1999-06-251-4/+12
* Add close() method that breaks a cycle.Guido van Rossum1999-06-253-4/+23
* Break some cycles when the widget is destroyed.Guido van Rossum1999-06-251-0/+8
* Patch from Sjoerd Mullender:Fred Drake1999-06-251-12/+12
* Mikael Lyngvig writes:Guido van Rossum1999-06-251-4/+4
* Patch by Mikael Lyngvig:Guido van Rossum1999-06-251-4/+4
* Clarify the example by explicitly importing the fcntl module -- thisGuido van Rossum1999-06-241-2/+2
* Sjoerd Mullender writes:Guido van Rossum1999-06-241-2/+8
* Small patch by Tim Peters - it was using self.maxlist when it shouldGuido van Rossum1999-06-231-1/+1
* Simplified version of a patch by Chih-Hao Huang, who wrote:Guido van Rossum1999-06-231-2/+3
* Removed tty module entry.Fred Drake1999-06-231-3/+0
* Add entries for tty module.Fred Drake1999-06-232-0/+2
* Updates from Moshe, again edited by me. Describe the parameters toFred Drake1999-06-231-27/+50
* Added "See Also" section for termios module.Fred Drake1999-06-231-0/+9