summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* + Text-mode (but not yet GUI mode) pydoc now produces useful stuff forTim Peters2001-09-241-9/+35
* Make properties discoverable from Python:Tim Peters2001-09-243-27/+90
* Added several new tests to check the behavior with respect to doctypeFred Drake2001-09-241-6/+77
* Adapt to use the test_main() approach.Fred Drake2001-09-241-1/+6
* Re-factor the SGMLParser class to use the new markupbase.ParserBase class.Fred Drake2001-09-241-75/+34
* Re-factor the HTMLParser class to use the new markupbase.ParserBase class.Fred Drake2001-09-241-305/+19
* Be consistent about the string module.Fred Drake2001-09-241-1/+1
* New base class for the SGMLParser and HTMLParser classes from the sgmllibFred Drake2001-09-241-0/+306
* Don't swap the arguments to PyFrame_BlockSetup when recreating the recentlyThomas Wouters2001-09-241-2/+2
* Another comparison patch-up: comparing a type with a dynamic metatypeGuido van Rossum2001-09-242-1/+9
* Add more tests showing the relationship between exceptions raised & caughtFred Drake2001-09-241-9/+64
* Do the same thing to complex that I did to str: the rich comparisonGuido van Rossum2001-09-242-7/+25
* StringIO patch #462596: let's [c]StringIO accept read buffers onMarc-André Lemburg2001-09-243-18/+32
* Fixed old bug (caused by careless Carbonizing) that noone noticed untilJust van Rossum2001-09-241-1/+1
* Patch #463421: speed up md5 module with real memcpy/set.Martin v. Löwis2001-09-241-28/+4
* Change string comparison so that it applies even when one (or both)Guido van Rossum2001-09-242-9/+10
* Fix the baffler that Tim reported: sometimes the repr() of an objectGuido van Rossum2001-09-242-4/+4
* Add more signature information and some descriptions for the new APIsFred Drake2001-09-241-1/+89
* Add more reference count information.Fred Drake2001-09-241-0/+28
* Add link to Unix Review's 2.2 articleAndrew M. Kuchling2001-09-241-2/+11
* start of new config handling stuffSteven M. Gava2001-09-246-48/+468
* More work on class display:Tim Peters2001-09-241-43/+61
* Try to do for pydoc's GUI mode what the earlier checkin did for textTim Peters2001-09-241-9/+92
* Added a note about the new email package.Barry Warsaw2001-09-241-0/+4
* Part of a partial solution to SF bugs 463378, 463381, 463383, 463384.Tim Peters2001-09-231-8/+87
* Reactivate participation of expat parsers in GC. Fixes bug #462710.Martin v. Löwis2001-09-231-2/+33
* Install the new Lib/email pkg.Tim Peters2001-09-231-0/+16
* Generalize file.writelines() to allow iterable objects.Tim Peters2001-09-235-35/+91
* The test data (mostly example messages) for the email package testBarry Warsaw2001-09-2316-0/+643
* An extensive test suite for the email package.Barry Warsaw2001-09-231-0/+797
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-2312-0/+1302
* Added API information for the PyCallIter_*() and PySeqIter_*() functions.Fred Drake2001-09-232-1/+66
* New function classify_class_attrs(). As a number of SF bug reportsTim Peters2001-09-232-0/+286
* Fix restore (difflib.restore() became a generator too).Tim Peters2001-09-221-1/+2
* Make difflib.ndiff() and difflib.Differ.compare() generators. ThisTim Peters2001-09-224-70/+84
* Add note about __getattribute__.Guido van Rossum2001-09-221-0/+9
* Add a function to compute a class's method resolution order. This isTim Peters2001-09-223-1/+47
* Since the most likely failure mode for an expected-output test is a changeTim Peters2001-09-221-15/+22
* {String,cString}IO.StringIO's support iteration.Barry Warsaw2001-09-221-0/+4
* I_getiter(): Function for the tp_iter slot of Itype so thatBarry Warsaw2001-09-221-20/+45
* __iter__(): New method so that StringIO's can participate in theBarry Warsaw2001-09-221-0/+3
* Note that files are iterable; describe what the iterator returns.Fred Drake2001-09-221-0/+5
* Converted test_StringIO.py to use unittest, soBarry Warsaw2001-09-222-62/+71
* Start of a test to make sure the profiler/tracer support in the coreFred Drake2001-09-221-0/+110
* Add the __getattr__ hook back. The rules are now:Guido van Rossum2001-09-212-5/+43
* Bump version number.Fred Drake2001-09-212-2/+2
* Added reference to Tutorial section on user-defined exceptions forFred Drake2001-09-211-9/+15
* Exceptions in interactive examlpes did not always include the indication ofFred Drake2001-09-211-19/+85
* reportdiff(): print a "plain diff" style diff.Guido van Rossum2001-09-211-4/+30
* Oops. I didn't expect that some tests (test_cookie) have expectedGuido van Rossum2001-09-212-9/+3