summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the way unexpected output is reported: rather than stopping atGuido van Rossum2001-09-212-94/+52
* Change the name of the __getattr__ special method for new-styleGuido van Rossum2001-09-213-11/+11
* Make these modules work when Python is compiled without Unicode support.Guido van Rossum2001-09-213-5/+18
* Add tests for repr() of strings containing string quotes as well.Guido van Rossum2001-09-211-0/+4
* Fix a bug in rendering of \\ by repr() -- it rendered as \\\ insteadGuido van Rossum2001-09-211-0/+1
* Test basic functioning of unicode repr(). (If this breaks Jython,Guido van Rossum2001-09-211-0/+11
* Add a small test to verify that member and getset descriptors now haveGuido van Rossum2001-09-201-0/+8
* Add optional docstrings to getset descriptors. Fortunately, there'sGuido van Rossum2001-09-2010-26/+43
* Change testdescr.py to use the test_main() approach.Guido van Rossum2001-09-201-4/+4
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-2034-39/+229
* Add optional docstrings to member descriptors. For backwardsGuido van Rossum2001-09-2017-251/+313
* Fill in a few more descriptions for xml.parsers.expat.Fred Drake2001-09-201-5/+24
* Document new file() constructor, with the body of open()'s text, plus aTim Peters2001-09-201-37/+45
* Document all the Py*_CheckExact() functions.Fred Drake2001-09-202-26/+174
* PyLocale_setlocale(): silence compiler warning about free() of a constGuido van Rossum2001-09-201-1/+1
* Fix Unicode .join() method to raise a TypeError for sequenceMarc-André Lemburg2001-09-202-2/+11
* Update test output after the unicode() change.Marc-André Lemburg2001-09-201-0/+1
* Update description of Tools/compilerJeremy Hylton2001-09-201-3/+2
* Remove setup.py, unnecessary since compiler package is the stdJeremy Hylton2001-09-202-14/+2
* Moved to Tools/compiler along with astgen.pyJeremy Hylton2001-09-201-87/+0
* _PyObject_GetDictPtr(): when the offset is negative, always align --Guido van Rossum2001-09-201-11/+6
* Note about enhancements to unicode().Marc-André Lemburg2001-09-201-0/+6
* Python part of the UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-201-0/+27
* Implement the changes proposed in patch #413333. unicode(obj) nowMarc-André Lemburg2001-09-202-42/+60
* Patch #435971: UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-205-1/+392
* Patch #462635 by Andrew Kuchling correcting bugs in the newMarc-André Lemburg2001-09-205-11/+21
* SF bug [#463093] File methods need doc strings.Tim Peters2001-09-201-14/+94
* run_suite(): Oops, update a docstring.Barry Warsaw2001-09-201-1/+1