- 05 Apr, 2012 18 commits
-
-
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 16 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
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brett Cannon authored
-
Brett Cannon authored
importation, then respect that injection. Discovered thanks to Lib/xml/parsers/expat.py injecting xml.parsers.expat.errors and etree now importing that directly as a module.
-