summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #7860: platform.uname now reports the correct 'machine' typeR. David Murray2010-03-223-1/+29
| | | | | when Python is running in WOW64 mode on 64 bit Windows. Patch by Brian Curtin.
* logging: Added getChild utility method to Logger and added isEnabledFor ↵Vinay Sajip2010-03-224-1/+62
| | | | method to LoggerAdapter.
* 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-2223-451/+3356
|
* Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ↵Vinay Sajip2010-03-223-2/+15
| | | | names exist at the same time.
* Fix the NEWS about my last commit: an unicode subclass can now override theVictor Stinner2010-03-222-3/+1
| | | | | | __unicode__ method (and not the __str__ method). Simplify also the testcase.
* Issue #8200: logging: Handle errors when multiprocessing is not fully loaded ↵Vinay Sajip2010-03-222-3/+14
| | | | when logging occurs.
* Issue #1583863: An unicode subclass can now override the __str__ methodVictor Stinner2010-03-223-1/+14
|
* 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 ↵Michael Foord2010-03-224-26/+86
| | | | still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest
* Issue 7815. __unittest in module globals trims frames from reported ↵Michael Foord2010-03-2210-5/+32
| | | | stacktraces in unittest.
* take into account keyword arguments when passing too many argsBenjamin Peterson2010-03-212-1/+10
|
* improve error message from passing inadequate number of keyword arguments #6474Benjamin Peterson2010-03-213-5/+19
| | | | Note this removes the "non-keyword" or "keyword" phrases from these messages.
* don't write duplicate testsBenjamin Peterson2010-03-211-2/+0
|
* fix importBenjamin Peterson2010-03-211-2/+3
|
* co_varnames is certainly a tuple, so let's not waste time finding outBenjamin Peterson2010-03-211-1/+1
|
* remove pointless conditionBenjamin Peterson2010-03-211-15/+13
|
* Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets.Antoine Pitrou2010-03-212-20/+8
|
* flatten conditionBenjamin Peterson2010-03-211-8/+6
|
* Issue #1628484: The Makefile doesn't ignore the CFLAGS environmentAntoine Pitrou2010-03-212-5/+9
| | | | | variable anymore. It also forwards the LDFLAGS settings to the linker when building a shared library.
* Fix plural.Georg Brandl2010-03-211-1/+1
|
* Add itemsAndrew M. Kuchling2010-03-211-5/+30
|
* #8180: Fix test_pep277 on OS X and add more tests for special Unicode ↵Florent Xicluna2010-03-212-30/+108
| | | | normalization cases.
* rewrite a bitBenjamin Peterson2010-03-211-4/+6
|
* Issue #8179: Fix macpath.realpath() on a non-existing path.Florent Xicluna2010-03-212-1/+6
|
* Use assertRaises and add a specific warning filter.Florent Xicluna2010-03-211-9/+4
|
* Remove leftover word.Georg Brandl2010-03-211-2/+2
|
* No more deprecation warnings for distutils.sysconfig, following r78666.Florent Xicluna2010-03-212-8/+6
| | | | But when the "dl" module is available, it gives a py3k deprecation warning.
* Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" ↵Florent Xicluna2010-03-212-3/+35
| | | | statements.
* 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
|
* Include structmember.h correctly.Georg Brandl2010-03-211-1/+1
|
* Update text for newest US DST regulation. The sample file already has the ↵Georg Brandl2010-03-211-2/+2
| | | | calculation right.
* Update os.kill() emulation example for Windows to use ctypes.Georg Brandl2010-03-211-4/+6
|
* Mention inefficiency of lists as queues, add link to collections.deque ↵Georg Brandl2010-03-211-0/+5
| | | | discussion.
* Clarify that for shell=True, the shell PID will be the child PID.Georg Brandl2010-03-211-0/+3
|
* Introduce copy by slicing, used in later chapters.Georg Brandl2010-03-211-0/+6
|
* Document that GzipFile supports iteration.Georg Brandl2010-03-211-1/+1
|
* Add a paragraph about set displays.Georg Brandl2010-03-211-0/+4
|
* Remove the "built-in objects" file. It only contained two paragraphs of ↵Georg Brandl2010-03-212-28/+0
| | | | which only one contained useful information, which belongs in the ref manual however.
* Fix some issues found by Jacques Ducasse on the docs list.Georg Brandl2010-03-213-9/+10
|
* #7092 - Silence more py3k deprecation warnings, using ↵Florent Xicluna2010-03-2138-184/+290
| | | | test_support.check_py3k_warnings() helper.
* 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 ↵Michael Foord2010-03-212-7/+36
| | | | placeholder test, that reports the failure, is created instead.
* Fix overzealous .hgignore fileAntoine Pitrou2010-03-211-2/+2
|