- 11 Agu, 2011 3 kayıt (commit)
-
-
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.
-
- 09 Agu, 2011 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
É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 5 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ı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items)
-
- 05 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
site.USER_BASE and site.USER_SITE are now fully documented. PEP 370 is outdated with respects to the Mac framework situation, but the code in sysconfig and the example in the 3.2 What’s New document helped me find the right values to document for Mac OS X. The command-line interface of the site module, partly documented in the 3.2 What’s New, is fully described in the module docs. The purpose of the usercustomize module is explained in the site docs, with a gentle introduction in the tutorial (right after the section that talks about PYTHONSTARTUP; a comment mentions it should be moved from the tutorial to another file, but that will be another bug). Various markup and wording improvements were made along the way in the site module docs. Duplicate and incomplete declarations of environment variables have also been removed (the original bug report was actually about these entries :). The site module docs are still a bit messy; I’ll see about improving them for #11553. All these sections are copiously interlinked and findable from the doc indexes.
-
- 03 Agu, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
in os.kill(). Original patch by Eli Bendersky.
-
- 04 Agu, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 03 Agu, 2011 4 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Georg Brandl yazdı
-
- 02 Agu, 2011 5 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Senthil Kumaran yazdı
Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen.
-
Senthil Kumaran yazdı
Reported by Popa Claudiu and Patch by Santoso Wijaya.
-
- 01 Agu, 2011 5 kayıt (commit)
-
-
-
Georg Brandl yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Vinay Sajip yazdı
-
- 31 Tem, 2011 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Éric Araujo yazdı
This prevents tests from failing when run from a Python installed in a read-only directory.
-
Senthil Kumaran yazdı
-
Éric Araujo yazdı
The changed behavior of sdist in 3.1 broke packaging for projects that wanted to use a manually-maintained MANIFEST file (instead of having a MANIFEST.in template and letting distutils generate the MANIFEST). The fixes that were committed for #8688 (76643c286b9f by Tarek and d54da9248ed9 by me) did not fix all issues exposed in the bug report, and also added one problem: the MANIFEST file format gained comments, but the read_manifest method was not updated to handle (i.e. ignore) them. This changeset should fix everything; the tests have been expanded and I successfully tested the 2.7 version with Mercurial, which suffered from this regression. I have grouped the versionchanged directives for these bugs in one place and added micro version numbers to help users know the quirks of the exact version they’re using. Initial report, thorough diagnosis and patch by John Dennis, further work on the patch by Stephen Thorne, and a few edits and additions by me.
-
- 30 Tem, 2011 4 kayıt (commit)
-
-
Éric Araujo yazdı
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-