Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 15 March #1

Merged
merged 2,144 commits into from
Mar 16, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
2144 commits
Select commit Hold shift + click to select a range
64fc105
bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
vstinner Jan 27, 2021
23a567c
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
ZackerySpytz Jan 28, 2021
d6c33fb
bpo-42990: Introduce 'frame constructor' struct to simplify API for P…
markshannon Jan 29, 2021
a619263
bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356)
vstinner Jan 29, 2021
6372a4c
Fixed typo in turtle.rst (GH-24371)
Seluj78 Jan 29, 2021
11d75ec
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
terryjreedy Jan 29, 2021
6baaae5
Fixing typos in turtle.rst (GH-24376)
Seluj78 Jan 29, 2021
62949f6
bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (…
zooba Jan 29, 2021
0837f99
bpo-42323: Fix math.nextafter() on AIX (GH-24381)
vstinner Jan 29, 2021
7fdab83
Fix a reference leak in the compiler for compiler_lambda() (GH-24382)
pablogsal Jan 29, 2021
ba7a99d
bpo-38631: Replace compiler fatal errors with exceptions (GH-24369)
vstinner Jan 30, 2021
5c5a938
bpo-42927: Inline cache for attributes defined with '__slots__' (#24216)
gvanrossum Jan 30, 2021
62437a2
bpo-43047: logging.config formatters documentation update (GH-24358)
ianw Jan 30, 2021
86e322f
bpo-40455: Fix gcc10+ warning about writing into a section of offset …
pablogsal Jan 30, 2021
4d11ecb
bpo-43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (GH-…
pfmoore Jan 30, 2021
e603443
bpo-43059: Remove reference to legacy external sqlite3 repository (GH…
LukeLR Jan 31, 2021
89294e3
Doc: errors tutorial improvements (GH-16269)
adorilson Jan 31, 2021
42b1806
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed…
serhiy-storchaka Jan 31, 2021
d64fd4b
bpo-43016: Rewrite tests for curses (GH-24312)
serhiy-storchaka Jan 31, 2021
9073180
bpo-43083: Fix error handling in _sqlite3 (GH-24395)
serhiy-storchaka Jan 31, 2021
3243e8a
bpo-41604: Don't decrement the reference count of the previous user_p…
madebr Jan 31, 2021
a1e9a1e
bpo-43016: Fix test_curses on platform without cursesw (GH-24405)
serhiy-storchaka Jan 31, 2021
4090151
bpo-42986: Fix parser crash when reporting syntax errors in f-string …
pablogsal Jan 31, 2021
835f14f
bpo-43017: Improve error message for unparenthesised tuples in compre…
pablogsal Jan 31, 2021
a776da9
bpo-42927: Update the What's new entry for LOAD_ATTR optimizations (G…
pablogsal Jan 31, 2021
49926cf
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is …
ronaldoussoren Feb 1, 2021
0332e56
bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)
markshannon Feb 1, 2021
574aed1
Fix typo in Lib/trace.py (GH-24309)
Jongy Feb 1, 2021
b5931f1
bpo-42834: Fix _json internal caches for subinterpreters (GH-24121)
Fidget-Spinner Feb 1, 2021
000cde5
bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348)
kebab-mai-haddi Feb 1, 2021
9eb11a1
bpo-41748: Handles unquoted attributes with commas (#24072)
karlcow Feb 1, 2021
802b645
Only eliminate jumps to successor block if jump is unconditional. (GH…
markshannon Feb 2, 2021
58fb156
bpo-42997: Improve error message for missing : before suites (GH-24292)
pablogsal Feb 2, 2021
01c4fdd
bpo-41149: Fix a bug in threading that causes fals-y threads callable…
BarneyStratford Feb 2, 2021
bb739ec
bpo-43108: Fix a reference leak in the curses module (GH-24420)
pablogsal Feb 2, 2021
22dbd9e
Python 3.10.0a5
pablogsal Feb 2, 2021
b0478d7
Fix Sphynx syntax in the memory.rst document
pablogsal Feb 2, 2021
2edaf6a
bpo-8264: Document hasattr and getattr behavior for private attribute…
Fidget-Spinner Feb 2, 2021
1ba08a1
Add link to Microsoft docs for limitations in Windows Store package (…
zooba Feb 3, 2021
a98fe02
bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394)
diegoe Feb 3, 2021
8d998f1
Merge tag 'v3.10.0a5'
pablogsal Feb 3, 2021
12d0a76
Post 3.10.0a5
pablogsal Feb 3, 2021
aa4caf9
build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-2…
dependabot[bot] Feb 3, 2021
bfe544d
Fix typo (GH-23019)
Harry-Lees Feb 3, 2021
d4e6ed7
bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24…
pablogsal Feb 3, 2021
f917c24
bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428)
corona10 Feb 3, 2021
d30951d
Fix dependabot.yml file (GH-24443)
Mariatta Feb 4, 2021
497b564
build(deps): bump actions/cache from v2.1.3 to v2.1.4 (#24446)
dependabot[bot] Feb 4, 2021
28873a7
Fix signed/unsigned comparison to avoid compilation warning (GH-24441)
Fidget-Spinner Feb 4, 2021
196d4de
bpo-42882: Fix MSVC warnings in pystate.c (GH-24440)
Fidget-Spinner Feb 4, 2021
b6d68aa
bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH…
rhettinger Feb 4, 2021
d938816
bpo-35295: Remove outdated comment. (GH-24453)
methane Feb 5, 2021
d9dda32
Reduce overhead on random timings (GH-24455)
rhettinger Feb 5, 2021
755c6e6
Minor readability improvements. Also note performance impact of __sl…
rhettinger Feb 5, 2021
effaec0
bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _z…
ZackerySpytz Feb 5, 2021
4bb332c
Fix a typo in a deprecation warning (GH-24423)
ZackerySpytz Feb 5, 2021
5f18c22
Simple typo fix (GH-24448)
atenni Feb 5, 2021
0ec57e2
bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-…
terryjreedy Feb 7, 2021
206cbda
bpo-43149: Improve error message for exception group without parenthe…
pablogsal Feb 7, 2021
30a8b28
bpo-43147: Remove archaic terminology. (GH-24462)
rhettinger Feb 8, 2021
bf2e7e5
bpo-40692: Run more test_concurrent_futures tests (GH-20239)
paulproteus Feb 8, 2021
e1f7769
bpo-13501: allow choosing between readline and libedit (GH-24189)
rohieb Feb 9, 2021
d65b903
bpo-43162: [Enum] deprecate enum member.member access (GH-24486)
ethanfurman Feb 9, 2021
5f77dee
Improve docs of PEP 604 Union (#24301)
Fidget-Spinner Feb 9, 2021
da21f7b
bpo-41824: Add versionadded for typing.ForwardRef docs (#24224)
Fidget-Spinner Feb 9, 2021
b74396c
bpo-43166: Disable ceval.c optimisations for Windows debug builds (GH…
zooba Feb 9, 2021
dbb2281
bpo-43163: Handle unclosed parentheses in codeop (GH-24483)
pablogsal Feb 9, 2021
bdb941b
bpo-42217: compiler: merge same co_code and co_linetable objects (GH-…
methane Feb 10, 2021
749d40a
Fix link to sqlite3 enable_shared_cache documentation (GH-24496)
orf Feb 10, 2021
ea46579
bpo-40956: Fix segfault when Connection.backup is called without targ…
Feb 10, 2021
fedd86d
bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)
methane Feb 12, 2021
2068b26
bpo-43202: Immediately return code object in codeop._maybe_compile (G…
terryjreedy Feb 12, 2021
5ec7d53
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c commen…
Feb 12, 2021
fd053fd
bpo-43172: readline now passes its tests when built against libedit (…
gpshead Feb 12, 2021
762fe7d
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
ZackerySpytz Feb 13, 2021
b676f5f
bpo-43202: More codeop._maybe_compile clean-ups (GH-24512)
terryjreedy Feb 13, 2021
3cf0833
bpo-43152: Update assert statement to remove unused warning (GH-24473)
corona10 Feb 14, 2021
1b57426
bpo-43210: Fix byteswap comment in sha512.module.c (GH-24518)
Feb 14, 2021
fcbe0cb
bpo-42967: only use '&' as a query string separator (#24297)
AdamGold Feb 14, 2021
4bb2a1e
bpo-43181: Convert PyObject_TypeCheck to static inline function (GH-2…
Feb 15, 2021
a2f0654
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
Fidget-Spinner Feb 15, 2021
ab2d481
bpo-43231: Fix test.test_curses.TestCurses.test_init_pair when runnin…
pablogsal Feb 15, 2021
d020496
bpo-43231: Correctly calculate the curses color pair limit when check…
pablogsal Feb 15, 2021
813db24
Add a warning block around the get_referrers() documentation (GH-24511)
pablogsal Feb 15, 2021
755f3c1
bpo-42819, readline: Disable bracketed paste (GH-24108)
dtrodrigues Feb 15, 2021
8a8b5df
bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500)
ZackerySpytz Feb 16, 2021
871eb42
bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535)
Feb 16, 2021
17dbd40
bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)
Feb 16, 2021
cc54001
bpo-40170: Always define PyIter_Check() as a function (GH-24548)
Feb 16, 2021
6a41775
Update urllib2.rst (GH-24236)
creich Feb 17, 2021
801bb0b
bpo-43103: Add configure --without-static-libpython (GH-24418)
vstinner Feb 17, 2021
cd80f43
bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24…
Feb 17, 2021
630264a
bpo-40170: Move 3 NEWS entries to the C API section (GH-24555)
Feb 17, 2021
366dc3a
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH…
nw0 Feb 17, 2021
a3c3ffa
bpo-42990: Add __builtins__ attribute to functions (GH-24559)
vstinner Feb 18, 2021
7be00ee
bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251)
devnexen Feb 18, 2021
47feb1f
bpo-43249: sqlite3_column_bytes() must follow sqlite_column_blob() (G…
Feb 18, 2021
cc96231
bpo-43249: Improve scoping in _pysqlite_fetch_one_row() (GH-24565)
Feb 18, 2021
44085a3
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
vstinner Feb 18, 2021
743932d
Remove all links to mingw.org (GH-24552)
ucodery Feb 18, 2021
ffa55d2
bpo-39448: Add regen-frozen makefile target. (GH-18174)
nascheme Feb 19, 2021
e92d67d
closes bpo-43254: Fix *snprintf() man page refs. (GH-24563)
Feb 19, 2021
979b23c
bpo-43258: Don't allocate sqlite3 aggregate context for empty queries…
Feb 19, 2021
2bb0bf4
bpo-43258: Make sqlite3 callback functions static (GH-24574)
Feb 19, 2021
5592f2b
bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET(…
vstinner Feb 19, 2021
6207810
bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-2…
vstinner Feb 19, 2021
101bf69
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
vstinner Feb 19, 2021
acde3f1
bpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581)
vstinner Feb 19, 2021
a486054
bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)
vstinner Feb 19, 2021
bcb094b
bpo-43268: Pass interp rather than tstate to internal functions (GH-2…
vstinner Feb 19, 2021
839184f
bpo-43268: local_clear() uses _PyInterpreterState_GET() (GH-24583)
vstinner Feb 19, 2021
4a6bf27
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
nw0 Feb 19, 2021
2d3e463
closes bpo-43266: Improve array formatting. (GH-24573)
Feb 19, 2021
b4af629
bpo-42825: Enable /OPT:REF (GH-24098)
Austin-Lamb Feb 19, 2021
b30fcba
bpo-43042: Augment tutorial sentence (GH-24514)
terryjreedy Feb 20, 2021
292f231
Fix typo in dis module doc (GH-24509)
iritkatriel Feb 20, 2021
4233ff3
Fix typo in launcher.c (GH-24497)
eltociear Feb 20, 2021
46496f9
bpo-42990: Functions inherit current builtins (GH-24564)
vstinner Feb 20, 2021
d439fb3
bpo-43277: Add PySet_CheckExact to the C-API (GH-24598)
pablogsal Feb 20, 2021
bf838a6
bpo-43269: Clean up sqlite3 file scope (GH-24578)
Feb 21, 2021
2f9ef51
bpo-27646: Say that 'yield from' expression can be any iterable (GH-2…
terryjreedy Feb 21, 2021
4cf7bb8
bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)
terryjreedy Feb 21, 2021
38b6c2a
bpo-43269: Remove redundant extern keywords (GH-24605)
Feb 21, 2021
d5fc998
bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582)
vstinner Feb 21, 2021
50288aa
bpo-43288: Fix bug in test_importlib test. (GH-24612)
nascheme Feb 21, 2021
84f7afe
Fix failed merge of bpo-43288. (GH-24614)
nascheme Feb 21, 2021
01806d5
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
methane Feb 21, 2021
b19855b
bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance (G…
sweeneyde Feb 22, 2021
5a4aa4c
bpo-23882: Doc: Clarify unittest discovery document (GH-21560)
methane Feb 22, 2021
91a639a
bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'.…
methane Feb 22, 2021
2d6f2ee
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
methane Feb 22, 2021
7bb1caf
bpo-43239: Export PyCFunction_New with PyAPI_FUNC (GH-24551)
encukou Feb 23, 2021
26f18b8
bpo-43146: fix regression in traceback.print_exception(None) (GH-24463)
iritkatriel Feb 23, 2021
b798ab0
bpo-43146: fix None-handling in single-arg traceback.print_exception(…
iritkatriel Feb 23, 2021
2827e8a
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
terryjreedy Feb 24, 2021
b9fe16a
bpo-41841: Revise header (GH-24633)
terryjreedy Feb 24, 2021
1f43340
bpo-42151: don't set specified_attributes=1 in pure Python ElementTre…
obfusk Feb 24, 2021
32181be
bpo-43293: Doc: move note about GIL to top of threading module (GH-24…
quantum5 Feb 24, 2021
70f8ebe
Remove comment about a private email.headerregistry (GH-24233)
The-Compiler Feb 24, 2021
cc3df63
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
rhpvorderman Feb 25, 2021
91ea37c
bpo-43290: Remove workaround from pysqlite_step() (GH-24638)
Feb 25, 2021
3150754
bpo-43314: Remove SQLITE_OPEN_URI ifdef (GH-24637)
Feb 26, 2021
9525a18
bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)
methane Feb 26, 2021
c6ccdfb
bpo-43144: Mark unicodedata's test_normalization as requiring network…
ammaraskar Feb 26, 2021
28a30bc
closes bpo-43278: remove unnecessary leading '\n' from COMPILER when …
josephshen Feb 26, 2021
25935a2
Update logging.config.rst (GH-24630)
MasaYan24 Feb 26, 2021
7956ef8
bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#2…
rhpvorderman Feb 26, 2021
5e48e83
bpo-43294: Remove unused variables in pysqlite_connection_*() (GH-24658)
Feb 26, 2021
cc02b4f
bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImple…
ashkop Feb 26, 2021
145bf26
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
brandtbucher Feb 26, 2021
c71d24f
bpo-43321: Fix SystemError in getargs.c (GH-24656)
methane Feb 27, 2021
bf9de7a
bpo-43335: Update macro to check gcc version (GH-24662)
corona10 Feb 28, 2021
1e3c682
bpo-43345: Enhance TypedDict documentation. (#24668)
Feb 28, 2021
2183d06
bpo-43251: sqlite3_column_name() failures now raise MemoryError (GH-2…
Feb 28, 2021
73a85c4
bpo-41972: Use the two-way algorithm for string searching (GH-22904)
sweeneyde Feb 28, 2021
e8f5ddd
Add whatsnew note for GH-22904 (#24672)
sweeneyde Feb 28, 2021
af5fa13
bpo-37146: Deactivate opcode cache only when using huntrleaks in the …
pablogsal Feb 28, 2021
0d7ad9f
bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19…
FFY00 Feb 28, 2021
41934b3
GH-42128: Add Pattern Matching to What's New (#24667)
willingc Feb 28, 2021
a8e2615
bpo-42128: Add documentation for the new match-based AST nodes (GH-24…
pablogsal Mar 1, 2021
d202794
bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)
m000 Mar 1, 2021
a22bca6
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
dmoisset Mar 1, 2021
a65b050
bpo-42603: Add whatsnew and ACKS entries. (GH-24675)
ned-deily Mar 1, 2021
0608425
bpo-43103: Fix build failure with macOS framework builds. (GH-24676)
ned-deily Mar 1, 2021
0242494
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24…
ned-deily Mar 1, 2021
c994ffe
bpo-11717: fix ssize_t redefinition error when targeting 32bit Window…
JoeyGrajciar Mar 1, 2021
f4d7d46
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
Mar 1, 2021
8c9453b
Fix typo in Mac/README.rst (#24682)
eltociear Mar 1, 2021
06c245f
Python 3.10.0a6
pablogsal Mar 1, 2021
cc12888
Remove unused suspicious rule in the docs
pablogsal Mar 1, 2021
f193874
Fix grammar in enum documentation. (GH-24689)
Mariatta Mar 1, 2021
4b7f4ff
Merge tag 'v3.10.0a6'
pablogsal Mar 1, 2021
7c25508
Post 3.10.0a6
pablogsal Mar 1, 2021
dbfabcc
Fixed linenumber missing when audit hook has an error (GH-24692)
Seluj78 Mar 1, 2021
72fcd14
bpo-42840: Document providing kwargs to type. (#24173)
esoma Mar 1, 2021
a347bc0
Doc: Improve library/json document. (GH-24390)
adorilson Mar 2, 2021
5bfa945
bpo-41282: distutils: Fix stacklevel for DeprecationWarning (GH-24657)
methane Mar 2, 2021
25e244c
bpo-39523: Use do-while loop pysqlite_cursor_executescript() (GH-18305)
alexhenrie Mar 2, 2021
503627f
bpo-43358: Fix bad free in assemble function (GH-24697)
alexhenrie Mar 2, 2021
b36349a
bpo-43049: Use io.IncrementalNewlineDecoder for doctest newline conve…
pdonis Mar 2, 2021
132131b
bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)
winsonluk Mar 2, 2021
3a87e56
bpo-42994: Add MIME types for opus, AAC, 3gpp and 3gpp2 (#24287)
ndbeals Mar 3, 2021
727a68b
Reorder contents of 3.10's What's New (#24687)
Fidget-Spinner Mar 3, 2021
94894dd
Pin test runner to Ubuntu 18 to un-break CI (#24715)
brandtbucher Mar 3, 2021
b04f1cb
Doc: typo fix. (GH-24721)
JulienPalard Mar 3, 2021
09605ad
missing multiply symbol in the documentation (GH-24686)
sekomer Mar 3, 2021
3b4b2cf
bpo-43368: Fix fetching empty bytes in sqlite3 (GH-24706)
felixxm Mar 3, 2021
04f6fbb
bpo-43295: Fix error handling of datetime.strptime format string '%z'…
noormichael Mar 3, 2021
44e580f
bpo-43162: [Enum] update docs, renable doc tests (GH-24487)
ethanfurman Mar 3, 2021
62e3b63
Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)
pablogsal Mar 3, 2021
9c79274
bpo-40701: tempfile mixes str and bytes in an inconsistent manner (GH…
ericzolf Mar 3, 2021
0632b10
bpo-42128: Add __match_args__ to structseq-based classes (GH-24732)
pablogsal Mar 4, 2021
8747c1f
Improve the description of the improvements in bpo-42202 (GH-24738)
pablogsal Mar 4, 2021
131d551
bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (…
db3l Mar 4, 2021
c61ec7e
bpo-43394: Fix -Wstrict-prototypes warnings (GH-24737)
brandtbucher Mar 4, 2021
e161ec5
bpo-43369: sqlite3_column_{text,blob} failures now raise MemoryError …
Mar 4, 2021
40d1b83
bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)
Mar 4, 2021
cb7bc76
bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)
ader1990 Mar 4, 2021
b225d91
bpo-43391: Remove the broken Python 2.4 link from the comment (GH-24736)
kamilturek Mar 4, 2021
fbf75b9
Revert "bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)…
jaraco Mar 4, 2021
6714825
bpo-42129: Add support for resources in namespaces (GH-24670)
jaraco Mar 4, 2021
2122e48
bpo-43400: Remove "easy to use" from mock docs (GH-24752)
eppeters Mar 4, 2021
02ac6f4
bpo-43390: Set SA_ONSTACK in PyOS_setsig (GH-24730)
gpshead Mar 5, 2021
68245b7
bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` t…
pitrou Mar 5, 2021
8e1b406
Make tracing info (bounds, and previous instruction offset) a bit mor…
markshannon Mar 5, 2021
ff5f059
bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-…
moreati Mar 6, 2021
5eb7796
Put contextvars docs into the concurrency category (GH-24760)
brettcannon Mar 6, 2021
87ec26b
bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)
nascheme Mar 6, 2021
8aabfa8
bpo-43405: Fix DeprecationWarnings in test_unicode (GH-24754)
ZackerySpytz Mar 7, 2021
8d00462
bpo-43319: Fixed the tutorial on venv about standard library (GH-24740)
cmhzc Mar 7, 2021
c25910a
bpo-43332: Buffer proxy connection setup packets before sending. (GH-…
gpshead Mar 8, 2021
bbba282
bpo-43353: Document that logging.getLevelName() accepts string repres…
felixxm Mar 8, 2021
3abf6f0
bpo-14678: Update zipimport to support importlib.invalidate_caches() …
desmondcheongzx Mar 8, 2021
9f672a5
bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API (GH…
vstinner Mar 8, 2021
0554044
bpo-43415: Fix typo on dataclasses.rst (#24789)
gmcrocetti Mar 8, 2021
0d6bd1c
bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)
vstinner Mar 9, 2021
31818e9
bpo-43440 : Enable SQLite R*Tree support for windows builds (GH-24797)
Mar 9, 2021
62a03cd
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
kamilturek Mar 9, 2021
b4f9089
bpo-43439: Add audit hooks for gc functions (GH-24794)
pablogsal Mar 10, 2021
307745a
bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)
vstinner Mar 10, 2021
57827f8
Fix typo in compile.c (GH-24812)
eltociear Mar 10, 2021
a9c03d7
bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH…
vstinner Mar 10, 2021
1fa17e8
bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815)
vstinner Mar 10, 2021
0a30f0e
Fix error in documentation for ast.match_case (GH-24807)
freundTech Mar 10, 2021
9a9c11a
bpo-43287: Use PEP 590 vectorcall to speed up filter() (GH-24611)
corona10 Mar 10, 2021
87f649a
bpo-43311: Create GIL autoTSSkey ealier (GH-24819)
vstinner Mar 10, 2021
b4fc44b
bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)
cdgriffith Mar 11, 2021
ba251c2
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
pitrou Mar 11, 2021
7591d94
bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118)
pepoluan Mar 12, 2021
b6884ad
Update client.py (GH-24827)
geryogam Mar 13, 2021
d0a4454
Update link to Django's Context class. (#24805)
felixxm Mar 13, 2021
5bd1059
bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)
JunyiXie Mar 13, 2021
75048c8
bpo-43441: Fix _PyType_ClearCache() for subinterpreters (GH-24822)
JunyiXie Mar 13, 2021
2256a28
bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801)
Mar 13, 2021
f917efc
bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)
jaraco Mar 13, 2021
f00e82f
bpo-43427: Separte the method overview from the static method specif…
rhettinger Mar 13, 2021
f2b4536
Fix some minor errors in the docs (GH-24834)
ZackerySpytz Mar 14, 2021
9c376bc
bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-…
pablogsal Mar 14, 2021
9923df9
bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-2…
kamilturek Mar 14, 2021
cd8dcbc
bpo-43410: Fix crash in the parser when producing syntax errors when …
pablogsal Mar 14, 2021
d48848c
bpo-39316: Make sure that attribute accesses and stores, including me…
markshannon Mar 14, 2021
bd2fa3c
bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDir…
CAM-Gerlach Mar 14, 2021
5e29021
bpo-43199: Briefly explain why no goto (GH-24852)
terryjreedy Mar 14, 2021
35d5068
bpo-43428: Improve documentation for importlib.metadata changes. (GH-…
jaraco Mar 15, 2021
c544093
Mark POP_TOP at end of expression statement as artificial, to conform…
markshannon Mar 15, 2021
93d33b4
Fix typo in the word "spaghetti" (GH-24866)
heckad Mar 15, 2021
0ab152c
bpo-43285 Make ftplib not trust the PASV response. (GH-24838)
gpshead Mar 15, 2021
0269ce8
bpo-41933: Clarify wording for s * n in Common Sequence Operations (G…
Sipty Mar 15, 2021
d69ae75
Minor updates to the vector demo (GH-24853)
rhettinger Mar 16, 2021
448801d
bpo-41361: Optimized argument parsing for deque_rotate (GH-24796)
sweeneyde Mar 16, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps): bump actions/cache from v2.1.3 to v2.1.4 (python#24446)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.3...26968a0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2021
commit 497b5649cf4d4201852cf022037dd7b5f897416a
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: sudo ./.github/workflows/posix-deps-apt.sh
- name: 'Restore OpenSSL build'
id: cache-openssl
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: sudo ./.github/workflows/posix-deps-apt.sh
- name: 'Restore OpenSSL build'
id: cache-openssl
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
Expand Down