- 07 Apr, 2012 1 commit
-
-
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.
-
- 05 Apr, 2012 23 commits
-
-
Sandro Tosi authored
-
Victor Stinner authored
Patch written by Serhiy Storchaka
-
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.
-
Georg Brandl authored
-
Eli Bendersky authored
and gets rid of some gross formatting on tab=4-space-configured editors.
-
Éric Araujo authored
-
Eli Bendersky authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
This patch changes a few of the scripts to have __name__=='__main__' clauses so that they are importable without running. Also fixes the syntax errors revealed by the tests.
-
R David Murray authored
This patch changes a few of the scripts to have __name__=='__main__' clauses so that they are importable without running. Also fixes the syntax errors revealed by the tests.
-
- 04 Apr, 2012 6 commits
-
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Eli Bendersky authored
-
Matthias Klose authored
-
Matthias Klose authored
-
- 03 Apr, 2012 10 commits
-
-
Eli Bendersky authored
* Fixed refleak problems when GC collection is run (see messages in issue #14065) * Added weakref support to Element objects
-
Antoine Pitrou authored
a multiprocessing Client or Listener with an AF_UNIX type address under Windows. Patch by Popa Claudiu.
-
Antoine Pitrou authored
a multiprocessing Client or Listener with an AF_UNIX type address under Windows. Patch by Popa Claudiu.
-
R David Murray authored
-
R David Murray authored
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
-
Georg Brandl authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-