summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Unwrap too-smart loop: we can't use `src` for both hard and symbolic links.Johannes Gijsbers2004-08-141-8/+16
* Raise an exception when src and dst refer to the same file via a hard link or aJohannes Gijsbers2004-08-141-0/+21
* Reset old locale after running tests. Not doing so brokeJohannes Gijsbers2004-08-141-19/+23
* Whitespace normalization.Tim Peters2004-08-132-6/+6
* SF patch #1005778, Fix seg fault if list object is modified during list.index()Neal Norwitz2004-08-131-0/+12
* include at least one example of an exception passing through pyexpatFred Drake2004-08-131-0/+15
* Report refleaks to stderr as the tests run as well as logging themMichael W. Hudson2004-08-121-0/+2
* This is my patchMichael W. Hudson2004-08-121-2/+9
* Fix bugMichael W. Hudson2004-08-121-6/+62
* - Changed output of DocTestParser.get_program() to make it easier toEdward Loper2004-08-121-8/+8
* - Added __docformat__Edward Loper2004-08-121-4/+6
* - Changed option directives to be example-specific. (i.e., they nowEdward Loper2004-08-121-29/+153
* Whitespace normalization.Tim Peters2004-08-091-1/+1
* Edward's latest checkins somehow managed to wipe out my previous latestTim Peters2004-08-091-1/+0
* - DocTest is now a simple container class; its constructor is no longerEdward Loper2004-08-091-7/+10
* This started as a spelling and whitespace cleanup. The comment forTim Peters2004-08-091-6/+5