| Commit message (Expand) | Author | Age | Files | Lines |
* | - Changed output of DocTestParser.get_program() to make it easier to | Edward Loper | 2004-08-12 | 1 | -8/+8 |
|
|
* | - Added __docformat__ | Edward Loper | 2004-08-12 | 1 | -4/+6 |
|
|
* | - Changed option directives to be example-specific. (i.e., they now | Edward Loper | 2004-08-12 | 1 | -29/+153 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-09 | 1 | -1/+1 |
|
|
* | Edward's latest checkins somehow managed to wipe out my previous latest | Tim Peters | 2004-08-09 | 1 | -1/+0 |
|
|
* | - DocTest is now a simple container class; its constructor is no longer | Edward Loper | 2004-08-09 | 1 | -7/+10 |
|
|
* | This started as a spelling and whitespace cleanup. The comment for | Tim Peters | 2004-08-09 | 1 | -6/+5 |
|
|
* | Added support for pdb.set_trace. | Jim Fulton | 2004-08-09 | 1 | -0/+87 |
|
|
* | Patch #1003700: Add socketpair function to socket module. | Dave Cole | 2004-08-09 | 1 | -0/+43 |
|
|
* | Drop the excruciating newline requirements on arguments to | Tim Peters | 2004-08-09 | 1 | -17/+27 |
|
|
* | Rewrote Parser, using regular expressions instead of walking though | Edward Loper | 2004-08-09 | 1 | -2/+11 |
|
|
* | Fixed doctest error (wrong prompts) | Edward Loper | 2004-08-09 | 1 | -3/+3 |
|
|
* | Add a test for Context.copy(). | Raymond Hettinger | 2004-08-08 | 1 | -0/+8 |
|
|
* | Tell unittest that source files with "badsyntax" in their names should | Tim Peters | 2004-08-08 | 1 | -1/+5 |
|
|
* | Renamed locals to better reflect their meanings. | Tim Peters | 2004-08-08 | 1 | -6/+6 |
|
|
* | In verbose mode, display the name of each file before trying to compile | Tim Peters | 2004-08-08 | 1 | -1/+4 |
|
|
* | Bug 1003935: xrange overflows | Tim Peters | 2004-08-08 | 1 | -1/+6 |
|
|
* | Get rid of the ignore_imports argument to DocTestFinder.find(). | Tim Peters | 2004-08-08 | 2 | -16/+22 |
|
|
* | Deprecated testmod's useless & confusing isprivate gimmick. | Tim Peters | 2004-08-08 | 1 | -21/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-08 | 1 | -3/+0 |
|
|
* | Let's not use string exceptions any more. | Armin Rigo | 2004-08-07 | 1 | -1/+2 |
|
|
* | Removing tests that fail because of changes in PyString_InternInPlace(), | Armin Rigo | 2004-08-07 | 1 | -16/+0 |
|
|
* | Add a trivial test for the compiler package, guarded by compiler resource. | Jeremy Hylton | 2004-08-07 | 2 | -1/+39 |
|
|
* | Subclasses of string can no longer be interned. The semantics of | Jeremy Hylton | 2004-08-07 | 1 | -0/+17 |
|
|
* | Fix urllib2.urlopen() handling of chunked content encoding. | Jeremy Hylton | 2004-08-07 | 2 | -0/+94 |
|
|
* | Resolution of bug #997368, "strftime() backward compatibility". | Barry Warsaw | 2004-08-07 | 1 | -1/+1 |
|
|
* | SF bug 874842 and patch 997626: httplib bugs | Jeremy Hylton | 2004-08-07 | 1 | -1/+44 |
|
|
* | This is more-or-less: | Michael W. Hudson | 2004-08-07 | 1 | -3/+4 |
|
|
* | Exercise DocTestSuite's search for __test__. | Raymond Hettinger | 2004-08-07 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-07 | 1 | -1/+1 |
|
|
* | Bug 772091: doctest.DocTestSuite does not support __test__ | Tim Peters | 2004-08-07 | 2 | -16/+29 |
|
|
* | SF bug #1004669: Type returned from .keys() is not checked | Raymond Hettinger | 2004-08-07 | 1 | -0/+9 |
|
|
* | Merging from tim-doctest-branch, which is now closed. | Tim Peters | 2004-08-06 | 4 | -2/+267 |
|
|
* | Changes the remote address used for tests in TimeoutTestCase from google.com to | Brett Cannon | 2004-08-06 | 1 | -1/+1 |
|
|
* | Example.__init__: this cannot use assert, because that fails to trigger | Tim Peters | 2004-08-04 | 1 | -3/+3 |
|
|
* | Edward Loper's cool and massive refactoring of doctest.py, merged from | Tim Peters | 2004-08-04 | 1 | -2/+1002 |
|
|
* | To ever run this test "you must import TestSkipped" from the right | Michael W. Hudson | 2004-08-04 | 1 | -6/+9 |
|
|
* | Close handlers and tidy up loggers by removing closed handlers - to avoid pro... | Vinay Sajip | 2004-08-04 | 1 | -5/+11 |
|
|
* | SF #989185: Drop unicode.iswide() and unicode.width() and add | Hye-Shik Chang | 2004-08-04 | 4 | -29/+13 |
|
|
* | Add a workaround for a problem that UTF-8 strings can be corrupted | Hye-Shik Chang | 2004-08-04 | 1 | -0/+35 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-04 | 4 | -21/+21 |
|
|
* | test_threadsignals is an expected skip on win32. | Tim Peters | 2004-08-04 | 1 | -0/+1 |
|
|
* | To raise TestSkipped, you must import TestSkipped. | Tim Peters | 2004-08-04 | 1 | -1/+1 |
|
|
* | allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi... | Fred Drake | 2004-08-03 | 1 | -0/+17 |
|
|
* | add missing import! | Fred Drake | 2004-08-03 | 1 | -0/+1 |
|
|
* | avoid fragility: make sure POSIXLY_CORRECT is completely controlled | Fred Drake | 2004-08-03 | 1 | -1/+10 |
|
|
* | Add the same guard as test_signal. | Michael W. Hudson | 2004-08-03 | 1 | -0/+3 |
|
|
* | Argh! This was meant to be part of patch #960406. | Michael W. Hudson | 2004-08-03 | 1 | -0/+77 |
|
|
* | Check in my refleak hunting code. | Michael W. Hudson | 2004-08-03 | 1 | -19/+91 |
|
|
* | nice tests dont leave little suprises in the environ | Anthony Baxter | 2004-08-03 | 1 | -0/+1 |
|
|