- 05 Ara, 2012 1 kayıt (commit)
-
-
Eric Snow yazdı
to importlib.abc.SourceLoader.
-
- 04 Ara, 2012 6 kayıt (commit)
-
-
Victor Stinner yazdı
-
Andrew Svetlov yazdı
Patch by Ilya Sandler.
-
Andrew Svetlov yazdı
Patch by Ilya Sandler.
-
Andrew Svetlov yazdı
Patch by Ilya Sandler.
-
Victor Stinner yazdı
* Remove micro-optization: (errors == "surrogateescape" || strcmp(errors, "surrogateescape") == 0). Only use strcmp() * Initialize 'arg' members in unicode_format_arg() to help the compiler to diagnose real bugs and also make the code simpler to read
-
Victor Stinner yazdı
ASCII/surrogateescape codec is now used, instead of the locale encoding, to decode the command line arguments. This change fixes inconsistencies with os.fsencode() and os.fsdecode() because these operating systems announces an ASCII locale encoding, whereas the ISO-8859-1 encoding is used in practice.
-
- 03 Ara, 2012 14 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
encoded/decoded to/from UTF-8/surrogateescape, instead of the locale encoding (which may be ASCII if no locale environment variable is set), to avoid inconsistencies with os.fsencode() and os.fsdecode() functions which are already using UTF-8/surrogateescape.
-
Victor Stinner yazdı
encoded/decoded to/from UTF-8/surrogateescape, instead of the locale encoding (which may be ASCII if no locale environment variable is set), to avoid inconsistencies with os.fsencode() and os.fsdecode() functions which are already using UTF-8/surrogateescape.
-
- 02 Ara, 2012 19 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka (reviewed by Martin and Raymond).
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-