Python 3.10.2
  1. a58ebcc Python 3.10.2 by Pablo Galindo · 3 years, 7 months ago v3.10.2
  2. 3ce6945 Define Py_BUILD_CORE_MODULE by Miss Islington (bot) · 3 years, 7 months ago
  3. a468866 bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535) by Miss Islington (bot) · 3 years, 7 months ago
  4. 19a8550 bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463) by Miss Islington (bot) · 3 years, 7 months ago
  5. e0ec08d bpo-46205: exit if no workers are alive in runtest_mp (GH-30470) by Miss Islington (bot) · 3 years, 7 months ago
  6. d2245cf bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471) by Miss Islington (bot) · 3 years, 7 months ago
  7. e35430b [3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468) by Miss Islington (bot) · 3 years, 7 months ago
  8. 3cb64ed bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440) by Miss Islington (bot) · 3 years, 7 months ago
  9. b951dec bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434) by Miss Islington (bot) · 3 years, 7 months ago
  10. 861a9aa bpo-46278: fix typo introduced in GH-30427 (GH-30430) (GH-30431) by Miss Islington (bot) · 3 years, 7 months ago
  11. 8670fbe Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (GH-30428) by Miss Islington (bot) · 3 years, 7 months ago
  12. ba12467 bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) by Miss Islington (bot) · 3 years, 8 months ago
  13. cf48a14 bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353) (#30388) by Miss Islington (bot) · 3 years, 8 months ago
  14. 74af713 argparse docs: prog default is the basename of argv[0] (GH-30298) (GH-30339) by Miss Islington (bot) · 3 years, 8 months ago
  15. 576e38f bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (GH-30040) by Miss Islington (bot) · 3 years, 8 months ago
  16. bb0b5c1 bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185) by Miss Islington (bot) · 3 years, 8 months ago
  17. 03c7449 [3.10] bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050) (GH-30254) by Serhiy Storchaka · 3 years, 8 months ago
  18. a9e0b2b bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721) (GH-29748) by Miss Islington (bot) · 3 years, 8 months ago
  19. 8005e22 bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240) by Miss Islington (bot) · 3 years, 8 months ago
  20. 1c77aa9 Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244) by Miss Islington (bot) · 3 years, 8 months ago
  21. dc73199 [3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (GH-30214) by Pablo Galindo Salgado · 3 years, 8 months ago
  22. 9594816 bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213) by Miss Islington (bot) · 3 years, 8 months ago
  23. cdb4579 [3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30202) by Andrew Svetlov · 3 years, 8 months ago
  24. 4f945ad bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) (GH-30183) by Miss Islington (bot) · 3 years, 8 months ago
  25. 251d2ea bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) by Miss Islington (bot) · 3 years, 8 months ago
  26. 87539cc bpo-45755: [typing] Reveal class attributes of generic in generic aliases in `dir()` (GH-29962) by Miss Islington (bot) · 3 years, 8 months ago
  27. 9fe8fb7 bpo-46111: Fix unittest tests in optimized mode (GH-30163) by Miss Islington (bot) · 3 years, 8 months ago
  28. cbb4d4a Fix a typo in the message from make_ssl_certs. (GH-30152) (GH-30161) by Miss Islington (bot) · 3 years, 8 months ago
  29. 09d7319 bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151) by Miss Islington (bot) · 3 years, 8 months ago
  30. 8e4c962 bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-30099) (GH-30114) by Miss Islington (bot) · 3 years, 8 months ago
  31. 908fd69 [3.10] bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103) (GH-30104) by Miss Islington (bot) · 3 years, 8 months ago
  32. f84e2f6 [3.10] bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) (GH-30094) by Miss Islington (bot) · 3 years, 8 months ago
  33. e55deaa [3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080) by Serhiy Storchaka · 3 years, 8 months ago
  34. 94483f1 bpo-46054: Fix parsing error when parsing non-utf8 characters in source files (GH-30068) (GH-30069) by Miss Islington (bot) · 3 years, 8 months ago
  35. 438817f bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064) by Miss Islington (bot) · 3 years, 8 months ago
  36. e1e3f64 bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29758) by Miss Islington (bot) · 3 years, 8 months ago
  37. 83fa129 [3.10] bpo-13236: Flush the output stream more often in unittest (GH-29864) (GH-29929) by Serhiy Storchaka · 3 years, 8 months ago
  38. bb8d645 [3.10] bpo-43749: Ensure current exe is copied when using venv on windows (GH-25216) (GH-30034) by Miss Islington (bot) · 3 years, 8 months ago
  39. 934a24c bpo-46025: Fix a crash in the atexit module for auto-unregistering functions (GH-30002) (GH-30005) by Miss Islington (bot) · 3 years, 8 months ago
  40. 99c7232 [3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-29986). (GH-29988) by Mark Shannon · 3 years, 8 months ago
  41. fbdbbdb Fix double-space in exception message (GH-29955) by Miss Islington (bot) · 3 years, 8 months ago
  42. c521412 [3.10] bpo-46004: Fix error location for loops with invalid targets (GH-29959). (GH-29961) by Pablo Galindo Salgado · 3 years, 8 months ago
  43. 15da2a2 bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943) by Miss Islington (bot) · 3 years, 8 months ago
  44. 2cd268a Python 3.10.1 by Pablo Galindo · 3 years, 9 months ago v3.10.1
  45. cb68c0a bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298) by Miss Islington (bot) · 3 years, 9 months ago
  46. abceb66 bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294) by Miss Islington (bot) · 3 years, 9 months ago
  47. f1dd5ed bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291) by Miss Islington (bot) · 3 years, 9 months ago
  48. beb8342 bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) by Miss Islington (bot) · 3 years, 9 months ago
  49. 4b11d71 bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868) by Miss Islington (bot) · 3 years, 9 months ago
  50. 4d2cc3e bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29826) by Irit Katriel · 3 years, 9 months ago
  51. 305236e bpo-37658: Actually return result in race condition (GH-29202) by Miss Islington (bot) · 3 years, 9 months ago
  52. 2c398a5 [3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) (GH-29818) by Miss Islington (bot) · 3 years, 9 months ago
  53. 3f024e2 bpo-44353: Correct docstring for `NewType` (GH-29785) by Miss Islington (bot) · 3 years, 9 months ago
  54. c72311d [3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses. (GH-29767) by Pablo Galindo Salgado · 3 years, 9 months ago
  55. 56b5cd5 bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH-29691) (GH-29708) by Miss Islington (bot) · 3 years, 9 months ago
  56. 10343bd bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=False (GH-29692) by Miss Islington (bot) · 3 years, 9 months ago
  57. 9841ac2 bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667) (GH-29671) by Miss Islington (bot) · 3 years, 9 months ago
  58. cf8c878 Added kw_only parameter to make_dataclasses. (GH-29679) by Miss Islington (bot) · 3 years, 9 months ago
  59. 511ee1c [3.10] bpo-45727: Make the syntax error for missing comma more consistent (GH-29427) (GH-29647) by Pablo Galindo Salgado · 3 years, 9 months ago
  60. 904af3d [3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) (GH-29661) by Łukasz Langa · 3 years, 9 months ago
  61. 9501e8d bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29629) by Hugo van Kemenade · 3 years, 9 months ago
  62. 5cf05c7 bpo-45835: Fix race condition in test_queue (GH-29601) (GH-29612) by Miss Islington (bot) · 3 years, 9 months ago
  63. 8eabe60 [3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590) (GH-29602) by Łukasz Langa · 3 years, 9 months ago
  64. e3aa9fd [3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582) (GH-29586) by Pablo Galindo Salgado · 3 years, 9 months ago
  65. 1079b3e bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564) by Miss Islington (bot) · 3 years, 9 months ago
  66. 5618c81 [3.10] bpo-45716: Improve the error message when using True/False/None as keywords in a call (GH-29413). (GH-29428) by Pablo Galindo Salgado · 3 years, 9 months ago
  67. 7c99e43 ensure deprecation warning from assertDictContainsSubset points at actual test code (#26497) by Anthony Sottile · 3 years, 9 months ago
  68. 94dad5e bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29566) by Miss Islington (bot) · 3 years, 9 months ago
  69. 55d24ed bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module docstring (GH-29555) by Miss Islington (bot) · 3 years, 9 months ago
  70. bf26a6d bpo-45738: Fix computation of error location for invalid continuation (GH-29550) by Miss Islington (bot) · 3 years, 9 months ago
  71. ed55426 [bpo-45765] Fix distribution discovery on empty path. (GH-29487) (GH-29510) by Miss Islington (bot) · 3 years, 9 months ago
  72. e4c5a5e bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH-29530) by Miss Islington (bot) · 3 years, 9 months ago
  73. a89bbde [3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526) by Brandt Bucher · 3 years, 9 months ago
  74. c5bfb88 [3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG before a no-arg opcode (GH-29480) (GH-29506) by Irit Katriel · 3 years, 9 months ago
  75. 8fdf6c6 bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29450) by Miss Islington (bot) · 3 years, 10 months ago
  76. 6603f6b bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (GH-29445) by Miss Islington (bot) · 3 years, 10 months ago
  77. bcb236c bpo-45678: Add more ``singledispatchmethod`` tests (GH-29412) (GH-29424) by Miss Islington (bot) · 3 years, 10 months ago
  78. 099a94f bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) (GH-29421) by Miss Islington (bot) · 3 years, 10 months ago
  79. 363ecb3 bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) (GH-29422) by Miss Islington (bot) · 3 years, 10 months ago
  80. 1f3ae5c bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258) by Miss Islington (bot) · 3 years, 10 months ago
  81. f191838 bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328) (GH-29390) by Miss Islington (bot) · 3 years, 10 months ago
  82. fd6b70d [3.10] bpo-45578: add tests for `dis.distb` (GH-29332) (GH-29385) by Łukasz Langa · 3 years, 10 months ago
  83. cfdd7d2 bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824) by Miss Islington (bot) · 3 years, 10 months ago
  84. 3997f3c bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) by Miss Islington (bot) · 3 years, 10 months ago
  85. 191a939 [3.10] bpo-45628: Check all parts of the suffix for an extension match. (GH-29310) (GH-29314) by Miss Islington (bot) · 3 years, 10 months ago
  86. 6b86702 [3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305) by Serhiy Storchaka · 3 years, 10 months ago
  87. 7203ecd bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29296) by Miss Islington (bot) · 3 years, 10 months ago
  88. eccb753 bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29293) by Miss Islington (bot) · 3 years, 10 months ago
  89. 823b3e3 bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29288) by Miss Islington (bot) · 3 years, 10 months ago
  90. 1f45cc0 bpo-44904: Fix classmethod property bug in doctest module (GH-28838) by Miss Islington (bot) · 3 years, 10 months ago
  91. ce7a6af bpo-45438: format of inspect.Signature with generic builtins (GH-29212) by Miss Islington (bot) · 3 years, 10 months ago
  92. 36971fd bpo-45566: `test_frozen_pickle` checks all `pickle` protocols (GH-29150) by Miss Islington (bot) · 3 years, 10 months ago
  93. f812fef bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) by Miss Islington (bot) · 3 years, 10 months ago
  94. 8f6aa48 bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127) by Miss Islington (bot) · 3 years, 10 months ago
  95. 6b75ad5 bpo-45557: Fix underscore_numbers in pprint.pprint(). (GH-29129) by Miss Islington (bot) · 3 years, 10 months ago
  96. 98f157d bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29131) by Miss Islington (bot) · 3 years, 10 months ago
  97. 2a9ab75 bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114) by Ethan Furman · 3 years, 10 months ago
  98. 64e83c7 bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29111) by Miss Islington (bot) · 3 years, 10 months ago
  99. 65de808 bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29095) by Miss Islington (bot) · 3 years, 10 months ago
  100. d6afe3b Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079) by Miss Islington (bot) · 3 years, 10 months ago