| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | byteswap() method: Tell *what* exception gets raised when the type | Fred Drake | 1999-06-29 | 1 | -2/+3 |
| | | | | | cannot be byteswapped. | ||||
| * | Remove unnecessary comma. | Fred Drake | 1999-06-29 | 1 | -1/+1 |
| | | |||||
| * | Define NotANumber as a subclass of ValueError when using class-based | Fred Drake | 1999-06-29 | 1 | -2/+6 |
| | | | | | | | | exceptions. When raising NotANumber, pass the string that failed as the exception value. | ||||
| * | Comment out XXX comment; this needn't appear in the formatted | Fred Drake | 1999-06-29 | 1 | -1/+1 |
| | | | | | versions. XXX comments only need to be grep-able. | ||||
| * | Add note about not being able to use this module with modules not | Fred Drake | 1999-06-29 | 1 | -1/+3 |
| | | | | | implemented in Python. | ||||
| * | Moshe: Remove extraneous "and". | Fred Drake | 1999-06-29 | 1 | -1/+1 |
| | | |||||
| * | Added entries for mutex and nis modules. | Fred Drake | 1999-06-27 | 2 | -0/+4 |
| | | |||||
| * | NIS documentation from Moshe. | Fred Drake | 1999-06-27 | 1 | -0/+48 |
| | | |||||
| * | Mutex documentation from Moshe. | Fred Drake | 1999-06-27 | 1 | -0/+57 |
| | | |||||
| * | Separate documentation of SUNAUDIODEV from sunaudiodev; this mirrors | Fred Drake | 1999-06-27 | 1 | -11/+24 |
| | | | | | similar constructs elsewhere (al/AL, gl/GL/DEVICE). | ||||
| * | Fix some typos. | Fred Drake | 1999-06-25 | 1 | -5/+5 |
| | | | | | Add an index entry. | ||||
| * | Add entries for the sched module. | Fred Drake | 1999-06-25 | 2 | -1/+3 |
| | | |||||
| * | While we're at it, convert to docstrings and set the indentation level | Fred Drake | 1999-06-25 | 1 | -91/+96 |
| | | | | | to 4. | ||||
| * | Moshe's section on the sched module, with edits. | Fred Drake | 1999-06-25 | 1 | -0/+95 |
| | | |||||
| * | Update to Sjoerd's documentation of the chunk module, with some | Fred Drake | 1999-06-25 | 1 | -32/+64 |
| | | | | | | additions from Moshe's version. Used my table for describing the chunk format, and added some markup and index entries. | ||||
| * | Close debugger when closing. This may break a cycle. | Guido van Rossum | 1999-06-25 | 1 | -0/+1 |
| | | |||||
| * | Break cycle on close. | Guido van Rossum | 1999-06-25 | 1 | -0/+2 |
| | | |||||
| * | Destroy the tree when closing. | Guido van Rossum | 1999-06-25 | 1 | -1/+2 |
| | | |||||
| * | Add destroy() method to recursively destroy a tree. | Guido van Rossum | 1999-06-25 | 1 | -0/+6 |
| | | |||||
| * | Extend _close() to break cycles. | Guido van Rossum | 1999-06-25 | 1 | -13/+18 |
| | | | | | Break some other cycles too (and destroy the root when done). | ||||
| * | Add _close() method that does the actual cleanup (close() asks the | Guido van Rossum | 1999-06-25 | 1 | -10/+26 |
| | | | | | | | | | user what they want first if there's unsaved stuff, and may cancel). It closes more than before. Add unload_extensions() method to unload all extensions; called from _close(). It calls an extension's close() method if it has one. | ||||
| * | Add close() method that breaks cycles. | Guido van Rossum | 1999-06-25 | 1 | -0/+8 |
| | | |||||
| * | Add unregister() method. | Guido van Rossum | 1999-06-25 | 1 | -4/+12 |
| | | | | | | Unregister everything at closing. Don't call close() in __del__, rely on explicit call to close(). | ||||
| * | Add close() method that breaks a cycle. | Guido van Rossum | 1999-06-25 | 3 | -4/+23 |
| | | |||||
| * | Break some cycles when the widget is destroyed. | Guido van Rossum | 1999-06-25 | 1 | -0/+8 |
| | | |||||
| * | Patch from Sjoerd Mullender: | Fred Drake | 1999-06-25 | 1 | -12/+12 |
| | | | | | | Make argument names equal to what is used in the documentation of the file object, since chunks are supposedly file-like. | ||||
| * | Mikael Lyngvig writes: | Guido van Rossum | 1999-06-25 | 1 | -4/+4 |
| | | | | | | I just noticed that the changes below also apply to cmpcache.py, which is virtually identical to cmp.py. | ||||
| * | Patch by Mikael Lyngvig: | Guido van Rossum | 1999-06-25 | 1 | -4/+4 |
| | | | | | | | | | | | 1. Fix incorrect file open mode on Win32 platforms (use "rb" instead of "r"). 2. Add shallow parameter to cmp.cmp(). If false, deep file comparisons are made. The module should be 100 percent backwards compatible. | ||||
| * | Clarify the example by explicitly importing the fcntl module -- this | Guido van Rossum | 1999-06-24 | 1 | -2/+2 |
| | | | | | | | | | | avoid being fooled into thinking that fcntl and FCNTL are the same thing -- they aren't! (fcntl is the extension, FCNTL.py is h2py output that defines all the constants). (XXX The example is still weird -- I think there's a more portable way to do locking now. That's for someone else to fix...) | ||||
| * | Sjoerd Mullender writes: | Guido van Rossum | 1999-06-24 | 1 | -2/+8 |
| | | | | | | | | | | | | Urllib makes the URL of the opened file available through the geturl method of the returned object. For local files, this consists of file: plus the name of the file. This results in an invalid URL if the file name was relative. This patch fixes this so that the returned URL is just a relative URL in that case. When the file name is absolute, the URL returned is of the form file:///absolute/path. [I guess that a URL of the form "file:foo.html" is illegal... GvR] | ||||
