summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Added Marc-Andre Lemburg's documentation for string methods, with someFred Drake2000-08-121-23/+216
* Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since theyThomas Wouters2000-08-111-4/+4
* Some minor clarifications and added some index entries.Fred Drake2000-08-111-20/+22
* O_BINARY: Documented this constant; omission noted by David Ascher.Fred Drake2000-08-111-1/+8
* getopt(): revise description of long_options parameter slightly so it willFred Drake2000-08-111-19/+43
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-101-5/+0
* More on noutrefresh.Eric S. Raymond2000-08-091-1/+3
* Tweak curses.wrapper so it initializes colors if they are available.Eric S. Raymond2000-08-091-4/+5
* Correct markup error.Fred Drake2000-08-091-2/+3
* Correct version number at which the curses.ascii module was introduced.Fred Drake2000-08-091-1/+1
* Fix a few markup errors and lots of small consistency issues.Fred Drake2000-08-091-42/+55
* Barry's patch to document the new setdefault() method. SlightlyGuido van Rossum2000-08-081-0/+8
* Neil Schemenauer: GC enable(), disable(), isenabled() interface.Vladimir Marangozov2000-08-061-7/+19
* Documented curses.wrapper and curses.textpad.Eric S. Raymond2000-08-041-2/+131
* Break the "Python Services" chapter into two: "Python Runtime Services"Fred Drake2000-08-033-17/+29
* int() description: Fix markup to avoid image generation for math mode.Fred Drake2000-08-031-5/+6
* Both PEP 201 Lockstep Iteration and SF patch #101030 have beenBarry Warsaw2000-08-031-0/+9
* Rob Hooft <rob@hooft.net>:Fred Drake2000-08-021-2/+8
* As requested by Fred - mention that in the future a winreg module may make a ...Mark Hammond2000-08-011-2/+3
* fixing a minor spelling mistakePeter Schneider-Kamp2000-08-011-1/+1
* Stop lying about [].pop() being experimental! There is no backing it outFred Drake2000-07-311-4/+3
* added count, extend, index, pop and remove to arraymodulePeter Schneider-Kamp2000-07-312-2/+25
* Two minor nits from Gerry Weiner (no working email address) aboutFred Drake2000-07-311-3/+3
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-07-311-0/+9
* Finally fixed the much-reported bug about "~" in a couple of example.Fred Drake2000-07-281-2/+2
* Second round of curses documentation improvements. Completes and extendsEric S. Raymond2000-07-271-17/+38
* Document tiget{flag,num,str}Andrew M. Kuchling2000-07-261-0/+21
* Fix small typos and markup consistency nits.Fred Drake2000-07-242-15/+16
* First round of curses documentation improvements; correct errors, flesh outEric S. Raymond2000-07-241-109/+170
* added doc for isatty()Skip Montanaro2000-07-191-0/+6
* added documentation for new functions {get,set}_history_lengthSkip Montanaro2000-07-191-0/+11
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-1661-92/+92
* Document the second round of ConfigParser changes.Eric S. Raymond2000-07-141-1/+14
* From Sam Rushing's Medusa, via SF patch #100858: add & documentAndrew M. Kuchling2000-07-131-0/+20
* Documentation for the gc module. Text from Neil SchemenauerFred Drake2000-07-122-0/+107
* Resynchronize the TeX docs with (a) the module docstring, and (b) my recentEric S. Raymond2000-07-121-2/+2
* Change the table in the pyexpat.errors module to a series of datadescFred Drake2000-07-111-21/+64
* Give ConfigParser the capability to set as well as read options, and to writeEric S. Raymond2000-07-101-0/+17
* Minor revisions similar to some information in the new docstrings.Fred Drake2000-07-081-2/+4
* Add an entry for the KDE File Manager support from Peter Funk.Fred Drake2000-07-071-3/+8
* New module webbrowser. Easy-to-use controller objects to make using aFred Drake2000-07-072-0/+96
* Clean up markup to be more like recommended practice; only small changesFred Drake2000-07-061-6/+8
* Correct a markup nit that caused a space to be dropped from the HTMLFred Drake2000-07-061-2/+2
* Several small changes, mostly to the markup, to improve consistency andFred Drake2000-07-063-37/+46
* Add entry for readline documentation.Fred Drake2000-07-061-0/+1
* Sjoerd Mullender <sjoerd@oratrix.nl>:Fred Drake2000-07-061-2/+4
* Correct typo in description of the machine name parameter to theFred Drake2000-07-061-17/+16
* added seealso pointing reader at readline example which uses atexit.Skip Montanaro2000-07-061-0/+4
* simple-minded readline section doc based upon module's doc strings.Skip Montanaro2000-07-061-0/+90
* added warning about incompatibility with other codes' use of sys.exitfunc.Skip Montanaro2000-07-051-0/+8