- 12 Apr, 2013 11 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Andrew Svetlov authored
Thanks to Daniel Mullner
-
Andrew Svetlov authored
Thanks to Daniel Mullner
-
Ezio Melotti authored
-
Ezio Melotti authored
#6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Roger Serwy authored
-
Roger Serwy authored
-
- 11 Apr, 2013 17 commits
-
-
R David Murray authored
Patch by Zachary Ware.
-
Victor Stinner authored
-
Victor Stinner authored
the legacy Py_UNICODE API. Add also a new _PyUnicodeWriter_WriteChar() function.
-
Victor Stinner authored
display invalid strings. Such strings can be found while Python is creating a new string, in a text decoder for example, when Python is compiled in debug mode.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Fix a crash when setting a servername callback on a SSL server socket and the client doesn't send a server name. Patch by Kazuhiro Yoshida. (originally issue #8109)
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Georg Brandl authored
-
R David Murray authored
-
R David Murray authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
#5609 - test_urllib coverage for url2pathname and pathname2url. Patch contribution by Thomas Fenzl & Maksim Kozyarchuk
-
Senthil Kumaran authored
contribution by Thomas Fenzl & Maksim Kozyarchuk
-
- 10 Apr, 2013 9 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
R David Murray authored
Patch by Claudiu Popa.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Giampaolo Rodola' authored
-
- 09 Apr, 2013 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
strings are not convincing. For UCS2 (16-bit wchar_t type), use a dummy loop instead of wmemcmp(). The dummy loop is as fast, or a little bit faster. wchar_t is only 16-bit long on Windows. wmemcmp() is still used for 32-bit wchar_t.
-
Brett Cannon authored
-