Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use announce instead of print, to suppress output in | Martin v. Löwis | 2008-05-24 | 1 | -1/+1 |
| | | | | the testsuite. | ||||
* | Introduce a user macro named $(externalsDir), which should point to the root ↵ | Trent Nelson | 2008-05-23 | 1 | -7/+11 |
| | | | | directory of where all the external sources should live. Developers can change this value if their external sources live elsewhere. The default of '..\..' matches the current status quo. | ||||
* | Mention that the leaking of variables from list comprehensions | Martin v. Löwis | 2008-05-23 | 1 | -4/+3 |
| | | | | is fixed in 3.0. | ||||
* | Revert temporary checkin in revision 63545. | Mark Dickinson | 2008-05-23 | 2 | -22/+0 |
| | |||||
* | Fix typo | Raymond Hettinger | 2008-05-23 | 1 | -1/+1 |
| | |||||
* | Issue 2909: show how to name unpacked fields. | Raymond Hettinger | 2008-05-23 | 1 | -0/+10 |
| | |||||
* | Issue #1390: Raise ValueError in toxml when an invalid comment would | Martin v. Löwis | 2008-05-23 | 3 | -0/+10 |
| | | | | otherwise be produced. | ||||
* | Patch #1722225: Support QNX 6. | Martin v. Löwis | 2008-05-23 | 9 | -6/+61 |
| | |||||
* | Skip math.sum tests on non IEEE 754 platforms, and on IEEE 754 platforms | Mark Dickinson | 2008-05-23 | 1 | -0/+16 |
| | | | | that exhibit the problem described in issue #2937. | ||||
* | Remove the old repr stub. | Brett Cannon | 2008-05-23 | 1 | -7/+0 |
| | |||||
* | Revert the renaming of repr to reprlib. | Brett Cannon | 2008-05-23 | 16 | -39/+33 |
| | |||||
* | Tweak the comments and formatting. | Raymond Hettinger | 2008-05-23 | 1 | -76/+47 |
| | |||||
* | Temporary checkin to get configure to report more | Mark Dickinson | 2008-05-23 | 2 | -1/+23 |
| | | | | | | | information about the processor on the Debian/alpha buildbot. (I'm still trying to track down the cause of the test_math failures for this machine.) This checkin will be reverted within the next 48 hours. | ||||
* | Better error reporting in test_math.py | Mark Dickinson | 2008-05-23 | 1 | -0/+4 |
| | |||||
* | Add tests for math.sum (Issue #2819) | Mark Dickinson | 2008-05-23 | 1 | -0/+136 |
| | |||||
* | Issue #2819: Add math.sum, a function that sums a sequence of floats | Mark Dickinson | 2008-05-23 | 2 | -0/+226 |
| | | | | | efficiently but with no intermediate loss of precision. Based on Raymond Hettinger's ASPN recipe. Thanks Jean Brouwers for the patch. | ||||
* | Docs for Issue 2819. | Raymond Hettinger | 2008-05-23 | 1 | -0/+6 |
| | |||||
* | fix test_pydoc so it works on make installed Python installations | Benjamin Peterson | 2008-05-22 | 1 | -14/+26 |
| | | | | Also let it pass when invoked directly | ||||
* | bsddb module updated to version 4.7.0 | Jesus Cea | 2008-05-22 | 6 | -11/+91 |
| | |||||
* | Add Quentin Gallet-Gilles for (at least) a fixer for markupbase. | Brett Cannon | 2008-05-22 | 1 | -0/+1 |
| | |||||
* | remove redundant invocation of json doctests | Benjamin Peterson | 2008-05-22 | 1 | -1/+0 |
| | |||||
* | use more specific asserts in test_opcode | Benjamin Peterson | 2008-05-22 | 1 | -10/+10 |
| | |||||
* | check for toolbox glue before testing platform.mac_ver intensly | Benjamin Peterson | 2008-05-21 | 1 | -1/+8 |
| | |||||
* | Oops, get_tests may be called with 3 arguments. | Thomas Heller | 2008-05-21 | 2 | -1/+3 |
| | |||||
* | The -x <test1[,test2...]> flag allows to exclude tests. | Thomas Heller | 2008-05-21 | 1 | -5/+13 |
| | |||||
* | Add Robert Schuppenies. | Martin v. Löwis | 2008-05-21 | 1 | -0/+3 |
| | |||||
* | Add a note about the renaming of test.test_support in 3.0. | Brett Cannon | 2008-05-20 | 1 | -0/+8 |
| | |||||
* | On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX | Thomas Heller | 2008-05-20 | 2 | -0/+4 |
| | | | | | | | IA64 and PA machines. The ctypes unittests work fine on the IA64, but dump core in test_qsort on the PA. | ||||
* | Updated with fixes for #2914 and #2929. | Vinay Sajip | 2008-05-20 | 1 | -0/+6 |
| | |||||
* | Fixed: #2914 (RFE for UTC support in TimedRotatingFileHandler) and #2929 ↵ | Vinay Sajip | 2008-05-20 | 1 | -12/+20 |
| | | | | (wrong filename used to delete old log files). | ||||
* | #615772: raise a more explicit error from Tkinter.Misc.__contains__. | Georg Brandl | 2008-05-20 | 1 | -0/+2 |
| | |||||
* | #2592: delegate nb_index and the floor/truediv slots in weakref.proxy. | Georg Brandl | 2008-05-20 | 3 | -1/+35 |
| | |||||
* | Patch #1775025: allow opening zipfile members via ZipInfo instances. | Georg Brandl | 2008-05-20 | 4 | -19/+52 |
| | | | | Patch by Graham Horler. | ||||
* | Patch #2488: Add sys.maxsize. | Martin v. Löwis | 2008-05-20 | 3 | -0/+10 |
| | |||||
* | Use inspect.getabsfile() to get the documented module's filename. | Georg Brandl | 2008-05-20 | 1 | -7/+3 |
| | |||||
* | Improve diffing logic and output for test_pydoc. | Georg Brandl | 2008-05-20 | 1 | -7/+7 |
| | |||||
* | Remove html package and fix test_htmlparser. | Georg Brandl | 2008-05-20 | 4 | -666/+5 |
| | |||||
* | Remove directories that no longer exist. | Georg Brandl | 2008-05-20 | 1 | -2/+2 |
| | |||||
* | Revert copy_reg -> copyreg rename. | Georg Brandl | 2008-05-20 | 23 | -94/+83 |
| | |||||
* | Remove debugging line. | Georg Brandl | 2008-05-20 | 1 | -1/+0 |
| | |||||
* | Remove rest of the tkinter package. | Georg Brandl | 2008-05-20 | 2 | -902/+0 |
| | |||||
* | Standardize renaming notes. | Georg Brandl | 2008-05-20 | 2 | -3/+7 |
| | |||||
* | Add notes that tkinter modules will be renamed. | Georg Brandl | 2008-05-20 | 5 | -1/+28 |
| | |||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 74 | -7971/+227 |
| | |||||
* | Tkinter renaming reversal: move modules back in their place. | Georg Brandl | 2008-05-20 | 16 | -0/+8566 |
| | |||||
* | Tkinter renaming reversal: Delete all stubs from lib-tk. | Georg Brandl | 2008-05-20 | 15 | -120/+0 |
| | |||||
* | Argh, this is the *actual* test that works under Windows. | Georg Brandl | 2008-05-20 | 1 | -9/+12 |
| | |||||
* | Activate two more test cases in test_httpservers. | Georg Brandl | 2008-05-20 | 1 | -3/+3 |
| | |||||
* | revert creation of the html.entities and html.parser modules | Fred Drake | 2008-05-20 | 15 | -90/+722 |
| | | | | (http://bugs.python.org/issue2882) | ||||
* | Add html package so it gets installed and more tests work (from installed copy) | Neal Norwitz | 2008-05-20 | 1 | -1/+1 |
| |