Miss Islington (bot)
070d3d928d
bpo-37459: importlib docs improperly reference get_resource_loader() (GH-14568) (GH-14580)
...
* bpo-37459: importlib docs improperly reference get_resource_loader()
(cherry picked from commit b607d992e7 )
Co-authored-by: aldwinaldwin <aldwinaldwin@users.noreply.github.com >
2019-07-03 18:27:40 -07:00
Miss Islington (bot)
b8e198a5d0
bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)
...
(cherry picked from commit aeecf38066 )
Co-authored-by: Hai Shi <shihai1992@gmail.com >
2019-07-02 19:04:29 -07:00
Miss Islington (bot)
746992c1ae
bpo-37363: Add audit events on startup for the run commands (GH-14524)
...
(cherry picked from commit e226e83d36 )
Co-authored-by: Steve Dower <steve.dower@python.org >
2019-07-01 16:22:29 -07:00
Miss Islington (bot)
91f9f098fc
bpo-37470: Document more clearly the error handling for QueueHandler.emit(). (GH-14532) (GH-14533)
...
(cherry picked from commit 0f4e813282 )
2019-07-01 20:53:39 +01:00
Miss Islington (bot)
6cde61369e
bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListener. (GH-14521) (GH-14525)
...
(cherry picked from commit e6b64b756f )
2019-07-01 19:53:28 +01:00
Miss Islington (bot)
96f581cf9d
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
...
(cherry picked from commit 36242fd871 )
Co-authored-by: Victor Stinner <vstinner@redhat.com >
2019-07-01 10:39:58 -07:00
Miss Islington (bot)
59ec9ee4d7
bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485)
...
Subsequent -> subsequent
https://bugs.python.org/issue36168
(cherry picked from commit 12b436e3b0 )
Co-authored-by: Krishna Oza <krishoza15sep@gmail.com >
2019-07-01 09:30:48 -07:00
Miss Islington (bot)
e224d2865a
bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503) (GH-14512)
...
(cherry picked from commit ec6c1bd049 )
Co-authored-by: Pierre Glaser <pierreglaser@msn.com >
2019-07-01 16:05:02 +02:00
Miss Islington (bot)
be5bb52f5f
bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)
...
bdist_wininst depends on MBCS codec, unavailable on non-Windows,
and bdist_wininst have not worked since at least Python 3.2, possibly
never on Python 3.
Here we document that bdist_wininst is only supported on Windows,
and we mark it unsupported otherwise to skip tests.
Distributors of Python 3 can now safely drop the bdist_wininst .exe files
without the need to skip bdist_wininst related tests.
(cherry picked from commit 72cd653c4e )
Co-authored-by: Miro HronĨok <miro@hroncok.cz >
2019-07-01 05:54:19 -07:00
Miss Islington (bot)
3db5c5c763
bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHandler. (GH-14498) (GH-14507)
...
(cherry picked from commit 84de34e39e )
2019-07-01 13:12:08 +01:00
Miss Islington (bot)
cb083f7cdf
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) ( #14505 )
...
Add PyCode_NewEx to be used internally and set PyCode_New as a compatibility wrapper
(cherry picked from commit 4a2edc34a4 )
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com >
2019-07-01 13:29:14 +02:00
Miss Islington (bot)
ee72dda961
[3.8] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH-14495)
...
Post-handshake authentication is required for conditional client cert authentication with TLS 1.3.
https://bugs.python.org/issue37440
(cherry picked from commit d1bd6e79da )
Co-authored-by: Christian Heimes <christian@python.org >
https://bugs.python.org/issue37440
2019-07-01 00:07:44 -07:00
Miss Islington (bot)
bf8cb31803
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344)
...
(cherry picked from commit 0d671c04c3 )
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com >
2019-06-30 03:22:34 -07:00
Miss Islington (bot)
3e133c401a
bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)
...
* Added documentation for textwrap.dedent behavior.
* Remove an obsolete note about pre-2.5 behavior from the docstring.
(cherry picked from commit eb97b9211e )
Co-authored-by: tmblweed <tmblweed@users.noreply.github.com >
2019-06-29 21:40:41 -07:00
Miss Islington (bot)
0cba121029
bpo-37403: Touch up venv docs (GH-14458)
...
Add a versionadded for PS Core and note that `.venv` is a common virtual environment name.
(cherry picked from commit f9f8e3ce70 )
Co-authored-by: Brett Cannon <54418+brettcannon@users.noreply.github.com >
2019-06-28 12:36:09 -07:00
Miss Islington (bot)
ad00640f93
bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
...
(cherry picked from commit b4bee03087 )
Co-authored-by: Hai Shi <shihai1992@gmail.com >
2019-06-28 02:16:36 -07:00
Miss Islington (bot)
4fee28aa42
bpo-37390: Add audit event table to documentations (GH-14406)
...
Also updates some (unreleased) event names to be consistent with the others.
(cherry picked from commit 44f91c388a )
Co-authored-by: Steve Dower <steve.dower@python.org >
2019-06-27 11:07:16 -07:00
Steve Dower
af7282e129
Improve Windows commands in tutorial (GH-14400)
2019-06-26 09:41:45 -07:00
Miss Islington (bot)
63429c839b
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
...
The os.getcwdb() function now uses the UTF-8 encoding on Windows,
rather than the ANSI code page: see PEP 529 for the rationale. The
function is no longer deprecated on Windows.
os.getcwd() and os.getcwdb() now detect integer overflow on memory
allocations. On Unix, these functions properly report MemoryError on
memory allocation failure.
(cherry picked from commit 689830ee62 )
Co-authored-by: Victor Stinner <vstinner@redhat.com >
2019-06-26 09:14:30 -07:00
Steve Dower
25fbe33b92
bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-14375)
2019-06-25 08:20:43 -07:00
Miss Islington (bot)
8d6668c92b
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
...
(cherry picked from commit de9b606c90 )
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com >
2019-06-25 04:02:49 -07:00
Miss Islington (bot)
ced9e11931
bpo-35224: Add What's new entry for evaluation order in dict comprehensions (GH-14319)
...
(cherry picked from commit b51b7137fa )
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com >
2019-06-24 18:49:07 -07:00
Miss Islington (bot)
7268fd0d21
bpo-36889: Document asyncio Stream and StreamServer (GH-14203)
...
(cherry picked from commit 6793cce155 )
Co-authored-by: Xtreak <tir.karthi@gmail.com >
2019-06-24 11:33:11 -07:00
Miss Islington (bot)
8763d43a95
bpo-37363: Add audit events for a range of modules (GH-14301)
...
(cherry picked from commit 60419a7e96 )
Co-authored-by: Steve Dower <steve.dower@python.org >
2019-06-24 09:09:47 -07:00
Miss Islington (bot)
2e0ec5b4b7
asyncio: Fix docs for default event loop (GH-14308)
...
When the Windows default event loop changed, `asyncio-policy.rst` was updated but `asyncio-eventloop.rst` was missed.
(cherry picked from commit 9ffca670ed )
Co-authored-by: Ben Darnell <ben@bendarnell.com >
2019-06-23 17:33:00 -07:00