summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdoctest.tex
Commit message (Expand)AuthorAgeFilesLines
* The distinction between comparison flags and reporting flags isn't uniqueTim Peters2004-08-301-1/+10
* Fine tune a word.Tim Peters2004-08-261-1/+1
* Thinko repair.Tim Peters2004-08-261-1/+1
* Reorg of exception section. Now that there are fewer details needingTim Peters2004-08-261-22/+45
* Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after theEdward Loper2004-08-261-2/+13
* Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; andEdward Loper2004-08-261-5/+5
* Restored half of a \versionadded only half of which should have beenTim Peters2004-08-261-0/+3
* Only recognize the expected output as an exception if it *starts* withEdward Loper2004-08-251-39/+34
* Removed redundant versionadded{} for NDIFF_DIFF. Virtually everythingTim Peters2004-08-231-1/+0
* Add version infoNeal Norwitz2004-08-221-0/+1
* Added NDIFF_DIFF option.Tim Peters2004-08-221-1/+11
* Quote # as \# to make lib compile again.Johannes Gijsbers2004-08-201-1/+1
* Now that they've settled down, document doctest directives.Tim Peters2004-08-191-8/+66
* Another microburst of snail-like progress.Tim Peters2004-08-131-106/+94
* Doctest has new traceback gimmicks in 2.4. While trying to documentTim Peters2004-08-131-18/+80
* Markup fiddling.Tim Peters2004-08-131-7/+7
* Excruciatingly slow progress on the docs. Option flags / directive namesTim Peters2004-08-121-54/+77
* minor changes to make this format againFred Drake2004-08-101-2/+2
* Start rewriting doctest's LaTeX docs. Damn, this is slow going!Tim Peters2004-08-101-28/+147
* A few trivial edits.Tim Peters2004-07-231-4/+4
* Patch #932930: suggest the use of rawstrings for backslashes.Martin v. Löwis2004-05-311-9/+20
* Patch #849350: Update to document bool return values. Backported to 2.3.Martin v. Löwis2003-11-271-1/+1
* SF patch#786531 'the the' typo. Contributed by George YoshidaRaymond Hettinger2003-08-121-1/+1
* more markup chagesFred Drake2003-07-171-33/+38
* - remove mention of the isprivate flag, since that isn't directlyFred Drake2003-07-171-15/+12
* Minor corrections.Raymond Hettinger2003-07-171-1/+7
* Doctest now examines all docstrings by default. Previously, it wouldRaymond Hettinger2003-07-161-6/+7
* Document Jim Fulton's docttest extensions.Raymond Hettinger2003-07-111-8/+70
* fix markup nitsFred Drake2003-06-281-12/+12
* A hack to ease compatibility with pre-2.3 Pythons: by default, doctestTim Peters2003-06-271-0/+17
* Patch #486438: Make module argument to testmod optional.Martin v. Löwis2002-11-221-1/+5
* CVS patch [#466628] Doc changes for doctest patch (#466616), fromTim Peters2001-10-021-25/+2
* Fix recent changes so that this section will format again.Fred Drake2001-06-111-2/+3
* add warning about situation where code may be executed twice, once whenSkip Montanaro2001-06-081-0/+10
* Change {\em ...} to \emph{...} for consistency with the rest of the PythonFred Drake2001-04-051-1/+1
* Work around the broken formatting of sys.ps1 prompts in running text.Fred Drake2001-02-221-46/+48
* Added missing \item. See also bug 133213, about damaged HTML generatedTim Peters2001-02-201-1/+2
* In the example showing the irrelevance of start columns, restore that theTim Peters2001-02-171-4/+4
* Make a variety of minor markup adjustments.Fred Drake2001-02-171-33/+37
* SF patch #103808: doctest.py docsTim Peters2001-02-171-0/+428