- 26 Jul, 2010 1 commit
-
-
Brian Curtin authored
Changes include using a list of lines instead of patching together using string interpolation, and a multi-line value test cases.
-
- 25 Jul, 2010 7 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Michael Foord authored
-
Andrew M. Kuchling authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
test_profilehooks to test_sys_setprofile so that test_trace can be used for testing the trace module and for naming consistency.
-
Alexander Belopolsky authored
test_sys_settrace and test_profilehooks to test_sys_setprofile in all three branches.
-
- 24 Jul, 2010 5 commits
-
-
Ronald Oussoren authored
assumes that the result of getgroups and the output of the id(1) command return groups in the same order. That assumption is both fragile and false.
-
Martin v. Löwis authored
-
Richard Jones authored
Changes the previously private attributes to make them public, increasing the potential for extending the library in user code. Backward-compatible and documented.
-
Victor Stinner authored
The EPIPE error occurs when the server closes the socket and the client sends a "big" XML-RPC request (I don't know exactly the size threshold). request() just have to ignore the error because single_request() closes the socket on error, and so the next call to single_request() will open a new socket. Remove also a comment in the HTTP client because it's now wrong: see r70643 and issue #5542.
-
Victor Stinner authored
doesn't except a value (eg. --help= is rejected if getopt uses ['help='] long options).
-
- 23 Jul, 2010 27 commits
-
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Brett Cannon authored
-
Brett Cannon authored
Closes issue 9358. Thanks to Brian Brazil for the patch.
-
Brett Cannon authored
Closes issue 9357. Thanks to Brian Brazil for the patch.
-
Georg Brandl authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
Brian Curtin authored
Noticed by Amaury.
-
Brett Cannon authored
Partially closes issue 9356. Thanks to Brian Brazil for the patch.
-
Brett Cannon authored
Partially closes issue 9356. Thanks to Brian Brazil for the patch.
-
Richard Jones authored
-
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.
-