Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a module docstring (that's all this module needs). | Guido van Rossum | 1998-08-11 | 1 | -1/+15 |
| | |||||
* | Added step 0: copy this file to <somedir>/lib<module>.tex, and edit the copy. | Fred Drake | 1998-08-11 | 1 | -0/+4 |
| | |||||
* | Updated to reflect recent changes. | Fred Drake | 1998-08-11 | 1 | -16/+20 |
| | |||||
* | Prepping for 1.5.2a1 release... | Guido van Rossum | 1998-08-11 | 1 | -35/+33 |
| | |||||
* | Moved to ../templates/module.tex. | Fred Drake | 1998-08-11 | 1 | -144/+0 |
| | |||||
* | Relocating file to Doc/templates. | Fred Drake | 1998-08-11 | 1 | -181/+0 |
| | |||||
* | Guess what -- BSD has bifurcated again. :-( | Guido van Rossum | 1998-08-11 | 1 | -1/+1 |
| | |||||
* | Added new files to the LIBFILES variable. | Fred Drake | 1998-08-11 | 1 | -2/+4 |
| | |||||
* | Removed now-documented modules from the list. | Fred Drake | 1998-08-11 | 1 | -6/+0 |
| | |||||
* | Added new sections. | Fred Drake | 1998-08-11 | 1 | -1/+3 |
| | |||||
* | Documentation for the compileall module. | Fred Drake | 1998-08-11 | 1 | -0/+41 |
| | |||||
* | Documentation for the py_compile module. | Fred Drake | 1998-08-11 | 1 | -0/+35 |
| | |||||
* | Added index entries. | Fred Drake | 1998-08-11 | 1 | -5/+8 |
| | | | | Small markup nits. | ||||
* | Patch by Just van Rossum that changes how we search for submodules of | Guido van Rossum | 1998-08-11 | 1 | -19/+20 |
| | | | | | | | frozen packages. (I *think* this means that we can now have a built-in module bar that's a submodule of a frozen package foo, by registering the built-in module with a name "foo.bar" in the table of builtin modules.) | ||||
* | Two patches by Jason Harper: | Guido van Rossum | 1998-08-11 | 1 | -37/+96 |
| | | | | | | - Faster conversion to string for binary bases: linear instead of quadratic! - Allocate smaller result for certain masking ops, e.g. (1L<<30000) & 1. | ||||
* | On the mac, shouldn't change the creator+type of the *source* file! | Guido van Rossum | 1998-08-11 | 1 | -1/+0 |
| | |||||
* | Add a comment explaining that this script is probably not useful outside the | Fred Drake | 1998-08-11 | 1 | -4/+6 |
| | | | | | standard Python documentation, since the mkhowto.sh script is. Let there be no doubts.... | ||||
* | Make sure the icons/ directory is created even if only one document is | Fred Drake | 1998-08-11 | 1 | -6/+6 |
| | | | | converted. | ||||
* | Better check in the date from the last magic-fix-release. ;-) | Fred Drake | 1998-08-11 | 1 | -1/+1 |
| | |||||
* | Control when/where navigation bars will appear: top & bottom of each page. | Fred Drake | 1998-08-11 | 1 | -3/+14 |
| | | | | | | Include an additional button to the module index in the nav. bars if we generate a module index. Still need a button image, but the ALT text should do for now. | ||||
* | Got all the 1.5.2 news that's fit to print. Now we may need to | Guido van Rossum | 1998-08-10 | 1 | -102/+296 |
| | | | | organize it better... | ||||
* | 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 |
| |