| Commit message (Expand) | Author | Age | Files | Lines |
| * | main(): Application of SF patch #405851, which allows this test to be | Barry Warsaw | 2001-03-23 | 1 | -0/+12 |
|
|
| * | In Jython, `@' is not allowed in module names. Extend the TESTFN test | Barry Warsaw | 2001-03-23 | 1 | -3/+7 |
|
|
| * | Make socket.getservbyname test optional on socket module having that | Barry Warsaw | 2001-03-23 | 1 | -5/+6 |
|
|
| * | Several changes for Jython portability. This closes SF patch | Barry Warsaw | 2001-03-23 | 1 | -9/+18 |
|
|
| * | Don't have trace() skip the top frame; return them all. | Ka-Ping Yee | 2001-03-23 | 1 | -5/+7 |
|
|
| * | Convert the weakref test suite to PyUNIT, and add tests that exercise weak | Fred Drake | 2001-03-23 | 2 | -260/+252 |
|
|
| * | When the regression test is run in verbose mode, make the PyUNIT-based | Fred Drake | 2001-03-23 | 1 | -1/+1 |
|
|
| * | SRE 2.1b2: increase the chances that the sre test works on other | Fredrik Lundh | 2001-03-22 | 2 | -14/+3 |
|
|
| * | SRE 2.1b2: forgot to update one output file (sorry, Fred!) | Fredrik Lundh | 2001-03-22 | 1 | -0/+8 |
|
|
| * | SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicode | Fredrik Lundh | 2001-03-22 | 1 | -3/+8 |
|
|
| * | sre 2.1b2 update: | Fredrik Lundh | 2001-03-22 | 2 | -0/+13 |
|
|
| * | Allow the process of reading back what we wrote to a pty to transform | Thomas Wouters | 2001-03-22 | 1 | -24/+36 |
|
|
| * | Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py | Steve Purcell | 2001-03-22 | 1 | -10/+6 |
|
|
| * | Check that f.keys() == [] right after creation -- this prevents bugs | Guido van Rossum | 2001-03-22 | 3 | -3/+6 |
|
|
| * | Changed doctest to run tests in alphabetic order of name. | Tim Peters | 2001-03-21 | 2 | -96/+96 |
|
|
| * | Test that traceback module works with SyntaxErrors with or without carets. | Jeremy Hylton | 2001-03-21 | 3 | -0/+43 |
|
|
| * | Add test cases for the fnmatch module. | Fred Drake | 2001-03-21 | 2 | -0/+43 |
|
|
| * | Just import sys at the top instead of inside lots of functions. | Fred Drake | 2001-03-21 | 1 | -3/+35 |
|
|
| * | Add tests for recent changes: | Jeremy Hylton | 2001-03-21 | 2 | -0/+32 |
|
|
| * | Addrf simple test that import is case-sensitive. | Tim Peters | 2001-03-21 | 1 | -1/+10 |
|
|
| * | Add test for a list comprehension that is nested in the left-hand part | Jeremy Hylton | 2001-03-19 | 2 | -0/+6 |
|
|
| * | Repair test_doctest's expected-output file (Guido added some new output). | Tim Peters | 2001-03-18 | 1 | -0/+2 |
|
|
| * | SF bug [ #409448 ] Complex division is braindead | Tim Peters | 2001-03-18 | 2 | -0/+66 |
|
|
| * | Whitespace normalization. | Tim Peters | 2001-03-16 | 1 | -3/+2 |
|
|
| * | Oops. A RISCOS patch I forgot to check in. | Guido van Rossum | 2001-03-13 | 1 | -1/+7 |
|
|
| * | Add test to verify that nested functions with free variables don't | Jeremy Hylton | 2001-03-13 | 2 | -0/+24 |
|
|
| * | Import the nested_scopes feature twice, to exercise the patch introduced | Fred Drake | 2001-03-10 | 1 | -1/+3 |
|
|
| * | Clean up junk files left behind by imp.load_source(). | Tim Peters | 2001-03-04 | 1 | -1/+7 |
|
|
| * | Replace literal '@test' with TESTFN. | Ka-Ping Yee | 2001-03-02 | 1 | -6/+6 |
|
|
| * | When catching errors from os.rmdir(), test for os.error, not IOError! | Guido van Rossum | 2001-03-02 | 1 | -3/+3 |
|
|
| * | Make names in __future__.py bind to class instances instead of 2-tuples. | Tim Peters | 2001-03-02 | 1 | -3/+2 |
|
|
| * | test_global was broken by some recent checkin. Repairing. | Tim Peters | 2001-03-02 | 2 | -9/+15 |
|
|
| * | Test interaction of global and nested scopes -- thanks to Samuele Pedroni. | Guido van Rossum | 2001-03-01 | 2 | -0/+66 |
|
|
| * | Whitespace normalization. | Tim Peters | 2001-03-01 | 1 | -1/+0 |
|
|
| * | final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be | Skip Montanaro | 2001-03-01 | 1 | -0/+16 |
|
|
| * | Add tests for the .copy() methods of both weak dictionary classes. | Fred Drake | 2001-03-01 | 1 | -1/+15 |
|
|
| * | Add test case for global stmt at module level. | Jeremy Hylton | 2001-02-28 | 3 | -0/+10 |
|
|
| * | update output to reflect exception that is now raised | Jeremy Hylton | 2001-02-28 | 1 | -3/+3 |
|
|
| * | Fix filter for SyntaxErrors | Jeremy Hylton | 2001-02-28 | 1 | -4/+4 |
|
|
| * | Add regression test for future statements. This adds eight files, but | Jeremy Hylton | 2001-02-28 | 10 | -0/+132 |
|
|
| * | Whitespace normalization. | Tim Peters | 2001-02-28 | 1 | -1/+0 |
|
|
| * | Added regression test for SF tracker bug #403871: AttributeError in | Fred Drake | 2001-02-28 | 1 | -0/+19 |
|
|
| * | verify that warnings are issued for bogus uses of global | Jeremy Hylton | 2001-02-28 | 2 | -0/+44 |
|
|
| * | Patch #404680: disables the nis module and enables the dl module when | Andrew M. Kuchling | 2001-02-27 | 1 | -0/+1 |
|
|
| * | add from __future__ import nested_scopes to strings passed to compile | Jeremy Hylton | 2001-02-27 | 1 | -6/+12 |
|
|
| * | Patch #403985: Add support for weak-keyed dictionaries | Martin v. Löwis | 2001-02-27 | 2 | -0/+22 |
|
|
| * | inspect: a module for getting information out of live Python objects | Ka-Ping Yee | 2001-02-27 | 2 | -0/+208 |
|
|
| * | Preliminary support for future nested scopes | Jeremy Hylton | 2001-02-27 | 1 | -0/+2 |
|
|
| * | Make sure ConfigParser uses .optionxform() consistently; this affects | Fred Drake | 2001-02-26 | 2 | -0/+25 |
|
|
| * | Add __future__.py to std library, + dull test to verify that assignments | Tim Peters | 2001-02-26 | 2 | -0/+43 |
|
|