summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Drag manager constants.Jack Jansen1999-06-231-0/+59
* Make the mode parameter to open() default in the same way as for wave.open().Fred Drake1999-06-222-8/+18
* Added entry for the chunk module.Fred Drake1999-06-222-0/+2
* New section from Moshe Zadka, modified by FLD for markup, someFred Drake1999-06-221-0/+71
* mod from Joe Strout: when quitting, catch errors in window.close() methods an...Just van Rossum1999-06-221-1/+4
* Patch by Tim Peters:Guido van Rossum1999-06-224-3/+25
* Patch submitted by Toby Dickenson and approved by Mark Hammond.Guido van Rossum1999-06-211-2/+2
* Added some "See also" references to htmllib docs.Fred Drake1999-06-211-0/+32
* Added entry for curses module.Fred Drake1999-06-211-0/+1
* Added entries for four of Moshe's documentation sections.Fred Drake1999-06-211-0/+4
* Preliminary documentation for the curses module by Moshe Zadka, withFred Drake1999-06-211-0/+394
* Add warning FreeBSD users of a problem with curses and termcap,Guido van Rossum1999-06-211-0/+9
* Fix a markup error.Fred Drake1999-06-211-1/+1
* Three more modules documented by Moshe!Fred Drake1999-06-214-0/+197
* Initial minimal test program: print information on anything dropped onto PythonJack Jansen1999-06-211-0/+43
* Print something on stderr in case of exceptions in callback routines.Jack Jansen1999-06-212-6/+18
* Drag manager interface (completely untested, so far)Jack Jansen1999-06-215-0/+1447
* Greg McFarlane submitted two missing Text methods: mark_next() andGuido van Rossum1999-06-211-0/+4
* Added a few minor comments, mostly to discourage documentation ofFred Drake1999-06-181-11/+13
* Added paragraph about potential re-initialization of extensionFred Drake1999-06-181-0/+7
* Further clarfication of the system-dependence of the system() returnFred Drake1999-06-181-1/+3
* Relocating file to Lib/lib-old.Fred Drake1999-06-181-63/+0
* Re-categorize the dump module as obsolete.Fred Drake1999-06-181-3/+3
* fpformat has been documented for at least a week now!Fred Drake1999-06-181-5/+0
* CRITICAL PATCH!Guido van Rossum1999-06-181-5/+23
* # Darn! Local variable l declared but not used in abstract_issubclass().Guido van Rossum1999-06-171-1/+1
* Small markup & usage adjustments.Fred Drake1999-06-171-3/+2
* When looking for things that might be modules, include *module.c fromFred Drake1999-06-171-1/+18
* Patch suggested (and partially provided) by Lars Damerow: instead ofGuido van Rossum1999-06-171-5/+8
* Correction: the parameters of new.instance() are type-checked.Fred Drake1999-06-171-11/+11
* Updated version from Moshe, with a re-written warning about theFred Drake1999-06-171-28/+11
* Minor markup nits.Fred Drake1999-06-171-3/+4
* Small English usage nits.Fred Drake1999-06-171-10/+13
* Small markup and English usage nits.Fred Drake1999-06-171-29/+30
* In collect_children(), put a try-except around os.waitpid() because itGuido van Rossum1999-06-171-1/+4
* Add reminder that wave.open() documentation should be updated for theFred Drake1999-06-171-0/+3
* open(): Make the mode parameter optional; if omitted or None, use theFred Drake1999-06-171-1/+6
* Add entries due to additional sections from Moshe.Fred Drake1999-06-171-0/+6
* Add/remove entries due to additional sections from Moshe.Fred Drake1999-06-172-19/+6
* New module documentation sections from Moshe Zadka <moshez@math.huji.ac.il>!Fred Drake1999-06-176-0/+390
* Patch by Jim Fulton (code style tweaked a bit) to supportGuido van Rossum1999-06-161-17/+94
* Suppress warning print statements about modules not found, they areGuido van Rossum1999-06-161-2/+3
* Sjoerd Mullender:Guido van Rossum1999-06-161-8/+24
* Laurence Tratt notes that the accept() call in get_request() can fail,Guido van Rossum1999-06-151-1/+4
* Added note to __not__() description that this operation is definedFred Drake1999-06-151-1/+3
* Add the test case provided by Barry Scott for his patch.Guido van Rossum1999-06-151-0/+5
* Barry Scott writes:Guido van Rossum1999-06-151-1/+1
* Several new index entries to make find this easier.Fred Drake1999-06-151-9/+11
* Added a couple of endswith test cases for bugs reported by Timbot.Barry Warsaw1999-06-151-0/+8
* New version from Jim:Guido van Rossum1999-06-151-50/+30