- 23 Jul, 2010 9 commits
-
-
Ronald Oussoren authored
with the fact that getgroups(2) might return more that MAX_GROUPS on OSX. See the issue (and python-dev archives) for the gory details. Summarized: OSX behaves rather oddly and Apple says this is intentional.
-
Brett Cannon authored
"roughly" done. Closes issue 9339. Thanks Brian Brazil for the patch.
-
Martin v. Löwis authored
Patch by Virgil Dupras.
-
Ronald Oussoren authored
when calling platform.mac_ver after calling os.fork by reading from a system configuration file instead of using OSX APIs.
-
Ronald Oussoren authored
avoid failing when the framework is not yet installed.
-
Brett Cannon authored
itself and not by others. Closes issue 9255.
-
Ronald Oussoren authored
the Crash Reporter on OSX test_subprocess will trigger the reporter. This patch prints a warning when the Crash Reporter will get triggered intentionally, which should avoid confusing people.
-
Ronald Oussoren authored
in distutils.sysconfig matches that in the toplevel sysconfig module. Without this patch universal builds on OSX are broken. Als add a test that checks that the two version of get_config_vars agree on important values.
-
Georg Brandl authored
-
- 22 Jul, 2010 3 commits
-
-
Brian Curtin authored
#9189 for some GCC flags.
-
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 7 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.
-