Commit graph

  • aa8f6d2708
    gh-118374: test_ast: Add `ctx argument to ast.Name` calls (#118375) Kirill Podoprigora 2024-04-29 08:38:46 +03:00
  • 133c1a7cdb
    gh-118293: Suppress mouse cursor feedback when launching Windows processes with multiprocessing (GH-118315) Henrik Tunedal 2024-04-28 23:10:44 +02:00
  • f5b7e397c0
    gh-101100: Fix Sphinx warnings in whatsnew/3.10.rst (#118356) Hugo van Kemenade 2024-04-28 21:12:25 +03:00
  • 33c6cf3148
    gh-101100: Fix Sphinx warnings in library/faulthandler.rst (#118353) Hugo van Kemenade 2024-04-28 21:06:45 +03:00
  • e0ab642436
    gh-101100: Fix Sphinx warnings in whatsnew/3.9.rst (#118364) Hugo van Kemenade 2024-04-28 20:31:22 +03:00
  • c618d53a3a
    Fix typo in Tools/wasm/README.md(#118358) Xie Yanbo 2024-04-29 01:00:48 +08:00
  • 2326d6c868
    gh-109118: Make comprehensions work within annotation scopes, but without inlining (#118160) Jelle Zijlstra 2024-04-28 06:21:28 -07:00
  • 51aefc5bf9
    gh-118323: Document && grammar syntax (#118324) Nikita Sobolev 2024-04-27 13:36:06 +03:00
  • c57326f487
    Correct typo in iOS README (#118341) Wulian233 2024-04-27 17:25:32 +08:00
  • 8397d8d300
    Correct spelling error in recent NEWS entry (#118308) Xie Yanbo 2024-04-27 10:06:08 +08:00
  • 1d33925176
    gh-110693: Use a Larger Queue for Per-Interpreter Pending Calls (gh-118302) Eric Snow 2024-04-26 19:13:44 -06:00
  • 194fd17bc6
    bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664) Cheryl Sabella 2024-04-26 14:27:58 -07:00
  • b43c7e1070
    gh-112730: Respect tests that require environment variables with no-colorize fixes (#118288) Pablo Galindo Salgado 2024-04-26 21:23:30 +01:00
  • 5a90de0d4c
    gh-116749: Disable GIL by default in free-threaded build (#118295) Sam Gross 2024-04-26 14:22:29 -04:00
  • 3e06c7f719
    GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-118279) Mark Shannon 2024-04-26 18:08:50 +01:00
  • 63add11704
    gh-117680: Fix msvc warning in instruction_sequence.c (#118326) neonene 2024-04-27 01:20:30 +09:00
  • 0f99861332
    gh-117385: Remove unhooked events on sys.settrace (GH-117386) Tian Gao 2024-04-26 09:01:44 -07:00
  • a5eeb832c2
    gh-117657: Fix race data race in _Py_IsOwnedByCurrentThread() (#118258) mpage 2024-04-26 07:39:08 -07:00
  • 5a4d3df2fa
    Fix note in Enum.__new__ docs (#118284) Philipp A 2024-04-26 16:06:53 +02:00
  • 463c20dae9
    gh-117928: Bump the minimum Sphinx version to 6.2.1 (#117853) Kirill Podoprigora 2024-04-26 13:10:16 +03:00
  • ef940dec40
    gh-118235: Skip RAISE_SYNTAX_ERROR rules in the grammar spec (GH-118237) Petr Viktorin 2024-04-26 11:01:30 +02:00
  • 09c2947581
    gh-110693: Pending Calls Machinery Cleanups (gh-118296) Eric Snow 2024-04-25 19:05:51 -06:00
  • d5df25268b
    gh-112075: _Py_dict_lookup needs to lock shared keys (#117528) Dino Viehland 2024-04-25 15:34:05 -07:00
  • c379de224c
    Remove tests_gui variables from Tkinter tests (GH-118280) Serhiy Storchaka 2024-04-25 19:27:51 +03:00
  • 5da0280648
    gh-117657: Fixes a few small TSAN issues in dictobject (#118200) Dino Viehland 2024-04-25 08:53:29 -07:00
  • cce5ae6082
    gh-117657: Add a couple more TSAN suppressions (#118256) mpage 2024-04-25 08:48:16 -07:00
  • f14e9f9154
    gh-117657: Fix data race in _Py_IsImmortal (#118261) mpage 2024-04-25 08:31:57 -07:00
  • fb7f79b4da
    gh-117566: fix IPv6Address.is_loopback for IPv4-mapped loopbacks (GH-117567) Faidon Liambotis 2024-04-25 18:17:40 +03:00
  • eb20a7d12c
    gh-112069: Do not require lock if the set has never been exposed. (gh-118069) Donghee Na 2024-04-26 00:13:57 +09:00
  • 1723c76d79
    Fix incorrect usage of `support.requires_gil_enabled` (#118170) Kirill Podoprigora 2024-04-25 18:11:59 +03:00
  • 2c45148912
    gh-117578: Introduce _PyType_GetModuleByDef2 private function (GH-117661) neonene 2024-04-25 20:51:31 +09:00
  • f180b31e76
    GH-118095: Handle RETURN_GENERATOR in tier 2 (GH-118180) Mark Shannon 2024-04-25 11:32:47 +01:00
  • 10bb90ed49
    gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089) Nice Zombies 2024-04-25 11:07:38 +02:00
  • e38b43c213
    gh-118221: Always use the default row factory in sqlite3.iterdump() (#118223) Erlend E. Aasland 2024-04-25 10:11:45 +02:00
  • 796b3fb280
    gh-118207: Rename the COMMON_FIELDS macro in funcobject.h and undef it after use (GH-118208) Itamar Oren 2024-04-24 23:49:15 -07:00
  • 546cbcfa0e
    gh-117968: Make the test for closed file more safe in the C API tests (GH-118230) Serhiy Storchaka 2024-04-25 08:00:42 +03:00
  • 4b10e209c7
    gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_LAUNCHER__ smuggling (GH-117814) Steve Dower 2024-04-24 23:00:55 +01:00
  • 8942bf41da
    GH-118246: Exclude test_pathlib and test_posixpath from emulated JIT CI (GH-118247) Savannah Ostrowski 2024-04-24 14:43:50 -07:00
  • 93b7ed7c6b
    gh-108191: Add support of positional argument in SimpleNamespace constructor (GH-108195) Serhiy Storchaka 2024-04-25 00:39:54 +03:00
  • 85ec1c2dc6
    gh-117953: Fix Refleaks Introduced by gh-118194 (gh-118250) Eric Snow 2024-04-24 15:23:45 -06:00
  • 345e1e04ec
    gh-112730: Make the test suite resilient to color-activation environment variables (#117672) Pablo Galindo Salgado 2024-04-24 21:25:22 +01:00
  • 59a4d52973
    gh-85453: Make numeric literals consistent across datetime.rst (#118245) edson duarte 2024-04-24 17:19:54 -03:00
  • 809aa9a682
    gh-85453: Adapt datetime.rst to devguide recommendations for code snippets and variables (#118068) edson duarte 2024-04-24 16:53:52 -03:00
  • 5865fa5f9b
    gh-117953: Add Internal struct _Py_ext_module_loader_info (gh-118194) Eric Snow 2024-04-24 11:42:01 -06:00
  • 9b280ab0ab
    gh-116988: Remove duplicates of annotated_rhs in the Grammar (#117004) David Rubin 2024-04-24 10:16:06 -07:00
  • 1acd249798
    gh-117953: Let update_global_state_for_extension() Caller Decide If Singlephase or Not (gh-118193) Eric Snow 2024-04-24 10:28:35 -06:00
  • 03e3e31723
    gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791) Eric Snow 2024-04-24 10:18:24 -06:00
  • af3c1d817d
    gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192) Eric Snow 2024-04-24 09:55:48 -06:00
  • 8227883d1f
    gh-118013: Use weakrefs for the cache key in inspect._shadowed_dict (#118202) Alex Waygood 2024-04-24 15:55:02 +01:00
  • 83235f7791
    GH-115419: Move setting the instruction pointer to error exit stubs (GH-118088) Mark Shannon 2024-04-24 14:41:30 +01:00
  • 77cd0428b6
    GH-118095: Convert DEOPT_IFs on likely side exits to EXIT_IFs (GH-118106) Mark Shannon 2024-04-24 14:37:55 +01:00
  • 7d369d471c
    GH-117536: GH-117894: fix athrow().throw(...) unawaited warning (GH-117851) Thomas Grainger 2024-04-24 13:20:19 +01:00
  • 975081b11e
    gh-117225: Add color to doctest output (#117583) Hugo van Kemenade 2024-04-24 14:27:40 +03:00
  • f6e5cc66be
    no-issue: devcontainer: update to Fedora 40 (gh-118161) rindeal 2024-04-24 11:13:35 +00:00
  • 0aa0fc3d3c
    gh-117901: Add option for compiler's codegen to save nested instruction sequences for introspection (#118007) Irit Katriel 2024-04-24 10:46:17 +01:00
  • 692e902c74
    gh-116023: Add show_empty=False to ast.dump (#116037) Nikita Sobolev 2024-04-24 11:02:38 +03:00
  • 7e87d30f1f
    gh-118074: Immortal executors are not GC-able (#118182) Guido van Rossum 2024-04-23 13:38:23 -07:00
  • 258408239a
    gh-118189: Revert accidentally added incl.tar (#118190) Oleg Iarygin 2024-04-23 20:38:33 +03:00
  • 2e7771a03d
    gh-117657: Quiet TSAN warnings about remaining non-atomic accesses of tstate->state (#118165) mpage 2024-04-23 10:20:14 -07:00
  • 0d221e9a19
    Fix typo in py_compile.rst (GH-118102) Animesh Kumar 2024-04-23 22:42:49 +05:30
  • 8fa1248685
    gh-117151: optimize BufferedWriter(), do not buffer writes that are the buffer size (GH-118037) morotti 2024-04-23 16:51:20 +01:00
  • 23950beff8
    gh-117953: Small Cleanup of Extensions-Related Machinery Code (gh-118167) Eric Snow 2024-04-23 08:25:50 -06:00
  • d0b664ee06
    gh-118168: Fix Unpack interaction with builtin aliases (#118169) Jelle Zijlstra 2024-04-23 06:40:26 -07:00
  • d687d3fcfa
    gh-118140: Make the`test_concurrent_futures.test_init` quiet. (GH-118141) Kirill Podoprigora 2024-04-23 15:36:06 +03:00
  • de1f686827
    gh-118082: Improve import without names syntax error message (#118083) Nikita Sobolev 2024-04-23 15:00:52 +03:00
  • eb927e9fc8
    gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204) Joe Jevnik 2024-04-23 07:15:15 -04:00
  • e17cd1fbfd
    gh-116984: Install mimalloc headers (#116985) Yichen Yan 2024-04-23 15:56:00 +08:00
  • 456c29cf85
    gh-118039: Fix config.cache key on WASI (#118137) Nice Zombies 2024-04-23 09:46:28 +02:00
  • 8e86579cae
    gh-95754: Better error when script shadows a standard library or third party module (#113769) Shantanu 2024-04-22 18:24:21 -07:00
  • c9829eec08
    gh-116741: Upgrade libexpat to 2.6.2 (#117296) Seth Michael Larson 2024-04-22 18:15:08 -07:00
  • 1b85b3424c
    GH-118074: Executors in the COLD_EXITS array are not GC'able (#118117) Guido van Rossum 2024-04-22 16:20:39 -07:00
  • fc21c7f7a7
    Set proper permissions for jit.yml workflow (#118084) Nikita Sobolev 2024-04-23 00:31:01 +03:00
  • 85f727c5fb
    gh-109118: Allow lambdas in annotation scopes in classes (#118019) Jelle Zijlstra 2024-04-22 12:50:26 -07:00
  • 4c7bfdff90
    Remove more remnants of deepfreeze (#118159) Guido van Rossum 2024-04-22 12:17:57 -07:00
  • 8974a63f5e
    bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown (GH-15811) tahia 2024-04-22 14:23:36 -04:00
  • 78ba4cb758
    gh-118030: Group definitions for ParamSpecArgs and ParamSpecKwargs in typing.rst (#118154) Nice Zombies 2024-04-22 16:57:46 +02:00
  • 287d939ed4
    gh-118148: Improve tests for shutil.make_archive() (GH-118149) Serhiy Storchaka 2024-04-22 16:27:47 +03:00
  • a6647d16ab
    GH-115480: Reduce guard strength for binary ops when type of one operand is known already (GH-118050) Mark Shannon 2024-04-22 13:34:06 +01:00
  • ceb6038b05
    gh-115986 Improve pprint documentation accuracy (#117403) Kerim Kabirov 2024-04-22 12:28:21 +02:00
  • 550483b7e6
    gh-117995: Don't raise DeprecationWarnings for indexed nameless params (#118001) Erlend E. Aasland 2024-04-22 08:43:20 +02:00
  • 8b541c017e
    gh-112075: Make instance attributes stored in inline "dict" thread safe (#114742) Dino Viehland 2024-04-21 22:57:05 -07:00
  • 1446024124
    Docs: replace Harry Potter reference with Monty Python (#118130) Clément Robert 2024-04-21 20:03:46 +02:00
  • 51ef89cd9a
    gh-115961: Add name and mode attributes for compressed file-like objects (GH-116036) Serhiy Storchaka 2024-04-21 11:46:39 +03:00
  • ccda738284
    gh-118121: Fix test_doctest.test_look_in_unwrapped (#118122) Nikita Sobolev 2024-04-21 10:08:32 +03:00
  • 5fa5b7facb
    gh-91629 Use conf.d configs and fish_add_path to set the PATH when installing for the Fish shell. (GH-91630) Andrew Cassidy 2024-04-20 23:52:58 -07:00
  • df987331d8
    gh-114099: Formalize Tier 3 status of iOS (GH-118020) Russell Keith-Magee 2024-04-21 11:04:08 +08:00
  • 92c84ef831
    `Objects/typeobject.c`: Fix typo (#118126) Kirill Podoprigora 2024-04-21 05:25:39 +03:00
  • 1558d99316
    Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing scope is global (#114009) Quazi Irfan 2024-04-20 21:42:51 -04:00
  • 15fbd53ba9
    GH-112855: Speed up pathlib.PurePath pickling (#112856) Barney Gale 2024-04-20 17:46:52 +01:00
  • d8f350309d
    GH-115874: Fix segfault in FutureIter_dealloc (GH-117741) Savannah Ostrowski 2024-04-19 15:30:52 -07:00
  • 07525c9a85
    gh-116818: Make sys.settrace, sys.setprofile, and monitoring thread-safe (#116775) Dino Viehland 2024-04-19 14:47:42 -07:00
  • b45af00bad
    [gh-117657] _Py_MergeZeroLocalRefcount isn't loading ob_ref_shared with strong enough semantics (#118111) Dino Viehland 2024-04-19 14:21:01 -07:00
  • b624490dee
    Fix a typo in dictobject.c documentation (#117515) Noah Kim 2024-04-19 15:19:12 -04:00
  • ab99438900
    gh-114099: Modify preprocessor symbol usage to support older macOS SDKs (GH-118073) Russell Keith-Magee 2024-04-20 02:56:33 +08:00
  • 2aa11cca11
    gh-118100: Improve links in ast.rst (#118101) Nikita Sobolev 2024-04-19 21:25:54 +03:00
  • 1e4a4c4897
    gh-117657: use relaxed loads for checking dict keys immortality (#118067) Dino Viehland 2024-04-19 09:25:08 -07:00
  • 8d4a244f15
    gh-118079: Fix `requires_singlephase_init` helper (#118081) Kirill Podoprigora 2024-04-19 18:38:13 +03:00
  • 1e3e7ce11e
    gh-114053: Fix bad interaction of PEP-695, PEP-563 and `get_type_hints` (#118009) Alex Waygood 2024-04-19 14:03:44 +01:00
  • 15b3555e4a
    gh-116931: Add fileobj parameter check for Tarfile.addfile (GH-117988) lyc8503 2024-04-19 19:41:51 +08:00
  • 3e7d990a09
    setobject: remove out of date docstring info (GH-118048) Rostyslav Lobov 2024-04-19 07:33:13 -04:00