- 17 Jul, 2012 5 commits
-
-
Eli Bendersky authored
-
Eli Bendersky authored
ISsue #14988: restore Python 2's behavior of raising ImportError when unable to load pyexpat, instead of a SystemError/RuntimeError
-
Hynek Schlawack authored
Based on a patch by Nick Coghlan.
-
Nick Coghlan authored
Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir symlink in the test suite
-
Hynek Schlawack authored
The asserts were useless (and buggy).
-
- 16 Jul, 2012 4 commits
-
-
Gregory P. Smith authored
select.poll before running. works both ways (finally). this should fix the windows build.
-
Gregory P. Smith authored
platforms that don't have it.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
to avoid failing due to the select() file descriptor limit.
-
- 15 Jul, 2012 1 commit
-
-
Hynek Schlawack authored
-
- 14 Jul, 2012 2 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach
-
- 13 Jul, 2012 4 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Jeremy Kloth.
-
Antoine Pitrou authored
Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path.
-
- 12 Jul, 2012 2 commits
-
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
- 11 Jul, 2012 4 commits
-
-
Antoine Pitrou authored
Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. Patch by Chris Jerdonek.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 09 Jul, 2012 5 commits
-
-
Antoine Pitrou authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Terry Jan Reedy authored
-
Senthil Kumaran authored
-
- 08 Jul, 2012 3 commits
-
-
Terry Jan Reedy authored
execfile().
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Patch contributed by Stephen Thorne.
-
- 07 Jul, 2012 1 commit
-
-
Florent Xicluna authored
-
- 06 Jul, 2012 1 commit
-
-
Antoine Pitrou authored
-
- 05 Jul, 2012 2 commits
-
-
Antoine Pitrou authored
Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python".
-
Senthil Kumaran authored
Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
-
- 03 Jul, 2012 1 commit
-
-
Jesus Cea authored
-
- 01 Jul, 2012 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 30 Jun, 2012 2 commits
-
-
Stefan Krah authored
-
Antoine Pitrou authored
-
- 29 Jun, 2012 1 commit
-
-
Tim Golden authored
-