- 19 Aug, 2011 5 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
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 authored
-
Éric Araujo authored
-
- 18 Aug, 2011 7 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
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 authored
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 authored
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.
-
Charles-François Natali authored
-
Charles-François Natali authored
resources (FD/zombie) when killed at the wrong time.
-
Sandro Tosi authored
-
- 17 Aug, 2011 1 commit
-
-
Benjamin Peterson authored
-
- 16 Aug, 2011 1 commit
-
-
Sandro Tosi authored
-
- 15 Aug, 2011 5 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
to 8-bit strings.
-
Ezio Melotti authored
-
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 1 commit
-
-
Éric Araujo authored
-
- 12 Aug, 2011 3 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
- 11 Aug, 2011 1 commit
-
-
Vinay Sajip authored
-
- 10 Aug, 2011 2 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 09 Aug, 2011 2 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
-
- 08 Aug, 2011 2 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.
-
Sandro Tosi authored
-
- 07 Aug, 2011 4 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 06 Aug, 2011 5 commits
-
-
Eli Bendersky authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items)
-