- 12 Mar, 2011 1 commit
-
-
Victor Stinner authored
-
- 20 Mar, 2011 1 commit
-
-
Victor Stinner authored
-
- 12 Mar, 2011 2 commits
-
-
Victor Stinner authored
Rename subname argument to name, and mark it as constant.
-
Victor Stinner authored
Document also the find_module() function
-
- 14 Mar, 2011 1 commit
-
-
Victor Stinner authored
Document also that dynamic module names are ASCII only
-
- 08 Mar, 2011 1 commit
-
-
Victor Stinner authored
* Document the function * Use RegQueryValueW() instead of RegQueryValueA() * Use _Py_fopen() instead of fopen() * Allocate registry key on the heap, not on the stack, and handle memory allocation failure * Handle Python exception in find_module()
-
- 07 Mar, 2011 3 commits
-
-
Victor Stinner authored
The name is an ASCII encoded string.
-
Victor Stinner authored
_PyImport_FixupBuiltin() and _PyImport_FindBuiltin() use PyUnicode_InternFromString() instead of PyUnicode_FromString().
-
Victor Stinner authored
- 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 commit
-
-
Victor Stinner authored
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 commit
-
-
Victor Stinner authored
Replace strcmp() by PyUnicode_CompareWithASCIIString()
-
- 15 Mar, 2011 1 commit
-
-
Victor Stinner authored
- 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 commit
-
-
Victor Stinner authored
-
- 20 Mar, 2011 10 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Brian Quinlan authored
-
Brian Quinlan authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 19 Mar, 2011 17 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Call unfakehttp in order to close connection while opening the connection through a fakehttp object. Address issue11609 - urllib related buildbots failure.
-
Antoine Pitrou authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Antoine Pitrou authored
unbuffered pipes, such that select() works properly on them.
-
Antoine Pitrou authored
unbuffered pipes, such that select() works properly on them.
-
Antoine Pitrou authored
unbuffered pipes, such that select() works properly on them.
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Ross Lagerwall authored
-