summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* AMK's megapatch:Guido van Rossum1997-07-17196-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 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
| | | | AMK's sed job.
* 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
| | | | groups that have no value and groups that are out of bounds.
* 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
|
* Jeffrey's latest -- almost there.Guido van Rossum1997-07-151-30/+71
|
* Jeffrey's newestGuido van Rossum1997-07-154-215/+287
|
* Three fewer incorrect failuresGuido van Rossum1997-07-151-3/+0
|
* Reformatted.Guido van Rossum1997-07-151-1557/+1548
| | | | | Fixed some problem with uninitialized syntax tables. Jeffrey.
* After some discussion with Jeremy and Fred, decided to limit theGuido van Rossum1997-07-141-1/+1
| | | | | | | | | default urlparse cache size to 20 instead of 2000. The main use of the cache seems to be to gain some speed in Grail, which is calling urljoin with the same base for each anchor. 2000 is a bit too big for Jeremy, who doesn't need the cache at all. 20 should keep at least 95% of the Grail speedup while wasting an insignificant amount of memory in Jeremy's application.
* Reordered list of methods to hopefully put the most frequently usedGuido van Rossum1997-07-132-7/+7
| | | | ones near the front.
* Reordered list of methods to hopefully put the most frequently usedGuido van Rossum1997-07-131-8/+10
| | | | | | ones near the front. Also added a missing "return -1" to PyFile_WriteString.
* Upped version to 0.6.Guido van Rossum1997-07-131-2/+2
|
* New PythonPowered logo image.Guido van Rossum1997-07-131-2/+2
|
* Removed the traceback output in non-verbose modeGuido van Rossum1997-07-112-109/+2
|
* New from Jeffrey; small nits.Guido van Rossum1997-07-111-2/+12
|
* Jeffrey's latest.Guido van Rossum1997-07-112-172/+153
|
* Some small nits.Guido van Rossum1997-07-111-3/+5
|
* Test urlparse cache with try/except instead of has_key.Guido van Rossum1997-07-111-1/+3
| | | | This makes it thread-safe again.
* This is pretty pathetic and full of errors,Guido van Rossum1997-07-111-0/+339
| | | | but it makes the regression test not complain about test_re.
* test suite for re.pyGuido van Rossum1997-07-112-0/+334
|
* Added reop (moved reop and regex to non-shared section).Guido van Rossum1997-07-111-2/+3
| | | | Added -I$(DBPORT) for bsddb compilation line.
* Added /usr/bin/env python and made executable.Guido van Rossum1997-07-112-1/+4
|
* Allow '@' character as end of line padding in uuencode format.Guido van Rossum1997-07-111-1/+3
| | | | | | | Not sure why this is generated, but this fixes a problem with a particular file that was received with the following final line: F-WE<-*A5]AY]%7>8'&!!(_Y<F*55_"*%46"<OFG=>_5(F/\'``!@
* Use the modules base64, quopri, and uu, instead of external programsGuido van Rossum1997-07-111-2/+22
| | | | to decode/encode the standard transfer encodings.
* Oops, some clarifications to conditional breaks.Guido van Rossum1997-07-112-8/+8
|