summaryrefslogtreecommitdiff
path: root/Lib/test/test_bufio.py
Commit message (Expand)AuthorAgeFilesLines
* Use sequence repetition instead of bytes constructor with integer argument.Serhiy Storchaka2016-09-111-1/+1
* Issue #20557: Use specific asserts in io tests.Serhiy Storchaka2015-08-021-1/+1
* #16898: test_bufio now works with unittest test discovery. Patch by Zachary ...Ezio Melotti2013-01-101-7/+4
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-5/+16
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-6/+6
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-5/+4
* Fix test_bool and test_bufio.Guido van Rossum2007-05-241-5/+5
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-55/+61
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* Marc-Andre must not have run these tests -- they used verify() butGuido van Rossum2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* 18 isn't a prime (duh).Tim Peters2001-01-081-1/+1
* MS Win32 .readline() speedup, as discussed on Python-Dev. This is a trickyTim Peters2001-01-071-0/+60