- 18 Aug, 2011 7 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
I made the doc for the compat alias BadZipfile shorter and used a directive to document deprecation. I figured there was no point of talking about zipfile.error (“the old name” that’s older than the other old name BadZipfile) in the 3.x docs so I just removed it.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Benjamin Peterson authored
-
- 17 Aug, 2011 1 commit
-
-
Benjamin Peterson authored
-
- 16 Aug, 2011 2 commits
-
-
Sandro Tosi authored
-
Éric Araujo authored
-
- 15 Aug, 2011 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.
-
- 14 Aug, 2011 1 commit
-
-
Ezio Melotti authored
-
- 13 Aug, 2011 4 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
normalization is different between unicode builds, so use a new non-BMP char and add normalization test
-
Benjamin Peterson authored
This fixes the use of Unicode identifiers outside the BMP in narrow builds.
-
- 12 Aug, 2011 6 commits
-
-
Sandro Tosi authored
-
Éric Araujo authored
-
Éric Araujo authored
Changes to crlf originally by Victor Stinner for 3.3, copied to lfcr by me. Manually tested.
-
Sandro Tosi authored
-
Éric Araujo authored
The line about the test suite will still get printed for changes in Tools for example, which aren’t covered by the test suite, but it’s not a big deal IMO.
-
Éric Araujo authored
-
- 11 Aug, 2011 4 commits
-
-
Antoine Pitrou authored
-
Vinay Sajip authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine.
-
- 10 Aug, 2011 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
- 09 Aug, 2011 3 commits
-
-
Benjamin Peterson authored
-
Éric Araujo authored
That pipes.quote thinks all non-ASCII characters need to be quoted may be a bug, but right now I’m committing this test to make sure I haven’t introduced a behavior change in 3.3 when I simplified the code to use a regex (in 5966eeb0457d).
-
Éric Araujo authored
-
- 08 Aug, 2011 3 commits
-
-
Georg Brandl authored
Confirm that the prime example is actually correct. We get so many complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least.
-
Éric Araujo authored
-
Sandro Tosi authored
-
- 07 Aug, 2011 2 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
- 06 Aug, 2011 3 commits
-
-
Éric Araujo authored
This started out as an easy task, just add a section describing this alternate scheme, but I found a lot of cleanup to do along the way: - fixed inverted reST targets - fixed entries for modules (hi abiflags!) or data files - avoided duplicating the same options listing five or six times - added missing entries for C headers locations - added documentation for --install-lib - fixed a few misuses of the option role (see #9312), but not all (not worth the time, but will do it in packaging docs) - fixed some markup The paths fixes were done with an eye on the source code in the install command, so they really describe what’s actually done. The situation on Mac OS X is rather messy: the fix for #8084 touched site and sysconfig, but distutils doesn’t use these files. I suspect we have a mismatched stdlib at the moment, and the fix is not even clear (see the bug report for further discussion).
-
Eli Bendersky authored
-
Senthil Kumaran authored
-