summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Explain how come that pickle and cPickle, while using the same dataGuido van Rossum1999-01-061-0/+6
* Minor clarifications by Sean Reifschneider:Guido van Rossum1999-01-061-1/+15
* Replace the docs for reduce with an adaptation of its docstring, whichGuido van Rossum1999-01-061-8/+9
* Add doc for access() and ttyname(). Patch by Sean Reifschneider.Guido van Rossum1999-01-061-0/+12
* Preliminary code to mark paragraphs. Seems to work, but very slow.Fred Drake1999-01-061-2/+150
* Remove documentation for whatraw() since it's gone now.Fred Drake1999-01-061-13/+2
* Document the sndhdr module.Fred Drake1999-01-053-6/+56
* Shorten the synopsis that gets into the table of contents.Fred Drake1999-01-051-1/+1
* write_idxfile(): New function. Isolate format of the external indexFred Drake1999-01-051-95/+82
* Added missing "from" in IOError description.Fred Drake1999-01-051-1/+1
* Remove obsolete comment.Fred Drake1999-01-051-1/+0
* Make the documents that have indexes dependent on the buildindex.pyFred Drake1999-01-051-4/+6
* do_cmd_methodline(): New function, implements indexing version ofFred Drake1999-01-051-6/+30
* trim_ignored_letters(): Simplify a little.Fred Drake1999-01-041-6/+6
* Update information on the version of latex2html to use, includingFred Drake1999-01-041-2/+5
* Typo: "TWELV" --> "TWELVE"Fred Drake1999-01-041-1/+4
* Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.)Andrew M. Kuchling1998-12-311-4/+11
* Added index entries to make it easier to locate directory & file operations.Fred Drake1998-12-281-0/+3
* Added index entries to make it easier to locate directory operations.Fred Drake1998-12-281-0/+2
* Clarified what Python versions the interactivity chapter applies to,Fred Drake1998-12-281-1/+9
* Remove recently documented modules from the undoc list.Fred Drake1998-12-281-6/+0
* Print a line to the console reporting the number of index nodesFred Drake1998-12-281-2/+6
* Added entry for libshutil.tex.Fred Drake1998-12-281-1/+2
* Add documentation for shutil module.Fred Drake1998-12-282-0/+101
* Adjust a few niggles that affected the HTML conversion (a couple ofFred Drake1998-12-281-3/+3
* Remove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X)Fred Drake1998-12-281-19/+19
* Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF.Guido van Rossum1998-12-231-1/+6
* Fix many of the specific targets in links from the index.Fred Drake1998-12-221-7/+7
* Add the getpass module to $(LIBFILES).Fred Drake1998-12-221-1/+2
* Add the getpass module.Fred Drake1998-12-221-0/+1
* Basic documentation for the getpass module.Fred Drake1998-12-221-0/+31
* Bump $(RELEASE).Fred Drake1998-12-221-1/+1
* Added a \versionchanged since the API changed to supportFred Drake1998-12-221-1/+4
* Added information on when this was added, allowing us to release theFred Drake1998-12-222-0/+3
* Update the date.Fred Drake1998-12-221-1/+1
* Adjust markup to match current conventions, and make it formattable.Fred Drake1998-12-222-41/+50
* Start of text that describes differences between match and search.Fred Drake1998-12-221-5/+40
* Improve a couple of comments.Fred Drake1998-12-221-2/+3
* Use \moduleauthor and \sectionauthor instead of a comment to creditFred Drake1998-12-221-1/+2
* Add an explanation about what the example does and doesn't do.Fred Drake1998-12-221-2/+7
* do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFCFred Drake1998-12-221-4/+7
* Added libnetrc.tex and libshlex.tex to LIBFILES.Fred Drake1998-12-221-1/+3
* Adding libshlex and libnetrc by Eric Raymond.Guido van Rossum1998-12-223-0/+126
* Suggestion by Tim Peters clarifying what "before global" means.Guido van Rossum1998-12-211-1/+2
* Clarify descriptions of some operations; it's not always clear thatFred Drake1998-12-211-103/+107
* Add a bunch of index entries related to retrieving information fromFred Drake1998-12-211-0/+6
* Sjoerd Mullender writes:Guido van Rossum1998-12-181-49/+59
* create_module_info(): New function: Modify a <section> to create aFred Drake1998-12-101-13/+99
* Remove another {\rm ...} construct.Fred Drake1998-12-101-2/+2
* Don't pass around a list of known empty elements, since the ESISFred Drake1998-12-101-5/+6