Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Fix some issues found by Jacques Ducasse on the docs list. | Georg Brandl | 2010-03-21 | 3 | -9/+10 |
| | |||||
* | #7092 - Silence more py3k deprecation warnings, using ↵ | Florent Xicluna | 2010-03-21 | 38 | -184/+290 |
| | | | | test_support.check_py3k_warnings() helper. | ||||
* | Change order of arguments in a unittest function. | Michael Foord | 2010-03-21 | 1 | -4/+4 |
| | |||||
* | A faulty load_tests in a test module no longer halts test discovery. A ↵ | Michael Foord | 2010-03-21 | 2 | -7/+36 |
| | | | | placeholder test, that reports the failure, is created instead. | ||||
* | Fix overzealous .hgignore file | Antoine Pitrou | 2010-03-21 | 1 | -2/+2 |
| | |||||
* | Cleanup test_tarfile, and use check_warnings. | Florent Xicluna | 2010-03-20 | 1 | -9/+12 |
| | |||||
* | Cleanup test_struct using check_warnings. | Florent Xicluna | 2010-03-20 | 1 | -68/+50 |
| | |||||
* | wrap | Benjamin Peterson | 2010-03-20 | 1 | -2/+2 |
| | |||||
* | document exitfunc fixer | Benjamin Peterson | 2010-03-20 | 1 | -0/+5 |
| | |||||
* | Issue 7832: renaming unittest.TestCase.assertSameElements to ↵ | Michael Foord | 2010-03-20 | 6 | -68/+144 |
| | | | | assertItemsEqual and changing behaviour | ||||
* | #8178 Cleanup the threads after test_thread.TestForkInThread. | Florent Xicluna | 2010-03-20 | 1 | -6/+7 |
| | |||||
* | Fixing the file call in the rfc822.Message replacement example. | Sean Reifscheider | 2010-03-20 | 1 | -1/+1 |
| | |||||
* | Adding an example of reproducing the rfc822.Message() parsing. | Sean Reifscheider | 2010-03-19 | 2 | -0/+23 |
| | |||||
* | set svn:eol-style to native on C files | Benjamin Peterson | 2010-03-19 | 0 | -0/+0 |
| | |||||
* | Initialized merge tracking via "svnmerge" with revisions "1-79104" from | Thomas Heller | 2010-03-19 | 0 | -0/+0 |
| | | | | svn+ssh://pythondev@svn.python.org/python/branches/branch_libffi-3_0_10-win | ||||
* | update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the | Matthias Klose | 2010-03-19 | 33 | -448/+1403 |
| | | | | trunk (adding msvc port). | ||||
* | Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* ↵ | Florent Xicluna | 2010-03-19 | 10 | -91/+89 |
| | | | | and setUp/tearDown. | ||||
* | Generate libffi's Makefiles again to be able to run the libffi testsuite | Matthias Klose | 2010-03-19 | 4 | -375/+7592 |
| | | | | | | | | | -- Diese und die folgenden Zeilen werden ignoriert -- M _ctypes/libffi/configure M _ctypes/libffi/configure.ac M _ctypes/libffi/aclocal.m4 M _ctypes/libffi.diff | ||||
* | - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. | Matthias Klose | 2010-03-19 | 3 | -0/+10 |
| | |||||
* | keep DeprecationWarning from failing test | Benjamin Peterson | 2010-03-19 | 1 | -1/+1 |
| | |||||
* | Make python-config support multiple option flags on the same command line, ↵ | Collin Winter | 2010-03-19 | 2 | -28/+33 |
| | | | | rather than requiring one invocation per flag. | ||||
* | Add a separate python-config make target, useful for testing changes to ↵ | Collin Winter | 2010-03-19 | 1 | -4/+6 |
| | | | | Misc/python-config.in. | ||||
* | make compiler's py3k warning a full deprecation warning #6837 | Benjamin Peterson | 2010-03-18 | 1 | -3/+5 |
| | |||||
* | reignore bad_coding | Benjamin Peterson | 2010-03-18 | 1 | -2/+2 |
| | |||||
* | these lines can now be dispensed with | Benjamin Peterson | 2010-03-18 | 1 | -2/+0 |
| | |||||
* | Add support for weak references to code objects. This will be used by an ↵ | Collin Winter | 2010-03-18 | 6 | -7/+40 |
| | | | | | | optimization in the incoming Python 3 JIT. Patch by Reid Kleckner! | ||||
* | Issue #8024: Update the Unicode database to 5.2 | Florent Xicluna | 2010-03-18 | 6 | -19043/+21640 |
| | |||||
* | install tkinter and ttk tests | Benjamin Peterson | 2010-03-18 | 1 | -1/+2 |
| | |||||
* | remove installation of deleted test/output dir | Benjamin Peterson | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | don't try to compile anything in lib2to3/tests/data #8169 | Benjamin Peterson | 2010-03-18 | 1 | -2/+2 |
| | |||||
* | #8155: Preserve backward compatibility for test_support.check_warnings(). ↵ | Florent Xicluna | 2010-03-18 | 3 | -65/+87 |
| | | | | Add regression tests. | ||||
* | Fix for Issue8135 - urllib.unquote to support mixed percent escapes | Senthil Kumaran | 2010-03-18 | 3 | -4/+31 |
| | |||||
* | Make test_pwd more stable in the face of unusual LDAP/NIS/Kerberos ↵ | Collin Winter | 2010-03-18 | 1 | -5/+8 |
| | | | | deployments (the old test was flaky on Google buildslaves). | ||||
* | Issue #8104: socket.recv_into() and socket.recvfrom_into() now support | Antoine Pitrou | 2010-03-17 | 3 | -21/+73 |
| | | | | | writing into objects supporting the new buffer API, for example bytearrays or memoryviews. | ||||
* | Fix a race condition in test_asynchat uncovered by the Unladen Swallow JIT. | Collin Winter | 2010-03-17 | 1 | -0/+13 |
| | |||||
* | prevent lambda functions from having docstrings #8164 | Benjamin Peterson | 2010-03-17 | 3 | -0/+11 |
| | |||||
* | Fix and check cgi module deprecation warnings. Revert an unwanted rename in ↵ | Florent Xicluna | 2010-03-17 | 3 | -11/+12 |
| | | | | test_import. | ||||
* | Cleanup some test cases using check_warnings and check_py3k_warnings. | Florent Xicluna | 2010-03-17 | 6 | -79/+53 |
| | |||||
* | Cleanup in test_import and test_coding. | Florent Xicluna | 2010-03-17 | 2 | -80/+57 |
| | |||||
* | Avoid hardcoding refcounts in tests. | Collin Winter | 2010-03-17 | 1 | -4/+4 |
| | |||||
* | Issue #8162: logging: Clarified docstring and documentation for disable ↵ | Vinay Sajip | 2010-03-17 | 2 | -2/+6 |
| | | | | function. | ||||
* | Use "x in y" instead of y.find(x) != -1. | Ezio Melotti | 2010-03-17 | 4 | -4/+4 |
| | |||||
* | #7092: silence some more py3k warnings. | Ezio Melotti | 2010-03-17 | 9 | -56/+84 |
| | |||||
* | Delete unused import. | Collin Winter | 2010-03-17 | 1 | -1/+0 |
| | |||||
* | Style cleanup in test_import. | Collin Winter | 2010-03-17 | 1 | -70/+73 |
| | |||||
* | Fix a trivial class of (hypothetical, future) false-positive refleaks, ↵ | Collin Winter | 2010-03-17 | 1 | -2/+3 |
| | | | | discovered by an optimization in Unladen Swallow's past (which will become CPython's future). | ||||
* | Integrate merge.py into msi.py. | Martin v. Löwis | 2010-03-16 | 2 | -87/+79 |
| | |||||
* | - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox | Matthias Klose | 2010-03-16 | 2 | -3/+8 |
| | | | | with Tcl/Tk-8.5. |