- 19 Tem, 2012 2 kayıt (commit)
-
-
Meador Inge yazdı
Patch by Julia Lawall.
-
Meador Inge yazdı
-
- 18 Tem, 2012 3 kayıt (commit)
-
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
- 17 Tem, 2012 6 kayıt (commit)
-
-
Hynek Schlawack yazdı
Used os.path.join before which has different semantics on Windows.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
ISsue #14988: restore Python 2's behavior of raising ImportError when unable to load pyexpat, instead of a SystemError/RuntimeError
-
Hynek Schlawack yazdı
Based on a patch by Nick Coghlan.
-
Nick Coghlan yazdı
Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir symlink in the test suite
-
Hynek Schlawack yazdı
The asserts were useless (and buggy).
-
- 16 Tem, 2012 4 kayıt (commit)
-
-
Gregory P. Smith yazdı
select.poll before running. works both ways (finally). this should fix the windows build.
-
Gregory P. Smith yazdı
platforms that don't have it.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
to avoid failing due to the select() file descriptor limit.
-
- 15 Tem, 2012 1 kayıt (commit)
-
-
Hynek Schlawack yazdı
-
- 14 Tem, 2012 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach
-
- 13 Tem, 2012 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Jeremy Kloth.
-
Antoine Pitrou yazdı
Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path.
-
- 12 Tem, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
- 11 Tem, 2012 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
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 yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 09 Tem, 2012 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Terry Jan Reedy yazdı
-
Senthil Kumaran yazdı
-
- 08 Tem, 2012 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
execfile().
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Patch contributed by Stephen Thorne.
-
- 07 Tem, 2012 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 06 Tem, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 05 Tem, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python".
-
Senthil Kumaran yazdı
Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
-