summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 79313,79324 via svnmerge fromBenjamin Peterson2010-03-231-5/+5
* Merged revisions 79309 via svnmerge fromBenjamin Peterson2010-03-221-1/+1
* Issue #8205: Remove the "Modules" directory from sys.path when Python is runn...Florent Xicluna2010-03-221-1/+1
* #7667: Fix doctest failures with non-ASCII paths.Florent Xicluna2010-03-221-1/+2
* Merged revisions 79077,79137,79304-79305 via svnmerge fromBenjamin Peterson2010-03-224-10/+170
* Issue #7512: shutil.copystat() could raise an OSError when the filesystemAntoine Pitrou2010-03-221-2/+6
* #7668: Fix test_httpservers failure when sys.executable contains non-ASCII by...Florent Xicluna2010-03-221-2/+12
* Issue #7703: ctypes supports both buffer() and memoryview(). The former is d...Florent Xicluna2010-03-221-2/+9
* Issue #7860: platform.uname now reports the correct 'machine' typeR. David Murray2010-03-222-1/+26
* logging: Added getChild utility method to Logger and added isEnabledFor metho...Vinay Sajip2010-03-222-1/+44
* Missing testsuite filesJesus Cea2010-03-223-0/+716
* Get rid of buffer() in test_ctypes: backport the 3.x tests.Florent Xicluna2010-03-227-47/+30
* Fix an occasional test_ftplib failure, following r79226.Antoine Pitrou2010-03-221-1/+6
* pybsddb 4.8.4 integration. Please, comment in issue #8156Jesus Cea2010-03-2219-209/+680
* Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ...Vinay Sajip2010-03-222-2/+11
* Fix the NEWS about my last commit: an unicode subclass can now override theVictor Stinner2010-03-221-2/+0
* Issue #8200: logging: Handle errors when multiprocessing is not fully loaded ...Vinay Sajip2010-03-221-3/+11
* Issue #1583863: An unicode subclass can now override the __str__ methodVictor Stinner2010-03-221-0/+11
* Correct usage message displayed for python -m unittest -hMichael Foord2010-03-223-10/+4
* expected failure should not trigger failfast behavior in unittest.Michael Foord2010-03-223-8/+1
* Removing Python 2.3 compatibility code from unittest.Michael Foord2010-03-223-8/+5
* Fix failing test committed by accident.Michael Foord2010-03-221-1/+1
* -f/--failfast command line option for unittest. Issue 8074. Documentation sti...Michael Foord2010-03-224-26/+86
* Issue 7815. __unittest in module globals trims frames from reported stacktrac...Michael Foord2010-03-2210-5/+32
* take into account keyword arguments when passing too many argsBenjamin Peterson2010-03-211-0/+9
* improve error message from passing inadequate number of keyword arguments #6474Benjamin Peterson2010-03-211-0/+9
* don't write duplicate testsBenjamin Peterson2010-03-211-2/+0
* fix importBenjamin Peterson2010-03-211-2/+3
* Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets.Antoine Pitrou2010-03-211-20/+6
* #8180: Fix test_pep277 on OS X and add more tests for special Unicode normali...Florent Xicluna2010-03-211-30/+105
* rewrite a bitBenjamin Peterson2010-03-211-4/+6
* Issue #8179: Fix macpath.realpath() on a non-existing path.Florent Xicluna2010-03-211-1/+4
* Use assertRaises and add a specific warning filter.Florent Xicluna2010-03-211-9/+4
* No more deprecation warnings for distutils.sysconfig, following r78666.Florent Xicluna2010-03-212-8/+6
* Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" state...Florent Xicluna2010-03-212-3/+35
* Fix py3k warnings in test_decimal, using unittest.assertItemsEqual.Florent Xicluna2010-03-211-17/+15
* Silence more py3k warnings in unittest.case.Florent Xicluna2010-03-211-2/+2
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-2138-184/+290
* Change order of arguments in a unittest function.Michael Foord2010-03-211-4/+4
* A faulty load_tests in a test module no longer halts test discovery. A placeh...Michael Foord2010-03-212-7/+36
* Cleanup test_tarfile, and use check_warnings.Florent Xicluna2010-03-201-9/+12
* Cleanup test_struct using check_warnings.Florent Xicluna2010-03-201-68/+50
* Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual...Michael Foord2010-03-204-53/+127
* #8178 Cleanup the threads after test_thread.TestForkInThread.Florent Xicluna2010-03-201-6/+7
* Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* a...Florent Xicluna2010-03-1910-91/+89
* - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.Matthias Klose2010-03-191-0/+3
* keep DeprecationWarning from failing testBenjamin Peterson2010-03-191-1/+1
* make compiler's py3k warning a full deprecation warning #6837Benjamin Peterson2010-03-181-3/+5
* these lines can now be dispensed withBenjamin Peterson2010-03-181-2/+0
* Add support for weak references to code objects. This will be used by an opti...Collin Winter2010-03-182-3/+30