Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added label{module-spam} | Guido van Rossum | 1997-07-18 | 5 | -3/+11 |
| | |||||
* | Remove pprint from the list of undocumented modules. | Fred Drake | 1997-07-18 | 2 | -8/+0 |
| | |||||
* | Add entry for the pprint module. | Fred Drake | 1997-07-18 | 2 | -0/+2 |
| | |||||
* | Add libpprint.tex to the lib.dvi dependencies. | Fred Drake | 1997-07-18 | 1 | -1/+2 |
| | |||||
* | Slight mods to make the module conform to the documentation. | Fred Drake | 1997-07-18 | 1 | -14/+63 |
| | |||||
* | Documentation for the pprint module. | Fred Drake | 1997-07-18 | 2 | -0/+304 |
| | |||||
* | Checking in new module code.py -- utilities dealing with code objects. | Guido van Rossum | 1997-07-18 | 1 | -0/+52 |
| | | | | | | | Currently, contains one function: compile_command(), which helps determining whether a source string is complete, incomplete or in error. This is useful when writing your own version of the Python read-eval-print loop. | ||||
* | This module is now completely obsolete. | Guido van Rossum | 1997-07-18 | 2 | -0/+28 |
| | | | | | Noted this in the XXX comments. Also, changed all three functions to use the attributes if they exist. | ||||
* | No longer need to use codehack -- use co.co_firstlineno instead. | Guido van Rossum | 1997-07-18 | 1 | -2/+1 |
| | |||||
* | Use sys.exc_info() instead of sys.exc_{type,value,traceback}. | Guido van Rossum | 1997-07-18 | 1 | -9/+9 |
| | | | | Also corrected a typo in format_stack (t should've been f). | ||||
* | Some new tests by Jeffrey | Guido van Rossum | 1997-07-18 | 1 | -11/+72 |
| | |||||
* | Jeffrey's latest -- reorder my chages somewhat, | Guido van Rossum | 1997-07-18 | 1 | -95/+71 |
| | | | | removed some of his own cruft. Added \g<...> references in replacement text. | ||||
* | Huge speedup by inlining some common integer operations: | Guido van Rossum | 1997-07-17 | 1 | -5/+75 |
| | | | | | | | int+int, int-int, int <compareop> int, and list[int]. (Unfortunately, int*int is way too much code to inline.) Also corrected a NULL that should have been a zero. | ||||
* | Patches by AMK to check that the db is still open. | Guido van Rossum | 1997-07-17 | 3 | -0/+54 |
| | |||||
* | Add 'return' keyword before error calls. | Guido van Rossum | 1997-07-17 | 1 | -8/+8 |
| | |||||
* | Jeffrey's latests | Guido van Rossum | 1997-07-17 | 3 | -32/+165 |
| | |||||
* | Correctly implement sub, subn, and split. Also correct and augment | Guido van Rossum | 1997-07-17 | 1 | -10/+88 |
| | | | | the cache code. | ||||
* | Jeffrey's next installment | Guido van Rossum | 1997-07-17 | 1 | -87/+135 |
| | |||||
* | Corresponding output. | Guido van Rossum | 1997-07-17 | 1 | -1/+11 |
| | |||||
* | Several additions from Jeffrey. | Guido van Rossum | 1997-07-17 | 1 | -5/+22 |
| | |||||
* | Added tests for sub, subn, and split. | Guido van Rossum | 1997-07-17 | 1 | -1/+47 |
| | |||||
* | Use 'and' instead of '&', which is a (La)TeX control character. | Guido van Rossum | 1997-07-17 | 2 | -2/+4 |
| | | | | "make lib tut ext" should now be errorfree. | ||||
* | Add AMK's seealso environment that is now used in the library manual | Guido van Rossum | 1997-07-17 | 1 | -0/+11 |
| | | | | at some places. | ||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 196 | -859/+1068 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | Extensive changes by AMK. | Guido van Rossum | 1997-07-17 | 2 | -8/+154 |
| | |||||
* | Note that getvalue() must be called before close(). | Guido van Rossum | 1997-07-17 | 2 | -4/+10 |
| | |||||
* | Added libni.tex libgzip.tex | Guido van Rossum | 1997-07-17 | 3 | -1/+5 |
| | |||||
* | New from AMK | Guido van Rossum | 1997-07-17 | 2 | -0/+88 |
| | |||||
* | New version (interim) by AMK. | Guido van Rossum | 1997-07-17 | 2 | -3400/+1872 |
| | |||||
* | Removed mailbox, SocketServer, cmath -- these are now documented! | Guido van Rossum | 1997-07-17 | 2 | -14/+0 |
| | |||||
* | Added cmath | Guido van Rossum | 1997-07-17 | 3 | -1/+3 |
| | |||||
* | Typo in example. | Guido van Rossum | 1997-07-17 | 2 | -2/+2 |
| | |||||
* | New cmath module docs, by AMK (with additions and deletions by Guido). | Guido van Rossum | 1997-07-17 | 2 | -0/+118 |
| | |||||
* | Added fileno(); added readlines(sizehint). | Guido van Rossum | 1997-07-17 | 2 | -18/+48 |
| | | | | AMK's sed job. | ||||
* | Fix dropped word. | Guido van Rossum | 1997-07-17 | 2 | -2/+2 |
| | |||||
* | Fix xover implementation according to Fred Lundh. | Guido van Rossum | 1997-07-17 | 1 | -8/+8 |
| | |||||
* | Jeffrey's latest -- seems to solve most problems! | Guido van Rossum | 1997-07-17 | 4 | -193/+136 |
| | |||||
* | Add flush() method to fake file. | Guido van Rossum | 1997-07-17 | 1 | -0/+3 |
| | |||||
* | Fix bug found by kjpylint; change doc string to avoid "(" in column 1. | Guido van Rossum | 1997-07-16 | 1 | -5/+5 |
| | |||||
* | Added remaining PyThread symbols. | Guido van Rossum | 1997-07-16 | 1 | -0/+14 |
| | |||||
* | Added a few new undocumented modules. | Guido van Rossum | 1997-07-16 | 2 | -10/+20 |
| | |||||
* | Catch all exceptions in test modules. | Guido van Rossum | 1997-07-16 | 1 | -0/+6 |
| | |||||
* | Added output from new tests. | Guido van Rossum | 1997-07-15 | 1 | -0/+381 |
| | |||||
* | Fixed a syntax error caused by a bad line in the Perl source. | Guido van Rossum | 1997-07-15 | 1 | -1/+1 |
| | |||||
* | Correct inf. while loop. | Guido van Rossum | 1997-07-15 | 1 | -5/+20 |
| | |||||
* | Merged Jeffrey's changes in. | Guido van Rossum | 1997-07-15 | 1 | -1/+8 |
| | |||||
* | Merged my changes in, and added all converted Perl tests. | Guido van Rossum | 1997-07-15 | 1 | -24/+284 |
| | |||||
* | Jeffrey's version | Guido van Rossum | 1997-07-15 | 1 | -239/+169 |
| | |||||
* | More changes by Jeffrey. | Guido van Rossum | 1997-07-15 | 1 | -23/+51 |
| | |||||
* | Tweak re_tests and test_re to differentiate between | Guido van Rossum | 1997-07-15 | 3 | -5/+7 |
| | | | | groups that have no value and groups that are out of bounds. |