summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Resolution of bug #997368, "strftime() backward compatibility".Barry Warsaw2004-08-074-5/+5
* SF bug 874842 and patch 997626: httplib bugsJeremy Hylton2004-08-072-11/+64
* Make 'bin' argument trigger DeprecationWarningAndrew M. Kuchling2004-08-071-1/+1
* Resolution of SF bug #1002475 and patch #1003693; Header lines that end inBarry Warsaw2004-08-072-3/+33
* This is more-or-less:Michael W. Hudson2004-08-071-3/+4
* Somehow (no idea how!) I missed half of patch #1005008. Sorry about that.Michael W. Hudson2004-08-071-1/+1
* This is patchMichael W. Hudson2004-08-071-17/+4
* Exercise DocTestSuite's search for __test__.Raymond Hettinger2004-08-071-2/+2
* Whitespace normalization.Tim Peters2004-08-075-139/+139
* Bug 772091: doctest.DocTestSuite does not support __test__Tim Peters2004-08-072-16/+29
* SF bug #1004669: Type returned from .keys() is not checkedRaymond Hettinger2004-08-071-0/+9
* SF bug #1002530: test_decimal fails if repeatedRaymond Hettinger2004-08-061-6/+8
* Merging from tim-doctest-branch, which is now closed.Tim Peters2004-08-065-182/+919
* Changes the remote address used for tests in TimeoutTestCase from google.com toBrett Cannon2004-08-061-1/+1
* Added new codecs and aliases for ISO_8859-11, ISO_8859-16 andMarc-André Lemburg2004-08-054-1/+285
* release dateAnthony Baxter2004-08-051-1/+1
* Example.__init__: this cannot use assert, because that fails to triggerTim Peters2004-08-042-5/+8
* Edward Loper's cool and massive refactoring of doctest.py, merged fromTim Peters2004-08-042-945/+2375
* To ever run this test "you must import TestSkipped" from the rightMichael W. Hudson2004-08-041-6/+9
* Updated Logger.log() docstring to clarify that lvl parameter should be an int...Vinay Sajip2004-08-041-1/+1
* Close handlers and tidy up loggers by removing closed handlers - to avoid pro...Vinay Sajip2004-08-041-5/+11
* Remove .width() and .iswide() from UserString as well.Hye-Shik Chang2004-08-041-4/+0
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-044-29/+13
* Add a workaround for a problem that UTF-8 strings can be corruptedHye-Shik Chang2004-08-041-0/+35
* Whitespace normalization.Tim Peters2004-08-048-52/+52
* test_threadsignals is an expected skip on win32.Tim Peters2004-08-041-0/+1
* To raise TestSkipped, you must import TestSkipped.Tim Peters2004-08-041-1/+1