Python 3.8.0
  1. 54449da Fix typo: Pyssize_t => Py_ssize_t (GH-15411) by Miss Islington (bot) · 6 years ago
  2. cb083f7 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (#14505) by Miss Islington (bot) · 6 years ago
  3. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 6 years ago
  4. d28772a bpo-36783: Add new references for C API Documentation changes (GH-13204) by Edison A · 6 years ago
  5. 83dd4e8 bpo-18085: Update refcounts.dat. (GH-11247) by Serhiy Storchaka · 7 years ago
  6. b2f642c bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243) by Mat M · 7 years ago
  7. bdabb07 bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) by Serhiy Storchaka · 7 years ago
  8. 4e29f56 Add missed details of the C API introduced in 3.7. (GH-7047) by Serhiy Storchaka · 7 years ago
  9. 55bfe69 Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038) by Masayuki Yamamoto · 7 years ago
  10. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 8 years ago
  11. b63530a Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818) by Eric Snow · 8 years ago
  12. 746102b Issue #27186: Document PyOS_FSPath(). by Brett Cannon · 9 years ago
  13. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 10 years ago
  14. 0676a40 Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. by Antoine Pitrou · 11 years ago
  15. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 12 years ago
  16. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 12 years ago
  17. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 12 years ago
  18. 4fcf1b2 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 12 years ago
  19. 244d625 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 12 years ago
  20. dce0550 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 12 years ago
  21. 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 12 years ago
  22. 4dbae88 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 12 years ago
  23. 00e9886 Add PyDict_SetDefault. (closes #17327) by Benjamin Peterson · 12 years ago
  24. f9c7c36 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 13 years ago
  25. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 13 years ago
  26. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 14 years ago
  27. ce77037 Add the green "New reference" note to the doc of PyException_GetTraceback() by Petri Lehtinen · 14 years ago
  28. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 15 years ago
  29. 3a23c9e Issue #9089: PyNumber_Int is no more. Remove it from the docs. by Mark Dickinson · 15 years ago
  30. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 15 years ago
  31. 5e55b3e Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from by Benjamin Peterson · 16 years ago
  32. 1e28a27 Merged revisions 77088 via svnmerge from by Georg Brandl · 16 years ago
  33. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 16 years ago
  34. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 17 years ago
  35. 87ce6d7 #3247: get rid of Py_FindMethods by Amaury Forgeot d'Arc · 17 years ago
  36. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 18 years ago
  37. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 18 years ago
  38. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 18 years ago
  39. 30d1c51 Remove _PyObject_Del by Neal Norwitz · 18 years ago
  40. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago