summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* bpo-31948: Fix broken links in msilib docs (GH-4397). (GH-4398)Jesse-Bakker2017-11-151-32/+32
| | | (cherry picked from commit 3bda02222aa3783bf85fc3ff8bc042aefd9c4fd3)
* bpo-15606: Improve the re.VERBOSE documentation. (GH-4366) (#4394)Miss Islington (bot)2017-11-141-1/+2
| | | (cherry picked from commit b0b44b4b3337297007f5ef87220a75df204399f8)
* [3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). ↵xdegaye2017-11-121-1/+2
| | | | | (#4379) (cherry picked from commit e0582a37c8d1776a2fd4968e9216f3a05f780276)
* The termios man page is in section 3 (GH-2450)Miss Islington (bot)2017-11-111-1/+1
| | | (cherry picked from commit e197a8538bae3c5f2727dfdc8672aa15d9429e51)
* Remove redundant 'exc = True' line (GH-4357)Miss Islington (bot)2017-11-111-1/+0
| | | | It can be removed after https://github.com/python/peps/commit/c28890fb421c906241da6da718f9eacc5a3109ee (cherry picked from commit 7c9da3e5ba060463b661da58ec3fe6beedce5566)
* bpo-31824: Document default value of 'errors' parameters (GH-4328)Miss Islington (bot)2017-11-101-2/+2
| | | (cherry picked from commit e184cfd7bf8bcfd160e3b611d4351ca3ce52d9e2)
* bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006)Miss Islington (bot)2017-11-071-0/+2
| | | (cherry picked from commit 5a66c8a64d180b5f3c80307924adaec53cc8faa3)
* bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (GH-4319) ↵Miss Islington (bot)2017-11-071-1/+1
| | | | | (#4320) (cherry picked from commit 22b1128559bdeb96907da5840960691bb050d11a)
* bpo-31965: fix doc for multiprocessing.connection.Client and Listener ↵Miss Islington (bot)2017-11-071-19/+11
| | | | | | | | | | | | | | | (GH-4304) (#4321) * fix doc for multiprocessing.connection.Client The authenticate argument does not exist on either Client or Listener: - https://github.com/python/cpython/blob/master/Lib/multiprocessing/connection.pyGH-L483 (master) - https://github.com/python/cpython/blob/3.6/Lib/multiprocessing/connection.pyGH-L478 (3.6) - https://github.com/python/cpython/blob/3.5/Lib/multiprocessing/connection.pyGH-L478 (3.5) - https://github.com/python/cpython/blob/3.4/Lib/multiprocessing/connection.pyGH-L487 (3.4) The documentation also claimed that these functions will call `current_process().auth_key`, for which I could find no evidence in the code. I rewrote the documentation to reflect the actual behavior. Also made some small changes to vary sentence structure. (cherry picked from commit 1e5d54cfa031f1de9ee2d2e968e0551b6e2397b7)
* bpo-31950: Improve event loop policy doc (GH-4306) (#4307)Miss Islington (bot)2017-11-071-3/+30
| | | (cherry picked from commit 4135c89395726024abddb7340a0c7a42c801f616)
* bpo-31923: Fix spelling in sqlite3 docs (GH-4227)Miss Islington (bot)2017-11-041-1/+1
| | | (cherry picked from commit aafece7a9e010075fff4420cfbb16f1ec0342698)
* bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869)Miss Islington (bot)2017-11-041-1/+1
| | | (cherry picked from commit 82cd3cede804ca694fb0657fd985d5eff84a414f)
* bpo-18699: Corrected documentation for window.chgat in curses module ↵Miss Islington (bot)2017-11-041-4/+4
| | | | | (GH-1430) (#4271) (cherry picked from commit b838cc3ff4e039af949c6a19bd896e98e944dcbe)
* Returning 1 from the set_progress_handler handler cancels query (GH-4120)Berker Peksag2017-11-021-0/+4
| | | (cherry picked from commit ac03c03b305273f39d5374e2826526d4ab6bb415)
* bpo-20064: Document PyObject_Malloc() (GH-4199) (#4203)Miss Islington (bot)2017-10-311-1/+64
| | | | | | | | | | | Document the following functions: * PyObject_Malloc() * PyObject_Calloc() * PyObject_Realloc() * PyObject_Free() Fix also PyMem_RawFree() documentation. (cherry picked from commit ec2cbdd1dff2c51788136480b2085e77506ebf34)
* bpo-31304: Update starmap_async documentation. (GH-4168) (GH-4177)Miss Islington (bot)2017-10-301-1/+1
| | | | Update the kwarg in the documentation of `multiprocessing.pool.Pool.starmap_async`, from `error_back` to `error_callback` to match the source code. (cherry picked from commit 11225753a89c2907bb717e6c050fe907e5e11829)
* [3.6] bpo-20047: Make bytearray methods partition() and rpartition() ↵Serhiy Storchaka2017-10-291-4/+6
| | | | | | rejecting (GH-4158) (#4162) separators that are not bytes-like objects.. (cherry picked from commit a2314283ff87c65e1745a42c2f2b716b1a209128)
* bpo-31065: Add doc about Popen.poll returning None. (GH-3169)Berker Peksag2017-10-291-1/+1
| | | (cherry picked from commit 006617ff7d6df3fdedcfe53e94ee2c52cc796437)
* bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)Miss Islington (bot)2017-10-271-1/+1
| | | (cherry picked from commit d609b0c24ebdb748cabcc6c062dfc86f9000e6c4)
* [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). ↵xdegaye2017-10-261-0/+5
| | | | | (#4135) (cherry picked from commit 56d1f5ca32892c7643eb8cee49c40c1644f1abfe)
* bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730)Miss Islington (bot)2017-10-261-3/+3
| | | (cherry picked from commit 275d2d9c4663a1ea8d1f7c8778567a735b0372c1)
* [3.6] bpo-31799: Make module.__spec__ more discoverable (GH-4010) (#4021)Miss Islington (bot)2017-10-172-3/+12
| | | | bpo-31799: Make module.__spec__ more discoverable (cherry picked from commit 191e3138200906e43cba9347177914325b54843f)
* [3.6] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides ↵Miss Islington (bot)2017-10-151-1/+1
| | | | | (GH-3993) (cherry picked from commit 1b9e76ed3a055a53ca67397e928e1b408461900b)
* [3.6] bpo-31714: Improved regular expression documentation. (GH-3907). (#3994)Serhiy Storchaka2017-10-142-183/+224
| | | (cherry picked from commit cd195e2a7ac5c9b2574d5462752b7939641de4a9)
* bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers ↵INADA Naoki2017-10-141-2/+12
| | | | | | | | | | | | (GH-3872) Pattern `[a-z]` with `IGNORECASE` flag can match to some non-ASCII characters. Straightforward solution for this is using `IGNORECASE | ASCII` flag. But users may subclass `Template` and override only `idpattern`. So we want to avoid changing `Template.flags`. So this commit uses local flag `-i` for `idpattern` and change `[a-z]` to `[a-zA-Z]`. (cherry picked from commit b22273ec5d1992b0cbe078b887427ae9977dfb78)
* [3.6] Improve test suite customization example (GH-3967)Miss Islington (bot)2017-10-131-2/+6
| | | | | | Reported by John Gamboa on docs@p.o at https://mail.python.org/pipermail/docs/2017-June/031942.html (cherry picked from commit 925510449984399cf58711843ddfe2e8007c3878)
* Exclude non-default VENVDIR in Doc builds (#3974) (#3975)Ned Deily2017-10-121-1/+2
|
* bpo-31766: restore 3.5 to docs version switchers (#3970)Ned Deily2017-10-122-1/+3
|
* [3.6] bpo-31567: add or fix decorator markup in docs (GH-3959) (GH-3966)Miss Islington (bot)2017-10-125-13/+22
| | | (cherry picked from commit 0e61e67a57deb4abc677808201d7cf3c38138e02)
* [3.6] bpo-28157: Improvements for the time module documentation (GH-928)Miss Islington (bot)2017-10-111-87/+115
| | | | | | | * Separated functions and constants descriptions in sections. * Added a note about the limitations of timezone constants. * Removed redundant lists from the module docstring. (cherry picked from commit 703ff381ffa946c23e7e25b0ae93a636a2607a40)
* bpo-31537: Update readline documentation example. (GH-3925) (GH-3948)Miss Islington (bot)2017-10-101-2/+2
| | | | Change the code example from using `get_history_length` to `get_current_history_length`. (cherry picked from commit eeb5ffd54e56dd89a99c74eb512c36d62649cfec)
* bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) ↵Miss Islington (bot)2017-10-071-1/+1
| | | | | (GH-3917) (cherry picked from commit 28f713601d3ec80820e842dcb25a234093f1ff18)
* [3.6] bpo-30872: Update the curses docs to Python 3. (GH-2620) (#3887)Serhiy Storchaka2017-10-053-109/+115
| | | (cherry picked from commit 300dd552b15825abfe0e367ac14cec4c3e050dbc)
* [3.6] bpo-31667: Fix gettext related links. (GH-3860) (#3886)Miss Islington (bot)2017-10-042-9/+15
| | | | | | | * Fix incorrect links. * Remove redundant links. * Add signatures and index entries for gettext related functions in the locale module. (cherry picked from commit c02a1f4ad8fcdbffad2911c5a31c71a17a89d713)
* Remove retired and security branches from active docs (#3880)Ned Deily2017-10-042-4/+0
|
* Merge v3.6.3 into 3.6 branchNed Deily2017-10-031-1/+1
|\
| * Bump to 3.6.3v3.6.3Ned Deily2017-10-031-1/+1
| |
| * [3.6] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3699)Zachary Ware2017-10-031-4/+8
| | | | | | | | Use prefixed macro names for the `authoraddress` function, add T2A to the font encoding in LaTeX sources to support Cyrillic characters in the PDF documentation, and replace the deprecated `font_size` config option with `pointsize`. (cherry picked from commit da9b4cfb488119f2493a762fcb1d85c58494f51d)
| * Fix build issues in Doc/make.bat (#3663)Steve Dower2017-10-031-8/+10
| |
* | bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810)Miss Islington (bot)2017-09-281-1/+1
| | | | | | | | Replace "restriction" with "restrictions". (cherry picked from commit 8d59aca4a953b097a9b02b0ecafef840e4ac5855)
* | [3.6] point to the module-level get_ident function rather than the one in ↵Miss Islington (bot)2017-09-271-4/+4
| | | | | | | | | | _thread (GH-3782) (#3783) (cherry picked from commit 236329ed9fee01edb85d698d30682e304439d198)
* | bpo-31571: Remove duplicated info in Lexical Analysis documentation ↵Miss Islington (bot)2017-09-251-7/+0
| | | | | | | | | | | | | | (GH-3691) (GH-3754) - Remove the second mention about the `u` prefix - Remove the second mention about numeric literals do not include a sign (cherry picked from commit 4a2d00cb4525fcb3209f04531472ba6a359ed418)
* | [3.6] bpo-27385: Clarify docstring for groupby() (GH-3738) (#3744)Miss Islington (bot)2017-09-251-1/+1
| | | | | | (cherry picked from commit 49392c63a243052c8013bef80d35202bb6d7c404)
* | [3.6] bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound ↵Miss Islington (bot)2017-09-251-23/+33
| | | | | | | | | | methods (GH-3739) (#3742) (cherry picked from commit 0d4497b9cae7942b7f731a6f99a73985c3fb4630)
* | [3.6] bpo-18558: Clarify glossary entry for "Iterable" (GH-3732) (#3741)Miss Islington (bot)2017-09-252-2/+10
| | | | | | (cherry picked from commit 0bf287b6e0a42877b06cbea5d0fe6474d8061caa)
* | [3.6] bpo-30085: Improve documentation for operator (GH-1171) (#3736)Miss Islington (bot)2017-09-241-3/+4
| | | | | | | | | | The dunderless functions are preferred; dunder are retained for back compatilibity. Patch by Sanket Dasgupta. (cherry picked from commit 5b9299d8c72aeadccadd77e4b8132094ba9a1f96)
* | bpo-31570: Update Email library documentation example (GH-3720) (GH-3721)Miss Islington (bot)2017-09-241-1/+1
| | | | | | | | A `"` was missing from an `<a href>` tag. (cherry picked from commit 8337239d792bc2098c592def5fc3af84c3b0dfd1)
* | [3.6] bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). ↵Miss Islington (bot)2017-09-241-4/+20
| | | | | | | | | | | | | | (GH-3667) (#3719) Defer removing old behavior to 3.8. Document new feature of selection_set() and friends. (cherry picked from commit 2fad10235460ac394cc8b869c41f47aba3d63594)
* | bpo-31564: Update typing documentation (GH-3696) (GH-3715)Miss Islington (bot)2017-09-241-3/+9
| | | | | | | | Mention that ``NewType`` can derive from another ``NewType``. (cherry picked from commit 039b25d8fd21f8d5d9e3cb536402d952cf068dc1)
* | [3.6] Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)Miss Islington (bot)2017-09-232-8/+9
| | | | | | (cherry picked from commit aecc08ac3a14a73aa353655bb65ff8d965e935a0)