summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Make test_getopt use unittest.Collin Winter2007-04-041-174/+173
* Bug #1686475: Support stat'ing open files on Windows again.Martin v. Löwis2007-04-041-0/+9
* Stop using test_support.verify().Collin Winter2007-04-041-8/+6
* Clean up imports.Collin Winter2007-04-041-4/+4
* Fix a race condition in this test -- instead of assuming that it will takeGuido van Rossum2007-04-041-1/+5
* Fixed the way that the .pem files are looked for, and changedFacundo Batista2007-04-041-16/+9
* Changed the whole structure of startup and checking if theFacundo Batista2007-04-031-26/+36
* Implement a contextmanager test.test_support.catch_warning that canWalter Dörwald2007-04-033-111/+126
* Added a SSL server to test_socket_ssl.py to be able to testFacundo Batista2007-04-033-11/+103
* Add tests for the filename.Walter Dörwald2007-04-032-0/+33
* Document that CatchWarningTests is reused by test_structmembers.py.Walter Dörwald2007-04-031-0/+2
* Move the functionality for catching warnings in test_warnings.py into a separateWalter Dörwald2007-04-032-2/+4
* Now using unittest for the tests infraestructure. Also split theFacundo Batista2007-04-031-111/+115
* SF 1602378 Clarify docstrings for bisectRaymond Hettinger2007-04-031-4/+4
* Fix warnings about object.__init__() signature.Guido van Rossum2007-04-023-3/+2
* Array module's buffer interface can now handle empty arrays.Raymond Hettinger2007-04-021-0/+7
* SF #1693079: Cannot save empty array in shelveRaymond Hettinger2007-04-021-0/+15
* Fix the test for recreating the locale cache object by not worrying about ifBrett Cannon2007-04-011-4/+16
* time.strptime's caching of its locale object was being recreated when theBrett Cannon2007-04-012-5/+21
* SF #1685563, MSVCCompiler creates redundant and long PATH stringsNeal Norwitz2007-04-011-0/+14
* Shut up an occaisonal buildbot error due to test files being left around.Collin Winter2007-03-311-0/+8
* Bump the patch level version of distutils since there were a few bug fixes sinceMarc-André Lemburg2007-03-301-1/+1
* Added the posibility to pass the timeout to FTP.connect, not only whenFacundo Batista2007-03-302-6/+33
* Added timout parameter to telnetlib.Telnet. Also createdFacundo Batista2007-03-292-18/+82
* Make test_zipfile clean up its temporary files properly.Collin Winter2007-03-291-7/+12
* Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML...Collin Winter2007-03-285-2820/+2232
* Added timeout to smtplib (to SMTP and SMTP_SSL). Also createdFacundo Batista2007-03-282-25/+81
* Bug 1688393. Adds a control of negative values inFacundo Batista2007-03-281-0/+7
* The basic test cases of poplib.py.Facundo Batista2007-03-271-0/+71
* Added an optional timeout to poplib.POP3. Also created aFacundo Batista2007-03-271-16/+2
* Forgot to add the file before the previous commit, here goFacundo Batista2007-03-262-25/+91
* Some nits.Georg Brandl2007-03-261-1/+2
* Closing the HTTP connection after each test, and listening more.Facundo Batista2007-03-251-1/+4
* Redone the tests, using the infrastructure already presentFacundo Batista2007-03-251-53/+65
* Make test_relpath() pass on Windows.Collin Winter2007-03-231-9/+13
* Surrounded with try/finally to socket's default timeout settingFacundo Batista2007-03-232-16/+20
* Added a 'create_connect()' function to socket.py, which creates aFacundo Batista2007-03-234-23/+156
* Add a type.__init__() method that enforces the same signature asGuido van Rossum2007-03-231-3/+1
* Bug #978833: Revert r50844, as it broke _socketobject.dup.Martin v. Löwis2007-03-232-5/+2
* - Bug #1683368: The object.__init__() and object.__new__() methods areGuido van Rossum2007-03-231-1/+3
* 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-212-1/+10
* Fix #1684254: split BROWSER contents with shlex to avoid displaying 'URL'.Georg Brandl2007-03-211-1/+6
* New test for rev. 54407 which only uses directories under TESTFN.Georg Brandl2007-03-212-22/+54
* Patch #1682205: a TypeError while unpacking an iterable is no longerGeorg Brandl2007-03-211-1/+1
* Fix for glob.py if filesystem encoding is None.Georg Brandl2007-03-201-1/+2
* Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() call...Raymond Hettinger2007-03-201-0/+4
* Try to get test_urllib to pass on Windows by closing the file.Neal Norwitz2007-03-201-2/+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