- 17 Jan, 2010 8 commits
-
-
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 4 commits
-
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Brett Cannon authored
-
Antoine Pitrou authored
1-byte argument. Patch by Victor Stinner.
-
- 14 Jan, 2010 10 commits
-
-
Brett Cannon authored
Py3K warnings are DeprecationWarning by default this was causing -3 to essentially be a no-op. Now DeprecationWarning is only silenced if -3 is not used. Closes issue #7700. Thanks Ezio Melotti and Florent Xicluna for patch help.
-
Antoine Pitrou authored
argument values in debug mode. Patch by Victor Stinner.
-
Antoine Pitrou authored
binascii module. Backported from py3k by Florent Xicluna, with some additional tests.
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue 7632: fix incorrect rounding for long input strings with values very close to a power of 2. (See Bug 4 in the tracker discussion.)
-
Mark Dickinson authored
-
Mark Dickinson authored
Fix off-by-one error introduced in r77483. I have a test for this, but it currently fails due to a different dtoa.c bug; I'll add the test once that bug is fixed.
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Skip Montanaro authored
partially before. Also add a comment describing how this might have to work with different versions of the interpreter.
-
- 13 Jan, 2010 8 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Antoine Pitrou authored
even if identical. Patch by Florent Xicluna (again).
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Brian Curtin.
-