Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a bunch of index entries related to retrieving information from | Fred Drake | 1998-12-21 | 1 | -0/+6 |
| | | | | the process table. | ||||
* | Sjoerd Mullender writes: | Guido van Rossum | 1998-12-18 | 1 | -49/+59 |
| | | | | | | | Here is my current version of xmllib.py and the documentation. This version has some API changes with respect to the version currently in Python (also the one in 1.5.2a). This version supports XML namespaces. | ||||
* | Remove another {\rm ...} construct. | Fred Drake | 1998-12-10 | 1 | -2/+2 |
| | | | | Sheesh, where do these things come from? | ||||
* | Nits. | Fred Drake | 1998-12-10 | 1 | -11/+11 |
| | |||||
* | Update the descriptions of strftime() and strptime() to avoid | Fred Drake | 1998-12-08 | 1 | -45/+47 |
| | | | | confusion, and describe what the "directives" are about. | ||||
* | Correct the poplib example. Stephan Richter pointed out some problems | Guido van Rossum | 1998-12-08 | 1 | -3/+3 |
| | | | | with it. | ||||
* | Rename the parameters of atan2(), based on comments from Guido & Peter | Fred Drake | 1998-12-08 | 1 | -2/+2 |
| | | | | A. Koren <pkoren@hex.net>. | ||||
* | Sjoerd writes: | Guido van Rossum | 1998-12-07 | 1 | -1/+2 |
| | | | | | | When literal mode is entered it should exit automatically when the matching close tag of the last unclosed open tag is encountered. This patch fixes this. | ||||
* | "singed" --> "signed" (3 places) | Fred Drake | 1998-12-07 | 1 | -3/+3 |
| | | | | Noticed by Andrew MacIntyre <andymac@bullseye.apana.org.au>. | ||||
* | Add explicit example on how to import a submodule of a package using | Guido van Rossum | 1998-12-04 | 1 | -0/+15 |
| | | | | __import__ and getattr(). | ||||
* | Moved NotImplementedError into alphabetical order, and reword | Barry Warsaw | 1998-12-01 | 1 | -9/+7 |
| | | | | description. | ||||
* | Added documentation for NotImplementedError. Fred (I'm sure) will | Barry Warsaw | 1998-12-01 | 1 | -0/+9 |
| | | | | sanitize for your protection :-) | ||||
* | Ignore the byproducts of SGML/XML conversions for now. | Fred Drake | 1998-12-01 | 1 | -0/+3 |
| | |||||
* | Nits to support conversions. | Fred Drake | 1998-12-01 | 1 | -2/+2 |
| | |||||
* | Nits to support conversions. | Fred Drake | 1998-11-30 | 1 | -7/+4 |
| | |||||
* | Fix minor nit with respect to conversion. | Fred Drake | 1998-11-30 | 1 | -39/+43 |
| | | | | Update some logical markup. | ||||
* | Remove {\rm ...} constructs. | Fred Drake | 1998-11-30 | 1 | -1/+1 |
| | |||||
* | Remove some remaining {\rm ...} constructs. | Fred Drake | 1998-11-30 | 1 | -37/+38 |
| | | | | Update logical markup in a few spots. | ||||
* | Markup nit to ease conversions. | Fred Drake | 1998-11-30 | 1 | -1/+1 |
| | |||||
* | Markup improvements to help with conversions. | Fred Drake | 1998-11-30 | 1 | -27/+33 |
| | |||||
* | Remove cruft from the old Texinfo conversion. This simplifies some of | Fred Drake | 1998-11-30 | 1 | -10/+0 |
| | | | | the newer processing. | ||||
* | Remove bogus \@. | Fred Drake | 1998-11-30 | 1 | -1/+1 |
| | |||||
* | Minor markup nit to ease conversion processing. | Fred Drake | 1998-11-30 | 1 | -2/+2 |
| | |||||
* | Do all the right imports. Problem reported by Martijn Faassen | Fred Drake | 1998-11-30 | 1 | -1/+2 |
| | | | | <faassen@vet.uu.nl>. | ||||
* | Logical markup. | Fred Drake | 1998-11-25 | 1 | -341/+240 |
| | | | | | | | Fix a few things for the conversion to structured markup. Removed texinfo special cases, since there's likely a new info process. | ||||
* | Fix remaining {\rm ...} construct. | Fred Drake | 1998-11-25 | 1 | -1/+1 |
| | |||||
* | Clarify that min and max also take multiple arguments. | Guido van Rossum | 1998-11-25 | 1 | -6/+8 |
| | |||||
* | Fix indexing of func_code attribute; this is on a function, not a code | Fred Drake | 1998-11-25 | 1 | -20/+18 |
| | | | | | | object. Add "()" to method names indexed using \ttindex{}. | ||||
* | Rewrote the section on sys.exit(), documenting other argument types | Guido van Rossum | 1998-11-23 | 1 | -6/+18 |
| | | | | | than integers and recommending sys.exit("message"). (I see this as Python's answer to Perls ``die "message";''.) | ||||
* | Fix typo in doc for handle(): client_request should be client_address. | Guido van Rossum | 1998-11-16 | 1 | -1/+1 |
| | | | | Noted by Stefan Witzel. | ||||
* | Document the user and password parameters to the NNTP constructor. | Fred Drake | 1998-11-16 | 1 | -2/+6 |
| | |||||
* | Clarify the default buffering for open(). (Comment from Andrew Dalke | Fred Drake | 1998-11-02 | 1 | -1/+1 |
| | | | | <dalke@bioreason.com>). | ||||
* | Fix Barry's markup. | Fred Drake | 1998-11-02 | 1 | -1/+1 |
| | |||||
* | Moved zmod and poly descriptions to the Obsolete section. | Fred Drake | 1998-11-02 | 1 | -11/+11 |
| | |||||
* | Document the new features of this module | Barry Warsaw | 1998-10-31 | 1 | -5/+26 |
| | |||||
* | Don't describe something as "below"; that won't make sense for the | Fred Drake | 1998-10-28 | 1 | -5/+5 |
| | | | | | HTML version. Give a reference to the actual section to allow a hyperlink to be built. | ||||
* | Fix typo reported by Gerry Weiner <gerry@ucar.edu>. | Fred Drake | 1998-10-28 | 1 | -2/+1 |
| | |||||
* | Added URL to HOWTO page, with reference to Regex HOWTO. | Andrew M. Kuchling | 1998-10-28 | 1 | -6/+6 |
| | | | | Corrected error: {,5} is not equivalent to {0,5}. | ||||
* | Indicate that os.environ may not be a real dictionary. | Guido van Rossum | 1998-10-24 | 1 | -2/+2 |
| | |||||
* | Typo: JIFF -> JFIF. | Guido van Rossum | 1998-10-19 | 1 | -1/+1 |
| | |||||
* | Clarify that close() of a stream opened by popen() returns None if the | Guido van Rossum | 1998-10-15 | 1 | -1/+2 |
| | | | | exit status is zero. | ||||
* | Moved search and match around so that search is documented first. | Guido van Rossum | 1998-10-13 | 1 | -25/+25 |
| | |||||
* | Document the new list.extend() method. Interesting enough, the | Barry Warsaw | 1998-10-09 | 1 | -0/+6 |
| | | | | | canonical definition of extend() is very similar to append() except that the former doesn't list-ify the argument! | ||||
* | Remove extra } at end of method description parameters. | Fred Drake | 1998-10-01 | 1 | -6/+7 |
| | |||||
* | Document that apply() can now take any sequence in argument 2. | Barry Warsaw | 1998-10-01 | 1 | -2/+3 |
| | |||||
* | Add warning that on Windows it only works on sockets. | Guido van Rossum | 1998-09-28 | 1 | -1/+7 |
| | |||||
* | Document new urllib features by Eric Raymond. | Guido van Rossum | 1998-09-28 | 1 | -5/+22 |
| | |||||
* | Explicitly document the fact that the search method returns a MatchObject. | Guido van Rossum | 1998-09-21 | 1 | -1/+2 |
| | | | | (Reported by Gary Herron.) | ||||
* | Patch by Greg Stein to document the 'P' flag. | Guido van Rossum | 1998-09-21 | 1 | -0/+17 |
| | |||||
* | re.findall(): Mark as added in 1.5.2. | Fred Drake | 1998-09-18 | 1 | -0/+1 |
| |