summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* note xmlrpclib doesn't verify certs (yet)Benjamin Peterson2014-10-131-0/+5
|
* Issue #13540: Merge changes from 3.2Jason R. Coombs2014-08-031-19/+53
|\
| * Issue #13540: Update references to Action class to match syntax used for ↵Jason R. Coombs2014-08-031-2/+2
| | | | | | | | other classes in this file.
| * Issue #13540: Removed redundant documentation about Action instance ↵Jason R. Coombs2014-07-201-49/+26
| | | | | | | | attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524.
| * Issue #13540: Expanded argparse documents to clarify the action APIJason R. Coombs2011-12-141-19/+76
| |
| * fix versionchanged versionBenjamin Peterson2014-04-041-2/+2
| |
* | Closes #20872: dbm/gdbm/ndbm close methods are not documentedJesus Cea2014-06-251-2/+16
| |
* | Closes #21441: Reorder elements in documentation to match actual order in ↵Jesus Cea2014-06-251-10/+10
| | | | | | | | the code
* | Update docs to reflect resurrection of Setuptools over DistributeJason R. Coombs2014-05-131-2/+2
| |
* | Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
| |
* | minor docfix (reported at docs@python.org) trace.py argument is --count not ↵Senthil Kumaran2014-04-061-2/+2
| | | | | | | | --counts
* | merge 3.2 (#21082)Benjamin Peterson2014-04-011-5/+9
|\ \ | |/
| * remove directory mode check from makedirs (closes #21082)Benjamin Peterson2014-04-011-5/+9
| |
* | Update doc version switcher for 3.4/3.5.Georg Brandl2014-03-171-1/+2
| |
* | improve set_tunnel docs (closes #11448)Benjamin Peterson2014-03-161-4/+18
| | | | | | | | Patch by Ryan Kelly, karl, and Nikolaus Rath.
* | Close #16665: improve documentation for hex(). Patch by Jessica McKellar.Antoine Pitrou2014-03-161-3/+13
| |
* | send people to the right editors page (#20938)Benjamin Peterson2014-03-151-1/+2
| |
* | Clarify distutils’ clean command (ref #6142)Éric Araujo2014-03-132-1/+7
| |
* | Make distutils error messages more helpful (#11599).Éric Araujo2014-03-132-4/+8
| | | | | | | | | | | | | | | | | | | | When running external programs such as a C compiler and getting an error code, distutils only prints the program name. With this change, one can get the full command line by setting the DISTUTILS_DEBUG environment variable. This should have no compatibility issues, unless there are tools that depend on the exact format of distutils debug messages.
* | remove unnecessary word (closes #19060)Benjamin Peterson2014-03-131-1/+1
| | | | | | | | Patch by Anastasia Filatova.
* | Fix note markup (#16805).Éric Araujo2014-03-1213-6/+28
| | | | | | | | Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
* | Avoid “error: None” messages from distutils (#4931).Éric Araujo2014-03-121-9/+0
| | | | | | | | Thanks to Amaury Forgeot d’Arc and Philip J. Eby.
* | #20030: doc that TestLoader.discover returns a TestSuite.R David Murray2014-03-111-5/+5
| | | | | | | | Patch by Lita Cho.
* | improve algorithms_* documentationBenjamin Peterson2014-03-111-6/+6
| |
* | fix typo (closes #20892)Benjamin Peterson2014-03-111-1/+1
| |
* | Closes #20090: update Doc/README and the error message in sphinx-build.py to ↵Georg Brandl2014-03-102-32/+14
| | | | | | | | | | | | make it clear that any Python 3.x is not usable with the checked out Sphinx.
* | #19953: Clarify the wording of the augmented assignment discussion.R David Murray2014-03-092-5/+8
| | | | | | | | | | Patch by Priya Pappachan, based on suggestions from Terry Reedy and myself.
* | #10197: Update get[status]output versionchanged with actual version.R David Murray2014-03-081-4/+8
| | | | | | | | | | | | | | | | | | | | | | This was perhaps on the border between a bug fix and a feature since the Python3 docs did not originally say it was unix only. However, the functions never worked anywhere but unix, and the docs were changed to say it was unix only well before the windows support was added. Unfortunately, windows support was added in 3.3.4 as well as 3.4. That leaves us in the uncomfortable position of needing the tag to say "version changed: 3.3.4" :(
* | Issue #20813: Backport Python 2/3 HOWTO updatesBrett Cannon2014-03-071-380/+259
| |
* | Fix several C-API doc typos caught by tomo cocoa on docs@.Zachary Ware2014-02-263-9/+8
| | | | | | | | | | The signature and description of PyException_SetCause now use "cause" rather than "ctx" to match the code.
* | Issue #20759: Fix some typos in the mock docs.Zachary Ware2014-02-262-3/+3
| |
* | #20628: wrap lines to < 80.R David Murray2014-02-241-34/+37
| |
* | #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.R David Murray2014-02-241-2/+6
| | | | | | | | Patch by Sean Rodman.
* | #20740: desquarify 2.Ezio Melotti2014-02-241-4/+4
| |
* | Closes #20755: port sphinx-1.1 fixes from defaultGeorg Brandl2014-02-241-11/+11
| |
* | Closes #20735: remove erroneous deprecated marker from stringprep docsGeorg Brandl2014-02-241-1/+0
| |
* | do not line break referenceBenjamin Peterson2014-02-161-7/+7
| |
* | #12211: remove paragraph about NaNsAndrew Kuchling2014-02-161-3/+0
| |
* | #12211: clarify math.copysign() documentation and docstringAndrew Kuchling2014-02-161-2/+5
| |
* | #20241: use correct RFC numberAndrew Kuchling2014-02-151-1/+1
| |
* | #16728: Mention collections.abc.Sequence in 'sequence' glossary entryAndrew Kuchling2014-02-151-0/+8
| |
* | Clarify versionchanged sentence. Closes #20497.Andrew Kuchling2014-02-151-2/+1
| |
* | #20237: make a revision pass over the XML vulnerabilities sectionAndrew Kuchling2014-02-151-38/+35
| |
* | #19890: fix typo in multiprocessing docs. Patch by Mike Short.Ezio Melotti2014-02-151-1/+1
| |
* | merge with 3.3.4 releasing repoGeorg Brandl2014-02-101-0/+1
|\ \
| * | doc: pydoc topic and suspicious markup updateGeorg Brandl2014-01-251-0/+1
| | |
* | | Include the mention of ResourceWarning being displayed by default by the ↵Senthil Kumaran2014-02-081-7/+8
| | | | | | | | | | | | | | | | | | test runner. Addressing #issue 20529
* | | Fix empty strings to empty bytes objects.Serhiy Storchaka2014-02-065-10/+11
| | |
* | | Issue #20488: Update docs to say importlib is *the* implementaiton ofBrett Cannon2014-02-061-6/+8
| | | | | | | | | | | | import and not *an* implementation.
* | | #14515: clarify that TemporaryDirectory's __enter__ returns the name.R David Murray2014-02-051-4/+6
| | |