- 22 Jul, 2010 2 commits
-
-
Tarek Ziadé authored
reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
-
Brett Cannon authored
module which is the largest module in the stdlib.
-
- 21 Jul, 2010 6 commits
-
-
Alexander Belopolsky authored
of the script being traced. Patch by Eli Bendersky.
-
Antoine Pitrou authored
with EOFError. (this is only an added test, but 2.x will get a fix too)
-
Antoine Pitrou authored
Remove outdated mention of deprecated functions in the string module - they have been removed in 3.x.
-
Doug Hellmann authored
-
Brett Cannon authored
-
Brian Curtin authored
-
- 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 2 commits
-
-
Brett Cannon authored
-
Antoine Pitrou authored
of the random module being around.
-