- 01 May, 2012 26 commits
-
-
Victor Stinner authored
* formatfloat() uses unicode_fromascii() instead of PyUnicode_DecodeASCII() to not have to check characters, we know that it is really ASCII * Use PyUnicode_FromOrdinal() instead of _PyUnicode_FromUCS4() to format a character: if avoids a call to ucs4lib_find_max_char() to compute the maximum character (whereas we already know it, it is just the character itself)
-
Martin v. Löwis authored
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Patch by Serhiy Storchaka.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Senthil Kumaran authored
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
-
Senthil Kumaran authored
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
-
- 30 Apr, 2012 14 commits
-
-
Raymond Hettinger authored
-
Ned Deily authored
-
Ned Deily authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
Richard Oudkerk authored
Passing of fds is unreliable on MacOSX, compare issues #6560 and #12958.
-
Richard Oudkerk authored
Read from socket might have returned partial message.
-
Richard Oudkerk authored
instead of BSD licence.
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-