summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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-211-5/+4
* 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-212-7/+7
* 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
* 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
* 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
* Fix Unicode .join() method to raise a TypeError for sequenceMarc-André Lemburg2001-09-201-1/+0
* Update test output after the unicode() change.Marc-André Lemburg2001-09-201-0/+1
* 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-201-0/+5
* Patch #435971: UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-202-1/+32
* Patch #462635 by Andrew Kuchling correcting bugs in the newMarc-André Lemburg2001-09-205-11/+21
* run_suite(): Oops, update a docstring.Barry Warsaw2001-09-201-1/+1
* run_suite(): Factor this out of run_unittest() for tests that buildBarry Warsaw2001-09-201-2/+7
* Since inspect.isfunction(obj) is a precondition for callingTim Peters2001-09-201-6/+6
* Ensure that isfunction(obj) and (the new) ismethoddescriptor(obj) neverTim Peters2001-09-201-5/+8
* After much thrashing, I believe this is a truly minimal patch to teachTim Peters2001-09-202-4/+27
* Patch #461321: Support None as a timeout in poll2 and poll3.Martin v. Löwis2001-09-191-4/+6
* Keep tabnanny happy.Guido van Rossum2001-09-191-1/+1
* Fixed search function error reporting in the encodings packageMarc-André Lemburg2001-09-191-7/+11
* Added new helpers for easy access to codecs. Docs will follow.Marc-André Lemburg2001-09-191-0/+42
* Patch to bug #461754: CDATA should not undergo entity subst.Martin v. Löwis2001-09-191-1/+1
* Add additional coercion support for "self subtypes" to int, long,Guido van Rossum2001-09-191-0/+28
* Enable two checks for comparing a complex to a complex subtypeGuido van Rossum2001-09-191-3/+4
* Enable some comparison tests that failed before. Still having problemsTim Peters2001-09-181-3/+3
* Add a similar test for rich comparisons.Guido van Rossum2001-09-181-1/+67
* fixed #449964: sre.sub raises an exception if the template contains aFredrik Lundh2001-09-183-9/+14
* Hopefully fix 3-way comparisons. This unfortunately adds yet anotherGuido van Rossum2001-09-181-0/+28
* Get rid of a superfluous space after "--" in the message printed for aGuido van Rossum2001-09-181-2/+1
* Fix typo in commentAndrew M. Kuchling2001-09-181-1/+1
* Test for the safety check in wrap_cmpfunc().Guido van Rossum2001-09-181-0/+15
* an SRE bugfix a day keeps Guido away...Fredrik Lundh2001-09-182-4/+11
* SF bug #417176 (Martijn Pieters): MultiFile.read() includes CRLFGuido van Rossum2001-09-181-1/+13
* softspace(): be prepared to catch AttributeError as well as TypeErrorGuido van Rossum2001-09-181-1/+2
* This module didn't work at all anymore -- blew up with AttributeErrorTim Peters2001-09-181-2/+6
* Undo some (but not all) of the more lenient acceptance ofGuido van Rossum2001-09-181-9/+9
* - Some tests that check that assignments are not allowed expect thisGuido van Rossum2001-09-181-85/+95
* Whitespace normalization.Tim Peters2001-09-188-21/+18
* Make test_socketserver require the network resource.Tim Peters2001-09-182-0/+3
* I don't expect test_socketserver to get skipped on Windows anymore.Tim Peters2001-09-181-1/+0
* Rework akin to test_threaded_import, so that this can run under regrtest.Tim Peters2001-09-171-7/+8
* Rewrite function attributes to use the generic routines properly.Guido van Rossum2001-09-171-1/+158
* API change:Jeremy Hylton2001-09-173-10/+109
* Re-created after change to astgen to calculate hardest_arg correctlyJeremy Hylton2001-09-171-577/+603