summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Added a 'create_connect()' function to socket.py, which creates aFacundo Batista2007-03-232-3/+124
* Add test and fix for fromkeys() optional argument.Raymond Hettinger2007-03-211-0/+3
* Bug #1675967: re patterns pickled with older Python versions canŽiga Seilnacht2007-03-211-1/+7
* New test for rev. 54407 which only uses directories under TESTFN.Georg Brandl2007-03-211-19/+47
* Patch #1682205: a TypeError while unpacking an iterable is no longerGeorg Brandl2007-03-211-1/+1
* Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() call...Raymond Hettinger2007-03-201-0/+4
* Try to be a little more resilient to errors. This might help the testNeal Norwitz2007-03-201-2/+2
* Try to make this test more resistant to dropping from previous runs (ie, file...Neal Norwitz2007-03-201-0/+1
* Try to make this test more resistant to dropping from previous runs (ie, file...Neal Norwitz2007-03-201-0/+3
* Try backing out 54407 to see if it corrects the problems on the WindowsNeal Norwitz2007-03-201-34/+6
* Get rid of deprecation warning when testing commands.getstatus()Neal Norwitz2007-03-201-0/+4
* Patch #1630118: add a SpooledTemporaryFile class to tempfile.Collin Winter2007-03-191-1/+103
* Patch #1678339: test case for bug in difflib.Georg Brandl2007-03-181-3/+34
* Patch #1675423: PyComplex_AsCComplex() now tries to convert an objectGeorg Brandl2007-03-171-51/+195
* Patch 1339796: add a relpath() function to os.path.Collin Winter2007-03-162-1/+22
* Remove test/output/test_popen2 (missed in r54417).Collin Winter2007-03-161-9/+0
* Patch #1676994: Refactor test_popen2 to use unittest.Collin Winter2007-03-161-68/+82
* Patch #1623563: allow __class__ assignment for classes with __slots__.Žiga Seilnacht2007-03-161-0/+45
* Patch #1273829: os.walk() now has a "followlinks" parameter. If set toGeorg Brandl2007-03-161-6/+34
* Patch #1642547: Fix an error/crash when encountering syntax errors in complex...Collin Winter2007-03-161-0/+50
* Patch #1462488: prevent a segfault in object_reduce_ex() by splittingŽiga Seilnacht2007-03-151-0/+32
* Raise ResourceDenied in test_urllib2net when the Net connection goes bad.Brett Cannon2007-03-141-1/+2
* Patch #1559413: Fix test_cmd_line if sys.executable contains a space.Martin v. Löwis2007-03-141-1/+1
* Patch #1680015: Don't modify __slots__ tuple if it contains an unicodeŽiga Seilnacht2007-03-141-0/+23
* Bug #767111: fix long-standing bug in urllib which caused anGeorg Brandl2007-03-141-0/+9
* Patch #1185447: binascii.b2a_qp() now correctly quotes binary charactersGeorg Brandl2007-03-131-0/+9
* Patch #957650: "%var%" environment variable references are now properlyGeorg Brandl2007-03-131-0/+7
* Patch #1444529: the builtin compile() now accepts keyword arguments.Georg Brandl2007-03-131-0/+9
* Fix a tab.Georg Brandl2007-03-131-2/+2
* Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameterGeorg Brandl2007-03-131-2/+19
* Patch #1581073: add a flag to textwrap that prevents the dropping ofGeorg Brandl2007-03-131-0/+8
* Patch #1603688: ConfigParser.SafeConfigParser now checks values thatGeorg Brandl2007-03-131-0/+12
* Quick fix for tests that fail on systems with an encoding otherLars Gustäbel2007-03-131-6/+7
* This is the implementation of POSIX.1-2001 (pax) format read/writeLars Gustäbel2007-03-132-581/+761
* Patch #1668100: urllib2 now correctly raises URLError instead ofGeorg Brandl2007-03-131-5/+5
* Fix a typo where the variable name was not updated.Brett Cannon2007-03-131-1/+1
* Add test.test_support.transient_internet . Returns a context manager thatBrett Cannon2007-03-132-3/+14
* Whitespace normalization.Tim Peters2007-03-1212-502/+502
* Patch #1670993: Refactor test_threadedtempfile.py to use unittest.Collin Winter2007-03-122-46/+34
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-122-0/+17
* Patch #1678088: convert test_operations to use unittest, fold the result into...Collin Winter2007-03-124-100/+72
* Backport from Py3k branch:Georg Brandl2007-03-121-4/+59
* Sane humans would call these invalid tests, but Andrew McNamara pointed outSkip Montanaro2007-03-121-0/+4
* Fix resource leak reported in SF #1516995.Vinay Sajip2007-03-111-0/+2
* Convert an assert to a raise so it works even in the presence of -O.Collin Winter2007-03-101-2/+4
* Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...Collin Winter2007-03-101-0/+1
* * Unlink test files before and after each test; hopefully this will cut down ...Collin Winter2007-03-101-105/+62
* Patch #1491866: change the complex() constructor to allow parthensized forms....Collin Winter2007-03-091-0/+12
* Introduce test.test_support.TransientResource. It's a context manager toBrett Cannon2007-03-082-1/+27
* Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctes...Collin Winter2007-03-081-0/+3