Amaury Forgeot d'Arc
|
246daedd11
|
#2542: now that issubclass() may call arbitrary code,
make sure that PyErr_ExceptionMatches returns 0 when an exception occurs there.
|
2008-07-31 00:42:16 +00:00 |
Benjamin Peterson
|
b8827c00b8
|
I mess up again; BufferError inherits StandardError
|
2008-07-30 23:49:28 +00:00 |
Mark Dickinson
|
23957cb8fb
|
Add note about problems with math.fsum on x86 hardware.
|
2008-07-30 20:23:15 +00:00 |
Benjamin Peterson
|
67ebfefef5
|
add BufferError to the exception hieracrchy
|
2008-07-30 19:35:27 +00:00 |
Benjamin Peterson
|
c0bf76d3cf
|
backport r64751
|
2008-07-30 17:45:10 +00:00 |
Mark Dickinson
|
ff3fdce0d2
|
Replace math.sum with math.fsum in a couple of comments
that were missed by r65308
|
2008-07-30 16:25:16 +00:00 |
Mark Dickinson
|
fef6b13c32
|
Rename math.sum to math.fsum
|
2008-07-30 16:20:10 +00:00 |
Benjamin Peterson
|
f2eb2b44fc
|
getrandombits is actually getrandbits
|
2008-07-30 13:46:53 +00:00 |
Mark Dickinson
|
abe0aee3cf
|
Fix special-value handling for math.sum.
Also minor cleanups to the code: fix tabbing, remove
trailing whitespace, and reformat to fit into 80
columns.
|
2008-07-30 12:01:41 +00:00 |
Raymond Hettinger
|
efdf706a9f
|
Neaten-up the itertools recipes.
|
2008-07-30 07:27:30 +00:00 |
Benjamin Peterson
|
66b14de7bb
|
the from __future__ import with_statement isn't needed in 2.6
|
2008-07-29 19:28:49 +00:00 |
Mark Dickinson
|
ff5f16e4e5
|
More modifications to tests for math.sum: replace the Python
version of msum by a version using a different algorithm, and
use the new float.fromhex method to specify test results exactly.
|
2008-07-29 18:45:38 +00:00 |
Jesus Cea
|
cde8cdd898
|
Be less strict with replication timeouts (the machine
can be a bit loaded), and be sure to yield the CPU
when waiting.
|
2008-07-29 16:16:23 +00:00 |
Jesus Cea
|
a99363f472
|
Refinements in the bsddb testsuite
|
2008-07-29 13:38:50 +00:00 |
Benjamin Peterson
|
01a24322ec
|
backport r65264
|
2008-07-28 23:35:27 +00:00 |
Andrew M. Kuchling
|
5d2841f28f
|
Clarify wording
|
2008-07-28 17:04:48 +00:00 |
Benjamin Peterson
|
fff5cf67d0
|
clarify Popen argument
|
2008-07-27 15:22:14 +00:00 |
Mark Dickinson
|
3e9c60c5fe
|
Remove math.sum tests related to overflow, special values, and behaviour
near the extremes of the floating-point range. (The behaviour of math.sum
should be regarded as undefined in these cases.)
|
2008-07-27 07:15:29 +00:00 |
Mark Dickinson
|
fe84cce668
|
Issue #3449: Update decimal module to use most recent specification
(v. 1.68) and tests (v. 2.58) from IBM.
|
2008-07-27 06:39:07 +00:00 |
Skip Montanaro
|
f9ac43f5d6
|
note robotparser bug fix.
|
2008-07-27 00:50:41 +00:00 |
Skip Montanaro
|
1ef19f0de1
|
Close issue 3437 - missing state change when Allow lines are processed.
Adds test cases which use Allow: as well.
|
2008-07-27 00:49:02 +00:00 |
Georg Brandl
|
4b99e9b479
|
Shorten some overlong lines.
|
2008-07-26 22:13:29 +00:00 |
Antoine Pitrou
|
36897e1ff9
|
disable some failing tests in test_locale due to a bug in locale.py.
this should fix the failures on the solaris buildbot.
|
2008-07-26 13:49:13 +00:00 |
Andrew M. Kuchling
|
cd48d8ae8b
|
Remove extra words
|
2008-07-26 13:09:06 +00:00 |
Andrew M. Kuchling
|
feeee750b0
|
This sentence continues to bug me; rewrite it for the second time
|
2008-07-26 13:08:19 +00:00 |
Antoine Pitrou
|
6327e8482e
|
Fix more buildbot failures on test_locale.
|
2008-07-26 11:56:37 +00:00 |
Antoine Pitrou
|
524f4135dc
|
try to fix most buildbot failures on test_locale + add a debug output for the solaris buildbot
|
2008-07-26 10:29:43 +00:00 |
Antoine Pitrou
|
92f8216ba1
|
add a NEWS entry
|
2008-07-25 22:22:08 +00:00 |
Antoine Pitrou
|
c2cc80c64e
|
Raymond's patch for #1819: speedup function calls with named parameters
(35% faster according to pybench)
|
2008-07-25 22:13:52 +00:00 |
Antoine Pitrou
|
0c37ae0464
|
add a pybench test for complex function calls (part of #1819)
|
2008-07-25 22:02:07 +00:00 |
Benjamin Peterson
|
3ac2f24f25
|
fix indentation
|
2008-07-25 21:59:53 +00:00 |
Antoine Pitrou
|
ba54edadb3
|
convert test_locale to unittest, and add a mechanism to override localconv() results for further testing (#1864, #1222)
|
2008-07-25 20:40:19 +00:00 |
Antoine Pitrou
|
5fdfa3e36d
|
#3394: zipfile.writestr doesn't set external attributes, so files are extracted mode 000 on Unix
|
2008-07-25 19:42:26 +00:00 |
Raymond Hettinger
|
8c664e8628
|
Issue 1592: Better error reporting for operations on closed shelves.
|
2008-07-25 18:43:33 +00:00 |
Antoine Pitrou
|
4982d5d04a
|
#2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions
|
2008-07-25 17:45:59 +00:00 |
Benjamin Peterson
|
5255cba4bc
|
document default value for fillvalue
|
2008-07-25 17:02:11 +00:00 |
Benjamin Peterson
|
612e29b722
|
teach .bzrignore about doc tools
|
2008-07-25 16:55:37 +00:00 |
Thomas Heller
|
ba55936b8a
|
Make ctypes compatible with Python 2.3, 2.4, and 2.5 again.
|
2008-07-24 11:16:45 +00:00 |
Georg Brandl
|
340739e216
|
Fix indentation.
|
2008-07-24 07:09:21 +00:00 |
Raymond Hettinger
|
7f59b5cc03
|
Convert from long to Py_ssize_t.
|
2008-07-24 07:04:55 +00:00 |
Raymond Hettinger
|
527eee2b32
|
Finish conversion from int to Py_ssize_t.
|
2008-07-24 05:38:48 +00:00 |
Benjamin Peterson
|
4020221838
|
add some documentation for 2to3
|
2008-07-24 02:45:37 +00:00 |
Benjamin Peterson
|
8e234c6e30
|
fix markup
|
2008-07-24 02:31:28 +00:00 |
Benjamin Peterson
|
415ce062bc
|
fix spacing
|
2008-07-24 02:27:46 +00:00 |
Raymond Hettinger
|
723ba3049a
|
Parse to the correct datatype.
|
2008-07-24 00:53:49 +00:00 |
Raymond Hettinger
|
33fcf9db74
|
Finish-up the partial conversion from int to Py_ssize_t for deque indices and length.
|
2008-07-24 00:08:18 +00:00 |
Georg Brandl
|
8c81fdad33
|
Use correct indentation.
|
2008-07-23 16:00:44 +00:00 |
Georg Brandl
|
d4c7e636a9
|
Move opcode handling to Python's extension.
|
2008-07-23 15:17:09 +00:00 |
Georg Brandl
|
f9efabb6d2
|
3k-warn about parser's "ast" aliases.
|
2008-07-23 15:16:45 +00:00 |
Benjamin Peterson
|
c6ad794051
|
use isinstance
|
2008-07-23 13:25:06 +00:00 |