summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF patch #459385 (Norman Vine): time.timezone fix for Cygwin.Guido van Rossum2001-09-251-19/+19
* + Display property functions in the same order they're specified toTim Peters2001-09-251-7/+7
* Note a few tasks that are done now.Guido van Rossum2001-09-251-10/+14
* Separate out the type/class-related news and reword some items.Guido van Rossum2001-09-251-39/+63
* Change repr() of a new-style class to say <class 'ClassName'> ratherGuido van Rossum2001-09-253-8/+15
* Make __class__ assignment possible, when the object structures are theGuido van Rossum2001-09-252-4/+111
* + Got rid of all instances of <small>. Under IE5, GUI-mode pydoc hasTim Peters2001-09-251-22/+19
* GUI mode now displays useful stuff for properties. This is usually betterTim Peters2001-09-251-4/+14
* + 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