1999-06-29 |
Fred Drake | pty documentation from Moshe; with small edits. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Improve description of the example. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Usage nit: a bunch of "nor"s should have been a single... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Minor wording change in section title. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | byteswap() method: Tell *what* exception gets raised... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Remove unnecessary comma. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Define NotANumber as a subclass of ValueError when... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Comment out XXX comment; this needn't appear in the... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Add note about not being able to use this module with... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Fred Drake | Moshe: Remove extraneous "and". |
commit | commitdiff | tree | snapshot |
1999-06-27 |
Fred Drake | Added entries for mutex and nis modules. |
commit | commitdiff | tree | snapshot |
1999-06-27 |
Fred Drake | NIS documentation from Moshe. |
commit | commitdiff | tree | snapshot |
1999-06-27 |
Fred Drake | Mutex documentation from Moshe. |
commit | commitdiff | tree | snapshot |
1999-06-27 |
Fred Drake | Separate documentation of SUNAUDIODEV from sunaudiodev... |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Fred Drake | Fix some typos. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Fred Drake | Add entries for the sched module. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Fred Drake | While we're at it, convert to docstrings and set the... |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Fred Drake | Moshe's section on the sched module, with edits. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Fred Drake | Update to Sjoerd's documentation of the chunk module... |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Close debugger when closing. This may break a cycle. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Break cycle on close. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Destroy the tree when closing. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Add destroy() method to recursively destroy a tree. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Extend _close() to break cycles. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Add _close() method that does the actual cleanup (close... |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Add close() method that breaks cycles. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Add unregister() method. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Add close() method that breaks a cycle. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Break some cycles when the widget is destroyed. |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Fred Drake | Patch from Sjoerd Mullender: |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Mikael Lyngvig writes: |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Guido van Rossum | Patch by Mikael Lyngvig: |
commit | commitdiff | tree | snapshot |
1999-06-24 |
Guido van Rossum | Clarify the example by explicitly importing the fcntl... |
commit | commitdiff | tree | snapshot |
1999-06-24 |
Guido van Rossum | Sjoerd Mullender writes: |
commit | commitdiff | tree | snapshot |
1999-06-23 |
Guido van Rossum | Small patch by Tim Peters - it was using self.maxlist... |
commit | commitdiff | tree | snapshot |
1999-06-23 |
Guido van Rossum | Simplified version of a patch by Chih-Hao Huang, who... |
commit | commitdiff | tree | snapshot |
1999-06-23 |
Fred Drake | Removed tty module entry. |
commit | commitdiff | tree | snapshot |
1999-06-23 |
Fred Drake | Add entries for tty module. |
commit | commitdiff | tree | snapshot |
1999-06-23 |
Fred Drake | Updates from Moshe, again edited by me. Describe the... |
commit | commitdiff | tree | snapshot |
1999-06-23 |
Fred Drake | Added "See Also" section for termios module. |
commit | commitdiff | tree | snapshot |
1999-06-23 |
Fred Drake | Various updates. |
commit | commitdiff | tree | snapshot |
1999-06-23 |
Fred Drake | tty module documentation from Moshe, with some editing... |
commit | commitdiff | tree | snapshot |
1999-06-23 |
Fred Drake | Added more sections... |
commit | commitdiff | tree | snapshot |
1999-06-23 |
Fred Drake | Two more from Moshe! |
commit | commitdiff | tree | snapshot |
1999-06-23 |
Jack Jansen | Drag manager constants. |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Fred Drake | Make the mode parameter to open() default in the same... |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Fred Drake | Added entry for the chunk module. |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Fred Drake | New section from Moshe Zadka, modified by FLD for marku... |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Just van Rossum | mod from Joe Strout: when quitting, catch errors in... |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Guido van Rossum | Patch by Tim Peters: |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Guido van Rossum | Patch submitted by Toby Dickenson and approved by Mark... |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Fred Drake | Added some "See also" references to htmllib docs. |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Fred Drake | Added entry for curses module. |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Fred Drake | Added entries for four of Moshe's documentation sections. |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Fred Drake | Preliminary documentation for the curses module by... |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Guido van Rossum | Add warning FreeBSD users of a problem with curses... |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Fred Drake | Fix a markup error. |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Fred Drake | Three more modules documented by Moshe! |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Jack Jansen | Initial minimal test program: print information on... |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Jack Jansen | Print something on stderr in case of exceptions in... |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Jack Jansen | Drag manager interface (completely untested, so far) |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Guido van Rossum | Greg McFarlane submitted two missing Text methods:... |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Fred Drake | Added a few minor comments, mostly to discourage docume... |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Fred Drake | Added paragraph about potential re-initialization of... |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Fred Drake | Further clarfication of the system-dependence of the... |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Fred Drake | Relocating file to Lib/lib-old. |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Fred Drake | Re-categorize the dump module as obsolete. |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Fred Drake | fpformat has been documented for at least a week now! |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Guido van Rossum | CRITICAL PATCH! |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Guido van Rossum | # Darn! Local variable l declared but not used in... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Fred Drake | Small markup & usage adjustments. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Fred Drake | When looking for things that might be modules, include... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Guido van Rossum | Patch suggested (and partially provided) by Lars Damero... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Fred Drake | Correction: the parameters of new.instance() are type... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Fred Drake | Updated version from Moshe, with a re-written warning... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Fred Drake | Minor markup nits. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Fred Drake | Small English usage nits. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Fred Drake | Small markup and English usage nits. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Guido van Rossum | In collect_children(), put a try-except around os.waitp... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Fred Drake | Add reminder that wave.open() documentation should... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Fred Drake | open(): Make the mode parameter optional; if omitted... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Fred Drake | Add entries due to additional sections from Moshe. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Fred Drake | Add/remove entries due to additional sections from... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Fred Drake | New module documentation sections from Moshe Zadka... |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Guido van Rossum | Patch by Jim Fulton (code style tweaked a bit) to support |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Guido van Rossum | Suppress warning print statements about modules not... |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Guido van Rossum | Sjoerd Mullender: |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Guido van Rossum | Laurence Tratt notes that the accept() call in get_requ... |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Fred Drake | Added note to __not__() description that this operation... |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Guido van Rossum | Add the test case provided by Barry Scott for his patch. |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Guido van Rossum | Barry Scott writes: |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Fred Drake | Several new index entries to make find this easier. |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Barry Warsaw | Added a couple of endswith test cases for bugs reported... |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Guido van Rossum | New version from Jim: |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Guido van Rossum | New version from Jim: don't call Py_FatalError() when... |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Fred Drake | Added entries for new sections from Moshe. |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Fred Drake | Misc. changes related to the new sections. |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Fred Drake | New sections from Moshe Zadka <moshez@math.huji.ac... |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Barry Warsaw | Added more tests of join |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Fred Drake | Message.getheaders(): If there are no matching headers... |
commit | commitdiff | tree | snapshot |
next |