summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) ↵Andrew Svetlov2017-12-141-1/+1
| | | | | | | | | | | | | | (#4864) * [3.6] bpo-32297: Few misspellings found in Python source code comments. (GH-4803) * Fix multiple typos in code comments * Add spacing in comments (test_logging.py, test_math.py) * Fix spaces at the beginning of comments in test_logging.py. (cherry picked from commit 53f7a7c2814fbfd8a29200926601a32fa48bacb3)
* trivial: link updates in documentation (GH-2765) (#4835)Miss Islington (bot)2017-12-134-5/+5
| | | (cherry picked from commit 4f29f3c84b74de8c208980a14bc56bffa6363121)
* bpo-32284: Fix documentation of BinaryIO and TextIO (GH-4832) (#4833)Miss Islington (bot)2017-12-131-3/+3
| | | (cherry picked from commit c3e070f84931c847d1b35e7fb36aa71edd6215f6)
* bpo-31942: Document optional support of start and stop attributes in ↵Miss Islington (bot)2017-12-121-3/+3
| | | | | Sequence.index method (GH-4277) (#4811) (cherry picked from commit 5ce0a2a100909104836f53a2c8823006ec46f8ad)
* bpo-22671: Clarify and test default read method implementations (GH-4568) ↵Miss Islington (bot)2017-12-111-5/+8
| | | | | | (#4796) Original patch written by Martin Panter, enhanced by Sanyam Khurana. (cherry picked from commit 1b74f9b77a6fa1d7828986cb79d5b10942ff9141)
* bpo-32212: Updated logging documentation to make parameter names more ↵Vinay Sajip2017-12-091-236/+251
| | | | | consistent with source. (GH-4765) (GH-4767) (cherry picked from commit a9f8df646aac7fc94ced0aefd1ed2c8566d14d10)
* bpo-32208: update threading.Semaphore docs and add unit test (GH-4709) (#4750)Miss Islington (bot)2017-12-071-13/+13
| | | | | | | | | | * fix issue32208: update threading.Semaphore docs and add unit test to validate correct behavior * add test for blocking * Update threading.rst * semaphore: remove documentation validation tests and move 'return value' test to BaseSemaphore (cherry picked from commit a0374dd34aa25f0895195d388b5ceff43b121b00)
* Add a missing space in tkinter documentation. (GH-4692) (GH-4722)Miss Islington (bot)2017-12-051-1/+1
| | | (cherry picked from commit ae342cf7deebdcf2035f4064609b32b2102dadcf)
* [3.6] bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940) ↵Miss Islington (bot)2017-12-021-3/+2
| | | | | | (#4683) Also addresses doc build failures documented in bpo-32200. (cherry picked from commit 7324b5ce8e7c031a0a3832a6a8d7c639111ae0ff)
* Use raw strings in the re module examples. (GH-4616) (#4617)Miss Islington (bot)2017-11-281-4/+4
| | | (cherry picked from commit c615be5166ed338c052fa67fe781b9bfe0dfb78c)
* bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)Miss Islington (bot)2017-11-271-2/+2
| | | (cherry picked from commit c172fc5031a4035986bef0b2fcef906706d7abf3)
* bpo-29879: Update typing documentation. (GH-4573) (GH-4574)Miss Islington (bot)2017-11-261-0/+12
| | | | | - Add "version added: 3.5.2" note where it was missing. - Remove the mention that Reversible is new in 3.5.2 (cherry picked from commit 0cd2e81bea639828d7c9a7afc61fb1da9699492c)
* [Doc] Update opcode for var-positional arguments (GH-4446) (#4457)Miss Islington (bot)2017-11-251-1/+1
| | | | `BUILD_MAP_UNPACK_WITH_CALL` was duplicated as the opcode for both var-positional and var-keyword arguments. The opcode for the former was updated as `BUILD_TUPLE_UNPACK_WITH_CALL`. (cherry picked from commit 0c71653cb8231f176d02140fdef3706de2e93b9f)
* Improve Scheduler Objects documentation. (GH-4556) (GH-4557)Miss Islington (bot)2017-11-251-1/+1
| | | | Mention that the lower the priority number, the higher priority it represents. (cherry picked from commit 9d5ec808de2c1359f434cc2fa8378458e4339c96)
* bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) ↵Miss Islington (bot)2017-11-251-3/+3
| | | | | | (GH-4554) The provided code example was supposed to find repeated words, however it returned false results. (cherry picked from commit 610e5afdcbe3eca906ef32f4e0364e20e1b1ad23)
* Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414) (GH-4549)Miss Islington (bot)2017-11-251-2/+2
| | | (cherry picked from commit f8802d80b32dbc64f9e0e72270695d24ac50e246)
* Improve the String tutorial docs (GH-4541) (GH-4545)Miss Islington (bot)2017-11-241-7/+7
| | | | | | The paragraph that contains example of string literal concatenation was placed after the section about concatenation using the '+' sign. Moved the paragraph to the appropriate section. (cherry picked from commit 78a5722ae950b80a4b3d13377957f3932195aef3)
* Extending Python Doc minor updates (GH-4518) (GH-4535)Miss Islington (bot)2017-11-242-4/+4
| | | | | Move footnote markers to be closer to the related terminology: before the end of the sentence, instead of after. (cherry picked from commit cdfe910e746e1d0fc43429b8cc3384a65a19b358)
* bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (GH-4529) (#4533)Miss Islington (bot)2017-11-231-4/+4
| | | (cherry picked from commit 3df02dbc8e197053105f9dffeae40b04ec66766e)
* bpo-30456: Clarify example for duplicates in second argument of isinstance ↵Berker Peksag2017-11-231-1/+2
| | | | | (GH-1699) (cherry picked from commit 26248ef58dcf49619930ffa2e050ffa687a88601)
* bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ↵Miss Islington (bot)2017-11-211-0/+3
| | | | | documentation. (GH-4491) (#4493) (cherry picked from commit 431665bf1971e66c51f59abf0693f700ff7919e8)
* Add comment and improve variable name in roundrobin() (GH-4486) (#4487)Miss Islington (bot)2017-11-211-4/+5
| | | (cherry picked from commit 337cbbace0a43f50fcd33ea4d3b7cb30733237db)
* bpo-32050: Fix -x option documentation (GH-4475) (#4477)Miss Islington (bot)2017-11-201-2/+0
| | | | | The line number in correct when using the -x option: Py_Main() uses ungetc() to not skip the first newline character. (cherry picked from commit c5a2071586f735d2a61d1756e7011cfbb6ce86c9)
* Remove outdated .pyo reference from msilib docs (GH-4461)Miss Islington (bot)2017-11-191-1/+1
| | | | | | Since f299abdafa0f2b6eb7abae274861b19b361c96bc the remove_pyc() method no longer tries to remove .pyo files. (cherry picked from commit b56becb373f01c7e285f028bde640f0864d0240e)
* Document parameters of BaseServer.finish_request() (GH-4445)Miss Islington (bot)2017-11-191-1/+1
| | | (cherry picked from commit 7750bded92d908cbc422c57b97214f8eec615b0d)
* Fix typo in atexit documentation. (GH-4419) (GH-4425)Miss Islington (bot)2017-11-161-1/+1
| | | | `kargs` -> `kwargs` (cherry picked from commit d505a29a15a6f9315d8c46445b8a0cccfc2048b8)
* 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)