summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Add two new files and update remaining tests from the latest update of theRaymond Hettinger2004-08-1731-191/+1190
* * Dynamically build a list of files to be tested (necessary becauseRaymond Hettinger2004-08-171-81/+14
* Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo"Skip Montanaro2004-08-161-1/+1
* Minor formatting cleanup.Raymond Hettinger2004-08-161-5/+6
* * Uncomment the SyntaxError doctest after Tim demonstrated how.Raymond Hettinger2004-08-161-11/+6
* - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).Matthias Klose2004-08-151-0/+8
* Correct the order of application for decorators. Meant to be bottom-up and notBrett Cannon2004-08-151-7/+16
* bug #990669: os.path.realpath() will resolve symlinks before normalizing theJohannes Gijsbers2004-08-141-2/+95
* Unwrap too-smart loop: we can't use `src` for both hard and symbolic links.Johannes Gijsbers2004-08-141-8/+16
* Raise an exception when src and dst refer to the same file via a hard link or aJohannes Gijsbers2004-08-141-0/+21
* Reset old locale after running tests. Not doing so brokeJohannes Gijsbers2004-08-141-19/+23
* Whitespace normalization.Tim Peters2004-08-132-6/+6
* SF patch #1005778, Fix seg fault if list object is modified during list.index()Neal Norwitz2004-08-131-0/+12
* include at least one example of an exception passing through pyexpatFred Drake2004-08-131-0/+15
* 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
* - Changed output of DocTestParser.get_program() to make it easier toEdward Loper2004-08-121-8/+8
* - Added __docformat__Edward Loper2004-08-121-4/+6
* - Changed option directives to be example-specific. (i.e., they nowEdward Loper2004-08-121-29/+153
* Whitespace normalization.Tim Peters2004-08-091-1/+1
* Edward's latest checkins somehow managed to wipe out my previous latestTim Peters2004-08-091-1/+0
* - DocTest is now a simple container class; its constructor is no longerEdward Loper2004-08-091-7/+10
* This started as a spelling and whitespace cleanup. The comment forTim Peters2004-08-091-6/+5
* Added support for pdb.set_trace.Jim Fulton2004-08-091-0/+87
* Patch #1003700: Add socketpair function to socket module.Dave Cole2004-08-091-0/+43
* Drop the excruciating newline requirements on arguments toTim Peters2004-08-091-17/+27
* Rewrote Parser, using regular expressions instead of walking thoughEdward Loper2004-08-091-2/+11
* 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-082-16/+22
* Deprecated testmod's useless & confusing isprivate gimmick.Tim Peters2004-08-081-21/+8
* Whitespace normalization.Tim Peters2004-08-081-3/+0
* 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
* Subclasses of string can no longer be interned. The semantics ofJeremy Hylton2004-08-071-0/+17
* Fix urllib2.urlopen() handling of chunked content encoding.Jeremy Hylton2004-08-072-0/+94
* Resolution of bug #997368, "strftime() backward compatibility".Barry Warsaw2004-08-071-1/+1
* SF bug 874842 and patch 997626: httplib bugsJeremy Hylton2004-08-071-1/+44
* This is more-or-less:Michael W. Hudson2004-08-071-3/+4
* Exercise DocTestSuite's search for __test__.Raymond Hettinger2004-08-071-2/+2
* Whitespace normalization.Tim Peters2004-08-071-1/+1
* 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
* Merging from tim-doctest-branch, which is now closed.Tim Peters2004-08-064-2/+267