- 23 Tem, 2010 27 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Closes issue 9358. Thanks to Brian Brazil for the patch.
-
Brett Cannon yazdı
Closes issue 9357. Thanks to Brian Brazil for the patch.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Ezio Melotti yazdı
-
Brian Curtin yazdı
Noticed by Amaury.
-
Brett Cannon yazdı
Partially closes issue 9356. Thanks to Brian Brazil for the patch.
-
Brett Cannon yazdı
Partially closes issue 9356. Thanks to Brian Brazil for the patch.
-
Richard Jones yazdı
-
Ronald Oussoren yazdı
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 yazdı
Partially closes issue 9346. Thanks to Brian Brazil for the patch.
-
Brett Cannon yazdı
Partially closes issue 9346. Thanks Brian Brazil for the patch.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Closes issue 8392. Thanks Virgil Dupras for the initial patch.
-
Brett Cannon yazdı
Closes issue 9342. Thanks John Chandler for the patch.
-
Ronald Oussoren yazdı
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 yazdı
"roughly" done. Closes issue 9339. Thanks Brian Brazil for the patch.
-
Martin v. Löwis yazdı
Patch by Virgil Dupras.
-
Ronald Oussoren yazdı
when calling platform.mac_ver after calling os.fork by reading from a system configuration file instead of using OSX APIs.
-
Ronald Oussoren yazdı
avoid failing when the framework is not yet installed.
-
Brett Cannon yazdı
itself and not by others. Closes issue 9255.
-
Ronald Oussoren yazdı
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 yazdı
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 yazdı
-
- 22 Tem, 2010 3 kayıt (commit)
-
-
Brian Curtin yazdı
#9189 for some GCC flags.
-
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.
-