Python 3.10.0a6
  1. cc12888 Remove unused suspicious rule in the docs by Pablo Galindo · 4 years, 6 months ago v3.10.0a6
  2. f4d7d46 closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680) by Erlend Egeberg Aasland · 4 years, 6 months ago
  3. a65b050 bpo-42603: Add whatsnew and ACKS entries. (GH-24675) by Ned Deily · 4 years, 6 months ago
  4. a22bca6 bpo-42128: Add documentation for pattern matching (PEP 634) (#24664) by Daniel F Moisset · 4 years, 6 months ago
  5. a8e2615 bpo-42128: Add documentation for the new match-based AST nodes (GH-24673) by Pablo Galindo · 4 years, 6 months ago
  6. 41934b3 GH-42128: Add Pattern Matching to What's New (#24667) by Carol Willing · 4 years, 6 months ago
  7. e8f5ddd Add whatsnew note for GH-22904 (#24672) by Dennis Sweeney · 4 years, 6 months ago
  8. 1e3c682 bpo-43345: Enhance TypedDict documentation. (#24668) by Paul Bryan · 4 years, 6 months ago
  9. 145bf26 bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) by Brandt Bucher · 4 years, 6 months ago
  10. cc02b4f bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (#16459) by Alex · 4 years, 6 months ago
  11. 25935a2 Update logging.config.rst (GH-24630) by takahashi · 4 years, 6 months ago
  12. 32181be bpo-43293: Doc: move note about GIL to top of threading module (GH-24622) by Guanzhong Chen · 4 years, 6 months ago
  13. 2827e8a bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) by Terry Jan Reedy · 4 years, 6 months ago
  14. 2d6f2ee bpo-36346: Document removal schedule of deprecate APIs (GH-20879) by Inada Naoki · 4 years, 6 months ago
  15. 5a4aa4c bpo-23882: Doc: Clarify unittest discovery document (GH-21560) by Inada Naoki · 4 years, 6 months ago
  16. 4cf7bb8 bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604) by Terry Jan Reedy · 4 years, 6 months ago
  17. 2f9ef51 bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595) by Terry Jan Reedy · 4 years, 6 months ago
  18. d439fb3 bpo-43277: Add PySet_CheckExact to the C-API (GH-24598) by Pablo Galindo · 4 years, 6 months ago
  19. 46496f9 bpo-42990: Functions inherit current builtins (GH-24564) by Victor Stinner · 4 years, 6 months ago
  20. 292f231 Fix typo in dis module doc (GH-24509) by Irit Katriel · 4 years, 6 months ago
  21. b30fcba bpo-43042: Augment tutorial sentence (GH-24514) by Terry Jan Reedy · 4 years, 6 months ago
  22. 2d3e463 closes bpo-43266: Improve array formatting. (GH-24573) by Erlend Egeberg Aasland · 4 years, 6 months ago
  23. 4a6bf27 bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) by Nicholas Sim · 4 years, 6 months ago
  24. e92d67d closes bpo-43254: Fix *snprintf() man page refs. (GH-24563) by Erlend Egeberg Aasland · 4 years, 6 months ago
  25. 743932d Remove all links to mingw.org (GH-24552) by Jeremy Paige · 4 years, 6 months ago
  26. 44085a3 bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566) by Victor Stinner · 4 years, 6 months ago
  27. 7be00ee bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251) by David CARLIER · 4 years, 6 months ago
  28. a3c3ffa bpo-42990: Add __builtins__ attribute to functions (GH-24559) by Victor Stinner · 4 years, 6 months ago
  29. 801bb0b bpo-43103: Add configure --without-static-libpython (GH-24418) by Victor Stinner · 4 years, 6 months ago
  30. cc54001 bpo-40170: Always define PyIter_Check() as a function (GH-24548) by Erlend Egeberg Aasland · 4 years, 6 months ago
  31. 871eb42 bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535) by Erlend Egeberg Aasland · 4 years, 6 months ago
  32. 813db24 Add a warning block around the get_referrers() documentation (GH-24511) by Pablo Galindo · 4 years, 6 months ago
  33. a2f0654 bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536) by Ken Jin · 4 years, 6 months ago
  34. 4bb2a1e bpo-43181: Convert PyObject_TypeCheck to static inline function (GH-24533) by Erlend Egeberg Aasland · 4 years, 6 months ago
  35. fcbe0cb bpo-42967: only use '&' as a query string separator (#24297) by Adam Goldschmidt · 4 years, 6 months ago
  36. 762fe7d bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505) by Zackery Spytz · 4 years, 6 months ago
  37. fd053fd bpo-43172: readline now passes its tests when built against libedit (GH-24499) by Gregory P. Smith · 4 years, 6 months ago
  38. 749d40a Fix link to sqlite3 enable_shared_cache documentation (GH-24496) by Tom Forbes · 4 years, 6 months ago
  39. da21f7b bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) by Ken Jin · 4 years, 6 months ago
  40. 5f77dee Improve docs of PEP 604 Union (#24301) by Ken Jin · 4 years, 6 months ago
  41. 30a8b28 bpo-43147: Remove archaic terminology. (GH-24462) by Raymond Hettinger · 4 years, 6 months ago
  42. 0ec57e2 bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446) by Terry Jan Reedy · 4 years, 6 months ago
  43. 5f18c22 Simple typo fix (GH-24448) by Andrew Tennikoff · 4 years, 6 months ago
  44. 755c6e6 Minor readability improvements. Also note performance impact of __slots__. (GH-24456) by Raymond Hettinger · 4 years, 7 months ago
  45. f917c24 bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428) by Dong-hee Na · 4 years, 7 months ago
  46. 8d998f1 Merge tag 'v3.10.0a5' by Pablo Galindo · 4 years, 7 months ago
  47. a98fe02 bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) by diegoe · 4 years, 7 months ago
  48. 1ba08a1 Add link to Microsoft docs for limitations in Windows Store package (GH-24422) by Steve Dower · 4 years, 7 months ago
  49. 2edaf6a bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23513) by Ken Jin · 4 years, 7 months ago
  50. b0478d7 Fix Sphynx syntax in the memory.rst document by Pablo Galindo · 4 years, 7 months ago v3.10.0a5
  51. 58fb156 bpo-42997: Improve error message for missing : before suites (GH-24292) by Pablo Galindo · 4 years, 7 months ago
  52. 000cde5 bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348) by Aviral Srivastava · 4 years, 7 months ago
  53. a776da9 bpo-42927: Update the What's new entry for LOAD_ATTR optimizations (GH-24383) by Pablo Galindo · 4 years, 7 months ago
  54. 89294e3 Doc: errors tutorial improvements (GH-16269) by Adorilson Bezerra · 4 years, 7 months ago
  55. e603443 bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364) by L · 4 years, 7 months ago
  56. 62437a2 bpo-43047: logging.config formatters documentation update (GH-24358) by Ian Wienand · 4 years, 7 months ago
  57. 62949f6 bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355) by Steve Dower · 4 years, 7 months ago
  58. 6baaae5 Fixing typos in turtle.rst (GH-24376) by Jules Lasne · 4 years, 7 months ago
  59. 6372a4c Fixed typo in turtle.rst (GH-24371) by Jules Lasne · 4 years, 7 months ago
  60. 64fc105 bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353) by Victor Stinner · 4 years, 7 months ago
  61. 7a34380 bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Ken · 4 years, 7 months ago
  62. dea5bf9 bpo-33387: update documentation for exception handling opcode changes (GH-24334) by Irit Katriel · 4 years, 7 months ago
  63. c92cd0f Fix minor typo in the rest format in the enum docs (GH-24335) by Pablo Galindo · 4 years, 7 months ago
  64. 7c8e0b0 Document new parenthesized with statements (GH-24281) by Pablo Galindo · 4 years, 7 months ago
  65. 7aaeb2a bpo-38250: [Enum] single-bit flags are canonical (GH-24215) by Ethan Furman · 4 years, 7 months ago
  66. 9852cb3 bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332) by Victor Stinner · 4 years, 7 months ago
  67. f066bd9 bpo-37319: Improve documentation, code and tests of randrange. (GH-19112) by Serhiy Storchaka · 4 years, 7 months ago
  68. 5c1f15b bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282) by Julien Palard · 4 years, 7 months ago
  69. 4833591 bpo-42955: Fix sys.module_names doc (GH-24329) by Victor Stinner · 4 years, 7 months ago
  70. db584bd bpo-42955: Add sys.modules_names (GH-24238) by Victor Stinner · 4 years, 7 months ago
  71. cf19cc3 bpo-27772: Make preceding width with 0 valid in string format. (GH-11270) by Serhiy Storchaka · 4 years, 7 months ago
  72. b745a61 bpo-42996: Update a reference to PKCS #5 in hashlib docs to version 2.1 (GH-24289) by Illia Volochii · 4 years, 7 months ago
  73. 644d528 bpo-40304: Correct type(name, bases, dict) doc (GH-19553) by Борис Верховский · 4 years, 7 months ago
  74. 805ede8 Add a What's New entry for the new parser error improvements (GH-24280) by Pablo Galindo · 4 years, 7 months ago
  75. 6cd5b01 Fix typo in what's new. bidst_wheel -> bdist_wheel (GH-24234) by ravcio · 4 years, 7 months ago
  76. dcea78f bpo-42392: Mention loop removal in whatsnew for 3.10 (GH-24256) by Ken Jin · 4 years, 7 months ago
  77. 75e59a9 bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210) by Victor Stinner · 4 years, 7 months ago
  78. e0e398e Fix typos in unittest documentation (GH-24194) by Conchylicultor · 4 years, 7 months ago
  79. e982fe4 bpo-42048: Clinic Howto: Document AC's defining_class converter (GH-23978) by Erlend Egeberg Aasland · 4 years, 7 months ago
  80. 1459fed Doc: os.path.abspath and Path.resolve are also different (GH-23276) by Hong Xu · 4 years, 7 months ago
  81. e485be5 Add a clarification for the object-domain allocators regarding pointer validity (GH-24253) by Pablo Galindo · 4 years, 7 months ago
  82. bc450f9 Add a paragraph about allocation domains to the C-API docs (GH-24252) by Pablo Galindo · 4 years, 7 months ago
  83. 4c94d74 bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179) by Irit Katriel · 4 years, 7 months ago
  84. 9712358 Docs: Remove stray semicolon in init.rst (GH-23974) by Ken Jin · 4 years, 7 months ago
  85. 14cfa32 bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-17996) by Zackery Spytz · 4 years, 7 months ago
  86. c47c78b bpo-37324: Remove ABC aliases from collections (GH-23754) by Hugo van Kemenade · 4 years, 7 months ago
  87. fb35fa4 bpo-42870: Document change in argparse help output. (GH-24190) by Tomáš Hrnčiar · 4 years, 7 months ago
  88. ace008c Fix various ParamSpec errors in typing (GH-24176) by Ken Jin · 4 years, 7 months ago
  89. 0e2a0f7 bpo-42802: Remove distutils bdist_wininst command (GH-24043) by Victor Stinner · 4 years, 7 months ago
  90. 68e1f25 Fix a typo in docs for typing.Concatenate (#24169) by Johan Dahlin · 4 years, 7 months ago
  91. 5c30145 bpo-42783: Documentation for asyncio.sleep(0) (#24002) by Simon Willison · 4 years, 7 months ago
  92. ff8458b bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100) by Yair Frid · 4 years, 7 months ago
  93. 315fc52 bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) by Antonio Cuni · 4 years, 8 months ago
  94. 1a9f51e bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716) by Berker Peksag · 4 years, 8 months ago
  95. ddb5e11 bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008) by Erlend Egeberg Aasland · 4 years, 8 months ago
  96. f9949f8 bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159) by Vladimir · 4 years, 8 months ago
  97. cf0b239 bpo-40810: Require SQLite 3.7.15 (GH-24106) by Erlend Egeberg Aasland · 4 years, 8 months ago
  98. de833b6 Fix 'make suspicious' for the itertools module (GH-24097) by Pablo Galindo · 4 years, 8 months ago
  99. 1470edd bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874) by Serhiy Storchaka · 4 years, 8 months ago
  100. 6613676 bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919) by Zackery Spytz · 4 years, 8 months ago