- 22 Jan, 2010 1 commit
-
-
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 10 commits
-
-
Mark Dickinson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Mark Dickinson authored
Fix multiple uses of variable 'L' in _Py_dg_strtod, where one use requires an unsigned long and the other a signed long. See also r77421.
-
Mark Dickinson authored
conversion (see bug 5 in the issue tracker).
-
Antoine Pitrou authored
nor in py3k). Patch by Florent Xicluna as well as additional tests.
-
R. David Murray authored
-
Mark Dickinson authored
Also remove some now unused variables, and add comments clarifying the possible outputs of the parsing section of _Py_dg_strtod. Thanks Eric Smith for reviewing.
-
R. David Murray authored
headers in multipart/signed MIME parts, which fixes one of the sources of invalid modifications to such parts by Generator. Patch and tests by Martin von Gagern.
-
Sean Reifscheider authored
-
- 15 Jan, 2010 2 commits
-
-
Vinay Sajip authored
-
Benjamin Peterson authored
-