- 22 Tem, 2010 2 kayıt (commit)
-
-
Tarek Ziadé yazdı
reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
-
Brett Cannon yazdı
module which is the largest module in the stdlib.
-
- 21 Tem, 2010 6 kayıt (commit)
-
-
Alexander Belopolsky yazdı
of the script being traced. Patch by Eli Bendersky.
-
Antoine Pitrou yazdı
with EOFError. (this is only an added test, but 2.x will get a fix too)
-
Antoine Pitrou yazdı
Remove outdated mention of deprecated functions in the string module - they have been removed in 3.x.
-
Doug Hellmann yazdı
-
Brett Cannon yazdı
-
Brian Curtin yazdı
-
- 20 Tem, 2010 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Alexander Belopolsky yazdı
Bendersky for the patch.
-
Ronald Oussoren yazdı
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 Tem, 2010 11 kayıt (commit)
-
-
Gregory P. Smith yazdı
the parameters. (This is jjlee's issue3704.patch ported to py3k)
-
Senthil Kumaran yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
and executable specified.
-
Ronald Oussoren yazdı
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 yazdı
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 yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 18 Tem, 2010 10 kayıt (commit)
-
-
Jean-Paul Calderone yazdı
-
Jean-Paul Calderone yazdı
-
Mark Dickinson yazdı
Add configure check for a bug with gcc soft floating-point and subnormals, to help debug issue 8265.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#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 yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
char is unsigned. Thanks Stefan Krah for the patch.
-
- 17 Tem, 2010 5 kayıt (commit)
-
-
Alexander Belopolsky yazdı
python when they contain instances of old-style classes.
-
Benjamin Peterson yazdı
-
Alexander Belopolsky yazdı
-
Stefan Krah yazdı
In that case, do not attempt to parse stderr output.
-
R. David Murray yazdı
Patch and test by Tony Nelson.
-
- 16 Tem, 2010 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Antoine Pitrou yazdı
of the random module being around.
-