1. 88c2cfd bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123) by Hai Shi · 4 years, 9 months ago
  2. 83de110 bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220) by Mohamed Koubaa · 4 years, 11 months ago
  3. 1b328ea bpo-1635741: Convert an _lsprof method to argument clinic (GH-22240) by Mohamed Koubaa · 4 years, 11 months ago
  4. 8852ad4 bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773) by Victor Stinner · 5 years ago
  5. a42ca74 bpo-40421: Add PyFrame_GetCode() function (GH-19757) by Victor Stinner · 5 years ago
  6. 309d7cc bpo-35370: Add _PyEval_SetTrace() function (GH-18975) by Victor Stinner · 5 years ago
  7. 1b55b65 bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) by Dong-hee Na · 5 years ago
  8. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 6 years ago
  9. 536a35b bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378) by Inada Naoki · 6 years ago
  10. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 7 years ago
  11. 2ebd381 Fix docstring of Profiler class (GH-8651) by INADA Naoki · 7 years ago
  12. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 9 years ago
  13. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  14. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  15. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 9 years ago
  16. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 9 years ago
  17. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  18. 576f132 Issue #20440: Cleaning up the code by using Py_SETREF. by Serhiy Storchaka · 10 years ago
  19. 8477f7a Issue #21863: cProfile now displays the module name of C extension functions, in addition to their own name. by Antoine Pitrou · 11 years ago
  20. ab0ac27 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 12 years ago
  21. 7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 12 years ago
  22. bd303c1 Issue #19512, #19515: remove shared identifiers, move identifiers where they by Victor Stinner · 12 years ago
  23. 53e9ec4 Issue #19512: Use the new _PyId_builtins identifier by Victor Stinner · 12 years ago
  24. 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 12 years ago
  25. b640491 Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules by Victor Stinner · 12 years ago
  26. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 13 years ago
  27. 7edb5df Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the by Victor Stinner · 14 years ago
  28. 532d091 Reverted accidental commit (from r87159) by Alexander Belopolsky · 15 years ago
  29. fc55789 Updated UCD version and unicode.org links to Unicode 6.0.0 by Alexander Belopolsky · 15 years ago
  30. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 15 years ago
  31. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 15 years ago
  32. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 15 years ago
  33. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
  34. cee3ae8 Merged revisions 78641 via svnmerge from by Victor Stinner · 15 years ago
  35. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 17 years ago
  36. 6ccc703 Merged revisions 66677,66700 via svnmerge from by Benjamin Peterson · 17 years ago
  37. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 17 years ago
  38. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 17 years ago
  39. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 18 years ago
  40. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 18 years ago
  41. bed6784 Get rid of more uses of string and use unicode by Neal Norwitz · 18 years ago
  42. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 18 years ago
  43. 1e93f2b Fix warning by Neal Norwitz · 18 years ago
  44. e118862 Use unicode by Neal Norwitz · 18 years ago
  45. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 18 years ago
  46. 1c5a98a Fix for cProfile. SF patch# 1755176 by Amaury Forgeot d'Arc. by Guido van Rossum · 18 years ago
  47. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  48. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 19 years ago
  49. 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 19 years ago
  50. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
  51. 2bc23f5 The default timer unit was incorrectly measured in milliseconds instead by Armin Rigo · 19 years ago
  52. a871ef2 Added the cProfile module. by Armin Rigo · 20 years ago