| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tests for new PyErr_NormalizeException() behavior | Jeremy Hylton | 2001-09-26 | 1 | -0/+35 |
|
|
* | Test case for SF bugs #463359 and #462937, added to test_grammar for lack of | Thomas Wouters | 2001-09-26 | 2 | -0/+28 |
|
|
* | Update the tests for the current incarnation of the email package, and | Barry Warsaw | 2001-09-26 | 1 | -105/+198 |
|
|
* | More test messages for test_email.py | Barry Warsaw | 2001-09-26 | 2 | -0/+135 |
|
|
* | test_iterator(): Don't do a type comparison to see if it's an | Barry Warsaw | 2001-09-25 | 1 | -1/+4 |
|
|
* | Factor out the protect-from-exceptions helpers and make capture_events() | Fred Drake | 2001-09-25 | 1 | -35/+65 |
|
|
* | Guido points out that sys.__stdout__ is a bit bucket under IDLE. So keep | Tim Peters | 2001-09-25 | 2 | -1/+13 |
|
|
* | test_support should be imported directly, not via test.test_support. | Tim Peters | 2001-09-25 | 2 | -2/+2 |
|
|
* | Get rid of the increasingly convoluted global tricks w/ sys.stdout, in | Tim Peters | 2001-09-25 | 2 | -28/+12 |
|
|
* | - Provisional support for pickling new-style objects. (*) | Guido van Rossum | 2001-09-25 | 2 | -1/+63 |
|
|
* | Set sys.save_stdout (to sys.stdout), so doctest-using tests can be run | Guido van Rossum | 2001-09-25 | 1 | -0/+2 |
|
|
* | Change repr() of a new-style class to say <class 'ClassName'> rather | Guido van Rossum | 2001-09-25 | 2 | -4/+4 |
|
|
* | Make __class__ assignment possible, when the object structures are the | Guido van Rossum | 2001-09-25 | 1 | -0/+28 |
|
|
* | Make properties discoverable from Python: | Tim Peters | 2001-09-24 | 1 | -2/+28 |
|
|
* | Added several new tests to check the behavior with respect to doctype | Fred Drake | 2001-09-24 | 1 | -6/+77 |
|
|
* | Adapt to use the test_main() approach. | Fred Drake | 2001-09-24 | 1 | -1/+6 |
|
|
* | Another comparison patch-up: comparing a type with a dynamic metatype | Guido van Rossum | 2001-09-24 | 1 | -0/+7 |
|
|
* | Add more tests showing the relationship between exceptions raised & caught | Fred Drake | 2001-09-24 | 1 | -9/+64 |
|
|
* | Do the same thing to complex that I did to str: the rich comparison | Guido van Rossum | 2001-09-24 | 1 | -0/+15 |
|
|
* | StringIO patch #462596: let's [c]StringIO accept read buffers on | Marc-André Lemburg | 2001-09-24 | 1 | -8/+23 |
|
|
* | Change string comparison so that it applies even when one (or both) | Guido van Rossum | 2001-09-24 | 1 | -6/+6 |
|
|
* | Fix the baffler that Tim reported: sometimes the repr() of an object | Guido van Rossum | 2001-09-24 | 1 | -2/+2 |
|
|
* | Generalize file.writelines() to allow iterable objects. | Tim Peters | 2001-09-23 | 1 | -0/+53 |
|
|
* | The test data (mostly example messages) for the email package test | Barry Warsaw | 2001-09-23 | 16 | -0/+643 |
|
|
* | An extensive test suite for the email package. | Barry Warsaw | 2001-09-23 | 1 | -0/+797 |
|
|
* | New function classify_class_attrs(). As a number of SF bug reports | Tim Peters | 2001-09-23 | 1 | -0/+201 |
|
|
* | Add a function to compute a class's method resolution order. This is | Tim Peters | 2001-09-22 | 1 | -0/+20 |
|
|
* | Since the most likely failure mode for an expected-output test is a change | Tim Peters | 2001-09-22 | 1 | -15/+22 |
|
|
* | Converted test_StringIO.py to use unittest, so | Barry Warsaw | 2001-09-22 | 2 | -62/+71 |
|
|
* | Start of a test to make sure the profiler/tracer support in the core | Fred Drake | 2001-09-22 | 1 | -0/+110 |
|
|
* | Add the __getattr__ hook back. The rules are now: | Guido van Rossum | 2001-09-21 | 1 | -5/+4 |
|
|
* | reportdiff(): print a "plain diff" style diff. | Guido van Rossum | 2001-09-21 | 1 | -4/+30 |
|
|
* | Oops. I didn't expect that some tests (test_cookie) have expected | Guido van Rossum | 2001-09-21 | 2 | -9/+3 |
|
|
* | Change the way unexpected output is reported: rather than stopping at | Guido van Rossum | 2001-09-21 | 2 | -94/+52 |
|
|
* | Change the name of the __getattr__ special method for new-style | Guido van Rossum | 2001-09-21 | 2 | -7/+7 |
|
|
* | Make these modules work when Python is compiled without Unicode support. | Guido van Rossum | 2001-09-21 | 1 | -0/+4 |
|
|
* | Add tests for repr() of strings containing string quotes as well. | Guido van Rossum | 2001-09-21 | 1 | -0/+4 |
|
|
* | Test basic functioning of unicode repr(). (If this breaks Jython, | Guido van Rossum | 2001-09-21 | 1 | -0/+11 |
|
|
* | Add a small test to verify that member and getset descriptors now have | Guido van Rossum | 2001-09-20 | 1 | -0/+8 |
|
|
* | Change testdescr.py to use the test_main() approach. | Guido van Rossum | 2001-09-20 | 1 | -4/+4 |
|
|
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 34 | -39/+229 |
|
|
* | Fix Unicode .join() method to raise a TypeError for sequence | Marc-André Lemburg | 2001-09-20 | 1 | -1/+0 |
|
|
* | Update test output after the unicode() change. | Marc-André Lemburg | 2001-09-20 | 1 | -0/+1 |
|
|
* | Implement the changes proposed in patch #413333. unicode(obj) now | Marc-André Lemburg | 2001-09-20 | 1 | -0/+5 |
|
|
* | Patch #435971: UTF-7 codec by Brian Quinlan. | Marc-André Lemburg | 2001-09-20 | 1 | -1/+28 |
|
|
* | run_suite(): Oops, update a docstring. | Barry Warsaw | 2001-09-20 | 1 | -1/+1 |
|
|
* | run_suite(): Factor this out of run_unittest() for tests that build | Barry Warsaw | 2001-09-20 | 1 | -2/+7 |
|
|
* | Add additional coercion support for "self subtypes" to int, long, | Guido van Rossum | 2001-09-19 | 1 | -0/+28 |
|
|
* | Enable two checks for comparing a complex to a complex subtype | Guido van Rossum | 2001-09-19 | 1 | -3/+4 |
|
|
* | Enable some comparison tests that failed before. Still having problems | Tim Peters | 2001-09-18 | 1 | -3/+3 |
|
|