| Commit message (Expand) | Author | Age | Files | Lines |
* | a few more __all__ lists | Skip Montanaro | 2001-02-07 | 1 | -0/+4 |
|
|
* | test for presence of __builtins__ in names before deleting it, enabling this | Skip Montanaro | 2001-02-07 | 1 | -1/+2 |
|
|
* | Add xml declaration into toxml testcase. | Martin v. Löwis | 2001-02-06 | 1 | -1/+1 |
|
|
* | added several more __all__ lists | Skip Montanaro | 2001-02-06 | 1 | -0/+7 |
|
|
* | Fix test 9 (caught by ?!ng) | Jeremy Hylton | 2001-02-05 | 2 | -1/+31 |
|
|
* | Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! | Tim Peters | 2001-02-04 | 1 | -6/+6 |
|
|
* | Add minimal interface to symtable: _symtable module. | Jeremy Hylton | 2001-02-02 | 2 | -0/+9 |
|
|
* | Patch derived from Trent's 101162: a Python/C API testing framework. | Tim Peters | 2001-02-02 | 2 | -0/+17 |
|
|
* | Allow 'continue' inside 'try' clause | Jeremy Hylton | 2001-02-01 | 4 | -24/+24 |
|
|
* | Undo recent change that banned using import to bind a global, as per | Jeremy Hylton | 2001-02-01 | 2 | -2/+0 |
|
|
* | move extra arguments to the back of the new.code() arglist | Jeremy Hylton | 2001-02-01 | 1 | -1/+4 |
|
|
* | Revise the driver code to be more informative in the final report. | Fred Drake | 2001-02-01 | 1 | -7/+10 |
|
|
* | PEP 205, Weak References -- initial checkin. | Fred Drake | 2001-02-01 | 2 | -0/+239 |
|
|
* | Checking in patch #103478 -- makes popen2 and fork1 tested on BeOS. | Moshe Zadka | 2001-01-30 | 2 | -9/+9 |
|
|
* | Fix test for free ref to global. This test should have caught a | Jeremy Hylton | 2001-01-30 | 1 | -1/+1 |
|
|
* | add test for illegal imports | Jeremy Hylton | 2001-01-30 | 2 | -0/+4 |
|
|
* | Fixed .capitalize() method of Unicode objects to work like the | Marc-André Lemburg | 2001-01-29 | 2 | -0/+4 |
|
|
* | The one thing I love more then writing code is deleting code. | Moshe Zadka | 2001-01-29 | 2 | -7/+26 |
|
|
* | added several more urlencode test cases - part of patch 103391 | Skip Montanaro | 2001-01-28 | 1 | -3/+60 |
|
|
* | Added tests for new signature of new.instance(). | Fred Drake | 2001-01-28 | 1 | -7/+15 |
|
|
* | Except HierarchyRequestErr instead of TypeError. | Martin v. Löwis | 2001-01-27 | 1 | -1/+1 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 3 | -1/+18 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 2 | -0/+262 |
|
|
* | add extra tests to verify that co_varnames is being set up properly | Jeremy Hylton | 2001-01-25 | 2 | -24/+23 |
|
|
* | added a few more __all__ lists | Skip Montanaro | 2001-01-25 | 1 | -8/+10 |
|
|
* | Fix the test output, now that escapes in repr() of string and Unicode | Guido van Rossum | 2001-01-24 | 2 | -6/+6 |
|
|
* | Fix the test output, now that escapes in repr() of string and Unicode | Guido van Rossum | 2001-01-24 | 1 | -3/+3 |
|
|
* | Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. | Ka-Ping Yee | 2001-01-24 | 3 | -162/+162 |
|
|
* | Move uchhash functionality into unicodedata (after the recent | Fredrik Lundh | 2001-01-24 | 1 | -7/+8 |
|
|
* | a few more modules get __all__ | Skip Montanaro | 2001-01-24 | 1 | -0/+9 |
|
|
* | It's "gopherlib" not "gopher". | Barry Warsaw | 2001-01-24 | 1 | -1/+1 |
|
|
* | added a few more __all__ lists | Skip Montanaro | 2001-01-23 | 1 | -0/+8 |
|
|
* | Restore alphabetic order. Also try to import rlcompleter and curses, but | Tim Peters | 2001-01-23 | 1 | -7/+15 |
|
|
* | Add simple test of list comprehension that uses a name that isn't | Jeremy Hylton | 2001-01-23 | 2 | -0/+7 |
|
|
* | - Use "exec ... in dict" to avoid having to walk on eggshells; locals | Guido van Rossum | 2001-01-22 | 1 | -14/+20 |
|
|
* | Typo repair. | Tim Peters | 2001-01-22 | 1 | -1/+1 |
|
|
* | Reorganize pickle/cPickle testing so the tests pass regardless of the order | Tim Peters | 2001-01-22 | 4 | -170/+157 |
|
|
* | The "user" module cannot reasonably be tested. Moved to the end (and | Fred Drake | 2001-01-22 | 1 | -2/+6 |
|
|
* | OK, changed my mind once more on this. The comparison hierarchy is | Guido van Rossum | 2001-01-22 | 1 | -1/+1 |
|
|
* | Numeric-smelling objects now once again compare smaller than | Guido van Rossum | 2001-01-22 | 1 | -1/+1 |
|
|
* | Finn Bock (SF patch #103345): Avoid outdated exec form in | Guido van Rossum | 2001-01-22 | 1 | -2/+2 |
|
|
* | Patch #103343: Allow the important test_pkg to succeed under Jython. | Tim Peters | 2001-01-21 | 2 | -6/+6 |
|
|
* | Patch #103344: Sort dicts from extcall for easier comparison with Jython. | Tim Peters | 2001-01-21 | 2 | -41/+49 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-21 | 1 | -2/+1 |
|
|
* | more __all__ updates | Skip Montanaro | 2001-01-20 | 1 | -0/+11 |
|
|
* | added some tests for urlencode | Skip Montanaro | 2001-01-20 | 1 | -0/+16 |
|
|
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 2 | -0/+56 |
|
|
* | docstring typo | Skip Montanaro | 2001-01-20 | 1 | -1/+1 |
|
|
* | Better error message if ucnhash cannot be found (obscure attribute | Fredrik Lundh | 2001-01-20 | 1 | -0/+9 |
|
|
* | Now that Marc-Andre has retracted unistr(), remove the tests. | Guido van Rossum | 2001-01-19 | 2 | -12/+0 |
|
|