summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Server-side SSL and certificate validation, by Bill Janssen.Guido van Rossum2007-08-253-4/+559
* Fix bug 1764407 - the -i switch now does the right thing when using the -m sw...Nick Coghlan2007-08-253-61/+98
* Revert misguided attempt at fixing incompatibility between -m and -i switches...Nick Coghlan2007-08-252-38/+45
* Make test_structmembers pass when run with regrtests's -R flag.Collin Winter2007-08-241-6/+9
* Port test_class to unittest. Patch #1671298.Georg Brandl2007-08-242-387/+497
* Catch the correct errors.Georg Brandl2007-08-242-2/+2
* Convert test_pkg to use unittest.Collin Winter2007-08-242-285/+251
* Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_os...Georg Brandl2007-08-243-76/+78
* Remove output file for test_ossaudiodev, also properly close the dsp object.Georg Brandl2007-08-242-5/+3
* Remove test_rgbimg output file, there is no test_rgbimg.py.Georg Brandl2007-08-241-2/+0
* Port test_frozen to unittest.Georg Brandl2007-08-243-27/+52
* Patch #1008: port test_signal to unittest.Georg Brandl2007-08-242-163/+171
* Patch #1006: port test_winreg to unittest.Georg Brandl2007-08-242-133/+149
* Fix silly typo in test name.Guido van Rossum2007-08-241-1/+1
* uuid creation is now threadsafe, backport from py3k rev. 57375.Georg Brandl2007-08-241-1/+4
* Fix bug 1725856.Gregory P. Smith2007-08-242-0/+20
* Patch #1779550: remove redundant code in logging.Georg Brandl2007-08-231-15/+3
* Bug #1688564: document os.path.join's absolute path behavior in the docstring.Georg Brandl2007-08-232-2/+6
* Use try-except-finally in contextlib.Georg Brandl2007-08-231-9/+8
* Make test_runpy re-entrant.Brett Cannon2007-08-231-1/+2
* stop leaving log.0000001 __db.00* and xxx.db turds in developerGregory P. Smith2007-08-221-1/+9
* Fix compile.c so that it records 0.0 and -0.0 as separate constants in a codeAlex Martelli2007-08-221-0/+15
* Added test for behavior of operations on an unconnected SMTP object,Facundo Batista2007-08-211-11/+192
* Revert accidental checkins from last commit.Georg Brandl2007-08-211-16/+1
* Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers.Georg Brandl2007-08-211-1/+16
* [ 1761786 ] distutils.util.get_platform() return value on 64bit WindowsMark Hammond2007-08-211-2/+3
* [ 1761786 ] distutils.util.get_platform() return value on 64bit WindowsMark Hammond2007-08-211-1/+20
* Catch ProtocolError exceptions and include the header information inFacundo Batista2007-08-211-25/+52
* Add a hack (originally devised in a slightly different form by Thomas Wouters)Guido van Rossum2007-08-201-0/+20
* Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.Hye-Shik Chang2007-08-203-4/+39
* Make test_warnings re-entrant.Brett Cannon2007-08-171-0/+5
* Added a flag (_send_traceback_header) to the SimpleXMLRPCServer classFacundo Batista2007-08-172-9/+106
* Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.Walter Dörwald2007-08-176-2/+366
* 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