| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend _close() to break cycles. | Guido van Rossum | 1999-06-25 | 1 | -13/+18 |
|
|
* | Add _close() method that does the actual cleanup (close() asks the | Guido van Rossum | 1999-06-25 | 1 | -10/+26 |
|
|
* | Add close() method that breaks cycles. | Guido van Rossum | 1999-06-25 | 1 | -0/+8 |
|
|
* | Add unregister() method. | Guido van Rossum | 1999-06-25 | 1 | -4/+12 |
|
|
* | Add close() method that breaks a cycle. | Guido van Rossum | 1999-06-25 | 3 | -4/+23 |
|
|
* | Break some cycles when the widget is destroyed. | Guido van Rossum | 1999-06-25 | 1 | -0/+8 |
|
|
* | Patch from Sjoerd Mullender: | Fred Drake | 1999-06-25 | 1 | -12/+12 |
|
|
* | Mikael Lyngvig writes: | Guido van Rossum | 1999-06-25 | 1 | -4/+4 |
|
|
* | Patch by Mikael Lyngvig: | Guido van Rossum | 1999-06-25 | 1 | -4/+4 |
|
|
* | Clarify the example by explicitly importing the fcntl module -- this | Guido van Rossum | 1999-06-24 | 1 | -2/+2 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-06-24 | 1 | -2/+8 |
|
|
* | Small patch by Tim Peters - it was using self.maxlist when it should | Guido van Rossum | 1999-06-23 | 1 | -1/+1 |
|
|
* | Simplified version of a patch by Chih-Hao Huang, who wrote: | Guido van Rossum | 1999-06-23 | 1 | -2/+3 |
|
|
* | Removed tty module entry. | Fred Drake | 1999-06-23 | 1 | -3/+0 |
|
|
* | Add entries for tty module. | Fred Drake | 1999-06-23 | 2 | -0/+2 |
|
|
* | Updates from Moshe, again edited by me. Describe the parameters to | Fred Drake | 1999-06-23 | 1 | -27/+50 |
|
|
* | Added "See Also" section for termios module. | Fred Drake | 1999-06-23 | 1 | -0/+9 |
|
|
* | Various updates. | Fred Drake | 1999-06-23 | 1 | -24/+20 |
|
|
* | tty module documentation from Moshe, with some editing and an added | Fred Drake | 1999-06-23 | 1 | -0/+36 |
|
|
* | Added more sections... | Fred Drake | 1999-06-23 | 2 | -0/+4 |
|
|
* | Two more from Moshe! | Fred Drake | 1999-06-23 | 2 | -0/+219 |
|
|
* | Drag manager constants. | Jack Jansen | 1999-06-23 | 1 | -0/+59 |
|
|
* | Make the mode parameter to open() default in the same way as for wave.open(). | Fred Drake | 1999-06-22 | 2 | -8/+18 |
|
|
* | Added entry for the chunk module. | Fred Drake | 1999-06-22 | 2 | -0/+2 |
|
|
* | New section from Moshe Zadka, modified by FLD for markup, some | Fred Drake | 1999-06-22 | 1 | -0/+71 |
|
|
* | mod from Joe Strout: when quitting, catch errors in window.close() methods an... | Just van Rossum | 1999-06-22 | 1 | -1/+4 |
|
|
* | Patch by Tim Peters: | Guido van Rossum | 1999-06-22 | 4 | -3/+25 |
|
|
* | Patch submitted by Toby Dickenson and approved by Mark Hammond. | Guido van Rossum | 1999-06-21 | 1 | -2/+2 |
|
|
* | Added some "See also" references to htmllib docs. | Fred Drake | 1999-06-21 | 1 | -0/+32 |
|
|
* | Added entry for curses module. | Fred Drake | 1999-06-21 | 1 | -0/+1 |
|
|
* | Added entries for four of Moshe's documentation sections. | Fred Drake | 1999-06-21 | 1 | -0/+4 |
|
|
* | Preliminary documentation for the curses module by Moshe Zadka, with | Fred Drake | 1999-06-21 | 1 | -0/+394 |
|
|
* | Add warning FreeBSD users of a problem with curses and termcap, | Guido van Rossum | 1999-06-21 | 1 | -0/+9 |
|
|
* | Fix a markup error. | Fred Drake | 1999-06-21 | 1 | -1/+1 |
|
|
* | Three more modules documented by Moshe! | Fred Drake | 1999-06-21 | 4 | -0/+197 |
|
|
* | Initial minimal test program: print information on anything dropped onto Python | Jack Jansen | 1999-06-21 | 1 | -0/+43 |
|
|
* | Print something on stderr in case of exceptions in callback routines. | Jack Jansen | 1999-06-21 | 2 | -6/+18 |
|
|
* | Drag manager interface (completely untested, so far) | Jack Jansen | 1999-06-21 | 5 | -0/+1447 |
|
|
* | Greg McFarlane submitted two missing Text methods: mark_next() and | Guido van Rossum | 1999-06-21 | 1 | -0/+4 |
|
|
* | Added a few minor comments, mostly to discourage documentation of | Fred Drake | 1999-06-18 | 1 | -11/+13 |
|
|
* | Added paragraph about potential re-initialization of extension | Fred Drake | 1999-06-18 | 1 | -0/+7 |
|
|
* | Further clarfication of the system-dependence of the system() return | Fred Drake | 1999-06-18 | 1 | -1/+3 |
|
|
* | Relocating file to Lib/lib-old. | Fred Drake | 1999-06-18 | 1 | -63/+0 |
|
|
* | Re-categorize the dump module as obsolete. | Fred Drake | 1999-06-18 | 1 | -3/+3 |
|
|
* | fpformat has been documented for at least a week now! | Fred Drake | 1999-06-18 | 1 | -5/+0 |
|
|
* | CRITICAL PATCH! | Guido van Rossum | 1999-06-18 | 1 | -5/+23 |
|
|
* | # Darn! Local variable l declared but not used in abstract_issubclass(). | Guido van Rossum | 1999-06-17 | 1 | -1/+1 |
|
|
* | Small markup & usage adjustments. | Fred Drake | 1999-06-17 | 1 | -3/+2 |
|
|
* | When looking for things that might be modules, include *module.c from | Fred Drake | 1999-06-17 | 1 | -1/+18 |
|
|
* | Patch suggested (and partially provided) by Lars Damerow: instead of | Guido van Rossum | 1999-06-17 | 1 | -5/+8 |
|
|