- 23 Jul, 2010 16 commits
-
-
Ronald Oussoren authored
on OSX. This fixes a small issue that was exposed by running test_subprocess through regrtest (and hence in a subdirectory). Without this patch running python.exe from the build tree will fail when these tree conditions are true: 1) the CWD is not the root of build tree 2) python.exe is found through $PATH 3) the framework is not yet installed
-
Brett Cannon authored
Partially closes issue 9346. Thanks to Brian Brazil for the patch.
-
Brett Cannon authored
Partially closes issue 9346. Thanks Brian Brazil for the patch.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
Closes issue 8392. Thanks Virgil Dupras for the initial patch.
-
Brett Cannon authored
Closes issue 9342. Thanks John Chandler for the patch.
-
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
-