summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Add missing URL link to Modernize docs.Ned Deily2015-01-031-1/+1
|\
| * Add missing URL link to Modernize docs.Ned Deily2015-01-031-1/+1
| |
* | merge 3.4Benjamin Peterson2015-01-012-2/+2
|\ \ | |/
| * merge 3.3Benjamin Peterson2015-01-012-2/+2
| |\
| | * merge 3.2Benjamin Peterson2015-01-012-2/+2
| | |\
| | | * update for copyright for 2015Benjamin Peterson2015-01-012-2/+2
| | | |
| | | * Copyright year update, add version to licenses.v3.2.6rc1Georg Brandl2014-10-042-2/+6
| | | |
| | | * Issue #18747: document issue with OpenSSL's CPRNG state and forkChristian Heimes2013-10-292-0/+12
| | | |
| | | * Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more thanGeorg Brandl2014-09-301-1/+1
| | | | | | | | | | | | | | | | 100 headers are read. Adapted from patch by Jyrki Pulliainen.
* | | | merge 3.4Benjamin Peterson2014-12-301-1/+1
|\ \ \ \ | |/ / /
| * | | update docs for #23111Benjamin Peterson2014-12-301-1/+1
| | | |
* | | | Issue #19776: Add a expanduser() method on Path objects.Antoine Pitrou2014-12-301-3/+12
| | | | | | | | | | | | | | | | Patch by Serhiy.
* | | | merge 3.4Benjamin Peterson2014-12-291-2/+2
|\ \ \ \ | |/ / /
| * | | use a proper m-dashBenjamin Peterson2014-12-291-2/+2
| | | |
* | | | Issue #23125: Update nose project page link.Berker Peksag2014-12-281-1/+1
|\ \ \ \ | |/ / / | | | | | | | | Reported by Damien Marié.
| * | | Issue #23125: Update nose project page link.Berker Peksag2014-12-281-1/+1
| | | | | | | | | | | | | | | | Reported by Damien Marié.
* | | | Remove the redundant second argument of versionadded directive.Berker Peksag2014-12-251-3/+2
| | | | | | | | | | | | | | | | | | | | The versionadded directive is already placed in the scope of the HTTPStatus documentation.
* | | | Merge: #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-251-3/+4
|\ \ \ \ | |/ / /
| * | | #23040: Clarify treatment of encoding and errors when component is bytes.R David Murray2014-12-251-3/+4
| | | | | | | | | | | | | | | | Patch by Wojtek Ruszczewski.
* | | | merge 3.4Benjamin Peterson2014-12-241-2/+2
|\ \ \ \ | |/ / /
| * | | update correct French examples (#23109)Benjamin Peterson2014-12-241-2/+2
| | | |
* | | | merge 3.4 (#23109)Benjamin Peterson2014-12-241-2/+2
|\ \ \ \ | |/ / /
| * | | improve incorrect French (#23109)Benjamin Peterson2014-12-241-2/+2
| | | | | | | | | | | | | | | | Following suggestions from Clément.
* | | | merge 3.4 (#23110)Benjamin Peterson2014-12-241-0/+3
|\ \ \ \ | |/ / /
| * | | doucment that Py_SetPath copies its argument (closes #23110)Benjamin Peterson2014-12-241-0/+3
| | | |
* | | | Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,Serhiy Storchaka2014-12-232-1/+125
| | | | | | | | | | | | | | | | HTTPStatus.NOT_FOUND). Patch by Demian Brecht.
* | | | Merge 3.4 (asyncio doc)Victor Stinner2014-12-221-8/+13
|\ \ \ \ | |/ / /
| * | | asyncio doc: Fix doc of get and put methods of QueueVictor Stinner2014-12-221-8/+13
| | | |
* | | | Fixed typo.Barry Warsaw2014-12-191-1/+1
|\ \ \ \ | |/ / /
| * | | Fix typo.Barry Warsaw2014-12-191-1/+1
| | | |
* | | | Issue #23070: Fix a comment in the tutorial.Berker Peksag2014-12-171-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | "Python" has 6 characters, not 7. Reported by Ross Burnett.
| * | | Issue #23070: Fix a comment in the tutorial.Berker Peksag2014-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | "Python" has 6 characters, not 7. Reported by Ross Burnett.
* | | | mergeRaymond Hettinger2014-12-171-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #23049: Pure python equivalent shouldn't imply more exactitude than ↵Raymond Hettinger2014-12-171-1/+1
| | | | | | | | | | | | | | | | is really there.
* | | | Merge 3.4 (asyncio doc)Victor Stinner2014-12-151-1/+3
|\ \ \ \ | |/ / /
| * | | asyncio doc: call_soon() does not call immediatly the callback. Patch writtenVictor Stinner2014-12-151-1/+3
| | | | | | | | | | | | | | | | by Martin Panter.
* | | | Issue #23047: Fix typo in pyporting.rst.Berker Peksag2014-12-131-1/+1
|\ \ \ \ | |/ / / | | | | | | | | Patch by Chaitanya agrawal.
| * | | Issue #23047: Fix typo in pyporting.rst.Berker Peksag2014-12-131-1/+1
| | | | | | | | | | | | | | | | Patch by Chaitanya agrawal.
* | | | Issue #17128: Merge / update from 3.4Ned Deily2014-12-131-3/+3
|\ \ \ \ | |/ / /
| * | | Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers.Ned Deily2014-12-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot verify newer SHA-256 certs as now used by python.org services. Document in the installer ReadMe some of the certificate management issues that users now need to be more concerned with due to PEP 476's enabling cert verification by default. For now, continue to use the Apple-supplied 0.9.8 libs for the 10.6+ installer since they use Apple private APIs to verify certificates using the system- and user-managed CA keychain stores.
* | | | Merge with 3.4 for porting HOWTO tweaksBrett Cannon2014-12-121-8/+23
|\ \ \ \ | |/ / /
| * | | Address some comments from Nick CoghlanBrett Cannon2014-12-121-8/+23
| | | |
* | | | merge 3.4Benjamin Peterson2014-12-121-3/+1
|\ \ \ \ | |/ / /
| * | | remove reference to dead irc channel (closes #23038)Benjamin Peterson2014-12-121-3/+1
| | | |
* | | | mergeRaymond Hettinger2014-12-121-2/+2
|\ \ \ \ | |/ / /
| * | | Issue 23005: Fix typosRaymond Hettinger2014-12-121-2/+2
| | | |
| * | | Issue #22823: Fixed an output of sets in examples.Serhiy Storchaka2014-12-111-12/+12
| | | |
* | | | Issue #22823: Use set literals instead of creating a set from a list.Serhiy Storchaka2014-12-111-12/+12
| | | | | | | | | | | | | | | | Fixed an output of sets in examples.
* | | | Merge with 3.4Terry Jan Reedy2014-12-101-1/+1
|\ \ \ \ | |/ / /
| * | | whitespaceTerry Jan Reedy2014-12-101-1/+1
| | | |