- 20 Tem, 2012 3 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Meador Inge yazdı
-
- 19 Tem, 2012 11 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
the source line. Such errors can't be reported anyway. This makes error reporting work, even if the "io" module can't be loaded.
-
Hynek Schlawack yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Meador Inge yazdı
Patch by Julia Lawall.
-
Meador Inge yazdı
Patch by Julia Lawall.
-
Hynek Schlawack yazdı
Patch by Atsuo Ishimoto.
-
Meador Inge yazdı
-
Meador Inge yazdı
-
- 18 Tem, 2012 9 kayıt (commit)
-
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Benjamin Peterson yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_suffixes() API rather than the deprecated inspect.getmoduleinfo()
-
- 17 Tem, 2012 16 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Hynek Schlawack yazdı
Used os.path.join before which has different semantics on Windows.
-
Hynek Schlawack yazdı
Used os.path.join before which has different semantics on Windows.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Optimize tostringlist by taking the stream class outside the function. It's now 2x faster on short calls. Related to #1767933
-
Nick Coghlan yazdı
-
Eli Bendersky yazdı
-
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.
-
Hynek Schlawack yazdı
Based on a patch by Nick Coghlan.
-
Nick Coghlan yazdı
-
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).
-
Hynek Schlawack yazdı
The asserts were useless (and buggy).
-
Eli Bendersky yazdı
Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add a test to make sure it keeps working
-
- 16 Tem, 2012 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
select.poll before running. works both ways (finally). this should fix the windows build.
-