Python 3.13.0a4
  1. edb59d5 bpo-38364: unwrap partialmethods just like we unwrap partials (#16600) by Martijn Pieters · 1 year, 6 months ago
  2. 9e3729b gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627) by David Hewitt · 1 year, 6 months ago
  3. 4742047 docs: use consistent .append() in dis.rst (#115434) by Ned Batchelder · 1 year, 6 months ago
  4. 3e7b7df gh-114570: Add PythonFinalizationError exception (#115352) by Victor Stinner · 1 year, 6 months ago
  5. 49e8fdc Docs: spell out sentence about ndbm/gdbm file formats (#115470) by Erlend E. Aasland · 1 year, 6 months ago
  6. 81e140d Docs: reword sentences about dbm submodule traits (#114609) by Erlend E. Aasland · 1 year, 6 months ago
  7. 6755c4e gh-115403: Remove extra colon after "Examples" in datetime documentation (#115452) by Stanislav Lyu · 1 year, 6 months ago
  8. 6d9141e gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447) by Erlend E. Aasland · 1 year, 6 months ago
  9. dd5e4d9 gh-100414: Add SQLite backend to dbm (#114481) by Erlend E. Aasland · 1 year, 6 months ago
  10. 3fd2ad8 ftplib docs: `timeout` doesn't have to be a whole number (#115443) by Alex Waygood · 1 year, 6 months ago
  11. 46245b0 Docs: Use substitutions instead of manual version updates (#115416) by Hugo van Kemenade · 1 year, 6 months ago
  12. de07941 gh-115405: add versionadded tag for co_qualname in code objects documentation (#115411) by Christophe Papazian · 1 year, 6 months ago
  13. 5719aa2 gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113455) by qqwqqw689 · 1 year, 6 months ago
  14. 0a6e1a4 Update "Using Python on a Mac" (#115024) by Hugo van Kemenade · 1 year, 6 months ago
  15. 10756b1 gh-111140: Minor doc fixes for PyLong_AsNativeBytes (GH-115375) by Steve Dower · 1 year, 6 months ago
  16. 341d787 gh-115317: Rewrite changelog filter to use vanilla JavaScript (#115324) by Hugo van Kemenade · 1 year, 6 months ago
  17. 7861dfd gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes functions (GH-114886) by Steve Dower · 1 year, 6 months ago
  18. 879f454 gh-110850: Add PyTime_t C API (GH-115215) by Petr Viktorin · 1 year, 6 months ago
  19. 9182201 gh-115233: Fix an example in the Logging Cookbook (GH-115325) by Serhiy Storchaka · 1 year, 6 months ago
  20. 92483b2 gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319) by Hugo van Kemenade · 1 year, 6 months ago
  21. 705c76d gh-114785: Remove content from `Porting from Python2` how-to (#114805) by Nikita Sobolev · 1 year, 6 months ago
  22. 235cacf GH-114695: Add `sys._clear_internal_caches` (GH-115152) by Brandt Bucher · 1 year, 6 months ago
  23. e1552fd gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825) by Skip Montanaro · 1 year, 6 months ago
  24. b104360 gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760) by Serhiy Storchaka · 1 year, 6 months ago
  25. d2c4baa gh-97928: Partially restore the behavior of tkinter.Text.count() by default (GH-115031) by Serhiy Storchaka · 1 year, 6 months ago
  26. 573acb3 gh-115172: Fix explicit index extries for the C API (GH-115173) by Serhiy Storchaka · 1 year, 6 months ago
  27. 1b89591 gh-101100: Fix dangling refs in bdb.rst (#114983) by Skip Montanaro · 1 year, 6 months ago
  28. 4821f08 gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786) by Nikita Sobolev · 1 year, 6 months ago
  29. 9d1a353 gh-114894: add array.array.clear() method (#114919) by Mike Zimin · 1 year, 6 months ago
  30. e19103a gh-114552: Update `__dir__` method docs: it allows returning an iterable (#114662) by Nikita Sobolev · 1 year, 6 months ago
  31. b2d9d13 gh-96471: Add shutdown() method to queue.Queue (#104750) by Laurie O · 1 year, 6 months ago
  32. 769d444 Docs: correctly link to code objects (#115214) by Erlend E. Aasland · 1 year, 6 months ago
  33. c968dc7 GH-113632: update configure.ac for WebAssembly support tiers (#115192) by Brett Cannon · 1 year, 6 months ago
  34. 553c90c gh-101100: Fix sphinx warnings in `library/enum.rst` (#114696) by Nikita Sobolev · 1 year, 6 months ago
  35. 17689e3 gh-107944: Improve error message for getargs with bad keyword arguments (#114792) by Shantanu · 1 year, 6 months ago
  36. 8a3c499 GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#115132) by Mark Shannon · 1 year, 6 months ago
  37. d0322fd gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003) by Skip Montanaro · 1 year, 6 months ago
  38. 60375a3 gh-115114: Add missing slash to file URI prefix `file:/` (#115115) by Edgar Ramírez Mondragón · 1 year, 6 months ago
  39. 3f71c41 gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11 (GH-115107) by Finite State Machine · 1 year, 6 months ago
  40. de61d4b gh-112066: Add `PyDict_SetDefaultRef` function. (#112123) by Sam Gross · 1 year, 6 months ago
  41. 0e2ab73 gh-114756: Update FAQ section on removing the GIL (#114957) by da-woods · 1 year, 6 months ago
  42. 1a10437 gh-91602: Add iterdump() support for filtering database objects (#114501) by Mariusz Felisiak · 1 year, 6 months ago
  43. bb57ffdb gh-83648: Support deprecation of options, arguments and subcommands in argparse (GH-114086) by Serhiy Storchaka · 1 year, 6 months ago
  44. 652fbf8 gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275) by Serhiy Storchaka · 1 year, 6 months ago
  45. 750489c gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (#114968) by HarryLHW · 1 year, 6 months ago
  46. 36518e6 GH-108362: Incremental GC implementation (GH-108038) by Mark Shannon · 1 year, 6 months ago
  47. b4ba0f7 gh-43457: Tkinter: fix design flaws in wm_attributes() (GH-111404) by Serhiy Storchaka · 1 year, 6 months ago
  48. 39ec7fb Remove bogus syntax error marker in csv doc (#115017) by Terry Jan Reedy · 1 year, 6 months ago
  49. da8f9fb gh-113803: Fix inaccurate documentation for shutil.move when dst is an existing directory (#113837) by Dai Wentao · 1 year, 6 months ago
  50. ca715e5 gh-69893: Add the close() method for xml.etree.ElementTree.iterparse() iterator (GH-114534) by Serhiy Storchaka · 1 year, 6 months ago
  51. ff7588b gh-114071: [Enum] update docs and code for tuples/subclasses (GH-114871) by Ethan Furman · 1 year, 6 months ago
  52. ec69e1d gh-101100: Fix dangling references in pickle.rst (#114972) by Skip Montanaro · 1 year, 7 months ago
  53. 848c867 gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (#114327) by Hugo van Kemenade · 1 year, 7 months ago
  54. 72d2d0f gh-114803: Mention that `@dataclass` should not be applied on enums (GH-114891) by Nikita Sobolev · 1 year, 7 months ago
  55. ab76d37 gh-101100: Fix Sphinx reference warnings in the glossary (#114729) by Skip Montanaro · 1 year, 7 months ago
  56. 6b53d5f gh-112202: Ensure that condition.notify() succeeds even when racing with Task.cancel() (#112201) by Kristján Valur Jónsson · 1 year, 7 months ago
  57. b4240fd gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956) by AN Long · 1 year, 7 months ago
  58. 28bb296 Update LOGGING example taken from Django docs. (#114903) by Mariusz Felisiak · 1 year, 7 months ago
  59. 00d7109 Normalize heading underline in multiprocessing.rst (#114923) by Skip Montanaro · 1 year, 7 months ago
  60. 1183f1e gh-114913: Add newline to subprocess doc (#114941) by Terry Jan Reedy · 1 year, 7 months ago
  61. 73d20ca Correct timedelta description (GH-101417) by John Belmonte · 1 year, 7 months ago
  62. b27812d Fix indentation of "versionchanged" in datetime.rst (GH-114933) by Serhiy Storchaka · 1 year, 7 months ago
  63. c12240e gh-114728: Fix documentation for comparison of objects in datetime module (GH-114749) by Serhiy Storchaka · 1 year, 7 months ago
  64. 9872855 GH-69695: Update ``PyImport_ImportModule`` description (GH-103836) by patenaud · 1 year, 7 months ago
  65. ee66c33 gh-114909: Add --first-weekday option to usage message (#114910) by Steven Ward · 1 year, 7 months ago
  66. d29f57f gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst (GH-103638) by Justin Williams · 1 year, 7 months ago
  67. d0f1307 gh-114329: Add `PyList_GetItemRef` function (GH-114504) by Sam Gross · 1 year, 7 months ago
  68. 53339a0 Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103829) by Michal Kaptur · 1 year, 7 months ago
  69. 500ede0 gh-89891: Refer SharedMemory implementation as POSIX (GH-104678) by Oleg Iarygin · 1 year, 7 months ago
  70. dc01b91 gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846) by Nikita Sobolev · 1 year, 7 months ago
  71. c9c6e04 Correct description of inheriting from another class (#114660) by Skip Montanaro · 1 year, 7 months ago
  72. e9dab65 gh-105031: Clarify datetime documentation for ISO8601 (GH-105049) by Nicholas Hollander · 1 year, 7 months ago
  73. 2dea1cf Write about Tier 2 and JIT in "what's new 3.13" (#114826) by Guido van Rossum · 1 year, 7 months ago
  74. de6f97c Fix typos in ElementTree documentation (GH-108848) by Christophe Nanteuil · 1 year, 7 months ago
  75. 5ce193e gh-114364: Fix awkward wording about mmap.mmap.seekable (#114374) by technillogue · 1 year, 7 months ago
  76. 57c3e77 gh-114648: Add IndexError exception to tutorial datastructures list.pop entry (#114681) by srinivasan · 1 year, 7 months ago
  77. 586057e gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (#114816) by Skip Montanaro · 1 year, 7 months ago
  78. ff8939e gh-114811: Change '\*' to '*' in warnings.rst (#114819) by Pradyot Ranjan · 1 year, 7 months ago
  79. a79a272 gh-111112: Avoid potential confusion in TCP server example. (#111113) by Aidan Holm · 1 year, 7 months ago
  80. 1836f67 Add note to `sys.orig_argv` clarifying the difference from `sys.argv` (#114630) by Bradley Reynolds · 1 year, 7 months ago
  81. 7a93db4 gh-101100: Fix class reference in library/test.rst (GH-114769) by Skip Montanaro · 1 year, 7 months ago
  82. c8cf5d7 Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (#114762) by Erlend E. Aasland · 1 year, 7 months ago
  83. 3911b42 gh-101100: Fix references in csv docs (GH-114658) by Skip Montanaro · 1 year, 7 months ago
  84. fda7445 GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#114684) by Barney Gale · 1 year, 7 months ago
  85. a1332a9 Clarify one-item tuple (#114745) by Terry Jan Reedy · 1 year, 7 months ago
  86. 39d102c gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745) by Pablo Galindo Salgado · 1 year, 7 months ago
  87. 4287e86 gh-109975: Copyedit "What's New in Python 3.13" (#114401) by Hugo van Kemenade · 1 year, 7 months ago
  88. ea30a28 gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-113738) by Serhiy Storchaka · 1 year, 7 months ago
  89. 3996cbdd3 Set `hosted_on` for Read the Docs builds (#114697) by Hugo van Kemenade · 1 year, 7 months ago
  90. 2c089b0 gh-112240: Add option to calendar module CLI to specify the weekday to start each week (GH-112241) by Steven Ward · 1 year, 7 months ago
  91. 39c766b Fix more references to datetime and time classes (GH-114717) by Serhiy Storchaka · 1 year, 7 months ago
  92. e351ca3 gh-85984: Add POSIX pseudo-terminal functions. (GH-102413) by Soumendra Ganguly · 1 year, 7 months ago
  93. e8b8f5e gh-101100: Fix datetime reference warnings (GH-114661) by Skip Montanaro · 1 year, 7 months ago
  94. b7a12ab gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (#112366) by Hugo van Kemenade · 1 year, 7 months ago
  95. 97fb248 gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669) by Nikita Sobolev · 1 year, 7 months ago
  96. 3b86891 gh-110893: Improve the documentation for __future__ module (#114642) by Shantanu · 1 year, 7 months ago
  97. d7d0d13 gh-89159: Add some TarFile attribute types (GH-114520) by Stanley · 1 year, 7 months ago
  98. 3bb6912 gh-100734: Add 'Notable change in 3.11.x' to `whatsnew/3.11.rst` (#114657) by Hugo van Kemenade · 1 year, 7 months ago
  99. d00fbed Fix indentation in `__post_init__` documentation. (gh-114666) by Bhushan Mohanraj · 1 year, 7 months ago
  100. 5ecfd75 Correction Skip Montanaro's email address (#114677) by Skip Montanaro · 1 year, 7 months ago