- 19 Agu, 2011 3 kayıt (commit)
-
-
Éric Araujo yazdı
Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 18 Agu, 2011 4 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
This update includes new entries that apply to 2.7 too, mention of class decorators, mention of nonlocal, notes about bytecode, markup fixes and some rewrappings. Future backports of changes should be slightly easier.
-
Éric Araujo yazdı
No change was necessary to make the file build, contrary to cporting.rst that uses markup like :c:func: that needs to be changed to :cfunc: in 2.7. Future backports should be straightforward.
-
Éric Araujo yazdı
Georg added this role in our 3.2 doc tools and gave the greenlight for a backport on python-dev. This code is a simplified version of the 3.2 code; the version of Sphinx used with Python 2.7 doesn’t have the function used to parse markup like :role:`text to be displayed <text to be processed>` (I was persuaded it was a standard reST construct, but it is actually a Sphinx innovation that has to be supported explicitly in role code —I’ll be damned). It is thus not possible to write for example :source:`the NEWS file <Misc/NEWS>`, but :source:`Misc/NEWS` will work.
-
- 13 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 11 Agu, 2011 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 10 Agu, 2011 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 09 Agu, 2011 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
- 08 Agu, 2011 2 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.
-
Sandro Tosi yazdı
-
- 07 Agu, 2011 4 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 06 Agu, 2011 5 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Senthil Kumaran 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)
-
- 04 Agu, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 03 Agu, 2011 3 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 02 Agu, 2011 5 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Éric Araujo yazdı
-
Sandro Tosi yazdı
-
Senthil Kumaran yazdı
Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen.
-
Éric Araujo yazdı
This is a regression introduced in 9211a5d7d0b4, when uses of ST_MTIME constants were changed to uses of st_mtime attributes. As diagnosed in the bug report, this change is not merely stylistic: st_mtime is a float but ST_MTIME’s resolution is rounded to the seconds, so there was a mismatch between the values seen by file_util and dep_util which caused an sdist to be unnecessarily created a second time on an ext4 filesystem. This patch has been tested by John S. Gruber, who reported the bug. As this is a simple code revert, I think it’s okay to commit without a unit test.
-
- 01 Agu, 2011 4 kayıt (commit)
-
-
Stefan Krah yazdı
-
Georg Brandl yazdı
-
Éric Araujo yazdı
-
Vinay Sajip yazdı
-
- 31 Tem, 2011 3 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.
-
Benjamin Peterson yazdı
-