summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add entry for the pprint module.Fred Drake1997-07-182-0/+2
* Add libpprint.tex to the lib.dvi dependencies.Fred Drake1997-07-181-1/+2
* Slight mods to make the module conform to the documentation.Fred Drake1997-07-181-14/+63
* Documentation for the pprint module.Fred Drake1997-07-182-0/+304
* Checking in new module code.py -- utilities dealing with code objects.Guido van Rossum1997-07-181-0/+52
* This module is now completely obsolete.Guido van Rossum1997-07-182-0/+28
* No longer need to use codehack -- use co.co_firstlineno instead.Guido van Rossum1997-07-181-2/+1
* Use sys.exc_info() instead of sys.exc_{type,value,traceback}.Guido van Rossum1997-07-181-9/+9
* Some new tests by JeffreyGuido van Rossum1997-07-181-11/+72
* Jeffrey's latest -- reorder my chages somewhat,Guido van Rossum1997-07-181-95/+71
* Huge speedup by inlining some common integer operations:Guido van Rossum1997-07-171-5/+75
* Patches by AMK to check that the db is still open.Guido van Rossum1997-07-173-0/+54
* Add 'return' keyword before error calls.Guido van Rossum1997-07-171-8/+8
* Jeffrey's latestsGuido van Rossum1997-07-173-32/+165
* Correctly implement sub, subn, and split. Also correct and augmentGuido van Rossum1997-07-171-10/+88
* Jeffrey's next installmentGuido van Rossum1997-07-171-87/+135
* Corresponding output.Guido van Rossum1997-07-171-1/+11
* Several additions from Jeffrey.Guido van Rossum1997-07-171-5/+22
* Added tests for sub, subn, and split.Guido van Rossum1997-07-171-1/+47
* Use 'and' instead of '&', which is a (La)TeX control character.Guido van Rossum1997-07-172-2/+4
* Add AMK's seealso environment that is now used in the library manualGuido van Rossum1997-07-171-0/+11
* AMK's megapatch:Guido van Rossum1997-07-17196-859/+1068
* Extensive changes by AMK.Guido van Rossum1997-07-172-8/+154
* Note that getvalue() must be called before close().Guido van Rossum1997-07-172-4/+10
* Added libni.tex libgzip.texGuido van Rossum1997-07-173-1/+5
* New from AMKGuido van Rossum1997-07-172-0/+88
* New version (interim) by AMK.Guido van Rossum1997-07-172-3400/+1872
* Removed mailbox, SocketServer, cmath -- these are now documented!Guido van Rossum1997-07-172-14/+0
* Added cmathGuido van Rossum1997-07-173-1/+3
* Typo in example.Guido van Rossum1997-07-172-2/+2
* New cmath module docs, by AMK (with additions and deletions by Guido).Guido van Rossum1997-07-172-0/+118
* Added fileno(); added readlines(sizehint).Guido van Rossum1997-07-172-18/+48
* Fix dropped word.Guido van Rossum1997-07-172-2/+2
* Fix xover implementation according to Fred Lundh.Guido van Rossum1997-07-171-8/+8
* Jeffrey's latest -- seems to solve most problems!Guido van Rossum1997-07-174-193/+136
* Add flush() method to fake file.Guido van Rossum1997-07-171-0/+3
* Fix bug found by kjpylint; change doc string to avoid "(" in column 1.Guido van Rossum1997-07-161-5/+5
* Added remaining PyThread symbols.Guido van Rossum1997-07-161-0/+14
* Added a few new undocumented modules.Guido van Rossum1997-07-162-10/+20
* Catch all exceptions in test modules.Guido van Rossum1997-07-161-0/+6
* Added output from new tests.Guido van Rossum1997-07-151-0/+381
* Fixed a syntax error caused by a bad line in the Perl source.Guido van Rossum1997-07-151-1/+1
* Correct inf. while loop.Guido van Rossum1997-07-151-5/+20
* Merged Jeffrey's changes in.Guido van Rossum1997-07-151-1/+8
* Merged my changes in, and added all converted Perl tests.Guido van Rossum1997-07-151-24/+284
* Jeffrey's versionGuido van Rossum1997-07-151-239/+169
* More changes by Jeffrey.Guido van Rossum1997-07-151-23/+51
* Tweak re_tests and test_re to differentiate betweenGuido van Rossum1997-07-153-5/+7
* More tweaks; re.py is nearly there...Guido van Rossum1997-07-153-13/+5
* Fix group() -- should be tuple even when re has exactly one group.Guido van Rossum1997-07-151-1/+4