- 19 Agu, 2011 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Nadeem Vawda yazdı
-
- 18 Agu, 2011 5 kayıt (commit)
-
-
Charles-François Natali yazdı
time to spawn.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Charles-François Natali yazdı
resources (FD/zombie) when killed at the wrong time.
-
Benjamin Peterson yazdı
-
- 17 Agu, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 16 Agu, 2011 2 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Éric Araujo yazdı
-
- 15 Agu, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.
-
- 14 Agu, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 13 Agu, 2011 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
normalization is different between unicode builds, so use a new non-BMP char and add normalization test
-
Benjamin Peterson yazdı
This fixes the use of Unicode identifiers outside the BMP in narrow builds.
-
- 12 Agu, 2011 6 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Changes to crlf originally by Victor Stinner for 3.3, copied to lfcr by me. Manually tested.
-
Sandro Tosi yazdı
-
Éric Araujo yazdı
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 yazdı
-
- 11 Agu, 2011 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Vinay Sajip yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine.
-
- 10 Agu, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 09 Agu, 2011 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Éric Araujo yazdı
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 yazdı
-
- 08 Agu, 2011 3 kayıt (commit)
-
-
Georg Brandl yazdı
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 yazdı
-
Sandro Tosi yazdı
-
- 07 Agu, 2011 2 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
- 06 Agu, 2011 3 kayıt (commit)
-
-
Éric Araujo yazdı
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 yazdı
-
Senthil Kumaran yazdı
-