| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#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)
|
|
|
| |
(cherry picked from commit 4f29f3c84b74de8c208980a14bc56bffa6363121)
|
|
|
| |
(cherry picked from commit c3e070f84931c847d1b35e7fb36aa71edd6215f6)
|
|
|
|
|
| |
Sequence.index method (GH-4277) (#4811)
(cherry picked from commit 5ce0a2a100909104836f53a2c8823006ec46f8ad)
|
|
|
|
|
|
| |
(#4796)
Original patch written by Martin Panter, enhanced by Sanyam Khurana.
(cherry picked from commit 1b74f9b77a6fa1d7828986cb79d5b10942ff9141)
|
|
|
|
|
| |
consistent with source. (GH-4765) (GH-4767)
(cherry picked from commit a9f8df646aac7fc94ced0aefd1ed2c8566d14d10)
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
| |
(cherry picked from commit ae342cf7deebdcf2035f4064609b32b2102dadcf)
|
|
|
|
|
|
| |
(#4683)
Also addresses doc build failures documented in bpo-32200.
(cherry picked from commit 7324b5ce8e7c031a0a3832a6a8d7c639111ae0ff)
|
|
|
| |
(cherry picked from commit c615be5166ed338c052fa67fe781b9bfe0dfb78c)
|
|
|
| |
(cherry picked from commit c172fc5031a4035986bef0b2fcef906706d7abf3)
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
`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)
|
|
|
|
| |
Mention that the lower the priority number, the higher priority it represents.
(cherry picked from commit 9d5ec808de2c1359f434cc2fa8378458e4339c96)
|
|
|
|
|
|
| |
(GH-4554)
The provided code example was supposed to find repeated words, however it returned false results.
(cherry picked from commit 610e5afdcbe3eca906ef32f4e0364e20e1b1ad23)
|
|
|
| |
(cherry picked from commit f8802d80b32dbc64f9e0e72270695d24ac50e246)
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Move footnote markers to be closer to the related terminology:
before the end of the sentence, instead of after.
(cherry picked from commit cdfe910e746e1d0fc43429b8cc3384a65a19b358)
|
|
|
| |
(cherry picked from commit 3df02dbc8e197053105f9dffeae40b04ec66766e)
|
|
|
|
|
| |
(GH-1699)
(cherry picked from commit 26248ef58dcf49619930ffa2e050ffa687a88601)
|
|
|
|
|
| |
documentation. (GH-4491) (#4493)
(cherry picked from commit 431665bf1971e66c51f59abf0693f700ff7919e8)
|
|
|
| |
(cherry picked from commit 337cbbace0a43f50fcd33ea4d3b7cb30733237db)
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
Since f299abdafa0f2b6eb7abae274861b19b361c96bc
the remove_pyc() method no longer tries to
remove .pyo files.
(cherry picked from commit b56becb373f01c7e285f028bde640f0864d0240e)
|
|
|
| |
(cherry picked from commit 7750bded92d908cbc422c57b97214f8eec615b0d)
|
|
|
|
| |
`kargs` -> `kwargs`
(cherry picked from commit d505a29a15a6f9315d8c46445b8a0cccfc2048b8)
|
|
|
| |
(cherry picked from commit 3bda02222aa3783bf85fc3ff8bc042aefd9c4fd3)
|
|
|
| |
(cherry picked from commit b0b44b4b3337297007f5ef87220a75df204399f8)
|
|
|
|
|
| |
(#4379)
(cherry picked from commit e0582a37c8d1776a2fd4968e9216f3a05f780276)
|
|
|
| |
(cherry picked from commit e197a8538bae3c5f2727dfdc8672aa15d9429e51)
|
|
|
|
| |
It can be removed after https://github.com/python/peps/commit/c28890fb421c906241da6da718f9eacc5a3109ee
(cherry picked from commit 7c9da3e5ba060463b661da58ec3fe6beedce5566)
|
|
|
| |
(cherry picked from commit e184cfd7bf8bcfd160e3b611d4351ca3ce52d9e2)
|
|
|
| |
(cherry picked from commit 5a66c8a64d180b5f3c80307924adaec53cc8faa3)
|
|
|
|
|
| |
(#4320)
(cherry picked from commit 22b1128559bdeb96907da5840960691bb050d11a)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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)
|
|
|
| |
(cherry picked from commit 4135c89395726024abddb7340a0c7a42c801f616)
|
|
|
| |
(cherry picked from commit aafece7a9e010075fff4420cfbb16f1ec0342698)
|
|
|
| |
(cherry picked from commit 82cd3cede804ca694fb0657fd985d5eff84a414f)
|
|
|
|
|
| |
(GH-1430) (#4271)
(cherry picked from commit b838cc3ff4e039af949c6a19bd896e98e944dcbe)
|
|
|
| |
(cherry picked from commit ac03c03b305273f39d5374e2826526d4ab6bb415)
|
|
|
|
|
|
|
|
|
|
|
| |
Document the following functions:
* PyObject_Malloc()
* PyObject_Calloc()
* PyObject_Realloc()
* PyObject_Free()
Fix also PyMem_RawFree() documentation.
(cherry picked from commit ec2cbdd1dff2c51788136480b2085e77506ebf34)
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
rejecting (GH-4158) (#4162)
separators that are not bytes-like objects..
(cherry picked from commit a2314283ff87c65e1745a42c2f2b716b1a209128)
|
|
|
| |
(cherry picked from commit 006617ff7d6df3fdedcfe53e94ee2c52cc796437)
|
|
|
| |
(cherry picked from commit d609b0c24ebdb748cabcc6c062dfc86f9000e6c4)
|
|
|
|
|
| |
(#4135)
(cherry picked from commit 56d1f5ca32892c7643eb8cee49c40c1644f1abfe)
|
|
|
| |
(cherry picked from commit 275d2d9c4663a1ea8d1f7c8778567a735b0372c1)
|
|
|
|
| |
bpo-31799: Make module.__spec__ more discoverable
(cherry picked from commit 191e3138200906e43cba9347177914325b54843f)
|
|
|
|
|
| |
(GH-3993)
(cherry picked from commit 1b9e76ed3a055a53ca67397e928e1b408461900b)
|
|
|
| |
(cherry picked from commit cd195e2a7ac5c9b2574d5462752b7939641de4a9)
|