- 20 Jul, 2010 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Alexander Belopolsky authored
Bendersky for the patch.
-
Ronald Oussoren authored
is wrong when PY_LDFLAGS is not empty. The bug was caused by LDSHARED getting expanded *before* sysconfig renamed PY_LDSHARED (and simular values) to names without a PY_ prefix. The patch tries to maintain the intended behaviour of allowing users to set LDFLAGS in the environment and have that affect the build. Without this patch a universal build on OSX cannot build universal (fat binary) extensions.
-
- 19 Jul, 2010 11 commits
-
-
Gregory P. Smith authored
the parameters. (This is jjlee's issue3704.patch ported to py3k)
-
Senthil Kumaran authored
-
Stefan Krah authored
-
Stefan Krah authored
and executable specified.
-
Ronald Oussoren authored
with the expansion of LDSHARED when accessing that value through sysconfig. The problem is probably caused by the 9189. A fix will follow shortly.
-
Stefan Krah authored
signed/unsigned chars or on integers directly derived from those. In all cases, it could be replaced by a simple cast to (unsigned char). Reasons for the change: a) Make the comment more explicit. b) If char is unsigned, the cast is optimized away. c) If char is unsigned, gcc emits spurious "array subscript has type 'char'" warnings.
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 18 Jul, 2010 10 commits
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Mark Dickinson authored
Add configure check for a bug with gcc soft floating-point and subnormals, to help debug issue 8265.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
#9279: remove the pdb.doc file, put its contents in pdb.__doc__. Also sync this and the pdb docs, introduce a new directive for pdb commands and a role to link to them.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
char is unsigned. Thanks Stefan Krah for the patch.
-
- 17 Jul, 2010 5 commits
-
-
Alexander Belopolsky authored
python when they contain instances of old-style classes.
-
Benjamin Peterson authored
-
Alexander Belopolsky authored
-
Stefan Krah authored
In that case, do not attempt to parse stderr output.
-
R. David Murray authored
Patch and test by Tony Nelson.
-
- 16 Jul, 2010 4 commits
-
-
Brett Cannon authored
-
Antoine Pitrou authored
of the random module being around.
-
Brett Cannon authored
while writing bytecode, and importing bytecode with source existing (don't care about sourceless imports).
-
Alexander Belopolsky authored
-
- 15 Jul, 2010 1 commit
-
-
Brett Cannon authored
-
- 14 Jul, 2010 5 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Alexander Belopolsky authored
-
Antoine Pitrou authored
if the import lock was disabled.
-