Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merged revisions 79077,79137,79304-79305 via svnmerge from | Benjamin Peterson | 2010-03-22 | 4 | -10/+170 | |
| | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r79077 | benjamin.peterson | 2010-03-18 18:05:29 -0500 (Thu, 18 Mar 2010) | 1 line port detect_encoding improvements from py3k ........ r79137 | benjamin.peterson | 2010-03-20 11:12:53 -0500 (Sat, 20 Mar 2010) | 1 line add a fixer for setting sys.exitfunc #2356 ........ r79304 | benjamin.peterson | 2010-03-22 17:20:22 -0500 (Mon, 22 Mar 2010) | 1 line fix test_parser when it's run in a path with spaces #7666 ........ r79305 | benjamin.peterson | 2010-03-22 17:27:07 -0500 (Mon, 22 Mar 2010) | 1 line normalize whitespace ........ | |||||
* | Issue #7512: shutil.copystat() could raise an OSError when the filesystem | Antoine Pitrou | 2010-03-22 | 2 | -2/+10 | |
| | | | | | didn't support chflags() (for example ZFS under FreeBSD). The error is now silenced. | |||||
* | #7668: Fix test_httpservers failure when sys.executable contains non-ASCII ↵ | Florent Xicluna | 2010-03-22 | 1 | -2/+12 | |
| | | | | bytes. | |||||
* | Preserve backward compatibility of the ctypes module. | Florent Xicluna | 2010-03-22 | 1 | -0/+11 | |
| | | | | "This file should be kept compatible with Python 2.3, see PEP 291." | |||||
* | Issue #7703: ctypes supports both buffer() and memoryview(). The former is ↵ | Florent Xicluna | 2010-03-22 | 3 | -6/+25 | |
| | | | | | | deprecated. Complement of r79288. | |||||
* | Issue #7860: platform.uname now reports the correct 'machine' type | R. David Murray | 2010-03-22 | 3 | -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 Sajip | 2010-03-22 | 4 | -1/+62 | |
| | | | | method to LoggerAdapter. | |||||
* | Missing testsuite files | Jesus Cea | 2010-03-22 | 3 | -0/+716 | |
| | ||||||
* | Get rid of buffer() in test_ctypes: backport the 3.x tests. | Florent Xicluna | 2010-03-22 | 7 | -47/+30 | |
| | ||||||
* | Fix an occasional test_ftplib failure, following r79226. | Antoine Pitrou | 2010-03-22 | 1 | -1/+6 | |
| | ||||||
* | pybsddb 4.8.4 integration. Please, comment in issue #8156 | Jesus Cea | 2010-03-22 | 23 | -451/+3356 | |
| | ||||||
* | Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ↵ | Vinay Sajip | 2010-03-22 | 3 | -2/+15 | |
| | | | | names exist at the same time. | |||||
* | Fix the NEWS about my last commit: an unicode subclass can now override the | Victor Stinner | 2010-03-22 | 2 | -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 Sajip | 2010-03-22 | 2 | -3/+14 | |
| | | | | when logging occurs. | |||||
* | Issue #1583863: An unicode subclass can now override the __str__ method | Victor Stinner | 2010-03-22 | 3 | -1/+14 | |
| | ||||||
* | Correct usage message displayed for python -m unittest -h | Michael Foord | 2010-03-22 | 3 | -10/+4 | |
| | ||||||
* | expected failure should not trigger failfast behavior in unittest. | Michael Foord | 2010-03-22 | 3 | -8/+1 | |
| | ||||||
* | Removing Python 2.3 compatibility code from unittest. | Michael Foord | 2010-03-22 | 3 | -8/+5 | |
| | ||||||
* | Fix failing test committed by accident. | Michael Foord | 2010-03-22 | 1 | -1/+1 | |
| | ||||||
* | -f/--failfast command line option for unittest. Issue 8074. Documentation ↵ | Michael Foord | 2010-03-22 | 4 | -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 Foord | 2010-03-22 | 10 | -5/+32 | |
| | | | | stacktraces in unittest. | |||||
* | take into account keyword arguments when passing too many args | Benjamin Peterson | 2010-03-21 | 2 | -1/+10 | |
| | ||||||
* | improve error message from passing inadequate number of keyword arguments #6474 | Benjamin Peterson | 2010-03-21 | 3 | -5/+19 | |
| | | | | Note this removes the "non-keyword" or "keyword" phrases from these messages. | |||||
* | don't write duplicate tests | Benjamin Peterson | 2010-03-21 | 1 | -2/+0 | |
| | ||||||
* | fix import | Benjamin Peterson | 2010-03-21 | 1 | -2/+3 | |
| | ||||||
* | co_varnames is certainly a tuple, so let's not waste time finding out | Benjamin Peterson | 2010-03-21 | 1 | -1/+1 | |
| | ||||||
* | remove pointless condition | Benjamin Peterson | 2010-03-21 | 1 | -15/+13 | |
| | ||||||
* | Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets. | Antoine Pitrou | 2010-03-21 | 2 | -20/+8 | |
| | ||||||
* | flatten condition | Benjamin Peterson | 2010-03-21 | 1 | -8/+6 | |
| | ||||||
* | Issue #1628484: The Makefile doesn't ignore the CFLAGS environment | Antoine Pitrou | 2010-03-21 | 2 | -5/+9 | |
| | | | | | variable anymore. It also forwards the LDFLAGS settings to the linker when building a shared library. | |||||
* | Fix plural. | Georg Brandl | 2010-03-21 | 1 | -1/+1 | |
| | ||||||
* | Add items | Andrew M. Kuchling | 2010-03-21 | 1 | -5/+30 | |
| | ||||||
* | #8180: Fix test_pep277 on OS X and add more tests for special Unicode ↵ | Florent Xicluna | 2010-03-21 | 2 | -30/+108 | |
| | | | | normalization cases. | |||||
* | rewrite a bit | Benjamin Peterson | 2010-03-21 | 1 | -4/+6 | |
| | ||||||
* | Issue #8179: Fix macpath.realpath() on a non-existing path. | Florent Xicluna | 2010-03-21 | 2 | -1/+6 | |
| | ||||||
* | Use assertRaises and add a specific warning filter. | Florent Xicluna | 2010-03-21 | 1 | -9/+4 | |
| | ||||||
* | Remove leftover word. | Georg Brandl | 2010-03-21 | 1 | -2/+2 | |
| | ||||||
* | No more deprecation warnings for distutils.sysconfig, following r78666. | Florent Xicluna | 2010-03-21 | 2 | -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 Xicluna | 2010-03-21 | 2 | -3/+35 | |
| | | | | statements. | |||||
* | Fix py3k warnings in test_decimal, using unittest.assertItemsEqual. | Florent Xicluna | 2010-03-21 | 1 | -17/+15 | |
| | ||||||
* | Silence more py3k warnings in unittest.case. | Florent Xicluna | 2010-03-21 | 1 | -2/+2 | |
| | ||||||
* | Include structmember.h correctly. | Georg Brandl | 2010-03-21 | 1 | -1/+1 | |
| | ||||||
* | Update text for newest US DST regulation. The sample file already has the ↵ | Georg Brandl | 2010-03-21 | 1 | -2/+2 | |
| | | | | calculation right. | |||||
* | Update os.kill() emulation example for Windows to use ctypes. | Georg Brandl | 2010-03-21 | 1 | -4/+6 | |
| | ||||||
* | Mention inefficiency of lists as queues, add link to collections.deque ↵ | Georg Brandl | 2010-03-21 | 1 | -0/+5 | |
| | | | | discussion. | |||||
* | Clarify that for shell=True, the shell PID will be the child PID. | Georg Brandl | 2010-03-21 | 1 | -0/+3 | |
| | ||||||
* | Introduce copy by slicing, used in later chapters. | Georg Brandl | 2010-03-21 | 1 | -0/+6 | |
| | ||||||
* | Document that GzipFile supports iteration. | Georg Brandl | 2010-03-21 | 1 | -1/+1 | |
| | ||||||
* | Add a paragraph about set displays. | Georg Brandl | 2010-03-21 | 1 | -0/+4 | |
| | ||||||
* | Remove the "built-in objects" file. It only contained two paragraphs of ↵ | Georg Brandl | 2010-03-21 | 2 | -28/+0 | |
| | | | | which only one contained useful information, which belongs in the ref manual however. |