Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fredrik Lundh's font wrapper. | Guido van Rossum | 1998-08-11 | 1 | -0/+192 |
| | |||||
* | Added coords() and identify() methods to Scale class. | Guido van Rossum | 1998-08-11 | 1 | -0/+4 |
| | |||||
* | Ok, blank.pbm is free to go. | Fred Drake | 1998-08-11 | 7 | -4/+0 |
| | | | | | | | The rest of these are new or replaced. The buttons are now all the same width. They have the transparency set right. They still need the attention of a designer. But they work, and we have a real button for the Modules Index. | ||||
* | I think this is the last of them. | Fred Drake | 1998-08-11 | 3 | -32/+0 |
| | |||||
* | Gosh, there's a lot of them.... | Fred Drake | 1998-08-11 | 6 | -16/+0 |
| | |||||
* | More files never used here..... | Fred Drake | 1998-08-11 | 5 | -42/+0 |
| | |||||
* | Reordered the news to make it more accessible. Also removed some dups. | Guido van Rossum | 1998-08-11 | 1 | -191/+225 |
| | |||||
* | Icons only needed if using the change control marks, which are bogus. | Fred Drake | 1998-08-11 | 3 | -0/+0 |
| | |||||
* | Remove files we never used; l2h would only use these if you use the | Fred Drake | 1998-08-11 | 8 | -0/+0 |
| | | | | special "html" package, which we don't and won't. | ||||
* | Use Perl's rename() function instead of system(); there's no need for two | Fred Drake | 1998-08-11 | 1 | -2/+1 |
| | | | | additional processes for each name change! | ||||
* | Added the test package under "Frameworks". | Fred Drake | 1998-08-11 | 1 | -0/+5 |
| | |||||
* | Use repr() on the filename in EnvironmentError.__str__(). This | Guido van Rossum | 1998-08-11 | 1 | -2/+2 |
| | | | | | | | displays funny characters, like spaces or control characters, more clearly (one of my pet peeves in error messages). Also only suppress the filename if it is None; display it if it is '', since that would be a genuine (illegal) filename passed in! | ||||
* | Template file for \documentclass{manual}. | Fred Drake | 1998-08-11 | 1 | -0/+65 |
| | |||||
* | 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 |
| |