summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Fixing bug #817234, which made SRE get into an infinite loop onGustavo Niemeyer2004-09-031-0/+16
* Applying modified version of patch #1018386, which fixesGustavo Niemeyer2004-09-031-0/+53
* Whitespace normalization.Tim Peters2004-09-011-3/+3
* Missed some occurrences of test_mpzAndrew M. Kuchling2004-08-311-3/+0
* Remove test output for rotor, xreadlineAndrew M. Kuchling2004-08-312-9/+0
* Remove test for mpzAndrew M. Kuchling2004-08-311-89/+0
* Remove tests for mpz, rotor, xreadlinesAndrew M. Kuchling2004-08-313-84/+0
* Use multi-line importAndrew M. Kuchling2004-08-311-4/+4
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-314-2/+62
* Changed Karatsuba cutoff to match current reality.Tim Peters2004-08-301-1/+1
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...Johannes Gijsbers2004-08-302-0/+12
* Teach the random module about os.urandom().Raymond Hettinger2004-08-301-0/+102
* Whitespace normalization. test_difflib passes again.Tim Peters2004-08-292-70/+70
* Reverting whitespace normalization. test_difflib fails with it -- theTim Peters2004-08-291-16/+16
* Whitespace normalization.Tim Peters2004-08-292-17/+17
* Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.Martin v. Löwis2004-08-292-2/+652
* Patch #934711: Expose platform-specific entropy.Martin v. Löwis2004-08-291-0/+11
* SF feature request #992967: array.array objects should support sequences.Raymond Hettinger2004-08-291-3/+35
* Whitespace normalization.Tim Peters2004-08-291-2/+2
* Added an __iter__ method for test suites.Jim Fulton2004-08-281-0/+31
* setUp and tearDown functions are now passed the test objectJim Fulton2004-08-281-2/+2
* - setUp and tearDown functions are now passed the test objectJim Fulton2004-08-281-5/+111
* Removed old "if 0:" block for leak detection; wouldn't work anymore anyway.Tim Peters2004-08-271-8/+1
* Don't really need ellipsis doctests for the syntax errors, becauseTim Peters2004-08-271-12/+12
* Removed outdated commentEdward Loper2004-08-271-2/+0
* Fixed 6 failures due to doctest changes.Tim Peters2004-08-271-16/+16
* test_bug1001011(): Verify thatTim Peters2004-08-271-5/+33
* - Removed redundant call to expandtabs in DocTestParesr.Edward Loper2004-08-271-51/+114
* - Added DocTestParser.parse(), which parses a docstring into ExamplesEdward Loper2004-08-261-2/+57
* Move test_bug1001011() to string_tests.MixinStrUnicodeTest so thatWalter Dörwald2004-08-264-24/+23
* output_difference(): In fancy-diff cases, the way this split expected &Tim Peters2004-08-261-7/+3
* Whitespace normalization.Tim Peters2004-08-262-6/+5
* Remove unnecessary line.Raymond Hettinger2004-08-261-1/+0
* Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after theEdward Loper2004-08-261-0/+81
* Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; andEdward Loper2004-08-261-7/+7
* Shortened diff output for unified & context diffsEdward Loper2004-08-261-6/+2
* - Changed the output of report_start() and report_unexpected_exception()Edward Loper2004-08-261-22/+40
* Patch #1014930. Expose current parse location to XMLParser.Dave Cole2004-08-261-0/+39
* Added an "exc_msg" attribute to Example (containing the expectedEdward Loper2004-08-261-16/+77
* Only recognize the expected output as an exception if it *starts* withEdward Loper2004-08-251-3/+13
* PEP 292 classes Template and SafeTemplate are added to the string module.Barry Warsaw2004-08-251-0/+84
* Stop producing or using OverflowWarning. PEP 237 thought this wouldTim Peters2004-08-252-7/+9
* Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(),Mark Hammond2004-08-241-0/+4
* SF Patch #1013667: Cleanup Peepholer OutputRaymond Hettinger2004-08-232-2/+104
* SF Patch #1007087: Return new string for single subclass joins (Bug #1001011)Raymond Hettinger2004-08-231-0/+23
* test_DocTestFinder(): This test failed when test_doctest was runTim Peters2004-08-231-2/+5
* Moved some test cases from doctest to test_doctest.Tim Peters2004-08-231-2/+126
* Flush bz2 data even if nothing had been written so far. Fixes #1013882.Martin v. Löwis2004-08-221-1/+7
* Fix repr for negative imaginary part. Fixes #1013908.Martin v. Löwis2004-08-221-0/+1
* Added NDIFF_DIFF option.Tim Peters2004-08-221-3/+29