Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add BufferError to the exception hieracrchy | Benjamin Peterson | 2008-07-30 | 1 | -0/+1 |
| | |||||
* | backport r64751 | Benjamin Peterson | 2008-07-30 | 1 | -0/+2 |
| | |||||
* | Replace math.sum with math.fsum in a couple of comments | Mark Dickinson | 2008-07-30 | 1 | -2/+2 |
| | | | | that were missed by r65308 | ||||
* | Rename math.sum to math.fsum | Mark Dickinson | 2008-07-30 | 5 | -35/+35 |
| | |||||
* | getrandombits is actually getrandbits | Benjamin Peterson | 2008-07-30 | 2 | -5/+5 |
| | |||||
* | Fix special-value handling for math.sum. | Mark Dickinson | 2008-07-30 | 1 | -38/+54 |
| | | | | | | Also minor cleanups to the code: fix tabbing, remove trailing whitespace, and reformat to fit into 80 columns. | ||||
* | Neaten-up the itertools recipes. | Raymond Hettinger | 2008-07-30 | 2 | -12/+8 |
| | |||||
* | the from __future__ import with_statement isn't needed in 2.6 | Benjamin Peterson | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | More modifications to tests for math.sum: replace the Python | Mark Dickinson | 2008-07-29 | 1 | -39/+39 |
| | | | | | version of msum by a version using a different algorithm, and use the new float.fromhex method to specify test results exactly. | ||||
* | Be less strict with replication timeouts (the machine | Jesus Cea | 2008-07-29 | 1 | -7/+19 |
| | | | | | can be a bit loaded), and be sure to yield the CPU when waiting. | ||||
* | Refinements in the bsddb testsuite | Jesus Cea | 2008-07-29 | 2 | -4/+4 |
| | |||||
* | backport r65264 | Benjamin Peterson | 2008-07-28 | 2 | -30/+64 |
| | |||||
* | Clarify wording | Andrew M. Kuchling | 2008-07-28 | 1 | -1/+1 |
| | |||||
* | clarify Popen argument | Benjamin Peterson | 2008-07-27 | 1 | -3/+4 |
| | |||||
* | Remove math.sum tests related to overflow, special values, and behaviour | Mark Dickinson | 2008-07-27 | 1 | -65/+10 |
| | | | | | near the extremes of the floating-point range. (The behaviour of math.sum should be regarded as undefined in these cases.) | ||||
* | Issue #3449: Update decimal module to use most recent specification | Mark Dickinson | 2008-07-27 | 143 | -322/+474 |
| | | | | (v. 1.68) and tests (v. 2.58) from IBM. | ||||
* | note robotparser bug fix. | Skip Montanaro | 2008-07-27 | 1 | -0/+2 |
| | |||||
* | Close issue 3437 - missing state change when Allow lines are processed. | Skip Montanaro | 2008-07-27 | 2 | -0/+74 |
| | | | | Adds test cases which use Allow: as well. | ||||
* | Shorten some overlong lines. | Georg Brandl | 2008-07-26 | 1 | -3/+6 |
| | |||||
* | disable some failing tests in test_locale due to a bug in locale.py. | Antoine Pitrou | 2008-07-26 | 1 | -15/+14 |
| | | | | this should fix the failures on the solaris buildbot. | ||||
* | Remove extra words | Andrew M. Kuchling | 2008-07-26 | 1 | -1/+1 |
| | |||||
* | This sentence continues to bug me; rewrite it for the second time | Andrew M. Kuchling | 2008-07-26 | 1 | -2/+3 |
| | |||||
* | Fix more buildbot failures on test_locale. | Antoine Pitrou | 2008-07-26 | 1 | -5/+10 |
| | |||||
* | try to fix most buildbot failures on test_locale + add a debug output for ↵ | Antoine Pitrou | 2008-07-26 | 1 | -47/+69 |
| | | | | the solaris buildbot | ||||
* | add a NEWS entry | Antoine Pitrou | 2008-07-25 | 1 | -0/+3 |
| | |||||
* | Raymond's patch for #1819: speedup function calls with named parameters | Antoine Pitrou | 2008-07-25 | 1 | -22/+30 |
| | | | | (35% faster according to pybench) | ||||
* | add a pybench test for complex function calls (part of #1819) | Antoine Pitrou | 2008-07-25 | 1 | -0/+58 |
| | |||||
* | fix indentation | Benjamin Peterson | 2008-07-25 | 1 | -1/+1 |
| | |||||
* | convert test_locale to unittest, and add a mechanism to override localconv() ↵ | Antoine Pitrou | 2008-07-25 | 2 | -119/+278 |
| | | | | results for further testing (#1864, #1222) | ||||
* | #3394: zipfile.writestr doesn't set external attributes, so files are ↵ | Antoine Pitrou | 2008-07-25 | 3 | -0/+18 |
| | | | | extracted mode 000 on Unix | ||||
* | Issue 1592: Better error reporting for operations on closed shelves. | Raymond Hettinger | 2008-07-25 | 3 | -1/+29 |
| | |||||
* | #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions | Antoine Pitrou | 2008-07-25 | 2 | -1/+4 |
| | |||||
* | document default value for fillvalue | Benjamin Peterson | 2008-07-25 | 1 | -3/+4 |
| | |||||
* | teach .bzrignore about doc tools | Benjamin Peterson | 2008-07-25 | 1 | -1/+4 |
| | |||||
* | Make ctypes compatible with Python 2.3, 2.4, and 2.5 again. | Thomas Heller | 2008-07-24 | 2 | -2/+16 |
| | |||||
* | Fix indentation. | Georg Brandl | 2008-07-24 | 1 | -3/+1 |
| | |||||
* | Convert from long to Py_ssize_t. | Raymond Hettinger | 2008-07-24 | 1 | -10/+11 |
| | |||||
* | Finish conversion from int to Py_ssize_t. | Raymond Hettinger | 2008-07-24 | 1 | -23/+23 |
| | |||||
* | add some documentation for 2to3 | Benjamin Peterson | 2008-07-24 | 3 | -2/+82 |
| | |||||
* | fix markup | Benjamin Peterson | 2008-07-24 | 1 | -1/+1 |
| | |||||
* | fix spacing | Benjamin Peterson | 2008-07-24 | 1 | -1/+1 |
| | |||||
* | Parse to the correct datatype. | Raymond Hettinger | 2008-07-24 | 1 | -1/+1 |
| | |||||
* | Finish-up the partial conversion from int to Py_ssize_t for deque indices ↵ | Raymond Hettinger | 2008-07-24 | 1 | -23/+24 |
| | | | | and length. | ||||
* | Use correct indentation. | Georg Brandl | 2008-07-23 | 1 | -14/+14 |
| | |||||
* | Move opcode handling to Python's extension. | Georg Brandl | 2008-07-23 | 1 | -0/+22 |
| | |||||
* | 3k-warn about parser's "ast" aliases. | Georg Brandl | 2008-07-23 | 3 | -5/+40 |
| | |||||
* | use isinstance | Benjamin Peterson | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | bsddb module updated to version 4.7.2devel9. | Jesus Cea | 2008-07-23 | 16 | -669/+1312 |
| | | | | | | | | | | | | | This patch publishes the work done until now for Python 3.0 compatibility. Still a lot to be done. When possible, we use 3.0 features in Python 2.6, easing development and testing, and exposing internal changes to a wider audience, for better test coverage. Some mode details: http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.2 | ||||
* | remove unneeded import | Benjamin Peterson | 2008-07-22 | 1 | -1/+0 |
| | |||||
* | One more attribution. | Raymond Hettinger | 2008-07-22 | 1 | -2/+2 |
| |