Miss Islington (bot)
3f93383127
bpo-35521: IDLE: Add code context section to docs (GH-11205)
...
Also add some internal cross-references.
(cherry picked from commit 01421bec1e
)
Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
2018-12-19 21:59:22 -08:00
Miss Islington (bot)
29d4e309b1
bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243)
...
Makes the documentation more comprehensive in terms of indicating
whether or not a function returns a new reference.
Also fixes some errors and adds missing functions.
(cherry picked from commit b2f642ccd2
)
Co-authored-by: Mat M <mathew1800@gmail.com>
2018-12-19 12:03:20 -08:00
Miss Islington (bot)
e2e6f907fd
Fix documented signatures for C API functions. (GH-11236)
...
(cherry picked from commit 57dd79e6f7
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-12-19 05:43:29 -08:00
Miss Islington (bot)
a11d44056e
bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)
...
(cherry picked from commit 92330c0b6d
)
Co-authored-by: Manjusaka <lizheao940510@gmail.com>
2018-12-19 04:05:48 -08:00
Julien Palard
a9ed8fcdba
bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192)
2018-12-19 11:14:55 +01:00
Serhiy Storchaka
1e47fbcf78
[3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174). (GH-11232)
...
(cherry picked from commit 2b57c43f21
)
2018-12-19 09:28:12 +02:00
Miss Islington (bot)
12f3979b38
bpo-35465: Document _UnixSelectorEventLoop.add_signal_handler. (GH-11145) (GH-11221)
...
(cherry picked from commit e3666fc8ef
)
Co-authored-by: Hrvoje Nikšić <hniksic@gmail.com>
2018-12-18 16:52:37 -05:00
Miss Islington (bot)
f265afec1c
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
...
(cherry picked from commit 3fcc1e08db
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-12-18 12:24:39 -08:00
Miss Islington (bot)
605ef6e534
bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142)
...
(cherry picked from commit bdabb0737c
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-12-17 07:48:29 -08:00
Miss Islington (bot)
c367d52a74
bpo-23451: Update time.monotonic() documentation (GH-11190)
...
bpo-23451, bpo-22117: Python 3.5 requires Windows Vista or newer,
time.monotonic() is now always system-wide.
(cherry picked from commit 3ab064e80a
)
Co-authored-by: Victor Stinner <vstinner@redhat.com>
2018-12-17 03:31:03 -08:00
Miss Islington (bot)
d5176fe2bc
bpo-35450: reflect in docs that venv module is not always creating a copy of the Python binary (GH-11144) (GH-11167)
...
https://bugs.python.org/issue35450
(cherry picked from commit f5107dfd42
)
Co-authored-by: mkkot <marcin2006@gmail.com>
2018-12-14 12:38:23 -08:00
Miss Islington (bot)
527008599d
Fixed missing colun in library/sys.po (GH-11153)
...
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 cb0f5e29e3
)
Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr>
2018-12-14 03:35:55 -08:00
Steve Dower
0e4ad88ff8
bpo-34977: Add Windows App Store package (GH-11027)
...
Also adds the PC/layout script for generating layouts on Windows.
2018-12-10 19:58:52 -08:00
Miss Islington (bot)
b3ffe47bcb
Fix numbered lists in stdtypes.rst. (GH-10989)
...
(cherry picked from commit de9e9b476e
)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
2018-12-10 12:51:32 -08:00
Steve Dower
b264c60985
[3.7] bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029)
2018-12-10 08:11:34 -08:00
Miss Islington (bot)
331bfa4f2c
bpo-22005: Document the reality of pickle compatibility. (GH-11054)
...
(cherry picked from commit e328753d91
)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
2018-12-09 11:48:35 -08:00
Julien Palard
b6b77955f2
[3.7] Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations (GH-9423) (GH-10344)
...
(cherry picked from commit c03bf0ae79
)
2018-12-08 21:56:59 -08:00
Serhiy Storchaka
0d5730e643
[3.7] bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) (GH-11022)
...
encoding='latin1' should be used for successful decoding.
(cherry picked from commit 8452ca15f4
)
2018-12-07 14:56:02 +02:00
Miss Islington (bot)
72c71956ca
Add missing period in distutils.dep_util.newer_group doc (GH-11003)
...
(cherry picked from commit c9566b8c45
)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
2018-12-06 13:30:13 -08:00
Miss Islington (bot)
f913d44eb7
Clarify expectedFailure in the unittest docs. (GH-10953)
...
(cherry picked from commit 91f259b478
)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
2018-12-06 13:16:03 -08:00
Mariatta
c28317e4c2
[3.7] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10961)
...
Escape the \t and \n.
Follow up from https://github.com/python/cpython/pull/10814 ..
(cherry picked from commit 2d8f976cde
)
Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
2018-12-05 16:24:44 -08:00
Miss Islington (bot)
022d7bc7cc
Fix typos in concurrent.Futures documentation (GH-10920)
...
Add a missing word `as` in `as well as an`.
Linkify `threading.Thread`.
(cherry picked from commit 40a61da40d
)
Co-authored-by: Matt Wheeler <m@funkyhat.org>
2018-12-05 14:17:28 -08:00
Miss Islington (bot)
349d9910b2
Correct a couple of unbalanced parenthesis. (GH-10779)
...
(cherry picked from commit 55f41e45b4
)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
2018-12-05 12:15:54 -08:00
Miss Islington (bot)
d2c7c1f768
Move __missing__ after __delitem__ in Data model. (GH-10923)
...
(cherry picked from commit 1ce853f377
)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
2018-12-05 12:11:16 -08:00
Miss Islington (bot)
6627d3ae1e
bpo-35395: fix typos in asyncio eventloop documentation (GH-10880)
...
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 1747334794
)
Co-authored-by: Naglis <naglis@users.noreply.github.com>
2018-12-03 23:36:31 -08:00
Miss Islington (bot)
e8f9e4785c
bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)
...
Also refactor the call recording imolementation and add some notes
about its limitations.
(cherry picked from commit 8ca0fa9d2f
)
Co-authored-by: Chris Withers <chris@withers.org>
2018-12-03 21:54:44 +00:00
Miss Islington (bot)
6cb0486ce8
bpo-35341: Add generic version of OrderedDict to typing (GH-10850)
...
(cherry picked from commit 68b56d02ef
)
Co-authored-by: Ismo Toijala <ismo.toijala@gmail.com>
2018-12-02 08:14:44 -08:00
E Kawashima
7da9755021
[3.7] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (GH-10824)
...
(cherry picked from commit b7c2182604
)
2018-12-01 14:19:39 +02:00
Miss Islington (bot)
0df1f4576e
Fix typo in Memory Management doc. (GH-10798)
...
(cherry picked from commit a407004391
)
Co-authored-by: Kevin Adler <kadler@us.ibm.com>
2018-11-30 00:05:51 -08:00
Miss Islington (bot)
e754159ef0
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10789)
...
PyType_GetFlags() return type is unsigned long, not long.
(cherry picked from commit 9fbcfc08e5
)
Co-authored-by: Eddie Elizondo <eduardo.elizondorueda@gmail.com>
2018-11-29 12:07:33 +01:00
Miss Islington (bot)
24b51b1a49
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (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 a6b3ec5b6d
)
Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
2018-11-28 09:45:36 -08:00
Julien Palard
9c16bc2c3d
[3.7] Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487) (GH-10767)
2018-11-28 07:53:23 -08:00
Julien Palard
6f8cab0db0
[3.7] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) (GH-10722)
...
(cherry picked from commit 5719f275b7
)
Co-authored-by: Mathieu Dupuy <deronnax@users.noreply.github.com>
https://bugs.python.org/issue35255
2018-11-26 09:05:48 -08:00
Miss Islington (bot)
c707400727
bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10708)
2018-11-25 17:00:37 -08:00
Miss Islington (bot)
89a3087d40
bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592)
...
(cherry picked from commit 4bb186d7e2
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-11-25 01:30:37 -08:00
Miss Islington (bot)
70cc092340
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
...
(cherry picked from commit ba57963a95
)
Co-authored-by: takey <taketakeyyy@gmail.com>
2018-11-23 08:59:05 -08:00
Miss Islington (bot)
df6374e15a
bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558)
...
(cherry picked from commit 6b73bb523a
)
Co-authored-by: Julien Palard <julien@palard.fr>
2018-11-21 14:46:30 -08:00
Miss Islington (bot)
3b7258a5a5
[3.7] bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
...
I'll watch for 404 on the old URL and will setup an HTTP redirection if needed.
(cherry picked from commit 361e8683e7
)
Co-authored-by: Zhiming Wang <github@zmwang.pw>
2018-11-21 13:54:17 +01:00
Miss Islington (bot)
d170e594b2
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) (GH-10629)
...
(cherry picked from commit d936a8f8e0
)
Co-authored-by: Julien Palard <julien@palard.fr>
2018-11-21 00:48:57 -08:00
Victor Stinner
6eff6b8eec
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619)
...
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 02e6bf7f20
)
2018-11-20 22:06:21 +01:00
Miss Islington (bot)
f8f9915f95
bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330)
...
(cherry picked from commit 6c48bf2d9e
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-11-20 10:07:54 -08:00
Miss Islington (bot)
d1a97b3659
[3.7] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) (GH-10586)
...
Source of T_STRING: e42b705188/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 689d555ec1
)
Co-authored-by: Windson yang <wiwindson@outlook.com>
https://bugs.python.org/issue25438
2018-11-17 11:49:58 -08:00
Miss Islington (bot)
0461c3b635
bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)
...
(cherry picked from commit 4edeaeac4c
)
Co-authored-by: Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>
2018-11-16 05:55:14 -08:00
Miss Islington (bot)
be34cb26b9
Fix outdated info in datamodel about dicts (GH-9807)
...
(cherry picked from commit a48e0eb967
)
Co-authored-by: wim glenn <wim.glenn@gmail.com>
2018-11-16 04:20:03 -08:00
Miss Islington (bot)
1b80a373d1
bpo-33816: Remove outdated metaclass example (GH-7566)
...
(cherry picked from commit c2ccac7b9f
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-11-16 03:51:20 -08:00
Miss Islington (bot)
579c417564
bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478)
...
(cherry picked from commit b65413b497
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2018-11-15 11:31:31 -08:00
Miss Islington (bot)
b6b56b49e9
Fix typo in asynchronous generator iterator documentation (GH-10542)
...
Remove an unnecessary "that":
... will execute that the body ... -> ... will execute the body ...
(cherry picked from commit 25221b3283
)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2018-11-14 22:20:16 -08:00
Julien Palard
9053d2f2e0
[3.7] bpo-32613: Update window FAQ (GH-5552). (GH-10544)
...
(cherry picked from commit 64313478bc
)
Co-authored-by: Julien Palard <julien@palard.fr>
https://bugs.python.org/issue32613
2018-11-14 09:17:35 -08:00
Miss Islington (bot)
52fb9f14b1
Grammar corrections in abc.rst (GH-10525)
...
(cherry picked from commit 8e0b05e2f4
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-11-13 17:00:36 -08:00
Miss Islington (bot)
e7a5be5cb5
Link to property built-in in abc.rst (GH-10526)
...
(cherry picked from commit bf1355b424
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-11-13 16:45:11 -08:00