- 17 Agu, 2010 18 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Nick Coghlan yazdı
Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory
-
Nick Coghlan yazdı
Another attempt at pacifying the windows buildbots by ignoring all the variable information in the dis.code_info tests
-
Nick Coghlan yazdı
Address XXX comment in dis.py: inspect.py now attempts to reuse the dis.py compiler flag values before resorting to defining its own
-
Nick Coghlan yazdı
-
Ezio Melotti yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Document and test the resolution of issue 3445 (tolerate missing attributes in functools.update_wrapper, previously implemented as a side effect of the __annotations__ copying patch) and implement issue 9567 (add a __wrapped__ attribute when using update_wrapper)
-
Nick Coghlan yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
_PyUnicode_AsString() raises an exception on unencodable filename.
-
Victor Stinner yazdı
-
- 16 Agu, 2010 17 kayıt (commit)
-
-
Victor Stinner yazdı
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
-
Victor Stinner yazdı
The code is based on strncmp() of the libiberty library, function in the public domain.
-
Brian Curtin yazdı
-
Alexander Belopolsky yazdı
-
Tim Golden yazdı
-
Florent Xicluna yazdı
-
Alexander Belopolsky yazdı
than TypeError raised by the iterator argument. Also added a test to check that zip() already behaves similarly.
-
Florent Xicluna yazdı
Use test.support and unittest features. Fix duplicated test (bad merge in r79033). Fix comment for issue #7902.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
zipimport is now able to load a module with an unencodable filename.
-
Victor Stinner yazdı
Write a message formatted by PyUnicode_FromFormatV() to sys.stdout and sys.stderr.
-
Antoine Pitrou yazdı
-
Giampaolo Rodolà yazdı
-
Richard Jones yazdı
-
Antoine Pitrou yazdı
-
- 15 Agu, 2010 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-