- 11 Mar, 2012 1 commit
-
-
Antoine Pitrou authored
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited.
-
- 10 Mar, 2012 3 commits
-
-
Mark Dickinson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 09 Mar, 2012 1 commit
-
-
Senthil Kumaran authored
-
- 08 Mar, 2012 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Armin, test from me.
-
- 07 Mar, 2012 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Jason R. Coombs authored
-
- 05 Mar, 2012 8 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
Some minidom code changed between 3.2 and 3.3, so to be sure to avoid differenced in behavior I’m backporting these tests added by MvL.
-
Éric Araujo authored
Patch by Ralf Schmitt.
-
Éric Araujo authored
I assume that most users looking at this page are looking for a library to process XML, not a low-level parser. First proposed in #11379.
-
Éric Araujo authored
source generates a nifty link to the Mercurial web viewer.
-
Éric Araujo authored
Misc/COPYRIGHT was renamed twelve years ago to LICENSE and later copied to the main docs, to which there is already a link.
-
Éric Araujo authored
-
Meador Inge authored
-
- 04 Mar, 2012 2 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 03 Mar, 2012 1 commit
-
-
Antoine Pitrou authored
Patch by Guilherme Gonçalves.
-
- 02 Mar, 2012 4 commits
-
-
Antoine Pitrou authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Vinay Sajip authored
-
- 01 Mar, 2012 2 commits
-
-
Petri Lehtinen authored
Issue #13491.
-
Antoine Pitrou authored
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. Moreover, the implementation is now O(1) rather than O(n). Thanks to Yury Selivanov for reporting.
-
- 29 Feb, 2012 5 commits
-
-
Stefan Krah authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool.
-
Larry Hastings authored
-
- 28 Feb, 2012 4 commits
-
-
Nadeem Vawda authored
-
Sandro Tosi authored
-
Vinay Sajip authored
-
Georg Brandl authored
-
- 27 Feb, 2012 3 commits
-
-
Antoine Pitrou authored
Patch by Mikhail Novikov.
-
Stefan Krah authored
-
Vinay Sajip authored
-