Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bogus \@. | Fred Drake | 1998-11-25 | 1 | -3/+3 |
| | |||||
* | Remove bogus \@. | Fred Drake | 1998-11-25 | 1 | -1/+1 |
| | |||||
* | Do the right stuff to convert what was originally \e, \ldots, and --- | Fred Drake | 1998-11-25 | 1 | -0/+3 |
| | | | | in the LaTeX sources. | ||||
* | Remove two remaining {\tt ...} constructs. | Fred Drake | 1998-11-25 | 1 | -1/+1 |
| | |||||
* | Remove two remaining {\tt ...} constructs. | Fred Drake | 1998-11-25 | 1 | -2/+2 |
| | |||||
* | Clarify that min and max also take multiple arguments. | Guido van Rossum | 1998-11-25 | 1 | -6/+8 |
| | |||||
* | Massive change to just about every construct that impacts the index. | Fred Drake | 1998-11-25 | 1 | -225/+210 |
| | | | | Blame it on Just. ;-) | ||||
* | Markup nits. | Fred Drake | 1998-11-25 | 1 | -10/+15 |
| | | | | Fixed an index entry, added three more. | ||||
* | Minor fixups to some index entries. | Fred Drake | 1998-11-25 | 1 | -3/+4 |
| | |||||
* | Minor adjustments to a few index entries. | Fred Drake | 1998-11-25 | 1 | -3/+3 |
| | |||||
* | Minor nit that fixes a bunch of indexing: the way the classdesc | Fred Drake | 1998-11-25 | 1 | -1/+2 |
| | | | | | | | | environment saves the name of the last class described, method and member descriptions were not picking it up correctly. Thus, many index entries were described as "( method)" instead of "(FooClass method)". Multiple entries were collapsed in the index when methods/members from multiple classes share the same name. | ||||
* | Fix indexing of func_code attribute; this is on a function, not a code | Fred Drake | 1998-11-25 | 1 | -20/+18 |
| | | | | | | object. Add "()" to method names indexed using \ttindex{}. | ||||
* | New version from Jim Fulton: | Guido van Rossum | 1998-11-25 | 1 | -1172/+1110 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - New copyright. (Open source) - Added new protocol for binary string pickles that takes out unneeded puts: p=Pickler() p.dump(x) p.dump(y) thePickle=p.getvalue() This has little or no impact on pickling time, but often reduces unpickling time and pickle size, sometimes significantly. - Changed unpickler to use internal data structure instead of list to reduce unpickling times by about a third. - Many cleanups to get rid of obfuscated error handling involving 'goto finally' and status variables. - Extensive reGuidofication. (formatting :) - Fixed binary floating-point pickling bug. 0.0 was not pickled correctly. - Now use binary floating point format when saving floats in binary mode. - Fixed some error message spelling error. | ||||
* | New version from Jim Fulton: | Guido van Rossum | 1998-11-25 | 1 | -71/+69 |
| | | | | | | | - New copyright. (Open source) - Fixed problem in seek method. The seek method should (and now does) fill with nulls when seeking past the end of the "file". | ||||
* | Wrong pathname in docstring detected by Fredrik Nehr. | Guido van Rossum | 1998-11-25 | 1 | -1/+1 |
| | |||||
* | Supplemental rules to convert a .tex file to a .xml file. Both XML and | Fred Drake | 1998-11-24 | 1 | -0/+29 |
| | | | | | SGML will be supported soon, probably using an ESIS representation saved in a temp file. | ||||
* | Script to convert things like <C/> and <Cpp/> to &C; and &Cpp;. This is | Fred Drake | 1998-11-24 | 1 | -0/+25 |
| | | | | something that con't be done with the DOM as far as I can tell. | ||||
* | Rationalize a word-space markup to not break in the LaTeX->*ML | Fred Drake | 1998-11-24 | 1 | -2/+173 |
| | | | | | | | | | conversion tools currently being constructed. Add a chapter from Jim Fulton on using Misc/Makefile.pre.in. Still preliminary. The "Dynamic Loading" chapter needs to be updated (and possibly removed, since it's no longer an issue for most (any?) users. | ||||
* | The & character is also escaped using \. | Fred Drake | 1998-11-23 | 1 | -1/+1 |
| | |||||
* | Add some additional cleanup transformations. | Fred Drake | 1998-11-23 | 1 | -0/+67 |
| | |||||
* | Fix cosmetic bug in delattr docstring discovered by JvR. | Guido van Rossum | 1998-11-23 | 1 | -1/+1 |
| | |||||
* | Whoops! One the "redundant" initializations removed by Vladimir in | Guido van Rossum | 1998-11-23 | 1 | -2/+2 |
| | | | | | the previous patch wasn't -- there was a path through the code that bypassed all initializations. Thanks to Just for reporting the bug! | ||||
* | Fix comment regex so we don't screw up structured comments with | Fred Drake | 1998-11-23 | 1 | -1/+1 |
| | | | | different internal indentation levels. | ||||
* | Rewrote the section on sys.exit(), documenting other argument types | Guido van Rossum | 1998-11-23 | 1 | -6/+18 |
| | | | | | than integers and recommending sys.exit("message"). (I see this as Python's answer to Perls ``die "message";''.) | ||||
* | Script to squirrel around with the DOM tree of document fragments from the | Fred Drake | 1998-11-23 | 1 | -0/+193 |
| | | | | | | | LaTeX-based ESIS streams to be a little better structured, and generally perform clean-up. Preliminary. | ||||
* | Moved into tools/sgmlconv/. | Fred Drake | 1998-11-23 | 2 | -0/+468 |
| | |||||
* | Moving to sgmlconv/ subdir. | Fred Drake | 1998-11-23 | 2 | -468/+0 |
| | |||||
* | Fix up the extraction of optional parameters a little. | Fred Drake | 1998-11-23 | 1 | -3/+3 |
| | | | | Be more informative in an exception message. | ||||
* | Doc strings by Chris Petrilli. | Guido van Rossum | 1998-11-23 | 1 | -6/+44 |
| | |||||
* | Some cleanup. | Fred Drake | 1998-11-23 | 1 | -10/+16 |
| | | | | | Don't duplicate the information on what's empty; rely on the input data for that. (This means that the DOM may need more work.) | ||||
* | Fix some minor problems. | Fred Drake | 1998-11-23 | 1 | -29/+32 |
| | | | | | Make the table of attribute information contain only one kind of entry. Simplifies some stuff in subconvert(). | ||||
* | (py-execute-region): Hack around the different behavior and switch | Barry Warsaw | 1998-11-20 | 1 | -14/+21 |
| | | | | | semantics between CPython/JPython when the script source is piped to stdin. | ||||
* | First cut at a script to generate SGML/XML from an ESIS event stream, | Fred Drake | 1998-11-18 | 1 | -0/+125 |
| | | | | | probably only usable for the Python docs. But also probably more useful than latex2esis.py. | ||||
* | First cut at a script to generate ESIS events from LaTeX source, | Fred Drake | 1998-11-18 | 1 | -0/+334 |
| | | | | probably only usable for the Python docs. | ||||
* | Bomb on deleting a temporary breakpoint: there's no method | Guido van Rossum | 1998-11-18 | 1 | -1/+1 |
| | | | | do_delete(); do_clear() was meant. By Greg Ward. | ||||
* | A little more tweakage | Barry Warsaw | 1998-11-18 | 1 | -5/+20 |
| | |||||
* | A little more tweakage | Barry Warsaw | 1998-11-18 | 1 | -1/+2 |
| | |||||
* | A bit of tweakage of the --help and --version options | Barry Warsaw | 1998-11-18 | 1 | -6/+11 |
| | |||||
* | (ChipViewer): Make frame sticky NSEW to fix geometry problem. | Barry Warsaw | 1998-11-18 | 1 | -1/+1 |
| | |||||
* | tweak version number | Barry Warsaw | 1998-11-18 | 1 | -1/+1 |
| | |||||
* | Update | Barry Warsaw | 1998-11-18 | 1 | -0/+3 |
| | |||||
* | Updating | Barry Warsaw | 1998-11-18 | 2 | -4/+0 |
| | |||||
* | Eliminate remaining \verb/.../ constructs; there's no need for them. | Fred Drake | 1998-11-17 | 1 | -3/+3 |
| | |||||
* | (py-execute-region): Patch by Hunter Kelly so that execution uses the | Barry Warsaw | 1998-11-17 | 1 | -4/+4 |
| | | | | correct Python shell (CPython or JPython). | ||||
* | Remove some redundant initializations -- patch by Vladimir Marangozov. | Guido van Rossum | 1998-11-17 | 1 | -4/+4 |
| | |||||
* | Accept a non-list sequence for the long options (request by Jack Jansen). | Guido van Rossum | 1998-11-17 | 1 | -39/+54 |
| | | | | | | | | | | | | | Because it might be a common mistake to pass a single string, this situation is treated separately. Since we were making a copy of the longopts list anyway, we now use the list() function -- this made it necessary to change all uses of the local variable (and argument) 'list' to something more meaningful, i.e., 'opts'. Also added docstrings (copied from the library manual) and removed the (now redundant) module comments. | ||||
* | RajGopal Srinivasan noted that the latest code doesn't work when | Guido van Rossum | 1998-11-17 | 1 | -0/+6 |
| | | | | | running in a non-threaded environment. He added some #ifdefs that fix this. | ||||
* | Remove dead code discovered by Vladimir Marangozov. | Guido van Rossum | 1998-11-16 | 1 | -4/+2 |
| | |||||
* | Fix typo in doc for handle(): client_request should be client_address. | Guido van Rossum | 1998-11-16 | 1 | -1/+1 |
| | | | | Noted by Stefan Witzel. | ||||
* | Fix typo in docstring: client_request should be client_address. | Guido van Rossum | 1998-11-16 | 1 | -1/+1 |
| | | | | Noted by Stefan Witzel. |