Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 4608a30 [3.14] gh-138633: synchronize documented signatures of SSL objects with runtime ones (GH-138639, GH-138648) (#138646) by Bénédikt Tran · 11 hours ago 3.14
  2. 5761773 [3.14] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139376) by Miss Islington (bot) · 11 hours ago
  3. f2b82b3 [3.14] gh-127502: Fix typo in XML security notes (GH-139335) (#139346) by Miss Islington (bot) · 28 hours ago
  4. 7519ac2 [3.14] gh-139330: Check expat version/checksum in SBOM with refresh.sh by Miss Islington (bot) · 2 days ago
  5. c76fd77 [3.14] Fix the reference to unicode specification (#139138) (#139286) by Karolina Surma · 3 days ago
  6. 460ad1a [3.14] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139200) by Miss Islington (bot) · 5 days ago
  7. cf4573b [3.14] gh-138092: Correct the documented signature of ``mmap.flush`` (GH-138671) (#139202) by Miss Islington (bot) · 6 days ago
  8. ccdc0c9 [3.14] `Doc/library/os.rst`: Remove spurious parenthesis (GH-139205) (#139217) by Miss Islington (bot) · 6 days ago
  9. 665a349 [3.14] gh-118803: Improve documentation around `ByteString` deprecation (GH-139115) (#139136) by Miss Islington (bot) · 9 days ago
  10. e560865 [3.14] gh-137242: Mention Android binary releases in documentation (GH-138305) (#139124) by Miss Islington (bot) · 9 days ago
  11. 869f1d8 Post 3.14.0rc3 by Hugo van Kemenade · 9 days ago
  12. 1c5b284 Python 3.14.0rc3 by Hugo van Kemenade · 9 days ago v3.14.0rc3
  13. a20395b [3.14] GH-139067: Add example for `argparse`'s `append` action (GH-131389) (#139068) by Miss Islington (bot) · 10 days ago
  14. 0e4e608 [3.14] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline (GH-137470) (#139039) by Miss Islington (bot) · 10 days ago
  15. 7a2854e [3.14] gh-132558: Improve `argparse` docs on combining `type` and `choices` (GH-133827) (#139057) by Miss Islington (bot) · 10 days ago
  16. 9d0ca23 [3.14] gh-137988: Fix const description in argparse.add_argument() docs (GH-138315) (#139051) by Miss Islington (bot) · 10 days ago
  17. 9741cfc [3.14] gh-99948: Support ctypes.util.find_library in emscripten environment (GH-138519) (#139022) by Miss Islington (bot) · 10 days ago
  18. c115494 [3.14] gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932) (#139034) by Miss Islington (bot) · 10 days ago
  19. f8ee2d4 [3.14] GH-123299: Copyedit 3.14 What's New: C API (GH-138987) (#139021) by Miss Islington (bot) · 10 days ago
  20. 37f8a63 [3.14] gh-138514: getpass: restrict `echo_char` to a single ASCII character (GH-138591) (#138988) by Miss Islington (bot) · 10 days ago
  21. ce48f4c [3.14] gh-139006: Doc: Clarify html.escape function description (GH-139016) (#139036) by Miss Islington (bot) · 10 days ago
  22. 97f4ac2 [3.14] gh-138998: Upgrade vendored expat to 2.7.2 (GH-138999) (#139024) by Miss Islington (bot) · 10 days ago
  23. 6038447 [3.14] gh-137226: Fix get_type_hints() on generic TypedDict with stringified annotations (GH-138953) (#138989) by Jelle Zijlstra · 10 days ago
  24. 82fce82 [3.14] gh-138966: Add description for `gi_suspended` attribute (GH-139008) (#139020) by Miss Islington (bot) · 10 days ago
  25. 7bba99c [3.14] Revert "gh-118803: Remove `ByteString` from `typing` and `collections.abc` (GH-118804)" (GH-138990) (#138995) by Miss Islington (bot) · 10 days ago
  26. 284ab76 [3.14] gh-110936: Reorder string literal definition in Lexical Analysis (GH-138063) (#138373) by Miss Islington (bot) · 11 days ago
  27. 62294eb [3.14] gh-54874: Expand unicodedata module documentation (GH-138301) (#138346) by Miss Islington (bot) · 11 days ago
  28. 35ce9a2 [3.14] gh-137985: Correct description of Formatter's datefmt param in logging documentation (GH-138530) (#138565) by Miss Islington (bot) · 11 days ago
  29. 5ddd72a [3.14] gh-138871: Clarify NameError exception in 'del' (GH-138881) (#138903) by Miss Islington (bot) · 11 days ago
  30. c0d490d [3.14] gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (GH-138350) (#138356) by Miss Islington (bot) · 11 days ago
  31. 7f293a6 [3.14] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133) (#138973) by Miss Islington (bot) · 11 days ago
  32. 1c90186 [3.14] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089) (#138938) by Miss Islington (bot) · 11 days ago
  33. dc4d016 [3.14] gh-134953: Expand theming for `True`/`False`/`None` (GH-135000) (#138928) by Miss Islington (bot) · 12 days ago
  34. 19a8670 [3.14] gh-138801: re-enable `pyrepl` tests on Windows (GH-138802) (GH-138815) by Miss Islington (bot) · 12 days ago
  35. 80e59a8 [3.14] gh-138669: Increase test coverage for difflib (GH-138670) (#138817) by Miss Islington (bot) · 13 days ago
  36. 18dfc1d [3.14] gh-138804: Check type in `shlex.quote` (GH-138809) (#138846) by Miss Islington (bot) · 14 days ago
  37. fbfbfdf [3.14] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482) (#138784) by Miss Islington (bot) · 2 weeks ago
  38. 440b83f [3.14] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) (#138782) by Miss Islington (bot) · 2 weeks ago
  39. c8cc39d [3.14] gh-116946: fully implement GC protocol for `zlib` objects (GH-138290) (#138327) by Bénédikt Tran · 2 weeks ago
  40. 664d17f [3.14] Improve permission error messages in pdb and asyncio.tools (GH-134290) (#138826) by Miss Islington (bot) · 2 weeks ago
  41. 5210e30 [3.14] gh-138005: Document that CSV `skipinitialspace=True` and `delimiter=' '` require quotation for empty fields (GH-138006) (#138798) by Miss Islington (bot) · 2 weeks ago
  42. 8a767fb [3.14] gh-138081: fix some dead links in InternalDocs (GH-138082) (#138781) by Miss Islington (bot) · 2 weeks ago
  43. 09b7e87 [3.14] gh-138081: Fix/remove incorrect links in `idlelib/HISTORY.txt` (GH-138091) (#138124) by Miss Islington (bot) · 2 weeks ago
  44. a369815 [3.14] GH-138562: Remove ``sort()`` from the common sequence methods in the data model (GH-138563) (#138760) by Miss Islington (bot) · 2 weeks ago
  45. 5eb7cd3 [3.14] Add impl-detail block for PyLong_FromLong docs (GH-126422) (#138694) by Miss Islington (bot) · 2 weeks ago
  46. 47441f0 [3.14] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (GH-138651) (#138657) by Miss Islington (bot) · 2 weeks ago
  47. 15ca9c6 [3.14] gh-135676: Reword the Operators & Delimiters section(s) (GH-137713) (#138457) by Miss Islington (bot) · 2 weeks ago
  48. dd930ba [3.14] gh-138307: Update the Ellipsis documentation (GH-138306) (#138440) by Miss Islington (bot) · 2 weeks ago
  49. 4ce4b82 [3.14] Docs: Fix typo in `shutil.make_archive` example (GH-138188) (#138195) by Miss Islington (bot) · 2 weeks ago
  50. 7e02328 [3.14] gh-133125: Clarify ZipInfo.date_time attribute documentation (GH-136082) (#138077) by Miss Islington (bot) · 2 weeks ago
  51. 34afba4 [3.14] Fix typo in `logging` docs (GH-137981) (#137983) by Miss Islington (bot) · 2 weeks ago
  52. 30588d5 [3.14] [docs] minor, fix grammar in ssl.SSLContect.sslsocket_class docstring (GH-137935) (#137950) by Miss Islington (bot) · 2 weeks ago
  53. 39e024d [3.14] gh-131885: Use positional-only markers for the ``decimal`` module (GH-131990) (#137902) by Miss Islington (bot) · 2 weeks ago
  54. 928d802 [3.14] gh-131591: fix formatting of remote debugger docs (GH-137225) (#137874) by Miss Islington (bot) · 2 weeks ago
  55. dcadc53 [3.14] Mention the "context manager" keyword in concurrent.futures documentation (GH-130976) (#137810) by Miss Islington (bot) · 2 weeks ago
  56. 374b242 [3.14] gh-87281: Improve documentation for locale.setlocale() and locale.getlocale() (GH-137313) (#137722) by Miss Islington (bot) · 2 weeks ago
  57. 4b093e1 [3.14] gh-136672: Docs: Move Enum functions and add examples (GH-136791) (#137688) by Miss Islington (bot) · 2 weeks ago
  58. 735ac97 [3.14] gh-125897: Mark range function parameters as positional only (GH-125945) (#137652) by Miss Islington (bot) · 2 weeks ago
  59. 4bba1a2 [3.14] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137642) by Miss Islington (bot) · 2 weeks ago
  60. 7b4e0dc [3.14] Replace "ordered arguments" with "positional arguments" in `unittest.mock` documentation (GH-137552) (#137553) by Miss Islington (bot) · 2 weeks ago
  61. 500abc4 [3.14] Docs: Small clarity change for ``except*`` (GH-121073) (#137494) by Miss Islington (bot) · 2 weeks ago
  62. 2bea4f0 [3.14] Docs: Use the correct example module in warnings.rst (GH-137402) (#137492) by Miss Islington (bot) · 2 weeks ago
  63. 7f5319d [3.14] gh-137368: document __index__() support for PyLong_AsInt32/64() (GH-137369) (#137380) by Miss Islington (bot) · 2 weeks ago
  64. dc20c1a [3.14] Fix typo in Doc/extending/extending.rst (GH-136890) (#137355) by Brian Schubert · 2 weeks ago
  65. badab2c [3.14] Docs: Fix typo in `os.fwalk()` example (GH-138486) (#138500) by Miss Islington (bot) · 2 weeks ago
  66. 7fba07a [3.14] Fix Windows path in `venv` docs (GH-138476) (#138477) by Miss Islington (bot) · 2 weeks ago
  67. 3643a26 [3.14] gh-138349: Fix crash when combining module-level annotation and listcomp (#138363) (#138749) by Victor Stinner · 2 weeks ago
  68. 38cd031 [3.14] gh-136599: Add tests for long_hash (GH-138335) (#138390) by Miss Islington (bot) · 2 weeks ago
  69. a963843 [3.14] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (#138752) by Miss Islington (bot) · 2 weeks ago
  70. 3894503 [3.14] gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (GH-138510) (#138638) by Miss Islington (bot) · 3 weeks ago
  71. 829c81a [3.14] GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464) (#138683) by Miss Islington (bot) · 3 weeks ago
  72. dee3428 [3.14] gh-101100: Resolve reference warnings in reference/ (GH-138418) (#138680) by Miss Islington (bot) · 3 weeks ago
  73. 2162fcc [3.14] gh-138577: Mention Unix-specific limitations of `getpass.getpass(echo_char=...)` (GH-138677) (#138696) by Miss Islington (bot) · 3 weeks ago
  74. 6f66590 [3.14] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-138649) (#138684) by Miss Islington (bot) · 3 weeks ago
  75. 161543f [3.14] annotationlib: add note on security to docs (GH-138508) (#138550) by Miss Islington (bot) · 3 weeks ago
  76. 68e0abe [3.14] gh-138665: Move `platform.invalidate_caches` docs (GH-138667) (#138668) by Miss Islington (bot) · 3 weeks ago
  77. 0f94b18 [3.14] gh-138253: Fix compatibility of sub-interpreters queues with queue.Queue (GH-138256) (#138367) by Miss Islington (bot) · 3 weeks ago
  78. 61f7156 [3.14] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665) (#137772) by Miss Islington (bot) · 3 weeks ago
  79. 75c2d9f [3.14] gh-138297 Point link in docs for `finally` to try/else, instead of if/else (GH-138298) (#138381) by Miss Islington (bot) · 3 weeks ago
  80. 769f7a5 [3.14] gh-89905: Correct `-R` option doc (GH-137608) (#138353) by Miss Islington (bot) · 3 weeks ago
  81. 925c752 [3.14] gh-129033: Remove dead code in test.support.has_no_debug_ranges() (GH-137379) (#137382) by Miss Islington (bot) · 3 weeks ago
  82. d29c38e [3.14] gh-138295: Fix a grammar issue in the descriptor HOWTO (GH-138296) (#138299) by Miss Islington (bot) · 3 weeks ago
  83. efac05a [3.14] gh-91116: Add hyperlink from `sys.settrace` to frame objects (GH-138062) (#138068) by Miss Islington (bot) · 3 weeks ago
  84. 0cf8ac2 [3.14] gh-137668: Document that ord() supports also bytes and bytearray (GH-137669) (#137703) by Miss Islington (bot) · 3 weeks ago
  85. 226915d [3.14] gh-137397: Skip test_os_open on NetBSD due to indefinite hang (GH-137398) (#137406) by Miss Islington (bot) · 3 weeks ago
  86. 1cb1c2c [3.14] gh-138659: Typo in the gc module docstring (GH-138660) (#138662) by Miss Islington (bot) · 3 weeks ago
  87. 655ad1c [3.14] gh-138318, PyREPL: builtins should not be highlighted when used as attribute names (GH-138319) (#138654) by Miss Islington (bot) · 3 weeks ago
  88. 5074241 [3.14] Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generic checks (GH-136815) (#138643) by Miss Islington (bot) · 3 weeks ago
  89. f23e760 [3.14] Docs: Fix typo in test.support.linked_to_musl function name (GH-138406) (#138445) by Miss Islington (bot) · 3 weeks ago
  90. 9b398cb [3.14] GH-123299: Copyedit 3.14 What's New: Build Changes (GH-138488) (#138632) by Miss Islington (bot) · 3 weeks ago
  91. 78ee486 [3.14] gh-138584: Increase test coverage for `collections.UserList` (GH-138590) (#138612) by Miss Islington (bot) · 3 weeks ago
  92. d36c9a8 [3.14] gh-90548: Fix musl version detection with --strip-all (GH-137864) (#138348) by Miss Islington (bot) · 3 weeks ago
  93. 096fa04 [3.14] gh-90548: Allow Alpine/MUSL to pass test_c_locale_coercion. (GH-134454) (#138600) by Miss Islington (bot) · 3 weeks ago
  94. 95ec2c1 [3.14] gh-90548: Skip ctypes test_null_dlsym when linked to musl (GH-138592) (#138601) by Miss Islington (bot) · 3 weeks ago
  95. 194fe15 [3.14] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-138593) (#138602) by Miss Islington (bot) · 3 weeks ago
  96. 9cc2b25 [3.14] gh-116946: fully implement GC protocol for `_curses_panel.panel` (GH-138333) (#138427) by Bénédikt Tran · 3 weeks ago
  97. 1e1bfe7 [3.14] gh-138191: Document ``frame.f_generator`` in the data model (GH-138540) (#138553) by Miss Islington (bot) · 3 weeks ago
  98. f153e32 [3.14] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138560) by Miss Islington (bot) · 3 weeks ago
  99. cddb7e6 [3.14] gh-138192: Fix Context initialization so that all subinterpreters are assigned the MISSING value. (gh-138503) (#138505) by Miss Islington (bot) · 3 weeks ago
  100. b6fa945 [3.14] gh-138286: Run ``ruff`` on ``Tools/i18n`` (GH-138287) (#138513) by Miss Islington (bot) · 3 weeks ago