summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Add Python porting howto from 3.x.Éric Araujo2011-08-183-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 Araujo2011-08-181-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 Araujo2011-08-131-2/+3
|
* Issue #12718: Add documentation on using custom importers.Vinay Sajip2011-08-111-0/+25
|
* Fix closes Issue12722 - link heapq source in the text format in the ↵Senthil Kumaran2011-08-101-1/+1
| | | | documentation.
* Repair markup.Georg Brandl2011-08-091-1/+1
|
* Confirm that the prime example is actually correct. We get so many ↵Georg Brandl2011-08-081-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 documentationSandro Tosi2011-08-081-1/+1
|
* #10741: add documentation for PyGILState_GetThisThreadState()Sandro Tosi2011-08-071-0/+10
|
* #12677: correct turtle orientation in docSandro Tosi2011-08-071-2/+2
|
* Fix grammarEli Bendersky2011-08-061-3/+3
|
* Fix closes Issue12697 - Update the usage syntax of timeit module in the docs.Senthil Kumaran2011-08-061-6/+6
|
* s/a/an - grammar?Senthil Kumaran2011-08-061-1/+1
|
* Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902.Senthil Kumaran2011-08-061-2/+2
|
* Fix closes issue12663 - Correcting the ArgumentParser.error description. ↵Senthil Kumaran2011-08-021-1/+1
| | | | Patch by Sandro Tosi.
* #12670: Fix struct code after forward declaration on ctypes docSandro Tosi2011-08-021-2/+2
|
* Fix closes Issue12183 - Explain the Symlink copy behavior in ↵Senthil Kumaran2011-08-021-2/+3
| | | | shutil.copytree. Patch by Petri Lehtinen.
* Use attribute access instead of index access for namedtuple.Georg Brandl2011-08-011-1/+1
|
* Branch mergeÉric Araujo2011-08-011-12/+17
|\
| * Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-311-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 Sajip2011-08-011-2/+8
| |
* | Fix typo reported by Sandro Tosi.Ezio Melotti2011-07-311-1/+1
| |
* | merge headsBenjamin Peterson2011-07-311-1/+1
|\ \
| * | #12531: Fix spaces.Ezio Melotti2011-07-301-1/+1
| | |
* | | be preciseBenjamin Peterson2011-07-311-1/+2
|/ /
* | note Ellipsis syntaxBenjamin Peterson2011-07-301-1/+1
| |
* | add spaceBenjamin Peterson2011-07-301-0/+1
| |
* | document NotImplementedBenjamin Peterson2011-07-301-0/+9
|/
* Issue #11699: fix documentation of OptionParser.get_option_group. Patch by ↵Eli Bendersky2011-07-301-2/+3
| | | | Petri Lehtinen
* Document that atexit execution order is undefined (#9788)Éric Araujo2011-07-291-1/+3
|
* Add a link target for argparse.Namespace (#8982)Éric Araujo2011-07-291-7/+10
|
* Backout duplicate changeset ed34ca4e639cÉric Araujo2011-07-291-2/+0
|
* Add missing reST target to one heading in the tutorialÉric Araujo2011-06-111-0/+2
|
* Branch mergeÉric Araujo2011-07-2918-102/+62
|\
| * Turn raw URI into real linkÉric Araujo2011-07-282-3/+2
| |
| * Update documentation for shutil.move (#12043) and fix a few typos.Éric Araujo2011-07-292-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 Araujo2011-07-261-14/+14
| |
| * Fix “anyways” (following R. David Murray in 5c7520e02d5a)Éric Araujo2011-07-292-2/+2
| |
| * Add links from builtins module docs to built-in functions and constants docsÉric Araujo2011-07-292-1/+5
| |
| * Fix typo in 97a75fccd7c8Éric Araujo2011-07-291-1/+1
| |
| * Minor doc addition for clarityÉric Araujo2011-05-271-1/+1
| |
| * Add missing reST target to one heading in the tutorialÉric Araujo2011-07-291-0/+2
| |
| * Improve glossary entry for ABCs.Éric Araujo2011-07-294-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 Araujo2011-07-282-54/+0
| |\
| | * Remove mentions of previous license in profile module (#12417 followup)Éric Araujo2011-07-282-54/+0
| | |
| | * Replay changeset 70238:03e488b5c009 from fubar branch. Original commitBarry Warsaw2011-05-235-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 callsEli Bendersky2011-07-291-5/+11
|/ /
* | #12642: fix args names in open() doc.Ezio Melotti2011-07-271-4/+4
| |
* | Issue #12102: Document that buffered files must be flushed before being usedRoss Lagerwall2011-07-252-0/+7
| | | | | | | | with mmap. Patch by Steffen Daode Nurpmeso.
* | Fix function name: open -> urlopen.Georg Brandl2011-07-231-1/+1
| |