Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More files to be ignored. | Guido van Rossum | 1998-08-08 | 1 | -0/+3 |
| | |||||
* | This file's previous log message is bogus. The real change is that | Guido van Rossum | 1998-08-08 | 1 | -1/+1 |
| | | | | | when it gets the path from the registry, it no longer appends the default path to the end (which would mostly be a duplication). | ||||
* | Now include Python.h | Guido van Rossum | 1998-08-08 | 1 | -0/+2 |
| | |||||
* | This file's previous log message is bogus. | Guido van Rossum | 1998-08-08 | 1 | -1/+1 |
| | | | | The real change is that it now includes "Python.h". | ||||
* | Different version games: | Guido van Rossum | 1998-08-08 | 3 | -12/+20 |
| | | | | | | | - MS_DLL_ID is now set to "1.5" instead of "1.5.x" so Mark Hammond's extensions won't have to be changed. - FILEVERSION and PRODUCTVERSION are set to 1,5,2,1. (The last number could be the build# or the alpha release# or so.) | ||||
* | Jim Fulton's patches to get rid of the class_map(). | Guido van Rossum | 1998-08-08 | 1 | -73/+27 |
| | |||||
* | Shouldn't include the lib pragma when building python15.dll itself! | Guido van Rossum | 1998-08-08 | 1 | -0/+2 |
| | |||||
* | Added _PyTuple_Resize to list of exported symbols. Don't know how it | Guido van Rossum | 1998-08-08 | 1 | -0/+1 |
| | | | | could hide so long... | ||||
* | (py-execute-region): When temp-names are broken (Emacs 19.34), a | Barry Warsaw | 1998-08-07 | 1 | -3/+7 |
| | | | | | | serial number isn't enough to uniquify the temp file name -- what if two users are on the same machine? Add in the (emacs-pid) to help further. Should never be tickled on Emacs 20, XEmacs 20, 21. | ||||
* | insert_index(): Take two additional parameters: $columns and $letters. Call | Fred Drake | 1998-08-07 | 1 | -5/+13 |
| | | | | | | | | buildindex.py appropriately. add_idx(), add_module_idx(): Add the appropriate parameters to the calls to insert_index(). | ||||
* | The letter headings must be requested explicitly with --letters. | Fred Drake | 1998-08-07 | 1 | -5/+15 |
| | |||||
* | By default, use a two-column index. | Fred Drake | 1998-08-07 | 1 | -1/+4 |
| | |||||
* | Allow multi-column indexes to be produced. | Fred Drake | 1998-08-07 | 1 | -6/+60 |
| | |||||
* | The doc string for setDaemon() disagreed with the implementation. The | Guido van Rossum | 1998-08-07 | 1 | -2/+2 |
| | | | | implementation wins. | ||||
* | re is standard, not built-in. | Fred Drake | 1998-08-07 | 2 | -4/+7 |
| | |||||
* | Clarify that the Python interpreter lock need *not* be held by | Guido van Rossum | 1998-08-07 | 1 | -3/+5 |
| | | | | | PyInterpreterState_New() and PyThreadState_New() -- but that you may use it to serialize calls to them. | ||||
* | Document gethostbyname_ex(). | Guido van Rossum | 1998-08-07 | 1 | -1/+12 |
| | |||||
* | Updated list of Library Reference files. | Fred Drake | 1998-08-07 | 1 | -8/+13 |
| | | | | Added some dependencies to some of the HTML generation targets. | ||||
* | Add built-in string variables 'quit' and 'exit' that display a hint on | Guido van Rossum | 1998-08-07 | 1 | -0/+12 |
| | | | | | | how to exit (in a platform dependent way!). We use os.sep to determine which platform we're on, since I expect that this will work better for minority platforms. | ||||
* | Add warning that mutable argument defaults are evaluated only once; | Guido van Rossum | 1998-08-07 | 1 | -0/+39 |
| | | | | | | | | | with examples and workaround. This keeps coming up, and I believe that this section in the tutorial may have been (in part) the source of the confusion. While it didn't show examples with [] for a default, it also didn't emphasize enough why that would be a bad idea, and while it did say that defaults are evaluated at the point of function definition, the example was not relevant for this issue. | ||||
* | At least mark the URL to the Packages essay using \url. | Fred Drake | 1998-08-07 | 1 | -1/+1 |
| | |||||
* | Fix synopsis. | Fred Drake | 1998-08-07 | 1 | -1/+1 |
| | |||||
* | Clarify that quit() and close() render the instance useless. | Guido van Rossum | 1998-08-07 | 1 | -2/+7 |
| | |||||
* | Added file transfer to example. | Fred Drake | 1998-08-07 | 1 | -0/+2 |
| | |||||
* | Guido's white background. | Fred Drake | 1998-08-07 | 1 | -0/+1 |
| | |||||
* | Minor refilling of a paragraph... | Barry Warsaw | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | im_function --> im_func | Fred Drake | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | In the example, make sure all the imports are done. | Fred Drake | 1998-08-07 | 1 | -3/+2 |
| | |||||
* | Markup nits. | Fred Drake | 1998-08-07 | 1 | -16/+21 |
| | |||||
* | Clarify xdrlib synopsis. | Fred Drake | 1998-08-07 | 1 | -8/+5 |
| | |||||
* | Fix typo in binascii synopsis. | Fred Drake | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | Removed obsolete chapter header. | Fred Drake | 1998-08-07 | 1 | -15/+0 |
| | |||||
* | New organization of internet modules into protocols/support and data | Fred Drake | 1998-08-07 | 1 | -3/+5 |
| | | | | chapters. | ||||
* | New chapter headers for Internet Protocols and Internet Data chapters, | Fred Drake | 1998-08-07 | 2 | -0/+20 |
| | | | | which replace the existing internet chapter. | ||||
* | Fix synopsis for multifile. | Fred Drake | 1998-08-07 | 1 | -6/+6 |
| | |||||
* | For Win32, added pragmas specifying the python15[_d].lib library. | Guido van Rossum | 1998-08-07 | 1 | -0/+7 |
| | |||||
* | [Sjoerd Mullender] | Guido van Rossum | 1998-08-07 | 3 | -65/+64 |
| | | | | Don't use CL module since all constants are now in cl. | ||||
* | [Sjoerd Mullender] | Guido van Rossum | 1998-08-07 | 1 | -0/+8 |
| | | | | | Fixed infinite loop when a message ends prematurely in some circumstances. | ||||
* | From: "Fredrik Lundh" <fredrik@pythonware.com> | Guido van Rossum | 1998-08-07 | 1 | -5/+7 |
| | | | | | | | | Date: Fri, 7 Aug 1998 13:37:12 +0100 the "initialcolor" code is broken in several places in the current version of tkColorChooser. I've attached an up- dated version for 1.5.2. | ||||
* | Added note() message to Page class -- this was used but didn't exist. | Guido van Rossum | 1998-08-06 | 1 | -0/+9 |
| | | | | | (The alternative would be to call self.checker.note() but since self.checker might be None that's not quite right. | ||||
* | Shorten the module synopsis. | Fred Drake | 1998-08-06 | 1 | -1/+1 |
| | |||||
* | Shorten the module synopsis. | Fred Drake | 1998-08-06 | 3 | -5/+5 |
| | |||||
* | Variant of AMK's patch to produce text versions of HOWTO documents. | Fred Drake | 1998-08-06 | 1 | -9/+48 |
| | | | | | | This ensures that the text version uses latex2html's -split 1 option, without affecting HTML produced in the same run, and also minimizes the number of l2h runs needed if --split 1 was used for an HTML run. | ||||
* | Time machine experiment. Use '__name__' as the special key (always | Barry Warsaw | 1998-08-06 | 1 | -6/+10 |
| | | | | | | present) that refers to the section name. Also added a (slightly) better InterpolationError error message, which includes the raw string. | ||||
* | Checkpointing news for 1.5.2a1... (Not all done.) | Guido van Rossum | 1998-08-06 | 1 | -0/+267 |
| | |||||
* | Markup nit. | Fred Drake | 1998-08-06 | 1 | -5/+4 |
| | |||||
* | Markup nits. | Fred Drake | 1998-08-06 | 1 | -15/+15 |
| | |||||
* | Marked makedirs(), removedirs(), renames() as added in 1.5.2. | Fred Drake | 1998-08-06 | 1 | -0/+3 |
| | |||||
* | On the Mac, use Internet Config to find the proxies (Jack Jansen). | Guido van Rossum | 1998-08-06 | 1 | -15/+49 |
| | | | | Also added two XXX comments about lingering thread unsafeness. | ||||
* | Quote/unquote slashes in macintosh pathname components (Jack Jansen). | Guido van Rossum | 1998-08-06 | 1 | -4/+10 |
| |