Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AddrlistClass.getaddress(): when parsing `:'s, in the loop, watch out | Barry Warsaw | 1999-07-12 | 1 | -1/+2 |
| | | | | | | for gotonext() pushing self.pos past the end of the string. This can happen if the message has a To field like "To: :" and you call msg.getaddrlist('to'). | ||||
* | Added comment clarifying that RELEASE is the documentation release | Fred Drake | 1999-07-12 | 1 | -1/+3 |
| | | | | | | number, not the Python release. Removed VERSION since it is not used. | ||||
* | do_cmd_funclineni(): New function; non-indexing form of \funcline. | Fred Drake | 1999-07-12 | 1 | -0/+9 |
| | |||||
* | Move chdir() and getcwd() descriptions to "Files and Directories" with | Fred Drake | 1999-07-12 | 1 | -10/+16 |
| | | | | | a pointer from the "Process Parameters" section. Based on comments from Aahz Maruch, Tim Peters, and GvR. | ||||
* | Use the same names for CLASS attributes as elsewhere. | Fred Drake | 1999-07-12 | 1 | -3/+4 |
| | |||||
* | Updated Milan's email address. | Fred Drake | 1999-07-12 | 1 | -7/+8 |
| | |||||
* | Make the color for stderr red (i.e. the standard warning/danger/stop | Guido van Rossum | 1999-07-10 | 1 | -1/+1 |
| | | | | color) rather than green. Suggested by Sam Schulenburg. | ||||
* | The first concrete subclass of CCompiler: defines a barebones Unix C compiler. | Greg Ward | 1999-07-10 | 1 | -0/+192 |
| | |||||
* | The abstract base class that defines the C/C++ compiler abstraction model. | Greg Ward | 1999-07-10 | 1 | -0/+313 |
| | |||||
* | Added a self-berating command relating to installation directories for | Greg Ward | 1999-07-10 | 1 | -0/+8 |
| | | | | module distributions that contain platform-specific files. | ||||
* | Don't pollute importer's namespace with type objects from types modules. | Greg Ward | 1999-07-10 | 1 | -2/+11 |
| | | | | Added DistutilsPlatformError. | ||||
* | Patch by Jeffrey Chang to add docstrings everywhere. | Guido van Rossum | 1999-07-09 | 1 | -31/+314 |
| | | | | The text is condensed from the library manual. | ||||
* | Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files, | Guido van Rossum | 1999-07-08 | 1 | -2/+2 |
| | | | | | done by _PyImport_Init(), comes to late to affect the import of exceptions.py by _PyBuiltin_Init_2(). Move _PyImport_Init() up few lines. | ||||
* | Several methods return tuples, not lists. | Fred Drake | 1999-07-07 | 1 | -4/+5 |
| | |||||
* | Move some misc. comments from the example section to the main section. | Fred Drake | 1999-07-07 | 1 | -22/+22 |
| | | | | | | Use the lowercase versions of the method names in the example, since that's what's documented (Greg Stein's suggestion). Add a blank line after the import line for clarity. | ||||
* | FTP.dir(): Fix typo in docstring. | Fred Drake | 1999-07-07 | 1 | -1/+1 |
| | |||||
* | dir() method description revised based on comments from Greg Stein. | Fred Drake | 1999-07-07 | 1 | -6/+7 |
| | |||||
* | make_view_popups(): Catch import error which can occur if a viewer is | Barry Warsaw | 1999-07-06 | 1 | -1/+7 |
| | | | | | | dynamically imported when Pynche is running via askcolor out of a package. If the ImportError occurs, try again, prepending the package name and digging out the module. | ||||
* | Missing space; reported by Robert Kern <kernr@ncifcrf.gov>. | Fred Drake | 1999-07-06 | 1 | -1/+1 |
| | |||||
* | Fix a number of minor problems pointed out by /F. | Fred Drake | 1999-07-06 | 1 | -7/+8 |
| | |||||
* | Fixed typo reported by /F; thanks! | Fred Drake | 1999-07-06 | 1 | -1/+1 |
| | |||||
* | Bump the release number to 1.5.2p1. | Fred Drake | 1999-07-06 | 1 | -1/+1 |
| | |||||
* | Drag module added. | Jack Jansen | 1999-07-05 | 1 | -0/+2 |
| | |||||
* | Darn! Forgot to re-target. | Fred Drake | 1999-07-02 | 1 | -1/+1 |
| | |||||
* | Remove one item. | Fred Drake | 1999-07-02 | 1 | -9/+8 |
| | | | | Rearrange & comment on others. | ||||
* | Minor markup nit. | Fred Drake | 1999-07-02 | 2 | -3/+3 |
| | |||||
* | Added entry for asyncore module. | Fred Drake | 1999-07-02 | 2 | -0/+2 |
| | |||||
* | Fix a few markup nits, improve some index entries. | Fred Drake | 1999-07-02 | 1 | -38/+41 |
| | |||||
* | New documentation from Chris Petrilli <petrilli@amber.org>. | Fred Drake | 1999-07-02 | 1 | -0/+197 |
| | |||||
* | For spawn*(), point to the magic constants; some readers have a hard | Fred Drake | 1999-07-02 | 1 | -2/+4 |
| | | | | time finding the bindings. | ||||
* | Milton L. Hankin reports that on Windows it is possible to have two | Guido van Rossum | 1999-07-02 | 1 | -1/+2 |
| | | | | | | | | different values in the environ dict with the same key (although he couldn't explain exactly how this came to be). Since getenv() uses the first one, Python should do too. (Some doubts about case sensitivity, but for now this at least seems the right thing to do regardless of platform.) | ||||
* | Sjoerd Mullender: | Guido van Rossum | 1999-07-01 | 1 | -1/+1 |
| | | | | | | In splithost, accept empty host part in URLs. This is required for file URLs that can have an empty host part. For such URLs, we should not return the initial 2 slashes as part of the file name. | ||||
* | Removed entries for several modules which have been documented. | Fred Drake | 1999-07-01 | 1 | -72/+55 |
| | | | | Updated comments on several remaining modules. | ||||
* | Documentation for dl module from Moshe. | Fred Drake | 1999-07-01 | 1 | -0/+99 |
| | |||||
* | Added entry for dl module. | Fred Drake | 1999-07-01 | 2 | -0/+2 |
| | |||||
* | Relocating file to Lib/lib-old. | Fred Drake | 1999-07-01 | 3 | -218/+0 |
| | |||||
* | Remove extraneous "contains" -- pointed out by Daniel Barclay | Fred Drake | 1999-07-01 | 1 | -1/+3 |
| | | | | | | | <danielb@digitalfocus.com>. Added credit to Martin von Loewis for creating the module and documentation. | ||||
* | Per Frank Stajano's suggestion, state explicitly that the functions | Fred Drake | 1999-07-01 | 1 | -0/+14 |
| | | | | | described in the sub-sections are directly available at the module level. He found this confusing. | ||||
* | Make the reference to the os module in the module synopsis (for the | Fred Drake | 1999-07-01 | 1 | -1/+1 |
| | | | | table at the front of the chapter) a hyperlink. | ||||
* | Don't set type of application, it's taken care of elsewhere -- jvr | Just van Rossum | 1999-06-30 | 1 | -2/+0 |
| | |||||
* | Made several grammatical corrections based on comments from Daniel | Fred Drake | 1999-06-30 | 1 | -10/+20 |
| | | | | | | | | Barcla <danielb@digitalfocus.com>. Also added example of what happens when a parameter is set both positionally and by a keyword (one of Daniels suggestions related to that paragraph). | ||||
* | For "Matching vs. Searching", remove comment that the section is | Fred Drake | 1999-06-29 | 1 | -8/+6 |
| | | | | | incomplete; I don't remember what else I thought I was going to put in, but it looks o.k. to me know. | ||||
* | Added some reminders. | Fred Drake | 1999-06-29 | 1 | -2/+9 |
| | |||||
* | Move the setting for secnumdepth to the document classes; make the numbering | Fred Drake | 1999-06-29 | 3 | -1/+2 |
| | | | | | | | for the manual class go one deeper than it previously did (\subsection entries will now be numbered); no change for howto documents. This makes it easier to refer precisely to smaller sections using \ref. | ||||
* | Added some minor prose before the descriptions of the data attributes | Fred Drake | 1999-06-29 | 1 | -5/+12 |
| | | | | to make it clear that these are instance attributes, not module data. | ||||
* | Added entry for pty module. | Fred Drake | 1999-06-29 | 2 | -0/+2 |
| | |||||
* | pty documentation from Moshe; with small edits. | Fred Drake | 1999-06-29 | 1 | -0/+41 |
| | |||||
* | Improve description of the example. | Fred Drake | 1999-06-29 | 1 | -4/+9 |
| | |||||
* | Usage nit: a bunch of "nor"s should have been a single "or". | Fred Drake | 1999-06-29 | 1 | -5/+5 |
| | | | | Make reference to the copy_reg module a hyperlink. | ||||
* | Minor wording change in section title. | Fred Drake | 1999-06-29 | 1 | -1/+1 |
| |