- 23 Jan, 2010 7 commits
-
-
Mark Dickinson authored
dtoa.c fix from upstream that fixes incorrectly rounded results for certain subnormals that are also halfway cases.
-
Mark Dickinson authored
this fixes the first bug described in issue #7743.
-
Tarek Ziadé authored
-
Ezio Melotti authored
Increased the overflow value on test_dealloc to make sure that it is big enough even for wide builds.
-
Tarek Ziadé authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 22 Jan, 2010 5 commits
-
-
Mark Dickinson authored
in issue 7743).
-
Ezio Melotti authored
This should fix the failure introduced in r77680. The error message is now different and it caused the test to fail. The failing test is not present in 2.5 so it is failing only on 2.6 and newer versions.
-
Mark Dickinson authored
-
Matthias Klose authored
(CVE_2009_3560).
-
Matthias Klose authored
-
- 21 Jan, 2010 4 commits
-
-
Ezio Melotti authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
- 20 Jan, 2010 3 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
and exit points. 2. Simplify bigcomp comparison loop. 3. Don't set ERANGE on _Py_dg_strtod underflow (it was set inconsistently anyway). 4. Remove unused dsign field from BCinfo struct.
-
- 19 Jan, 2010 3 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
module when the openssl version is too old to support them. That leads both compiled code bloat and to unittests attempting to test implementations that don't exist for comparison purposes on such platforms.
-
Gregory P. Smith authored
http://www.python.org/dev/buildbot/all/builders/x86%20gentoo%20trunk/builds/5700/ Will be removed shortly.
-
- 18 Jan, 2010 5 commits
-
-
Benjamin Peterson authored
Adjust documentation and add a test to verify this behavior. See http://mail.python.org/pipermail/python-dev/2010-January/095637.html for discussion.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
- 17 Jan, 2010 12 commits
-
-
Georg Brandl authored
-
Mark Dickinson authored
private memory allocation scheme in dtoa.c, along with a piece of code that caches powers of 5 for future use. This makes it easier to detect dtoa.c memory leaks with Valgrind or similar tools. Patch by Stefan Krah.
-
Ronald Oussoren authored
-
Ronald Oussoren authored
and that it doesn't default to the 10.4u SDK when that SDK does not exist. (This affects OSX) This patch should fix most of issue 4834, although I haven't gotten enough information from the user to be sure.
-
Ronald Oussoren authored
- Issue #7714: Use ``gcc -dumpversion`` to detect the version of GCC on MacOSX. - Make configure look for util.h as well as libutil.h. The former is the header file that on OSX contains the defition of openpty. (Needed to compile for OSX 10.4 on OSX 10.6) - Use the correct definition of CC to compile the pythonw executable
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Ronald Oussoren authored
building a universal Python. Based on issue7679.
-
Antoine Pitrou authored
could crash in many places because of the PyByteArray_AS_STRING() macro returning NULL. The macro now returns a statically allocated empty string instead.
-
Georg Brandl authored
-
Mark Dickinson authored
-
Georg Brandl authored
#7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such.
-
- 16 Jan, 2010 1 commit
-
-
Mark Dickinson authored
-