Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a link to the Macintosh Module Reference here, too. | Fred Drake | 1998-08-10 | 1 | -0/+3 |
| | |||||
* | (imenu-example--python-method-regexp): Patch from Christian Tanzer: | Barry Warsaw | 1998-08-10 | 1 | -1/+1 |
| | | | | | | | "3.67 fixes Imenu as far as classes are concerned, but some default values for function arguments are still not supported." This ought to fix that problem. | ||||
* | (py-compute-indentation): Changes to the `t' condition which affect | Barry Warsaw | 1998-08-10 | 1 | -9/+15 |
| | | | | | | | | | | | indetnation of normal statements: The regular expression that searches for indenting comment lines has been changed to not require a space/tab after the first `#'. We then explicitly look for py-block-comment-prefix depending on the value of py-honor-comment-indentation. I think this more accurately reflects the documentation for py-honor-comment-indentation. | ||||
* | Checking in BeOS specific socket module. | Guido van Rossum | 1998-08-10 | 2 | -0/+266 |
| | |||||
* | Nannified. | Guido van Rossum | 1998-08-10 | 1 | -3/+2 |
| | |||||
* | Nannified, and re-indented with 4 spaces. | Guido van Rossum | 1998-08-10 | 1 | -88/+88 |
| | |||||
* | Fixed a few lines that tabnanny complained about (one space before the | Guido van Rossum | 1998-08-10 | 1 | -5/+5 |
| | | | | tabs). | ||||
* | Untabified and deleted trailing blank lines. | Guido van Rossum | 1998-08-10 | 1 | -9/+7 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 126 | -209/+364 |
| | | | | Fix up a few synopses. | ||||
* | do_cmd_moduleauthor(), | Fred Drake | 1998-08-10 | 1 | -156/+180 |
| | | | | do_cmd_sectionauthor(): Parallel the new macros. | ||||
* | \moduleauthor, | Fred Drake | 1998-08-10 | 1 | -0/+6 |
| | | | | \sectionauthor: New macros to record attributions; no output. | ||||
* | New style section headers. | Fred Drake | 1998-08-10 | 13 | -17/+33 |
| | |||||
* | Some logical markup, some nits. | Fred Drake | 1998-08-10 | 1 | -25/+26 |
| | |||||
* | # mention Porting in list of files | Guido van Rossum | 1998-08-10 | 1 | -0/+1 |
| | |||||
* | mini-faq on porting python | Guido van Rossum | 1998-08-10 | 2 | -2/+44 |
| | |||||
* | #Typos from previous checkin | Barry Warsaw | 1998-08-10 | 1 | -2/+2 |
| | |||||
* | Huge number of docstring changes, typo fixes, rewordings, GNU standard | Barry Warsaw | 1998-08-10 | 1 | -186/+234 |
| | | | | | | | | conformations, etc., etc. inspired and given by Michael Ernst. These include error string fixes, moving of comments to docstrings, some other non-related typos, terminology standardizing (b/w TP and myself, and b/w myself and myself :-) although more can still be done. E.g. "outdenting" => "dedenting". | ||||
* | Corrected some spelling and one technical error. | Guido van Rossum | 1998-08-10 | 1 | -5/+5 |
| | |||||
* | A script by Mark-Andre Lemburg to produce the PC/python_nt.def file | Guido van Rossum | 1998-08-10 | 1 | -0/+102 |
| | | | | automatically. | ||||
* | Vladimir Marangozov's explanatory message. | Guido van Rossum | 1998-08-10 | 1 | -0/+256 |
| | |||||
* | New warnings to the uninitiated reader. | Guido van Rossum | 1998-08-10 | 1 | -4/+11 |
| | |||||
* | Added a bunch of symbols detected by Marc Lemburg's script. | Guido van Rossum | 1998-08-09 | 1 | -5/+82 |
| | |||||
* | There's a bunch of files that shouldn't be included in libpython*.a! | Guido van Rossum | 1998-08-09 | 1 | -4/+5 |
| | |||||
* | # New version; not clear what happened. | Guido van Rossum | 1998-08-08 | 1 | -2/+0 |
| | |||||
* | Sigh. More restructuring was needed. | Guido van Rossum | 1998-08-08 | 1 | -27/+57 |
| | | | | | Make an explicit test for whether the prefix is in fact the source directory, and then don't use the registry. | ||||
* | Get rid of python15.lib; add some incl files | Guido van Rossum | 1998-08-08 | 6 | -21/+14 |
| | |||||
* | Add PyEval_CallFunction() and PyEval_CallMethod(). | Guido van Rossum | 1998-08-08 | 1 | -0/+2 |
| | |||||
* | Add missing prototypes for PyEval_CallFunction() and PyEval_CallMethod(). | Guido van Rossum | 1998-08-08 | 1 | -0/+10 |
| | |||||
* | # Fix strange type (methonname instead of methodname). | Guido van Rossum | 1998-08-08 | 1 | -4/+4 |
| | |||||
* | Play games with version numbers; add lib-tk to path. | Guido van Rossum | 1998-08-08 | 1 | -7/+13 |
| | |||||
* | 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. |