- 07 Mar, 2012 1 commit
-
-
Jason R. Coombs authored
-
- 06 Mar, 2012 1 commit
-
-
Vinay Sajip authored
Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox uses shutil.rmtree for simpler code.
-
- 05 Mar, 2012 7 commits
-
-
Éric Araujo authored
-
É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 3 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Armin Rigo authored
-
- 03 Mar, 2012 1 commit
-
-
Georg Brandl authored
-
- 02 Mar, 2012 1 commit
-
-
Eli Bendersky authored
-
- 01 Mar, 2012 2 commits
-
-
Petri Lehtinen authored
Initial patch by Johannes Vogel. Issue #13491.
-
Antoine Pitrou authored
Issue #14159: Fix the len() of weak sets 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 4 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.
-
- 28 Feb, 2012 3 commits
-
-
Larry Hastings authored
-
Nadeem Vawda authored
-
Martin v. Löwis authored
-
- 26 Feb, 2012 17 commits
-
-
Antoine Pitrou authored
Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. Patch by Filip Gruszczyński.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
- Actually check the contents of the file created by bdist_dumb. - Don’t use “RECORD” as filename for non-PEP 376 record file - Don’t start method name with “_test”, it looks like a disabled test method instead of an helper method - Fix some idioms (assertIn, addCleanup)
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Requested by Florent Xicluna with the rationale that they make the docs look unfinished. When I get to replace the XXX notes with the real info for packaging, I’ll backport it. Also removed a few XXX notes that were not visible in the HTML but could waste contributors’ time by suggesting improvements that are never going to happen for distutils.
-
Éric Araujo authored
Bug reported by Hartmut Goebel and patch contributed by Carl Robben. Untested backport of the fix committed and tested for 3.2.
-