summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Another fix for test_shutil. Martin pointed out that it breaks some build botsChristian Heimes2007-11-201-1/+3
* Fixed bug #1470Christian Heimes2007-11-201-5/+2
* Correct test_cvs on Windows, as suggested by Raghuram DevarakondaAmaury Forgeot d'Arc2007-11-191-2/+6
* Issue1395: Universal mode used to duplicate newlines when using read(1).Amaury Forgeot d'Arc2007-11-191-8/+120
* Merged revisions 59041-59055 via svnmerge fromGuido van Rossum2007-11-192-9/+53
* Tweak the imports so this script will run stand-alone.Guido van Rossum2007-11-191-2/+2
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-183-0/+176
* remove now-obsolete test_socket_sslBill Janssen2007-11-172-249/+0
* This is roughly socket2.diff from issue 1378, with a few changes appliedGuido van Rossum2007-11-161-0/+9
* Correct a failing test when test_import is run after test_coding:Amaury Forgeot d'Arc2007-11-162-4/+9
* Merged revisions 58947-59004 via svnmerge fromGuido van Rossum2007-11-162-1/+16
* Correction for issue1134: all source files with a coding spec, except latin-1Amaury Forgeot d'Arc2007-11-151-1/+21
* add the certificate for the Python SVN repository for testing SSLBill Janssen2007-11-151-0/+31
* get SSL support to work againBill Janssen2007-11-151-146/+171
* Patch 1144 by David Binger, fix for parser module. With unittest.Guido van Rossum2007-11-151-0/+1
* The peeping and bawling of the builtin speaker is giving my poor cat the creeps.Christian Heimes2007-11-151-0/+1
* Correction for issue1265 (pdb bug with "with" statement).Amaury Forgeot d'Arc2007-11-131-2/+47
* Another fix for #1414Christian Heimes2007-11-122-2/+5
* Fix for refleak tests through regrtest.py -R:: bug #1414Christian Heimes2007-11-121-28/+32
* Patch 1420 by Ron Adam.Guido van Rossum2007-11-123-31/+40
* Minimal change that disables (AFAICT) the interpolation of \u and \U insideGuido van Rossum2007-11-121-0/+148
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-105-6/+130
* Fixed bug #1081: file.seek allows float argumentsChristian Heimes2007-11-081-0/+4
* Added unit test to verify that #1087 is invalid. os.popen is using subprocess.Christian Heimes2007-11-081-0/+9
* Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfulla...Christian Heimes2007-11-082-4/+45
* Added tests from Raghuram Devarakonda for bug #1395 'py3k: duplicated line en...Christian Heimes2007-11-081-1/+69
* Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug...Christian Heimes2007-11-081-0/+25
* Reset original sys.stdout, stderr and displayhook even in the case of an errorChristian Heimes2007-11-071-9/+10
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-0639-707/+802
* Merged revisions 58862-58885 via svnmerge fromGuido van Rossum2007-11-061-5/+159
* Fixed bug #1384 Windows fix for inspect testsChristian Heimes2007-11-061-12/+20
* Disabled test_sys_path_with_unicode for nowChristian Heimes2007-11-041-1/+1
* Patch 1171 by mfenniak -- allow subclassing of bytes.Guido van Rossum2007-11-031-2/+81
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-021-0/+17
* Patch 1373 by Adam Hupp.Guido van Rossum2007-11-021-56/+20
* Removed non ASCII text from test as requested by Guido.Christian Heimes2007-11-011-4/+5
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-0117-71/+2380
* Added unit test for bug http://bugs.python.org/issue1293Christian Heimes2007-11-011-1/+11
* Fixed unit tests for os.environ. Some of the tests didn't test at all because...Christian Heimes2007-11-012-8/+48
* Oh, I missed the output part of the test ...Christian Heimes2007-10-311-2/+2
* Fixed test_dumbdbmChristian Heimes2007-10-311-2/+5
* Fixed gettext module for Windows. The metadata lines always end in \n and not...Christian Heimes2007-10-311-0/+1
* Patch 1329 (partial) by Christian Heimes.Guido van Rossum2007-10-301-0/+3
* Sort the method lists for str8 and bytes so differences are more apparent.Guido van Rossum2007-10-261-12/+10
* Delete test_str.py. There's not much there I care about, and it is confusedGuido van Rossum2007-10-261-66/+0
* Patch # 1331 by Christian Heimes.Guido van Rossum2007-10-265-14/+19
* Patch # 1302 by Christian Heimes (with some love from me :-).Guido van Rossum2007-10-251-0/+9
* Patch # 1323 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-251-7/+6
* Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(),Guido van Rossum2007-10-252-86/+1
* Remove a test case which is no longer valid.Georg Brandl2007-10-241-1/+1