- 07 Mar, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
- is_builtin(), init_builtin(), load_builtin() and other builtin related functions use Unicode strings, instead of byte strings - Rename _PyImport_FixupExtensionUnicode() to _PyImport_FixupExtensionObject() - Rename _PyImport_FindExtensionUnicode() to _PyImport_FindExtensionObject()
-
- 20 Mar, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
find_frozen(), get_frozen_object(), is_frozen_package() and other functions related to frozen modules use Unicode strings instead of byte strings.
-
- 07 Mar, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Replace strcmp() by PyUnicode_CompareWithASCIIString()
-
- 15 Mar, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
- Use Unicode for module paths and names, self->archive and self->prefix - Format module names and paths use %R instead of '%U' to escape surrogate characters (PEP 383) - Use PyImport_ExecCodeModuleObject() instead of PyImport_ExecCodeModuleEx() - Use PyImport_AddModuleObject() instead of PyImport_AddModule()
-
- 07 Mar, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 20 Mar, 2011 10 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Brian Quinlan yazdı
-
Brian Quinlan yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 19 Mar, 2011 19 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Call unfakehttp in order to close connection while opening the connection through a fakehttp object. Address issue11609 - urllib related buildbots failure.
-
Antoine Pitrou yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Antoine Pitrou yazdı
unbuffered pipes, such that select() works properly on them.
-
Antoine Pitrou yazdı
unbuffered pipes, such that select() works properly on them.
-
Antoine Pitrou yazdı
unbuffered pipes, such that select() works properly on them.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Ross Lagerwall yazdı
-
Nick Coghlan yazdı
Last attempt to get compiler recursion crasher to fail reliably across platforms before giving up and skipping it as unreliably platform dependent
-
Raymond Hettinger yazdı
-
- 18 Mar, 2011 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
briancurtin yazdı
-
Raymond Hettinger yazdı
-
Ross Lagerwall yazdı
-
- 17 Mar, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-