- 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 19 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
-
Nick Coghlan authored
Last attempt to get compiler recursion crasher to fail reliably across platforms before giving up and skipping it as unreliably platform dependent
-
Raymond Hettinger authored
-
- 18 Mar, 2011 4 commits
-
-
Raymond Hettinger authored
-
briancurtin authored
-
Raymond Hettinger authored
-
Ross Lagerwall authored
-
- 17 Mar, 2011 5 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a possible crash when calling Py_SetPath()
-