Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Python porting howto from 3.x. | Éric Araujo | 2011-08-18 | 3 | -0/+706 |
| | | | | | | 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. | ||||
* | Backport source role for linking to files in the cpython repo. | Éric Araujo | 2011-08-18 | 1 | -1/+11 |
| | | | | | | | | | | | | | 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. | ||||
* | Avoid title case in flowing text (backport from 3.2) | Éric Araujo | 2011-08-13 | 1 | -2/+3 |
| | |||||
* | Issue #12718: Add documentation on using custom importers. | Vinay Sajip | 2011-08-11 | 1 | -0/+25 |
| | |||||
* | Fix closes Issue12722 - link heapq source in the text format in the ↵ | Senthil Kumaran | 2011-08-10 | 1 | -1/+1 |
| | | | | documentation. | ||||
* | Repair markup. | Georg Brandl | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | Confirm that the prime example is actually correct. We get so many ↵ | Georg Brandl | 2011-08-08 | 1 | -0/+3 |
| | | | | complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least. | ||||
* | #12709: add error_callback argument to map_async documentation | Sandro Tosi | 2011-08-08 | 1 | -1/+1 |
| | |||||
* | #10741: add documentation for PyGILState_GetThisThreadState() | Sandro Tosi | 2011-08-07 | 1 | -0/+10 |
| | |||||
* | #12677: correct turtle orientation in doc | Sandro Tosi | 2011-08-07 | 1 | -2/+2 |
| | |||||
* | Fix grammar | Eli Bendersky | 2011-08-06 | 1 | -3/+3 |
| | |||||
* | Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. | Senthil Kumaran | 2011-08-06 | 1 | -6/+6 |
| | |||||
* | s/a/an - grammar? | Senthil Kumaran | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. | Senthil Kumaran | 2011-08-06 | 1 | -2/+2 |
| | |||||
* | Fix closes issue12663 - Correcting the ArgumentParser.error description. ↵ | Senthil Kumaran | 2011-08-02 | 1 | -1/+1 |
| | | | | Patch by Sandro Tosi. | ||||
* | #12670: Fix struct code after forward declaration on ctypes doc | Sandro Tosi | 2011-08-02 | 1 | -2/+2 |
| | |||||
* | Fix closes Issue12183 - Explain the Symlink copy behavior in ↵ | Senthil Kumaran | 2011-08-02 | 1 | -2/+3 |
| | | | | shutil.copytree. Patch by Petri Lehtinen. | ||||
* | Use attribute access instead of index access for namedtuple. | Georg Brandl | 2011-08-01 | 1 | -1/+1 |
| | |||||
* | Branch merge | Éric Araujo | 2011-08-01 | 1 | -12/+17 |
|\ | |||||
| * | Fix regression with distutils MANIFEST handing (#11104, #8688). | Éric Araujo | 2011-07-31 | 1 | -12/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changed behavior of sdist in 2.7 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 (d29399100973 by Tarek and f7639dcdffc3 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 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. I also removed a stanza in the docs that was forgotten in Tarek’s first changeset. 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. | ||||
* | | Closes #12667: Corrected documentation for SMTPHandler secure argument. | Vinay Sajip | 2011-08-01 | 1 | -2/+8 |
| | | |||||
* | | Fix typo reported by Sandro Tosi. | Ezio Melotti | 2011-07-31 | 1 | -1/+1 |
| | | |||||
* | | merge heads | Benjamin Peterson | 2011-07-31 | 1 | -1/+1 |
|\ \ | |||||
| * | | #12531: Fix spaces. | Ezio Melotti | 2011-07-30 | 1 | -1/+1 |
| | | | |||||
* | | | be precise | Benjamin Peterson | 2011-07-31 | 1 | -1/+2 |
|/ / | |||||
* | | note Ellipsis syntax | Benjamin Peterson | 2011-07-30 | 1 | -1/+1 |
| | | |||||
* | | add space | Benjamin Peterson | 2011-07-30 | 1 | -0/+1 |
| | | |||||
* | | document NotImplemented | Benjamin Peterson | 2011-07-30 | 1 | -0/+9 |
|/ | |||||
* | Issue #11699: fix documentation of OptionParser.get_option_group. Patch by ↵ | Eli Bendersky | 2011-07-30 | 1 | -2/+3 |
| | | | | Petri Lehtinen | ||||
* | Document that atexit execution order is undefined (#9788) | Éric Araujo | 2011-07-29 | 1 | -1/+3 |
| | |||||
* | Add a link target for argparse.Namespace (#8982) | Éric Araujo | 2011-07-29 | 1 | -7/+10 |
| | |||||
* | Backout duplicate changeset ed34ca4e639c | Éric Araujo | 2011-07-29 | 1 | -2/+0 |
| | |||||
* | Add missing reST target to one heading in the tutorial | Éric Araujo | 2011-06-11 | 1 | -0/+2 |
| | |||||
* | Branch merge | Éric Araujo | 2011-07-29 | 18 | -102/+62 |
|\ | |||||
| * | Turn raw URI into real link | Éric Araujo | 2011-07-28 | 2 | -3/+2 |
| | | |||||
| * | Update documentation for shutil.move (#12043) and fix a few typos. | Éric Araujo | 2011-07-29 | 2 | -10/+18 |
| | | | | | | | | | | Adding Sandro Tosi to Doc/ACKS for this patch and all his work on the docs mailing list and on the bug tracker. | ||||
| * | Make indentation comply with our style guide and the rest of the file | Éric Araujo | 2011-07-26 | 1 | -14/+14 |
| | | |||||
| * | Fix “anyways” (following R. David Murray in 5c7520e02d5a) | Éric Araujo | 2011-07-29 | 2 | -2/+2 |
| | | |||||
| * | Add links from builtins module docs to built-in functions and constants docs | Éric Araujo | 2011-07-29 | 2 | -1/+5 |
| | | |||||
| * | Fix typo in 97a75fccd7c8 | Éric Araujo | 2011-07-29 | 1 | -1/+1 |
| | | |||||
| * | Minor doc addition for clarity | Éric Araujo | 2011-05-27 | 1 | -1/+1 |
| | | |||||
| * | Add missing reST target to one heading in the tutorial | Éric Araujo | 2011-07-29 | 1 | -0/+2 |
| | | |||||
| * | Improve glossary entry for ABCs. | Éric Araujo | 2011-07-29 | 4 | -16/+17 |
| | | | | | | | | | | - Rename reST target name for collections ABCs to avoid collisions - Link to glossary entry from numbers module doc (other modules already do it) | ||||
| * | Merge #12417 followup, also removing an extra docstring | Éric Araujo | 2011-07-28 | 2 | -54/+0 |
| |\ | |||||
| | * | Remove mentions of previous license in profile module (#12417 followup) | Éric Araujo | 2011-07-28 | 2 | -54/+0 |
| | | | |||||
| | * | Replay changeset 70238:03e488b5c009 from fubar branch. Original commit | Barry Warsaw | 2011-05-23 | 5 | -13/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | message: Reconcile with the 2.6svn branch. The 2.6.7 release will be made from Subversion, but there were differences, so this brings them in sync. These changes should *not* propagate to any newer versions. | ||||
* | | | Issue #12531: add index entries to documentation of * and ** in function calls | Eli Bendersky | 2011-07-29 | 1 | -5/+11 |
|/ / | |||||
* | | #12642: fix args names in open() doc. | Ezio Melotti | 2011-07-27 | 1 | -4/+4 |
| | | |||||
* | | Issue #12102: Document that buffered files must be flushed before being used | Ross Lagerwall | 2011-07-25 | 2 | -0/+7 |
| | | | | | | | | with mmap. Patch by Steffen Daode Nurpmeso. | ||||
* | | Fix function name: open -> urlopen. | Georg Brandl | 2011-07-23 | 1 | -1/+1 |
| | |