- 07 Apr, 2012 9 commits
-
-
Kristján Valur Jónsson authored
types on some platforms.
-
Brett Cannon authored
is defined as an int while everyone else expects a long regardless of length.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Stefan Krah authored
-
Stefan Krah authored
2) Assert that the source operand is not special. Prevent resulting assert failure (harmless) by initializing flags before calling mpd_qshiftr_inplace. 3) Save a couple of instructions (mpd_zerocoeff already sets digits and len). Reorder initialization to match the order in the mpd_t struct.
-
Kristján Valur Jónsson authored
-
Ross Lagerwall authored
Found with Clang's Static Analyzer.
-
- 06 Apr, 2012 15 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brett Cannon authored
after itself properly.
-
Brett Cannon authored
-
Kristján Valur Jónsson authored
deadlock if the main thread fails before sending all the data.
-
Sandro Tosi authored
-
R David Murray authored
Initial patch by Popa Claudiu.
-
R David Murray authored
Initial patch by Popa Claudiu.
-
Benjamin Peterson authored
-
- 05 Apr, 2012 16 commits
-
-
Sandro Tosi authored
-
Victor Stinner authored
Patch written by Serhiy Storchaka
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Raymond Hettinger authored
Clarify that the purpose of computing all the miscellaneous collection types is to register them with the appropriate ABCs.
-
Andrew Svetlov authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Patch by Popa Claudiu.
-
Stefan Krah authored
-
Stefan Krah authored
rather than raising RuntimeError (allocated space is sufficient for the additional character).
-
Stefan Krah authored
conversion in the Decimal constructor. Exact here refers to the representation and not to the value (clamping does not change the value).
-
Victor Stinner authored
issue. Speed up UTF-16 by 20%.
-
Andrew Svetlov authored
Patch by Guilherme Polo.
-