- 3e2d73f Don't set type of application, it's taken care of elsewhere -- jvr by Just van Rossum · 26 years ago
- f1ad207 Made several grammatical corrections based on comments from Daniel by Fred Drake · 26 years ago
- 3d0971e For "Matching vs. Searching", remove comment that the section is by Fred Drake · 26 years ago
- 9b59a30 Added some reminders. by Fred Drake · 26 years ago
- d85b5a4 Move the setting for secnumdepth to the document classes; make the numbering by Fred Drake · 26 years ago
- 6bf37de Added some minor prose before the descriptions of the data attributes by Fred Drake · 26 years ago
- abc64b7 Added entry for pty module. by Fred Drake · 26 years ago
- a4b5d58 pty documentation from Moshe; with small edits. by Fred Drake · 26 years ago
- 31d10cb Improve description of the example. by Fred Drake · 26 years ago
- f5213c2 Usage nit: a bunch of "nor"s should have been a single "or". by Fred Drake · 26 years ago
- 8ad2703 Minor wording change in section title. by Fred Drake · 26 years ago
- ac00c4c byteswap() method: Tell *what* exception gets raised when the type by Fred Drake · 26 years ago
- 9118f7c Remove unnecessary comma. by Fred Drake · 26 years ago
- b8690fb Define NotANumber as a subclass of ValueError when using class-based exceptions. by Fred Drake · 26 years ago
- 9e0b622 Comment out XXX comment; this needn't appear in the formatted by Fred Drake · 26 years ago
- ef1a029 Add note about not being able to use this module with modules not by Fred Drake · 26 years ago
- 4886c66 Moshe: Remove extraneous "and". by Fred Drake · 26 years ago
- e4d7818 Added entries for mutex and nis modules. by Fred Drake · 26 years ago
- 7fefba5 NIS documentation from Moshe. by Fred Drake · 26 years ago
- 2231357 Mutex documentation from Moshe. by Fred Drake · 26 years ago
- 7a65a26 Separate documentation of SUNAUDIODEV from sunaudiodev; this mirrors by Fred Drake · 26 years ago
- 14ae4b4 Fix some typos. by Fred Drake · 26 years ago
- c4e3bf9 Add entries for the sched module. by Fred Drake · 26 years ago
- 5c4012a While we're at it, convert to docstrings and set the indentation level to 4. by Fred Drake · 26 years ago
- 7e99032 Moshe's section on the sched module, with edits. by Fred Drake · 26 years ago
- 60b66e1 Update to Sjoerd's documentation of the chunk module, with some by Fred Drake · 26 years ago
- 16e0bab Close debugger when closing. This may break a cycle. by Guido van Rossum · 26 years ago
- ba5a59c Break cycle on close. by Guido van Rossum · 26 years ago
- 5af0df5 Destroy the tree when closing. by Guido van Rossum · 26 years ago
- 30455f3 Add destroy() method to recursively destroy a tree. by Guido van Rossum · 26 years ago
- fed9b91 Extend _close() to break cycles. by Guido van Rossum · 26 years ago
- 205afb4 Add _close() method that does the actual cleanup (close() asks the by Guido van Rossum · 26 years ago
- dd4dda8 Add close() method that breaks cycles. by Guido van Rossum · 26 years ago
- 374c0df Add unregister() method. by Guido van Rossum · 26 years ago
- e689f00 Add close() method that breaks a cycle. by Guido van Rossum · 26 years ago
- 7ea8f84 Break some cycles when the widget is destroyed. by Guido van Rossum · 26 years ago
- 624a191 Patch from Sjoerd Mullender: by Fred Drake · 26 years ago
- 59834f1 Mikael Lyngvig writes: by Guido van Rossum · 26 years ago
- 3aa9ca1 Patch by Mikael Lyngvig: by Guido van Rossum · 26 years ago
- cf6905f Clarify the example by explicitly importing the fcntl module -- this by Guido van Rossum · 26 years ago
- 336a201 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
- ff3a278 Small patch by Tim Peters - it was using self.maxlist when it should by Guido van Rossum · 26 years ago
- ce76951 Simplified version of a patch by Chih-Hao Huang, who wrote: by Guido van Rossum · 26 years ago
- 7c24264 Removed tty module entry. by Fred Drake · 26 years ago
- 1b2dc90 Add entries for tty module. by Fred Drake · 26 years ago
- 0bccd73 Updates from Moshe, again edited by me. Describe the parameters to by Fred Drake · 26 years ago
- 92f3f41 Added "See Also" section for termios module. by Fred Drake · 26 years ago
- ae4d5c2 Various updates. by Fred Drake · 26 years ago
- 66239d5 tty module documentation from Moshe, with some editing and an added by Fred Drake · 26 years ago
- af81a50 Added more sections... by Fred Drake · 26 years ago
- b742a42 Two more from Moshe! by Fred Drake · 26 years ago
- cab9476 Drag manager constants. by Jack Jansen · 26 years ago
- 4316135 Make the mode parameter to open() default in the same way as for wave.open(). by Fred Drake · 26 years ago
- 707f8e6 Added entry for the chunk module. by Fred Drake · 26 years ago
- 97793ab New section from Moshe Zadka, modified by FLD for markup, some by Fred Drake · 26 years ago
- d58c746 mod from Joe Strout: when quitting, catch errors in window.close() methods and ignore them. Otherwise one can never quit. by Just van Rossum · 26 years ago
- 8746082 Patch by Tim Peters: by Guido van Rossum · 26 years ago
- 4312890 Patch submitted by Toby Dickenson and approved by Mark Hammond. Toby writes: by Guido van Rossum · 26 years ago
- 0f871dc Added some "See also" references to htmllib docs. by Fred Drake · 26 years ago
- 2cd31dc Added entry for curses module. by Fred Drake · 26 years ago
- 4997f4d Added entries for four of Moshe's documentation sections. by Fred Drake · 26 years ago
- a4070ce Preliminary documentation for the curses module by Moshe Zadka, with by Fred Drake · 26 years ago
- 5923050 Add warning FreeBSD users of a problem with curses and termcap, by Guido van Rossum · 26 years ago
- d5d55ea Fix a markup error. by Fred Drake · 26 years ago
- 4755e7d Three more modules documented by Moshe! by Fred Drake · 26 years ago
- 1de2a92 Initial minimal test program: print information on anything dropped onto Python by Jack Jansen · 26 years ago
- 58b2eac Print something on stderr in case of exceptions in callback routines. by Jack Jansen · 26 years ago
- c4f6331 Drag manager interface (completely untested, so far) by Jack Jansen · 26 years ago
- 1a03cf5 Greg McFarlane submitted two missing Text methods: mark_next() and by Guido van Rossum · 26 years ago
- 6f49e0a Added a few minor comments, mostly to discourage documentation of by Fred Drake · 26 years ago
- a48a083 Added paragraph about potential re-initialization of extension by Fred Drake · 26 years ago
- a88ef00 Further clarfication of the system-dependence of the system() return by Fred Drake · 26 years ago
- 4f29869 Relocating file to Lib/lib-old. by Fred Drake · 26 years ago
- 46e1a32 Re-categorize the dump module as obsolete. by Fred Drake · 26 years ago
- 354e982 fpformat has been documented for at least a week now! by Fred Drake · 26 years ago
- 1d5ad90 CRITICAL PATCH! by Guido van Rossum · 26 years ago
- 7f85186 # Darn! Local variable l declared but not used in abstract_issubclass(). by Guido van Rossum · 26 years ago
- 26921da Small markup & usage adjustments. by Fred Drake · 26 years ago
- 924b42d When looking for things that might be modules, include *module.c from by Fred Drake · 26 years ago
- 9e480ad Patch suggested (and partially provided) by Lars Damerow: instead of by Guido van Rossum · 26 years ago
- e019789 Correction: the parameters of new.instance() are type-checked. by Fred Drake · 26 years ago
- de69ae1 Updated version from Moshe, with a re-written warning about the by Fred Drake · 26 years ago
- 173ba5e Minor markup nits. by Fred Drake · 26 years ago
- 97c2fa0 Small English usage nits. by Fred Drake · 26 years ago
- 7487c02 Small markup and English usage nits. by Fred Drake · 26 years ago
- bfadac0 In collect_children(), put a try-except around os.waitpid() because it by Guido van Rossum · 26 years ago
- 873f029 Add reminder that wave.open() documentation should be updated for the by Fred Drake · 26 years ago
- f960782 open(): Make the mode parameter optional; if omitted or None, use the by Fred Drake · 26 years ago
- 551d2b1 Add entries due to additional sections from Moshe. by Fred Drake · 26 years ago
- 26da284 Add/remove entries due to additional sections from Moshe. by Fred Drake · 26 years ago
- 64bc94e New module documentation sections from Moshe Zadka <moshez@math.huji.ac.il>! by Fred Drake · 26 years ago
- 668213d Patch by Jim Fulton (code style tweaked a bit) to support by Guido van Rossum · 26 years ago
- 9f612f9 Suppress warning print statements about modules not found, they are by Guido van Rossum · 26 years ago
- 7bb11d6 Sjoerd Mullender: by Guido van Rossum · 26 years ago
- f2f0594 Laurence Tratt notes that the accept() call in get_request() can fail, by Guido van Rossum · 26 years ago
- e55702b Added note to __not__() description that this operation is defined by Fred Drake · 26 years ago
- 47ac4e6 Add the test case provided by Barry Scott for his patch. by Guido van Rossum · 26 years ago
- b184487 Barry Scott writes: by Guido van Rossum · 26 years ago
- 1e44029 Several new index entries to make find this easier. by Fred Drake · 26 years ago
- 6e1d78a Added a couple of endswith test cases for bugs reported by Timbot. by Barry Warsaw · 26 years ago