summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* When passed a bad formed literal to Decimal, now we have aFacundo Batista2007-08-151-1/+2
* Fix a missed instance of test.test_support.guard_warnings_filter (which wasBrett Cannon2007-08-141-1/+1
* Added tests for simple function calls and introspection that are runFacundo Batista2007-08-141-2/+102
* Remove test.test_support.guard_warnings_filter.Brett Cannon2007-08-149-26/+18
* Fix a minor typo in a docstring.Brett Cannon2007-08-141-1/+1
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...Georg Brandl2007-08-081-22/+0
* Replace unnecessary function call.Georg Brandl2007-08-061-1/+1
* Fix gb18030 codec's bug that doesn't map two-byte characters onHye-Shik Chang2007-08-042-1/+22
* Allow the OS to select a free port for each test server. ForFacundo Batista2007-08-011-30/+99
* Eliminate RLock race condition reported in SF bug #1764059Nick Coghlan2007-07-311-1/+2
* When running asynchat tests on OS X (darwin), the test client nowFacundo Batista2007-07-311-8/+14
* Added tests for asynchat classes simple_producer & fifo, and theFacundo Batista2007-07-291-26/+179
* Moved all of the capture_server socket setup code into the try blockFacundo Batista2007-07-281-9/+26
* Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannotMartin v. Löwis2007-07-281-0/+3
* Bug #978833: Close https sockets by releasing the _ssl object.Martin v. Löwis2007-07-273-0/+26
* Make test_math error messages more meaningful for small discrepancies in resultsNick Coghlan2007-07-271-1/+5
* Add explicit test for a misbehaving math.floorNick Coghlan2007-07-262-6/+7
* Change location of the package index to pypi.python.org/pypiMartin v. Löwis2007-07-252-2/+2
* Add a temporary diagnostic message before a strange failure on the alpha Debi...Nick Coghlan2007-07-251-0/+6
* More buildbot cleanup - let the OS assign the port for test_urllib2_localnetNick Coghlan2007-07-251-29/+11
* New tests for basic behavior of smtplib.SMTP andFacundo Batista2007-07-241-10/+121
* Try to get rid of spurious failure in test_resource on the Debian buildbots b...Nick Coghlan2007-07-241-9/+16
* Fix an incompatibility between the -i and -m command line switches as reporte...Nick Coghlan2007-07-242-45/+38
* Tweak runpy test to do a better job of confirming that sys has been manipulat...Nick Coghlan2007-07-241-3/+5
* Correctly cleanup sys.modules after executing runpy relative importNick Coghlan2007-07-232-8/+11
* Add explicit relative import tests for runpy.run_moduleNick Coghlan2007-07-221-5/+66
* Selectively enable tests for asyncore.readwrite based on the presenceFacundo Batista2007-07-221-81/+77
* Added a select.select call in the test server loop to make sure theFacundo Batista2007-07-191-5/+7
* Fix failing unicode test caused by change to ast.c at r56441Kurt B. Kaiser2007-07-181-3/+3
* SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors.Guido van Rossum2007-07-181-0/+6
* Prevent asyncore.dispatcher tests from hanging by adding loop countersFacundo Batista2007-07-171-20/+46
* Changed the used port and commented out some tests that usesFacundo Batista2007-07-151-72/+82
* First version. Includes tests for helper functions: read, write,Facundo Batista2007-07-141-0/+370
* Avoid exception if there's a stray directory inside a Maildir folder.Andrew M. Kuchling2007-07-142-2/+17
* In response to this SF bug:Barry Warsaw2007-07-132-0/+23
* Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr outputThomas Heller2007-07-131-0/+8
* Do not try to load the GLUT library in the ctypes tests. This testThomas Heller2007-07-131-24/+2
* Add tests for _ctypes.COMError.Thomas Heller2007-07-131-0/+9
* Added tests for basic behavior of DateTime, Binary, and Fault classesFacundo Batista2007-07-131-1/+134
* Patch #1675424: Added tests for uncovered code in the zipfile module.Georg Brandl2007-07-122-7/+135
* Patch #1731169: clean up expected skips list.Georg Brandl2007-07-121-214/+18
* Patch #1673759: add a missing overflow check when formatting floatsGeorg Brandl2007-07-121-3/+17
* Patch #1739696: use code.co_code only if really necessaryGeorg Brandl2007-07-121-4/+3
* Patch #1752270, #1750931: complain if urllib2 add_handler calledGeorg Brandl2007-07-122-0/+10
* Patch 1693258: Fix for duplicate "preferences" menu-OS XRonald Oussoren2007-07-091-18/+31
* Fix typo in commentNeal Norwitz2007-07-061-1/+1
* Fix a few webbrowser.py problems.Georg Brandl2007-07-011-0/+2
* Bug #1737864: allow empty message in logging format routines.Georg Brandl2007-06-191-2/+2
* Added exclude keyword argument to the TarFile.add() method.Lars Gustäbel2007-06-182-4/+31
* Add patch #1726668: Windows Vista support.Marc-André Lemburg2007-06-121-0/+20