summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bugs fixed:Jim Fulton2004-08-221-56/+115
* _ellipsis_match(): Removed special-casing of "...\n". The semanticsTim Peters2004-08-221-28/+5
* Patch 1012740: cStringIO's truncate doesn'tTim Peters2004-08-211-1/+2
* Whitespace normalization.Tim Peters2004-08-203-5/+5
* Stab at SF 1010777: test_queue fails occasionallyTim Peters2004-08-201-14/+53
* Semantic-neutral format and comment changes.Tim Peters2004-08-201-14/+16
* Now that they've settled down, document doctest directives.Tim Peters2004-08-191-3/+17
* Port test_zipfile to unittest (patch #736962).Johannes Gijsbers2004-08-191-98/+98
* Replaced the ELLIPSIS implementation with a worst-case linear-time one.Tim Peters2004-08-191-8/+20
* ELLIPSIS implementation: an ellipsis couldn't match nothing if itTim Peters2004-08-191-0/+23
* Rewrite test_order so as to be more "proper". Originally relied on anBrett Cannon2004-08-191-7/+13
* Add support for FreeBSD 6.Hye-Shik Chang2004-08-183-2/+7
* Patch #1006219: let inspect.getsource show '@' decorators and add tests forJohannes Gijsbers2004-08-181-0/+41
* This is Mark Russell's patch:Michael W. Hudson2004-08-171-22/+80
* Fixed bug in line-number finding for examples (DocTestParser wasn'tEdward Loper2004-08-171-2/+25
* There are no longer any special case test skips.Raymond Hettinger2004-08-171-3/+0
* Remove test of obsolete trim() operation which was supplanted byRaymond Hettinger2004-08-171-152/+0
* This file is no longer used in version 2.39.Raymond Hettinger2004-08-171-151/+0
* Add two new files and update remaining tests from the latest update of theRaymond Hettinger2004-08-1731-191/+1190
* * Dynamically build a list of files to be tested (necessary becauseRaymond Hettinger2004-08-171-81/+14
* Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo"Skip Montanaro2004-08-161-1/+1
* Minor formatting cleanup.Raymond Hettinger2004-08-161-5/+6
* * Uncomment the SyntaxError doctest after Tim demonstrated how.Raymond Hettinger2004-08-161-11/+6
* - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).Matthias Klose2004-08-151-0/+8
* Correct the order of application for decorators. Meant to be bottom-up and notBrett Cannon2004-08-151-7/+16
* bug #990669: os.path.realpath() will resolve symlinks before normalizing theJohannes Gijsbers2004-08-141-2/+95