Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.2 | Benjamin Peterson | 2015-01-01 | 2 | -2/+2 |
|\ | |||||
| * | update for copyright for 2015 | Benjamin Peterson | 2015-01-01 | 2 | -2/+2 |
| | | |||||
| * | Copyright year update, add version to licenses.v3.2.6rc1 | Georg Brandl | 2014-10-04 | 2 | -2/+6 |
| | | |||||
| * | Issue #18747: document issue with OpenSSL's CPRNG state and fork | Christian Heimes | 2013-10-29 | 2 | -0/+12 |
| | | |||||
| * | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than | Georg Brandl | 2014-09-30 | 1 | -1/+1 |
| | | | | | | | | 100 headers are read. Adapted from patch by Jyrki Pulliainen. | ||||
* | | make plural s lowercase | Benjamin Peterson | 2014-10-19 | 1 | -1/+1 |
| | | |||||
* | | note xmlrpclib doesn't verify certs (yet) | Benjamin Peterson | 2014-10-13 | 1 | -0/+5 |
| | | |||||
* | | Issue #13540: Merge changes from 3.2 | Jason R. Coombs | 2014-08-03 | 1 | -19/+53 |
|\ \ | |/ | |||||
| * | Issue #13540: Update references to Action class to match syntax used for ↵ | Jason R. Coombs | 2014-08-03 | 1 | -2/+2 |
| | | | | | | | | other classes in this file. | ||||
| * | Issue #13540: Removed redundant documentation about Action instance ↵ | Jason R. Coombs | 2014-07-20 | 1 | -49/+26 |
| | | | | | | | | attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. | ||||
| * | Issue #13540: Expanded argparse documents to clarify the action API | Jason R. Coombs | 2011-12-14 | 1 | -19/+76 |
| | | |||||
| * | fix versionchanged version | Benjamin Peterson | 2014-04-04 | 1 | -2/+2 |
| | | |||||
* | | Closes #20872: dbm/gdbm/ndbm close methods are not documented | Jesus Cea | 2014-06-25 | 1 | -2/+16 |
| | | |||||
* | | Closes #21441: Reorder elements in documentation to match actual order in ↵ | Jesus Cea | 2014-06-25 | 1 | -10/+10 |
| | | | | | | | | the code | ||||
* | | Update docs to reflect resurrection of Setuptools over Distribute | Jason R. Coombs | 2014-05-13 | 1 | -2/+2 |
| | | |||||
* | | Document the subprocess Popen.args attribute (issue21353) | Gregory P. Smith | 2014-04-29 | 1 | -0/+6 |
| | | |||||
* | | minor docfix (reported at docs@python.org) trace.py argument is --count not ↵ | Senthil Kumaran | 2014-04-06 | 1 | -2/+2 |
| | | | | | | | | --counts | ||||
* | | merge 3.2 (#21082) | Benjamin Peterson | 2014-04-01 | 1 | -5/+9 |
|\ \ | |/ | |||||
| * | remove directory mode check from makedirs (closes #21082) | Benjamin Peterson | 2014-04-01 | 1 | -5/+9 |
| | | |||||
* | | Update doc version switcher for 3.4/3.5. | Georg Brandl | 2014-03-17 | 1 | -1/+2 |
| | | |||||
* | | improve set_tunnel docs (closes #11448) | Benjamin Peterson | 2014-03-16 | 1 | -4/+18 |
| | | | | | | | | Patch by Ryan Kelly, karl, and Nikolaus Rath. | ||||
* | | Close #16665: improve documentation for hex(). Patch by Jessica McKellar. | Antoine Pitrou | 2014-03-16 | 1 | -3/+13 |
| | | |||||
* | | send people to the right editors page (#20938) | Benjamin Peterson | 2014-03-15 | 1 | -1/+2 |
| | | |||||
* | | Clarify distutils’ clean command (ref #6142) | Éric Araujo | 2014-03-13 | 2 | -1/+7 |
| | | |||||
* | | Make distutils error messages more helpful (#11599). | Éric Araujo | 2014-03-13 | 2 | -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 Peterson | 2014-03-13 | 1 | -1/+1 |
| | | | | | | | | Patch by Anastasia Filatova. | ||||
* | | Fix note markup (#16805). | Éric Araujo | 2014-03-12 | 13 | -6/+28 |
| | | | | | | | | Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl. | ||||
* | | Avoid “error: None” messages from distutils (#4931). | Éric Araujo | 2014-03-12 | 1 | -9/+0 |
| | | | | | | | | Thanks to Amaury Forgeot d’Arc and Philip J. Eby. | ||||
* | | #20030: doc that TestLoader.discover returns a TestSuite. | R David Murray | 2014-03-11 | 1 | -5/+5 |
| | | | | | | | | Patch by Lita Cho. | ||||
* | | improve algorithms_* documentation | Benjamin Peterson | 2014-03-11 | 1 | -6/+6 |
| | | |||||
* | | fix typo (closes #20892) | Benjamin Peterson | 2014-03-11 | 1 | -1/+1 |
| | | |||||
* | | Closes #20090: update Doc/README and the error message in sphinx-build.py to ↵ | Georg Brandl | 2014-03-10 | 2 | -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 Murray | 2014-03-09 | 2 | -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 Murray | 2014-03-08 | 1 | -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 updates | Brett Cannon | 2014-03-07 | 1 | -380/+259 |
| | | |||||
* | | Fix several C-API doc typos caught by tomo cocoa on docs@. | Zachary Ware | 2014-02-26 | 3 | -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 Ware | 2014-02-26 | 2 | -3/+3 |
| | | |||||
* | | #20628: wrap lines to < 80. | R David Murray | 2014-02-24 | 1 | -34/+37 |
| | | |||||
* | | #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. | R David Murray | 2014-02-24 | 1 | -2/+6 |
| | | | | | | | | Patch by Sean Rodman. | ||||
* | | #20740: desquarify 2. | Ezio Melotti | 2014-02-24 | 1 | -4/+4 |
| | | |||||
* | | Closes #20755: port sphinx-1.1 fixes from default | Georg Brandl | 2014-02-24 | 1 | -11/+11 |
| | | |||||
* | | Closes #20735: remove erroneous deprecated marker from stringprep docs | Georg Brandl | 2014-02-24 | 1 | -1/+0 |
| | | |||||
* | | do not line break reference | Benjamin Peterson | 2014-02-16 | 1 | -7/+7 |
| | | |||||
* | | #12211: remove paragraph about NaNs | Andrew Kuchling | 2014-02-16 | 1 | -3/+0 |
| | | |||||
* | | #12211: clarify math.copysign() documentation and docstring | Andrew Kuchling | 2014-02-16 | 1 | -2/+5 |
| | | |||||
* | | #20241: use correct RFC number | Andrew Kuchling | 2014-02-15 | 1 | -1/+1 |
| | | |||||
* | | #16728: Mention collections.abc.Sequence in 'sequence' glossary entry | Andrew Kuchling | 2014-02-15 | 1 | -0/+8 |
| | | |||||
* | | Clarify versionchanged sentence. Closes #20497. | Andrew Kuchling | 2014-02-15 | 1 | -2/+1 |
| | | |||||
* | | #20237: make a revision pass over the XML vulnerabilities section | Andrew Kuchling | 2014-02-15 | 1 | -38/+35 |
| | | |||||
* | | #19890: fix typo in multiprocessing docs. Patch by Mike Short. | Ezio Melotti | 2014-02-15 | 1 | -1/+1 |
| | |