summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove another {\rm ...} construct.Fred Drake1998-12-101-2/+2
* Nits.Fred Drake1998-12-101-11/+11
* Update the descriptions of strftime() and strptime() to avoidFred Drake1998-12-081-45/+47
* Correct the poplib example. Stephan Richter pointed out some problemsGuido van Rossum1998-12-081-3/+3
* Rename the parameters of atan2(), based on comments from Guido & PeterFred Drake1998-12-081-2/+2
* Sjoerd writes:Guido van Rossum1998-12-071-1/+2
* "singed" --> "signed" (3 places)Fred Drake1998-12-071-3/+3
* Add explicit example on how to import a submodule of a package usingGuido van Rossum1998-12-041-0/+15
* Moved NotImplementedError into alphabetical order, and rewordBarry Warsaw1998-12-011-9/+7
* Added documentation for NotImplementedError. Fred (I'm sure) willBarry Warsaw1998-12-011-0/+9
* Ignore the byproducts of SGML/XML conversions for now.Fred Drake1998-12-011-0/+3
* Nits to support conversions.Fred Drake1998-12-011-2/+2
* Nits to support conversions.Fred Drake1998-11-301-7/+4
* Fix minor nit with respect to conversion.Fred Drake1998-11-301-39/+43
* Remove {\rm ...} constructs.Fred Drake1998-11-301-1/+1
* Remove some remaining {\rm ...} constructs.Fred Drake1998-11-301-37/+38
* Markup nit to ease conversions.Fred Drake1998-11-301-1/+1
* Markup improvements to help with conversions.Fred Drake1998-11-301-27/+33
* Remove cruft from the old Texinfo conversion. This simplifies some ofFred Drake1998-11-301-10/+0
* Remove bogus \@.Fred Drake1998-11-301-1/+1
* Minor markup nit to ease conversion processing.Fred Drake1998-11-301-2/+2
* Do all the right imports. Problem reported by Martijn FaassenFred Drake1998-11-301-1/+2
* Logical markup.Fred Drake1998-11-251-341/+240
* Fix remaining {\rm ...} construct.Fred Drake1998-11-251-1/+1
* Clarify that min and max also take multiple arguments.Guido van Rossum1998-11-251-6/+8
* Fix indexing of func_code attribute; this is on a function, not a codeFred Drake1998-11-251-20/+18
* Rewrote the section on sys.exit(), documenting other argument typesGuido van Rossum1998-11-231-6/+18
* Fix typo in doc for handle(): client_request should be client_address.Guido van Rossum1998-11-161-1/+1
* Document the user and password parameters to the NNTP constructor.Fred Drake1998-11-161-2/+6
* Clarify the default buffering for open(). (Comment from Andrew DalkeFred Drake1998-11-021-1/+1
* Fix Barry's markup.Fred Drake1998-11-021-1/+1
* Moved zmod and poly descriptions to the Obsolete section.Fred Drake1998-11-021-11/+11
* Document the new features of this moduleBarry Warsaw1998-10-311-5/+26
* Don't describe something as "below"; that won't make sense for theFred Drake1998-10-281-5/+5
* Fix typo reported by Gerry Weiner <gerry@ucar.edu>.Fred Drake1998-10-281-2/+1
* Added URL to HOWTO page, with reference to Regex HOWTO.Andrew M. Kuchling1998-10-281-6/+6
* Indicate that os.environ may not be a real dictionary.Guido van Rossum1998-10-241-2/+2
* Typo: JIFF -> JFIF.Guido van Rossum1998-10-191-1/+1
* Clarify that close() of a stream opened by popen() returns None if theGuido van Rossum1998-10-151-1/+2
* Moved search and match around so that search is documented first.Guido van Rossum1998-10-131-25/+25
* Document the new list.extend() method. Interesting enough, theBarry Warsaw1998-10-091-0/+6
* Remove extra } at end of method description parameters.Fred Drake1998-10-011-6/+7
* Document that apply() can now take any sequence in argument 2.Barry Warsaw1998-10-011-2/+3
* Add warning that on Windows it only works on sockets.Guido van Rossum1998-09-281-1/+7
* Document new urllib features by Eric Raymond.Guido van Rossum1998-09-281-5/+22
* Explicitly document the fact that the search method returns a MatchObject.Guido van Rossum1998-09-211-1/+2
* Patch by Greg Stein to document the 'P' flag.Guido van Rossum1998-09-211-0/+17
* re.findall(): Mark as added in 1.5.2.Fred Drake1998-09-181-0/+1