Python 3.10.8
  1. aaaf517 Python 3.10.8 by Pablo Galindo · 2 years, 10 months ago v3.10.8
  2. 428bd02 [3.10] Auto-cancel old builds when new commit pushed to branch (GH-98009) (#98163) by Ezio Melotti · 2 years, 10 months ago
  3. bf6b52e [3.10] gh-88452: Add a warning about non-portability of environments. (GH-98155) (GH-98156) by Miss Islington (bot) · 2 years, 10 months ago
  4. 64ce2cb [3.10] ci: add GitHub token permissions (GH-92999) (#98161) by Ezio Melotti · 2 years, 10 months ago
  5. de74587 gh-83940: os docs: Improve wording for getenv/getenvb (GH-98113) by Miss Islington (bot) · 2 years, 10 months ago
  6. 8827b95 doc: remove a misleading statement. (GH-98093) by Miss Islington (bot) · 2 years, 10 months ago
  7. 1ae7abf [3.10] bpo-43564: preserve original exception in args of FTP URLError (GH-24938) (#98138) by Senthil Kumaran · 2 years, 10 months ago
  8. ac0a19b gh-56133: copyreg docs: Clarify function/constructor parameter (GH-95497) by Miss Islington (bot) · 2 years, 10 months ago
  9. 03ea515 Fix types in buffer/memoryview docs (GH-98118) by Miss Islington (bot) · 2 years, 10 months ago
  10. ccb5680 [3.10] gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (GH-96610) (#98121) by Nikita Sobolev · 2 years, 10 months ago
  11. 4d7d91f [3.10] Add more syslog tests (GH-97953). (GH-98101) by Serhiy Storchaka · 2 years, 10 months ago
  12. 820ef62 [3.10] Minor edits to the Descriptor HowTo Guide (GH-24901) (GH-98114) by Miss Islington (bot) · 2 years, 10 months ago
  13. c86ee93 Fix link to Lifecycle of a Pull Request in CONTRIBUTING (GH-98102) by Miss Islington (bot) · 2 years, 10 months ago
  14. 15a11a6 Add `@ezio-melotti` as codeowner for `.github/`. (GH-98079) by Miss Islington (bot) · 2 years, 10 months ago
  15. a2ce21f gh-97913 Docs: Add walrus operator to the index (GH-97921) by Miss Islington (bot) · 2 years, 10 months ago
  16. 786fde5 gh-97822: Fix http.server documentation reference to test() function (GH-98027) by Miss Islington (bot) · 2 years, 10 months ago
  17. 225bee7 gh-92886: make test_ast pass with -O (assertions off) (GH-98058) by Miss Islington (bot) · 2 years, 10 months ago
  18. 8d40fbe gh-92886: make test_coroutines pass with -O (assertions off) (GH-98060) by Miss Islington (bot) · 2 years, 10 months ago
  19. 2090eeb [3.10] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98066) by Jelle Zijlstra · 2 years, 10 months ago
  20. f50e3a7 [3.10] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98072) by Jelle Zijlstra · 2 years, 10 months ago
  21. 1818235 gh-57179: Add note on symlinks for os.walk (GH-94799) by Miss Islington (bot) · 2 years, 10 months ago
  22. 1a31799 gh-61105: Add default param, note on using cookiejar subclass (GH-95427) by Miss Islington (bot) · 2 years, 10 months ago
  23. 0239440 [3.10] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98053) by Miss Islington (bot) · 2 years, 10 months ago
  24. 6f40e2f [3.10] gh-94808: Cover `%p` in `PyUnicode_FromFormat` (GH-96677) (#98032) by Miss Islington (bot) · 2 years, 10 months ago
  25. 8c81d33 gh-96073: fix backticks in NEWS entry (GH-98056) by Miss Islington (bot) · 2 years, 10 months ago
  26. 90f2c79 Add a warning message about PyOS_snprintf (GH-95993) by Miss Islington (bot) · 2 years, 10 months ago
  27. a3a3701 GH-96073: Fix wild replacement in inspect.formatannotation (GH-96074) by Miss Islington (bot) · 2 years, 10 months ago
  28. e73cb54 gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170) by Miss Islington (bot) · 2 years, 10 months ago
  29. 7565944 [3.10] gh-96959: Update HTTP links which are redirected to HTTPS (GH-98039) (#98050) by Miss Islington (bot) · 2 years, 10 months ago
  30. 5054ae2 gh-64921: Clarify wording for open()'s newline arg (GH-96171) by Miss Islington (bot) · 2 years, 10 months ago
  31. da986c6 Add note on capture_output arg to subprocess.run() docstring (GH-98012) by Miss Islington (bot) · 2 years, 10 months ago
  32. 5e87cc2 [3.10] gh-71316: Update dis documentation to include changes to jump arguments (GH-95798). (GH-98029) by Christopher Chianelli · 2 years, 11 months ago
  33. 11945f2 fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). (gh-97965) by Miss Islington (bot) · 2 years, 11 months ago
  34. e0e303a [3.10] gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (GH-97949) (GH-97989) by Miss Islington (bot) · 2 years, 11 months ago
  35. bb21bc3 [3.10] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98008) by Miss Islington (bot) · 2 years, 11 months ago
  36. bc03bf4 gh-97850: Remove the open issues section from the import reference (GH-97935) by Miss Islington (bot) · 2 years, 11 months ago
  37. b7487df gh-86482: Document assignment expression need for ()s (GH-23291) by Miss Islington (bot) · 2 years, 11 months ago
  38. 3d89ac2 [3.10] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97967) by Miss Islington (bot) · 2 years, 11 months ago
  39. 537c93e [3.10] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97977) by Łukasz Langa · 2 years, 11 months ago
  40. e2591e4 [3.10] gh-95691: Doc BufferedWriter and BufferedReader (GH-95703) (#97948) by Miss Islington (bot) · 2 years, 11 months ago
  41. c80c282 GH-88968: Add notes about socket ownership transfers (GH-97936) by Miss Islington (bot) · 2 years, 11 months ago
  42. 6f23472 [3.10] Fix type annotation of `pstats.FunctionProfile.ncalls` (GH-96741) (#96836) by Miss Islington (bot) · 2 years, 11 months ago
  43. 9f1c9b1 [3.10] gh-97654: Add auto exception chaining example to tutorial (GH-97703) (#97884) by Miss Islington (bot) · 2 years, 11 months ago
  44. 3b0f2a7 [3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97925) by Łukasz Langa · 2 years, 11 months ago
  45. ac2427e gh-91539: improve performance of get_proxies_environment (GH-91566) by Miss Islington (bot) · 2 years, 11 months ago
  46. b39182e [3.10] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (GH-97774) (#97911) by Miss Islington (bot) · 2 years, 11 months ago
  47. de0a656 [3.10] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeObject*`) (GH-97778) (#97890) by Miss Islington (bot) · 2 years, 11 months ago
  48. 9aed6bd [3.10] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97893) by Łukasz Langa · 2 years, 11 months ago
  49. d99ea4c [3.10] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (GH-97775) (#97891) by Łukasz Langa · 2 years, 11 months ago
  50. 4245764 [3.10] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (GH-97776) (#97888) by Miss Islington (bot) · 2 years, 11 months ago
  51. d108eeb gh-95196: Disable incorrect pickling of the C implemented classmethod descriptors (GH-96383) by Miss Islington (bot) · 2 years, 11 months ago
  52. 3c09deb gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs (GH-97662) by Miss Islington (bot) · 2 years, 11 months ago
  53. ece5f7e gh-97825: fix AttributeError when calling subprocess.check_output(input=None) with encoding or errors args (GH-97826) by Miss Islington (bot) · 2 years, 11 months ago
  54. 24908f1 Add re.VERBOSE flag documentation example (GH-97678) by Miss Islington (bot) · 2 years, 11 months ago
  55. 09e5029 [3.10] gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`) (GH-97777) (#97877) by Miss Islington (bot) · 2 years, 11 months ago
  56. 95289bf [3.10] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`) (GH-97773) (#97868) by Miss Islington (bot) · 2 years, 11 months ago
  57. 994eaa3 [3.10] gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (GH-97770) (#97870) by Miss Islington (bot) · 2 years, 11 months ago
  58. 5eedf1d [3.10] gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (GH-97769) (#97872) by Miss Islington (bot) · 2 years, 11 months ago
  59. 9c755d7 [3.10] gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupleObject*`) (GH-97780) (#97864) by Miss Islington (bot) · 2 years, 11 months ago
  60. 5aa108b [3.10] gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyBytesObject*`) (GH-97782) (#97862) by Miss Islington (bot) · 2 years, 11 months ago
  61. 20ddf1c [3.10] gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`) (GH-97783) (#97860) by Miss Islington (bot) · 2 years, 11 months ago
  62. f879297 [3.10] gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICODE*`) (GH-97784) (#97858) by Miss Islington (bot) · 2 years, 11 months ago
  63. a980daf [3.10] gh-88355: Fix backslashes in AF_PIPE (GH-96543) (#97855) by Miss Islington (bot) · 2 years, 11 months ago
  64. f9b49b6 [3.10] gh-96448: fix documentation for _thread.lock.acquire (GH-96449) (#97852) by Miss Islington (bot) · 2 years, 11 months ago
  65. 989bdbc [3.10] gh-97731: fix distclean target to clean docs GH-97732 (#97846) by Senthil Kumaran · 2 years, 11 months ago
  66. 19ed29e [3.10] gh-97709: Included newline separator in Mandelbrot set (GH-97737) (#97823) by Miss Islington (bot) · 2 years, 11 months ago
  67. f4e2686 GH-82604: fix docs about configuring selector (GH-97755) by Miss Islington (bot) · 2 years, 11 months ago
  68. 2911521 gh-97754: Update doc for default location of per-user installs on Windows (GH-97756) by Miss Islington (bot) · 2 years, 11 months ago
  69. 40e56f3 gh-97639: Remove `tokenize.NL` check from `tabnanny` (GH-97640) by Miss Islington (bot) · 2 years, 11 months ago
  70. 82ce586 gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (GH-97771) by Miss Islington (bot) · 2 years, 11 months ago
  71. 6569837 Update http.client.rst (GH-24803) by Miss Islington (bot) · 2 years, 11 months ago
  72. 280bf3f Minor grammar changes to http.client docs (GH-96221) by Miss Islington (bot) · 2 years, 11 months ago
  73. f8a3c4c Document that MozillaCookieJar works for curl's cookie files (GH-91852) by Miss Islington (bot) · 2 years, 11 months ago
  74. 17b49be multiprocessing docs: Remove extra option ELLIPSIS from section with code (GH-96625) by Miss Islington (bot) · 2 years, 11 months ago
  75. a7e2811 gh-94732: Fix KeyboardInterrupt race in asyncio run_forever() (GH-97765) by Miss Islington (bot) · 2 years, 11 months ago
  76. 769b9dc [3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97760) by Serhiy Storchaka · 2 years, 11 months ago
  77. e1cbb6f Fix typo in unittest docs (GH-97742) by Miss Islington (bot) · 2 years, 11 months ago
  78. bead571 [3.10] gh-96845: Fix docs around importlib.abc.Traversable (GH-97515) by Jason R. Coombs · 2 years, 11 months ago
  79. a1711ef gh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741) by Miss Islington (bot) · 2 years, 11 months ago
  80. c2d3f73 gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= 512 (GH-96890) by Miss Islington (bot) · 2 years, 11 months ago
  81. 72d445a GH-85447: Clarify docs about awaiting future multiple times (GH-97738) by Miss Islington (bot) · 2 years, 11 months ago
  82. 5ee8344 gh-97607: Fix content parsing in the impl-detail reST directive (GH-97652) by Miss Islington (bot) · 2 years, 11 months ago
  83. c6fcbb4 gh-97591: In `Exception.__setstate__()` acquire strong references before calling `tp_hash` slot (GH-97700) by Miss Islington (bot) · 2 years, 11 months ago
  84. a4fbb94 gh-95588: Drop the safety claim from `ast.literal_eval` docs. (GH-95919) by Miss Islington (bot) · 2 years, 11 months ago
  85. 748b2b7 Fix capitalization of Unix in documentation (GH-96913) by Miss Islington (bot) · 2 years, 11 months ago
  86. 54bbb5e GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660) by Miss Islington (bot) · 2 years, 11 months ago
  87. a5c503f GH-96827: Don't touch closed loops from executor threads (GH-96837) by Miss Islington (bot) · 2 years, 11 months ago
  88. 6d7dbcc gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685) by Miss Islington (bot) · 2 years, 11 months ago
  89. b61a51a bpo-35675: IDLE - separate config_key window and frame (GH-11427) by Miss Islington (bot) · 2 years, 11 months ago
  90. 1dc1d5d gh-90989: Clarify some installer text (GH-97676) by Steve Dower · 2 years, 11 months ago
  91. ba52d01 [3.10] Use SyntaxError invalid range in tutorial introduction example (GH-93031) (GH-97667) by Miss Islington (bot) · 2 years, 11 months ago
  92. 0688f11 gh-96397: Document that attributes need not be identifiers (GH-96454) by Miss Islington (bot) · 2 years, 11 months ago
  93. b7b261a closes gh-97650: correct sphinx executable (gh-97651) by Miss Islington (bot) · 2 years, 11 months ago
  94. 455b494 gh-91212: Fixed flickering when the tracer is turned off (GH-95129) by Miss Islington (bot) · 2 years, 11 months ago
  95. e3815d7 gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) by Miss Islington (bot) · 2 years, 11 months ago
  96. 28f1435 gh-97616: list_resize() checks for integer overflow (GH-97617) by Miss Islington (bot) · 2 years, 11 months ago
  97. 3d8dfb3 Fix typo in error message in plistlib (GH-97540) by Miss Islington (bot) · 2 years, 11 months ago
  98. 13f23e0 fixup policy docs (GH-97618) by Miss Islington (bot) · 2 years, 11 months ago
  99. feb4be1 [3.10] gh-65046: Add note about logging from async code. (GH-97602) (GH-97609) by Miss Islington (bot) · 2 years, 11 months ago
  100. 0a7d435 gh-96377: Update asyncio policy doc intro paras to be clear and accurate (GH-97603) by Miss Islington (bot) · 2 years, 11 months ago