- 02 May, 2012 2 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 01 May, 2012 28 commits
-
-
Victor Stinner authored
of the second argument of PyUnicode_New(). * Create also align_maxchar() function * Optimize fix_decimal_and_space_to_ascii(): don't compute the maximum character when ch <= 127 (it is ASCII)
-
Victor Stinner authored
-
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 10 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.
-