summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* Allow 'continue' inside 'try' clauseJeremy Hylton2001-02-012-5/+3
* Undo recent change that banned using import to bind a global, as perJeremy Hylton2001-02-011-1/+0
* PEP 205, Weak References -- initial checkin.Fred Drake2001-02-011-0/+21
* add test for illegal importsJeremy Hylton2001-01-301-0/+2
* PEP 227 implementationJeremy Hylton2001-01-251-0/+2
* PEP 227 implementationJeremy Hylton2001-01-251-0/+13
* add extra tests to verify that co_varnames is being set up properlyJeremy Hylton2001-01-251-2/+4
* Fix the test output, now that escapes in repr() of string and UnicodeGuido van Rossum2001-01-242-6/+6
* Fix the test output, now that escapes in repr() of string and UnicodeGuido van Rossum2001-01-241-3/+3
* Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.Ka-Ping Yee2001-01-243-162/+162
* Add simple test of list comprehension that uses a name that isn'tJeremy Hylton2001-01-231-0/+1
* Reorganize pickle/cPickle testing so the tests pass regardless of the orderTim Peters2001-01-221-12/+0
* Patch #103343: Allow the important test_pkg to succeed under Jython.Tim Peters2001-01-211-3/+3
* Patch #103344: Sort dicts from extcall for easier comparison with Jython.Tim Peters2001-01-211-36/+36
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+1
* Now that Marc-Andre has retracted unistr(), remove the tests.Guido van Rossum2001-01-191-1/+0
* improved the ucnhash test a bitFredrik Lundh2001-01-191-0/+3
* Jeremy's patch #103323: trivial tests of all untested modules.Tim Peters2001-01-191-0/+1
* add test of bastion and rexec to std regression test suiteJeremy Hylton2001-01-191-0/+10
* A dumb test for the dumdbm module.Guido van Rossum2001-01-181-0/+1
* Rich comparison testsGuido van Rossum2001-01-181-0/+187
* This patch adds a new builtin unistr() which behaves like str()Marc-André Lemburg2001-01-171-0/+1
* Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3;Ka-Ping Yee2001-01-151-154/+154
* better format names and error messagesKa-Ping Yee2001-01-151-2/+2
* This patch makes sure that the function name always appears in the errorKa-Ping Yee2001-01-152-11/+86
* Add tokenizer support and tests for u'', U"", uR'', Ur"", etc.Ka-Ping Yee2001-01-151-365/+421
* Committing PEP 232, function attribute feature, approved by Guido.Barry Warsaw2001-01-151-0/+1
* SF bug 128713: type(mmap_object) blew up on Linux.Tim Peters2001-01-141-0/+1
* Guido found a brand new race in tempfile on Linux, due to Linux changingTim Peters2001-01-131-0/+5
* Moved the test codec definition to a new module and updated the test andMarc-André Lemburg2001-01-101-0/+15
* Assorted xreadlines problems:Tim Peters2001-01-091-4/+4
* Test for xreadline.Guido van Rossum2001-01-091-0/+4
* MS Win32 .readline() speedup, as discussed on Python-Dev. This is a trickyTim Peters2001-01-071-0/+1
* Add more regression tests, including for the import statement variations.Fred Drake2001-01-071-0/+25
* This patch adds a new feature to the builtin charmap codec:Marc-André Lemburg2001-01-061-0/+1
* Add test cases based on RFC 1808. So now we actually have a test suiteFred Drake2001-01-051-0/+40
* No more RCmp.Neil Schemenauer2001-01-041-22/+1
* Sequence repeat works now for in-place multiply with an integer typeNeil Schemenauer2001-01-041-4/+4
* Use == rather than cmp(). The return value of cmp() is not well defined whenNeil Schemenauer2001-01-031-121/+121
* Use numbers that can be accurately represented on binary machines. I hopeNeil Schemenauer2001-01-031-585/+585
* Add more tests for compare and coercion in preparation for the coercionNeil Schemenauer2001-01-022-0/+1176
* Added test case for legal DOM childrenAndrew M. Kuchling2000-12-311-1/+3
* Fred, THIS NEEDS DOCS! The function docstrings tell the tale.Tim Peters2000-12-291-0/+1
* The "context" parameter to the ExternalEntityRefParameter exposes internalFred Drake2000-12-231-3/+12
* Update the test suite to cover more ground.Fred Drake2000-12-141-0/+1
* Added tests to avoid regression on bug #125375.Fred Drake2000-12-111-0/+14
* Update test output.Fred Drake2000-11-211-2/+18
* Added 38,642 missing characters to the Unicode database (first-lastFredrik Lundh2000-11-031-2/+2
* track recent change to test_extcall.pyJeremy Hylton2000-10-301-0/+4
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-241-6/+6