summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Nit in _IS_BLANK_OR_COMMENT comment -- it doesn't matter how this isTim Peters2004-08-131-2/+2
* 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
* Patch #808719: Ignore the locale's encoding if it is an empty string.Martin v. Löwis2004-08-121-2/+2
* In output_difference(), replace blank lines in `want` with <BLANKLINE>Edward Loper2004-08-121-3/+3
* - Changed output of DocTestParser.get_program() to make it easier toEdward Loper2004-08-122-23/+37
* - Added __docformat__Edward Loper2004-08-122-17/+33
* - Changed option directives to be example-specific. (i.e., they nowEdward Loper2004-08-122-79/+254
* - Added a register_optionflag function (so users can add their ownEdward Loper2004-08-121-22/+18
* Start rewriting doctest's LaTeX docs. Damn, this is slow going!Tim Peters2004-08-101-1/+1
* Fix typo in getquotaroot parameter reported by Thierry FLORAC. Also amplify d...Piers Lauder2004-08-101-3/+5
* Whitespace normalization.Tim Peters2004-08-091-1/+1
* Edward's latest checkins somehow managed to wipe out my previous latestTim Peters2004-08-092-15/+17
* - DocTest is now a simple container class; its constructor is no longerEdward Loper2004-08-092-105/+111
* This started as a spelling and whitespace cleanup. The comment forTim Peters2004-08-092-20/+22
* Added support for pdb.set_trace.Jim Fulton2004-08-092-1/+103
* Patch #1003700: Add socketpair function to socket module.Dave Cole2004-08-092-0/+44
* Removed lots of stuff from the module docstring. My intent for 2.4 isTim Peters2004-08-091-137/+18
* Repair some out-of-date comments.Tim Peters2004-08-091-8/+2
* Drop the excruciating newline requirements on arguments toTim Peters2004-08-092-32/+42
* Give return stmts their own lines.Tim Peters2004-08-091-2/+4
* Indent body of _EXAMPLE_RE for readability. _IS_BLANK_OR_COMMENT makesTim Peters2004-08-091-13/+13
* Changed Parser.get_examples() to return a list of Example objects,Edward Loper2004-08-091-21/+13
* - Split DocTestRunner's check_output and output_difference methods offEdward Loper2004-08-091-127/+139
* Rewrote Parser, using regular expressions instead of walking thoughEdward Loper2004-08-092-221/+227
* Fixed doctest error (wrong prompts)Edward Loper2004-08-091-3/+3
* Add a test for Context.copy().Raymond Hettinger2004-08-081-0/+8
* Tell unittest that source files with "badsyntax" in their names shouldTim Peters2004-08-081-1/+5
* Renamed locals to better reflect their meanings.Tim Peters2004-08-081-6/+6
* In verbose mode, display the name of each file before trying to compileTim Peters2004-08-081-1/+4
* Bug 1003935: xrange overflowsTim Peters2004-08-081-1/+6
* Get rid of the ignore_imports argument to DocTestFinder.find().Tim Peters2004-08-083-41/+50
* * Context.copy() now makes a deepcopy.Raymond Hettinger2004-08-081-12/+21
* Type in docstring.Tim Peters2004-08-081-1/+1
* Also deprecated the old Tester class, which is no longer used by anythingTim Peters2004-08-081-2/+13
* Deprecate the doctest.is_private() function.Tim Peters2004-08-081-0/+6
* Deprecated testmod's useless & confusing isprivate gimmick.Tim Peters2004-08-082-61/+32
* Whitespace normalization.Tim Peters2004-08-082-6/+3
* Purged Berkeley code of references to the long-obsolete whrandom.Tim Peters2004-08-083-5/+4
* Trigger DeprecationWarningAndrew M. Kuchling2004-08-071-0/+4
* Let's not use string exceptions any more.Armin Rigo2004-08-071-1/+2
* Removing tests that fail because of changes in PyString_InternInPlace(),Armin Rigo2004-08-071-16/+0
* Add a trivial test for the compiler package, guarded by compiler resource.Jeremy Hylton2004-08-072-1/+39
* SF patch 836879.Jeremy Hylton2004-08-071-21/+19
* Subclasses of string can no longer be interned. The semantics ofJeremy Hylton2004-08-071-0/+17
* [Bug #866222] Update docstrings.Andrew M. Kuchling2004-08-071-4/+3
* [Bug #990792] Mention that repl can be a callableAndrew M. Kuchling2004-08-071-2/+6
* Fix urllib2.urlopen() handling of chunked content encoding.Jeremy Hylton2004-08-073-2/+108
* Add argument to docstringAndrew M. Kuchling2004-08-071-1/+1