| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -3/+28 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -10/+5 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -2/+15 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -10/+32 |
|
|
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -1/+1 |
|
|
* | add __file__ to the globals available for tests loaded via DocFileSuite; | Fred Drake | 2004-12-21 | 1 | -0/+4 |
|
|
* | The docs claimed a test would pass that actually wouldn't pass. Repaired | Tim Peters | 2004-10-04 | 1 | -1/+2 |
|
|
* | Added 2 notes about the complexities of testing SyntaxErrors. | Edward Loper | 2004-09-30 | 1 | -0/+31 |
|
|
* | Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's | Edward Loper | 2004-09-28 | 1 | -19/+1 |
|
|
* | Added a new NORMALIZE_NUMBERS option, which causes number literals in | Edward Loper | 2004-09-28 | 1 | -1/+19 |
|
|
* | - Added a "parser" option to testfile() and DocFileTest(). | Edward Loper | 2004-09-27 | 1 | -1/+10 |
|
|
* | - Fixed typo in multi-line exception example | Edward Loper | 2004-09-27 | 1 | -6/+6 |
|
|
* | Give a saner example for script_from_examples(); also mention an intended | Tim Peters | 2004-09-26 | 1 | -11/+25 |
|
|
* | Made most module references "clickable". | Tim Peters | 2004-09-26 | 1 | -71/+70 |
|
|
* | Docs for run_docstring_examples(). | Tim Peters | 2004-09-26 | 1 | -0/+30 |
|
|
* | Added a lot of new stuff to the debugging section. | Tim Peters | 2004-09-26 | 1 | -29/+159 |
|
|
* | register_optionflag(): Moved from the Debugging section to the section | Tim Peters | 2004-09-26 | 1 | -12/+19 |
|
|
* | Document set_unittest_reportflags(). | Tim Peters | 2004-09-26 | 1 | -2/+59 |
|
|
* | Fix double word error. | Raymond Hettinger | 2004-09-25 | 1 | -1/+1 |
|
|
* | Assorted minor changes, plus a lot more soap. | Tim Peters | 2004-09-25 | 1 | -33/+39 |
|
|
* | Explain the motivation for the unittest functions, and beef up the | Tim Peters | 2004-09-25 | 1 | -51/+49 |
|
|
* | Repaired mistakes in the descriptions of testmod()/testfile(), and | Tim Peters | 2004-09-25 | 1 | -45/+16 |
|
|
* | Since the doctest warnings section was reduced to one bullet point, | Tim Peters | 2004-09-25 | 1 | -10/+6 |
|
|
* | In the "doctest warnings" section, removed obsolete info, and noted that | Tim Peters | 2004-09-25 | 1 | -32/+16 |
|
|
* | Beef up the section on testfile(), giving a complete example in | Tim Peters | 2004-09-25 | 1 | -22/+48 |
|
|
* | Typo. | Tim Peters | 2004-09-25 | 1 | -1/+1 |
|
|
* | Since the LaTeX isn't doctest'ed, examples are always wrong <wink>. | Tim Peters | 2004-09-25 | 1 | -17/+21 |
|
|
* | - Updated docs to reflect changes in 2.4. | Edward Loper | 2004-09-21 | 1 | -245/+1001 |
|
|
* | - Updated example output to match actual output | Edward Loper | 2004-09-19 | 1 | -18/+47 |
|
|
* | Document testmod's new exclude_empty argument. | Tim Peters | 2004-09-13 | 1 | -3/+11 |
|
|
* | Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained | Tim Peters | 2004-09-04 | 1 | -0/+32 |
|
|
* | The distinction between comparison flags and reporting flags isn't unique | Tim Peters | 2004-08-30 | 1 | -1/+10 |
|
|
* | Fine tune a word. | Tim Peters | 2004-08-26 | 1 | -1/+1 |
|
|
* | Thinko repair. | Tim Peters | 2004-08-26 | 1 | -1/+1 |
|
|
* | Reorg of exception section. Now that there are fewer details needing | Tim Peters | 2004-08-26 | 1 | -22/+45 |
|
|
* | Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the | Edward Loper | 2004-08-26 | 1 | -2/+13 |
|
|
* | Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and | Edward Loper | 2004-08-26 | 1 | -5/+5 |
|
|
* | Restored half of a \versionadded only half of which should have been | Tim Peters | 2004-08-26 | 1 | -0/+3 |
|
|
* | Only recognize the expected output as an exception if it *starts* with | Edward Loper | 2004-08-25 | 1 | -39/+34 |
|
|
* | Removed redundant versionadded{} for NDIFF_DIFF. Virtually everything | Tim Peters | 2004-08-23 | 1 | -1/+0 |
|
|
* | Add version info | Neal Norwitz | 2004-08-22 | 1 | -0/+1 |
|
|
* | Added NDIFF_DIFF option. | Tim Peters | 2004-08-22 | 1 | -1/+11 |
|
|
* | Quote # as \# to make lib compile again. | Johannes Gijsbers | 2004-08-20 | 1 | -1/+1 |
|
|
* | Now that they've settled down, document doctest directives. | Tim Peters | 2004-08-19 | 1 | -8/+66 |
|
|
* | Another microburst of snail-like progress. | Tim Peters | 2004-08-13 | 1 | -106/+94 |
|
|
* | Doctest has new traceback gimmicks in 2.4. While trying to document | Tim Peters | 2004-08-13 | 1 | -18/+80 |
|
|
* | Markup fiddling. | Tim Peters | 2004-08-13 | 1 | -7/+7 |
|
|
* | Excruciatingly slow progress on the docs. Option flags / directive names | Tim Peters | 2004-08-12 | 1 | -54/+77 |
|
|
* | minor changes to make this format again | Fred Drake | 2004-08-10 | 1 | -2/+2 |
|
|
* | Start rewriting doctest's LaTeX docs. Damn, this is slow going! | Tim Peters | 2004-08-10 | 1 | -28/+147 |
|
|