summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* [3.7] Removed dangling `since Python` at the end of library/xml.rst. ↵Miss Islington (bot)2018-12-231-2/+2
| | | | | | | | (GH-11201) (GH-11231) (cherry picked from commit 82d73554e4764350bfd8f13957c5e024ac95c4af) Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr>
* bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file ↵Miss Islington (bot)2018-12-233-10/+29
| | | | | | | (GH-11224) (cherry picked from commit afe17a7bee1bcb39dc56f2949431204918568ac1) Co-authored-by: Steve Dower <steve.dower@microsoft.com>
* bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192)Julien Palard2018-12-231-2/+2
|
* Fixed missing colun in library/sys.po (GH-11153)Miss Islington (bot)2018-12-211-1/+1
| | | | | | | | GH- Fixed missing colun in library/sys.po [bpo-35492](https://bugs.python.org/issue35492): Fixed missing colun in library/sys.po (cherry picked from commit cb0f5e29e37c081e9bba91a9858370e2504e9e8e) Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr>
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-112-121/+230
| | | Also adds the PC/layout script for generating layouts on Windows.
* Fix numbered lists in stdtypes.rst. (GH-10989)Miss Islington (bot)2018-12-101-14/+10
| | | | | (cherry picked from commit de9e9b476ec4abfb0b9161cff0e86bb7085ca8c6) Co-authored-by: Andre Delfino <adelfino@gmail.com>
* [3.7] bpo-34977: Use venv redirector instead of original python.exe on ↵Steve Dower2018-12-102-7/+20
| | | | Windows (GH-11029)
* bpo-22005: Document the reality of pickle compatibility. (GH-11054)Miss Islington (bot)2018-12-091-1/+3
| | | | | (cherry picked from commit e328753d91379274b699b93decff45de07854617) Co-authored-by: Gregory P. Smith <greg@krypto.org>
* [3.7] Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations ↵Julien Palard2018-12-092-4/+7
| | | | | (GH-9423) (GH-10344) (cherry picked from commit c03bf0ae794c3bec9b56f38164535fd1f5bfc04a)
* [3.7] bpo-22005: Fixed unpickling instances of datetime classes pickled by ↵Serhiy Storchaka2018-12-071-0/+6
| | | | | | | Python 2. (GH-11017) (GH-11022) encoding='latin1' should be used for successful decoding. (cherry picked from commit 8452ca15f41061c8a6297d7956df22ab476d4df4)
* Add missing period in distutils.dep_util.newer_group doc (GH-11003)Miss Islington (bot)2018-12-061-1/+1
| | | | | (cherry picked from commit c9566b8c454120e3d0ddb5ab970f262a6cd80077) Co-authored-by: Andre Delfino <adelfino@gmail.com>
* Clarify expectedFailure in the unittest docs. (GH-10953)Miss Islington (bot)2018-12-061-2/+2
| | | | | (cherry picked from commit 91f259b478ae8bfb4c73e5b5a767e4bf0ee9257f) Co-authored-by: Gregory P. Smith <greg@krypto.org>
* [3.7] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10961)Mariatta2018-12-061-1/+1
| | | | | | | Escape the \t and \n. Follow up from https://github.com/python/cpython/pull/10814.. (cherry picked from commit 2d8f976cde4794d174b44ff7d5fd970aa89c65e8) Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
* Fix typos in concurrent.Futures documentation (GH-10920)Miss Islington (bot)2018-12-051-2/+2
| | | | | | | Add a missing word `as` in `as well as an`. Linkify `threading.Thread`. (cherry picked from commit 40a61da40d252626f8b9ff524d76c1f0ccb3a4f7) Co-authored-by: Matt Wheeler <m@funkyhat.org>
* Correct a couple of unbalanced parenthesis. (GH-10779)Miss Islington (bot)2018-12-0511-15/+15
| | | | | (cherry picked from commit 55f41e45b4318cbe19209f5144641344d0049fb8) Co-authored-by: Andre Delfino <adelfino@gmail.com>
* Move __missing__ after __delitem__ in Data model. (GH-10923)Miss Islington (bot)2018-12-051-8/+8
| | | | | (cherry picked from commit 1ce853f37783575e2b3aaa159ddcebc8660830ef) Co-authored-by: Andre Delfino <adelfino@gmail.com>
* bpo-35395: fix typos in asyncio eventloop documentation (GH-10880)Miss Islington (bot)2018-12-041-2/+2
| | | | | | | | Fixes `loop.add_writer` and `loop.add_signal_handler` method documentation to correctly reference the callback parameter from method signature. https://bugs.python.org/issue35395 (cherry picked from commit 17473347942353946fe455f797a2197cb89c1090) Co-authored-by: Naglis <naglis@users.noreply.github.com>
* bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)Miss Islington (bot)2018-12-032-0/+22
| | | | | | | Also refactor the call recording imolementation and add some notes about its limitations. (cherry picked from commit 8ca0fa9d2f4de6e69f0902790432e0ab2f37ba68) Co-authored-by: Chris Withers <chris@withers.org>
* bpo-35341: Add generic version of OrderedDict to typing (GH-10850)Miss Islington (bot)2018-12-021-0/+6
| | | | | (cherry picked from commit 68b56d02ef20479b87c65e523cf3dec1b7b77d40) Co-authored-by: Ismo Toijala <ismo.toijala@gmail.com>
* [3.7] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). ↵E Kawashima2018-12-011-1/+1
| | | | | | (GH-10824) (cherry picked from commit b7c2182604d5796b5af4c837991aa0b8c8a2d41f)
* Fix typo in Memory Management doc. (GH-10798)Miss Islington (bot)2018-11-301-1/+1
| | | | | (cherry picked from commit a40700439195a119878150f4f0d425c42ca957ef) Co-authored-by: Kevin Adler <kadler@us.ibm.com>
* bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10789)Miss Islington (bot)2018-11-291-1/+4
| | | | | | PyType_GetFlags() return type is unsigned long, not long. (cherry picked from commit 9fbcfc08e5814d7aa9287740187e461425a99f67) Co-authored-by: Eddie Elizondo <eduardo.elizondorueda@gmail.com>
* bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH ↵Miss Islington (bot)2018-11-282-8/+16
| | | | | | | | | | | | | | | | | | | | | | | (GH-9607) Unconditional forcing of ``CHECKED_HASH`` invalidation was introduced in 3.7.0 in bpo-29708. The change is bad, as it unconditionally overrides *invalidation_mode*, even if it was passed as an explicit argument to ``py_compile.compile()`` or ``compileall``. An environment variable should *never* override an explicit argument to a library function. That change leads to multiple test failures if the ``SOURCE_DATE_EPOCH`` environment variable is set. This changes ``py_compile.compile()`` to only look at ``SOURCE_DATE_EPOCH`` if no explicit *invalidation_mode* was specified. I also made various relevant tests run with explicit control over the value of ``SOURCE_DATE_EPOCH``. While looking at this, I noticed that ``zipimport`` does not work with hash-based .pycs _at all_, though I left the fixes for subsequent commits. (cherry picked from commit a6b3ec5b6d4f6387820fccc570eea08b9615620d) Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
* [3.7] Doc: Delete "how do I emulate os.kill" section in Windows FAQ ↵Julien Palard2018-11-281-21/+0
| | | | (GH-10487) (GH-10767)
* [3.7] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) ↵Julien Palard2018-11-261-11/+0
| | | | | | | | | | | | | (GH-10722) (cherry picked from commit 5719f275b7153a00a800f5481271a6fc26659c65) Co-authored-by: Mathieu Dupuy <deronnax@users.noreply.github.com> https://bugs.python.org/issue35255
* bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10708)Miss Islington (bot)2018-11-261-0/+5
|
* bpo-32035: Fix words about strings and bytes in zipfile documentation. ↵Miss Islington (bot)2018-11-251-14/+10
| | | | | | | (GH-10592) (cherry picked from commit 4bb186d7e253ad4def875305e06690181e923dfd) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Linkify SMTP.quit() in smtplib documentation. (GH-9785)Miss Islington (bot)2018-11-231-1/+1
| | | | | (cherry picked from commit ba57963a95a994947b8bec6869e810a74a751278) Co-authored-by: takey <taketakeyyy@gmail.com>
* bpo-31146: Don't fallback switcher to english on not-yet pusblished ↵Miss Islington (bot)2018-11-211-0/+6
| | | | | | | languages. (GH-10558) (cherry picked from commit 6b73bb523a176123a819e4ebac3727d31d861515) Co-authored-by: Julien Palard <julien@palard.fr>
* [3.7] bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)Miss Islington (bot)2018-11-212-1/+1
| | | | | | I'll watch for 404 on the old URL and will setup an HTTP redirection if needed. (cherry picked from commit 361e8683e7340c600b22f4a514b81448ccec66dc) Co-authored-by: Zhiming Wang <github@zmwang.pw>
* bpo-35221: Additional hint that the placeholder is to be replaced. ↵Miss Islington (bot)2018-11-211-1/+2
| | | | | | | (GH-10604) (GH-10629) (cherry picked from commit d936a8f8e0964de1147656f1435532f0170f8b6c) Co-authored-by: Julien Palard <julien@palard.fr>
* bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619)Victor Stinner2018-11-201-4/+2
| | | | | | | | | | | | | | | locale.localeconv() now sets temporarily the LC_CTYPE locale to the LC_MONETARY locale if the two locales are different and monetary strings are non-ASCII. This temporary change affects other threads. Changes: * locale.localeconv() can now set LC_CTYPE to LC_MONETARY to decode monetary fields. * Add LocaleInfo.grouping_buffer: copy localeconv() grouping string since it can be replaced anytime if a different thread calls localeconv(). (cherry picked from commit 02e6bf7f2025cddcbde6432f6b6396198ab313f4)
* bpo-9842: Add references for using "..." as a placeholder to the index. ↵Miss Islington (bot)2018-11-203-0/+7
| | | | | | | (GH-10330) (cherry picked from commit 6c48bf2d9e1e18dfbfa35f7582ddd32f11f75129) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.7] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * ↵Miss Islington (bot)2018-11-171-1/+2
| | | | | | | | | | | | | | | | | | as (GH-10580) (GH-10586) Source of T_STRING: https://github.com/python/cpython/blob/e42b705188271da108de42b55d9344642170aa2b/Python/structmember.cGH-L51 Source of PyUnicode_FromString https://github.com/python/cpython/blob/master/Include/unicodeobject.hGH-L702 https://bugs.python.org/issue25438 (cherry picked from commit 689d555ec135d4115574addd063c358ac4897cc4) Co-authored-by: Windson yang <wiwindson@outlook.com> https://bugs.python.org/issue25438
* bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)Miss Islington (bot)2018-11-161-4/+4
| | | | | (cherry picked from commit 4edeaeac4c194ba5d09187640b5cfca5e03be617) Co-authored-by: Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>
* Fix outdated info in datamodel about dicts (GH-9807)Miss Islington (bot)2018-11-161-2/+2
| | | | | (cherry picked from commit a48e0eb9673ec96d1decb8a230331533cfb6138b) Co-authored-by: wim glenn <wim.glenn@gmail.com>
* bpo-33816: Remove outdated metaclass example (GH-7566)Miss Islington (bot)2018-11-161-34/+2
| | | | | (cherry picked from commit c2ccac7b9f9a1132ca36255b0ddfeecef4371aa3) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
* bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478)Miss Islington (bot)2018-11-151-8/+8
| | | | | (cherry picked from commit b65413b497a07f521d835b799be7dd0afcedbd65) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* Fix typo in asynchronous generator iterator documentation (GH-10542)Miss Islington (bot)2018-11-151-2/+2
| | | | | | | Remove an unnecessary "that": ... will execute that the body ... -> ... will execute the body ... (cherry picked from commit 25221b328339fb1726b58742e91b6e49c178023a) Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
* [3.7] bpo-32613: Update window FAQ (GH-5552). (GH-10544)Julien Palard2018-11-142-45/+24
| | | | | | | | | (cherry picked from commit 64313478bcbd0a708c3ce5d4d14f977da56e4be9) Co-authored-by: Julien Palard <julien@palard.fr> https://bugs.python.org/issue32613
* Grammar corrections in abc.rst (GH-10525)Miss Islington (bot)2018-11-141-3/+3
| | | | | (cherry picked from commit 8e0b05e2f4b9fd703cbe1ae8d058852ef3781f44) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
* Link to property built-in in abc.rst (GH-10526)Miss Islington (bot)2018-11-141-1/+1
| | | | | (cherry picked from commit bf1355b4240173a306dd46e720ae4b696277bb41) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
* Fix doc typo: Window -> Windows (GH-10508)Miss Islington (bot)2018-11-141-1/+1
| | | | | (cherry picked from commit daeb3c4c58663c2e2a3ddf1c2fbbff9a06269961) Co-authored-by: l-n-s <supervillain@riseup.net>
* bpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511)Victor Stinner2018-11-131-0/+6
| | | | | Deprecate _PyObject_GC_TRACK() and _PyObject_GC_UNTRACK() in the documentation. These macros are removed from Python 3.8 by the commit 1a6be91e6fd65ce9cb88cbbbb193db7e92ec6076.
* Fix a couple documentation typos. (GH-10498)Miss Islington (bot)2018-11-132-2/+2
| | | | | | | reproduciblity -> reproducibility PyPA are the group -> PyPA is the group (cherry picked from commit 0dc1e45dfd242493ecdac5dbcad51dbc8f922de7) Co-authored-by: Windson yang <wiwindson@outlook.com>
* Improve grammar in Glossary. (GH-10474)Miss Islington (bot)2018-11-121-2/+2
| | | | | | a asynchronous generator -> an asynchronous generator (cherry picked from commit a9655b7f71b8976c369160ef362d0e706cfcd8c9) Co-authored-by: Windson yang <wiwindson@outlook.com>
* Correct grammar mistake in stdtypes.rst (GH-10481)Miss Islington (bot)2018-11-121-1/+1
| | | | | (cherry picked from commit 7610f4fe93cf6909b5ffa28dcc46e55426243395) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
* Linkify PEP 8 in unix.rst (GH-10482)Miss Islington (bot)2018-11-121-1/+1
| | | | | (cherry picked from commit 9404e7737bd09bc1df154e1216d721e5168e4c68) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
* Minor grammar improvement to io documentation. (GH-10329)Miss Islington (bot)2018-11-121-1/+1
| | | | | | Independently of -> Independent of (cherry picked from commit cd449806fac1246cb7b4d392026fe6986ec01fb7) Co-authored-by: Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>
* Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337)Miss Islington (bot)2018-11-121-3/+8
| | | | | | | | | | | * universal_newlines defaulting to False would suggest, that not specifying universal_newlines explicitly and setting text to True should cause an error, which is not the case. * The run function didn't have the universal_newlines parameter documented * The check_output function didn't have its text parameter documented (cherry picked from commit 7432f0929f2e90bde30e089da8e1efc580ccade1) Co-authored-by: Jakub Stasiak <jakub@stasiak.at>