Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #Oops, I lost the CVS/RCS $Revision$ | Barry Warsaw | 1998-04-02 | 1 | -1/+1 |
| | |||||
* | Hyphenate "built-in" for consistency. | Fred Drake | 1998-04-02 | 4 | -4/+4 |
| | |||||
* | Use methoddesc and memberdesc, as needed. | Fred Drake | 1998-04-02 | 4 | -84/+104 |
| | | | | | Added description of BastionClass, since it is referred to in the Bastion description as subclassable. | ||||
* | Use methoddesc instead of funcdesc to describe the only method. | Fred Drake | 1998-04-02 | 2 | -4/+4 |
| | |||||
* | \bifuncindex: Fix so entries combine correctly with those of the built-in | Fred Drake | 1998-04-02 | 1 | -1/+1 |
| | | | | functions section. | ||||
* | Removed reference to ni module. | Fred Drake | 1998-04-02 | 2 | -4/+2 |
| | |||||
* | Removed references to ni. | Fred Drake | 1998-04-02 | 4 | -8/+0 |
| | |||||
* | Markup nits, index entries. | Fred Drake | 1998-04-02 | 2 | -32/+38 |
| | |||||
* | Be more specific about where in RFC 1421 to look, since it's not at all | Fred Drake | 1998-04-02 | 2 | -22/+24 |
| | | | | | | | obvious when taking a quick look. Say "base64" instead of "base-64", since that seems to be how it's referred to in other RFCs. | ||||
* | Minor markup nits. | Fred Drake | 1998-04-02 | 2 | -20/+24 |
| | |||||
* | Fix one remaining internal use of \code{} that could use the simpler form. | Fred Drake | 1998-04-02 | 1 | -1/+2 |
| | |||||
* | Some nits. | Fred Drake | 1998-04-02 | 2 | -14/+20 |
| | | | | Fixed quoting in third paragraph of the findmatch() description. | ||||
* | Added --split for AMK; control split level of the HTML output. Use --split 1 | Fred Drake | 1998-04-02 | 1 | -13/+65 |
| | | | | | | to create a single HTML file. Added --help. | ||||
* | Markup consistency nits. | Fred Drake | 1998-04-02 | 2 | -48/+60 |
| | | | | | | | | | Fix indentation in code sample in PyArg_ParseTuple() section. Added one index entry. Fix include file reference in "Shared Libraries" to print <...> instead of the upside-down versions of ! and ?. | ||||
* | Markup consistency & nits. | Fred Drake | 1998-04-02 | 2 | -332/+302 |
| | | | | | | | | | | | | | | | Fix typo in a C code example: KeyError is spelled PyExc_KeyError in C; the "K" is upper case! Some index entries. On function signatures, always use parameter names. Make return types match what's in the header files. When the return type is a pointer, always omit the space between te type name and the "*"; leaving it in results in type * func(..) and having two spaces there just looks terrible. | ||||
* | AMK's version from the latest pypcre distribution. This clarifies a | Guido van Rossum | 1998-04-02 | 2 | -12/+50 |
| | | | | | few things and adds docs for what happens to escapes in replacement strings. | ||||
* | Small markup nits, a few grammatical fixes, and a clarification of the binary | Fred Drake | 1998-04-01 | 2 | -118/+130 |
| | | | | | | mode for files under MacOS. Updated the traffic figure for c.l.p in the "What Now?" chapter; see comments. | ||||
* | Implemented one more special markup item. | Fred Drake | 1998-04-01 | 1 | -0/+8 |
| | |||||
* | Added some comments. | Fred Drake | 1998-04-01 | 1 | -0/+7 |
| | |||||
* | (py-compute-indentation): When looking at a continuation line inside | Barry Warsaw | 1998-04-01 | 1 | -1/+6 |
| | | | | | | | | | | | an open paren, do a better job of reindenting the line. For example: def foo(): print 'hello %s, %d' % ( a, b) Hit TAB on the line starting with `a'. Without this patch this line will never be reindented. | ||||
* | Two patches for Emacs 20.2 compatibility: | Barry Warsaw | 1998-04-01 | 1 | -5/+4 |
| | | | | | | | | | (py-compute-indentation): int-to-char isn't defined in Emacs, but we don't really need it anyway, so just remove this conversion. XEmacs is happy either way. (py-parse-state): The Emacs branch (i.e. w/o buffer-syntactic-context) wasn't adjusting point correctly. | ||||
* | Correct dumb typo found by kjpylint (stack should be self.stack). | Guido van Rossum | 1998-03-31 | 1 | -1/+1 |
| | |||||
* | Correct a definite typo ('mem' should be 'memo'). | Guido van Rossum | 1998-03-31 | 1 | -1/+1 |
| | |||||
* | Tim Peters' program for checking whether a program's indentation is | Guido van Rossum | 1998-03-31 | 3 | -0/+906 |
| | | | | | sensitive to tab size. Uses a different strategy than tabpolice.py, but has compatible usage. | ||||
* | Strip argument to atol and atof to match what strop does better. | Guido van Rossum | 1998-03-30 | 2 | -4/+4 |
| | |||||
* | A few lines were indented using spaces instead of tabs -- fix them. | Guido van Rossum | 1998-03-30 | 1 | -8/+8 |
| | |||||
* | Return the name of the Tcl command defined by _bind(). This can | Guido van Rossum | 1998-03-27 | 1 | -5/+13 |
| | | | | | optionally be passed to unbind() (or you can apss it to deletecommand()). | ||||
* | Change $ICONSERVER to conform to the value AMK & I have discussed for this; | Fred Drake | 1998-03-27 | 1 | -0/+2 |
| | | | | doing this here may prove to not be such a good idea, but we'll see. | ||||
* | Use the new {methoddesc} and {memberdesc} environments as appropriate. | Fred Drake | 1998-03-27 | 16 | -414/+402 |
| | |||||
* | First (rough) cut at HTML index generation in Python. Not very pretty, but | Fred Drake | 1998-03-27 | 1 | -0/+211 |
| | | | | easier to work with than the Perl code. | ||||
* | Add support for mapping internal labels used from the index. | Fred Drake | 1998-03-27 | 1 | -4/+15 |
| | |||||
* | \tableofcontents: Add support for some warning reduction in python.sty. | Fred Drake | 1998-03-27 | 2 | -0/+2 |
| | |||||
* | Add comments about several of the environments. | Fred Drake | 1998-03-27 | 1 | -57/+137 |
| | | | | | | | | | | Cleaned up some problems that caused minor warnings. Added environments for object methods and members, with non-indexing variants. This includes reduced use of the indexsubitem setting, allowing more robust index generation. Removed some unused definitions. | ||||
* | Some cleanup. | Fred Drake | 1998-03-27 | 1 | -97/+35 |
| | | | | Remove index generation from Perl; use an external script instead. | ||||
* | Added note about weird sequencing of <PRE> & <dl> around {verbatim} sections. | Fred Drake | 1998-03-27 | 1 | -0/+3 |
| | |||||
* | Clarified some comments about the requirements on the TeX installation. | Fred Drake | 1998-03-27 | 1 | -2/+20 |
| | | | | Added brief section on the howto support. | ||||
* | Lots and lots and lots..... | Fred Drake | 1998-03-27 | 1 | -141/+252 |
| | | | | | | | | Implemented some new features of python.sty for methods & members. Fixed some bugs. Cleaned up some perl code and made some basic regular expressions more robust. | ||||
* | Make sure both hyphens of a long-option show up in the HTML output. | Fred Drake | 1998-03-27 | 2 | -4/+4 |
| | |||||
* | The usual. | Guido van Rossum | 1998-03-26 | 43 | -2384/+2524 |
| | |||||
* | Don't write "if self.dict: self.dict.close()"; just write | Guido van Rossum | 1998-03-26 | 1 | -2/+1 |
| | | | | | | "self.dict.close()" and ignore the exception. The "if self.dict:" part would be calculated through len(self.dict.keys()), which is very expensive for a large dictionary... | ||||
* | A few lines were indented using tabs instead of spaces -- fix them. | Guido van Rossum | 1998-03-26 | 1 | -178/+178 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 50 | -5320/+5320 |
| | |||||
* | Delete this unused relic. | Guido van Rossum | 1998-03-26 | 2 | -1942/+0 |
| | |||||
* | A few lines were indented using spaces instead of tabs -- fix them. | Guido van Rossum | 1998-03-26 | 1 | -64/+65 |
| | |||||
* | A few lines were indented using spaces instead of tabs -- fix them. | Guido van Rossum | 1998-03-26 | 12 | -265/+282 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 2 | -280/+280 |
| | |||||
* | Reindented with tabs only (seems fair to the Windows crowd). | Guido van Rossum | 1998-03-26 | 1 | -99/+99 |
| | |||||
* | Add a sleep(0.00001) call to make sure all threads run. | Guido van Rossum | 1998-03-26 | 1 | -0/+2 |
| | |||||
* | Get rid of the Emacs cruft now that Python-mode guess the desired settings! | Guido van Rossum | 1998-03-26 | 2 | -8/+0 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 36 | -930/+930 |
| |