- 23 Ock, 2010 8 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Mark Dickinson yazdı
dtoa.c fix from upstream that fixes incorrectly rounded results for certain subnormals that are also halfway cases.
-
Mark Dickinson yazdı
this fixes the first bug described in issue #7743.
-
Tarek Ziadé yazdı
-
Ezio Melotti yazdı
Increased the overflow value on test_dealloc to make sure that it is big enough even for wide builds.
-
Tarek Ziadé yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 22 Ock, 2010 5 kayıt (commit)
-
-
Mark Dickinson yazdı
in issue 7743).
-
Ezio Melotti yazdı
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 yazdı
-
Matthias Klose yazdı
(CVE_2009_3560).
-
Matthias Klose yazdı
-
- 21 Ock, 2010 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 20 Ock, 2010 3 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
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 Ock, 2010 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
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 yazdı
http://www.python.org/dev/buildbot/all/builders/x86%20gentoo%20trunk/builds/5700/ Will be removed shortly.
-
- 18 Ock, 2010 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
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 yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Ezio Melotti yazdı
-
- 17 Ock, 2010 12 kayıt (commit)
-
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
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 yazdı
-
Ronald Oussoren yazdı
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 yazdı
- 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 yazdı
-
Mark Dickinson yazdı
-
Ronald Oussoren yazdı
building a universal Python. Based on issue7679.
-
Antoine Pitrou yazdı
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 yazdı
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
#7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such.
-