summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Added item regarding random/whrandom.Fred Drake1999-08-191-0/+2
* Added disclaimer to the sleep() function.Guido van Rossum1999-08-191-0/+5
* Explain the possible range of values for the pid parameter toFred Drake1999-08-131-6/+14
* In note mentioning [].remove()'s exception, tell what exception isFred Drake1999-08-091-25/+21
* Add index entries for open():Fred Drake1999-08-051-1/+4
* Add index entry "I/O control, buffering" for fdopen().Fred Drake1999-08-051-0/+1
* Add index entry "I/O control, buffering" for makefile().Fred Drake1999-08-051-3/+4
* Started documentation on buffer objects & types. Very preliminary.Fred Drake1999-08-041-1/+66
* Change the directory tree walking example to use clearer variableGuido van Rossum1999-08-031-11/+14
* Re-write in Python for portability. About 30% slower, but who cares?!Fred Drake1999-08-031-26/+61
* remap_element_names(): Only used for things that the new conversionFred Drake1999-08-031-32/+6
* The new conversion engine supports more of the table re-writing thanFred Drake1999-08-031-6/+9
* Removed PyMapping_Clear() -- it was wishful thinking and serves noGuido van Rossum1999-08-021-6/+0
* Use the mksourcepgk script instead of mktarball.sh.Fred Drake1999-08-021-6/+7
* Remove obsolete version of script.Fred Drake1999-08-021-84/+0
* Re-implementation of mktarball.sh as a more portable Python script;Fred Drake1999-08-021-0/+139
* bwrite(), ewrite(): Helpers for diagnostic output; essentially theFred Drake1999-08-021-30/+61
* Mostly minor changes.Fred Drake1999-08-021-52/+23
* This doesn't need to do nearly as much for the new conversion, soFred Drake1999-08-021-24/+0
* A few small improvements to the conversion.Fred Drake1999-08-021-3/+7
* Markup nits.Fred Drake1999-08-021-40/+33
* Fixed hyperlink references to the __builtin__ and __main__ modules;Fred Drake1999-08-021-2/+2
* Ripped out the old conversion.Fred Drake1999-07-291-367/+7
* Added a few more passes through the document fragment. Not actuallyFred Drake1999-07-291-11/+126
* Massive changes.Fred Drake1999-07-291-38/+478
* Minor updates.Fred Drake1999-07-291-4/+8
* Use the (new) buildFragment() method of the EsisBuilder rather thanFred Drake1999-07-291-15/+1
* Some minor cleanup.Fred Drake1999-07-291-20/+18
* Conversion specification, used by a new path through latex2esis.py.Fred Drake1999-07-291-0/+631
* Minor update.Fred Drake1999-07-291-3/+6
* Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (theFred Drake1999-07-291-1/+1
* Add support for bzip2 compression.Fred Drake1999-07-271-2/+30
* Add support for bzip2 using --bzip2.Fred Drake1999-07-271-4/+11
* Ignore additional compressed formats.Fred Drake1999-07-271-0/+2
* Added description of optional parameter to UserDict constructor.Fred Drake1999-07-261-2/+5
* Add zip archive support for html, pdf, ps, and latex archives.Fred Drake1999-07-231-1/+22
* Add --zip parameter; make this able to produce .zip files as well asFred Drake1999-07-231-3/+20
* Update getattr() description to document the optional thirdFred Drake1999-07-221-5/+7
* Make the default target xml instead of sgml.Fred Drake1999-07-221-2/+2
* Make the default target xml instead of sgml.Fred Drake1999-07-221-2/+4
* typo: privide --> provideFred Drake1999-07-201-1/+1
* Added comment clarifying that RELEASE is the documentation releaseFred Drake1999-07-121-1/+3
* do_cmd_funclineni(): New function; non-indexing form of \funcline.Fred Drake1999-07-121-0/+9
* Move chdir() and getcwd() descriptions to "Files and Directories" withFred Drake1999-07-121-10/+16
* Use the same names for CLASS attributes as elsewhere.Fred Drake1999-07-121-3/+4
* Updated Milan's email address.Fred Drake1999-07-121-7/+8
* Several methods return tuples, not lists.Fred Drake1999-07-071-4/+5
* Move some misc. comments from the example section to the main section.Fred Drake1999-07-071-22/+22
* dir() method description revised based on comments from Greg Stein.Fred Drake1999-07-071-6/+7
* Missing space; reported by Robert Kern <kernr@ncifcrf.gov>.Fred Drake1999-07-061-1/+1