1. ee9f98d bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099) by Mark Shannon · 3 years, 9 months ago
  2. 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 3 years, 10 months ago
  3. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 3 years, 10 months ago
  4. 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 3 years, 11 months ago
  5. 109826c bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) by Pablo Galindo · 4 years ago
  6. 0f9aa47 bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426) by Serhiy Storchaka · 4 years, 3 months ago
  7. 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 4 years, 4 months ago
  8. 3b3b83c Restrict co_code to be under INT_MAX in codeobject (GH-20628) by Ammar Askar · 4 years, 4 months ago
  9. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 6 months ago
  10. 81a7be3 bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) by Victor Stinner · 4 years, 6 months ago
  11. 4a3fe08 bpo-40268: Include explicitly pycore_interp.h (GH-19505) by Victor Stinner · 4 years, 6 months ago
  12. 9205520 bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) by Victor Stinner · 4 years, 6 months ago
  13. 58ac700 bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) by Victor Stinner · 4 years, 8 months ago
  14. a278313 bpo-38631: Avoid Py_FatalError() in PyCode_New() (GH-18215) by Victor Stinner · 4 years, 8 months ago
  15. 22424c0 Document CodeType.replace (GH-17776) by Anthony Sottile · 4 years, 9 months ago
  16. c7c01ab bpo-38922: Raise code.__new__ audit event when code object replace() is called (GH-17394) by Steve Dower · 4 years, 11 months ago
  17. 4a2edc3 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) by Pablo Galindo · 5 years ago
  18. 376ce98 bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997) by Victor Stinner · 5 years ago
  19. ea9f168 bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13809) by Victor Stinner · 5 years ago
  20. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 5 years ago
  21. 3b57f50 bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707) by Pablo Galindo · 5 years ago
  22. cd74e66 bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) by Pablo Galindo · 5 years ago
  23. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  24. a9f05d6 bpo-37032: Add CodeType.replace() method (GH-13542) by Victor Stinner · 5 years ago
  25. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  26. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  27. ec13b93 bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) by Victor Stinner · 6 years ago
  28. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  29. d17a693 bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434) by Victor Stinner · 6 years ago
  30. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  31. caba55b bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) by Victor Stinner · 6 years ago
  32. bd47384 bpo-24618: Add a check in the code constructor. (GH-8283) by Serhiy Storchaka · 6 years ago
  33. b7e1eff bpo-33299: Return an object itself for some types in _PyCode_ConstantKey(). (GH-6513) by Serhiy Storchaka · 6 years ago
  34. 078f181 bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675) by Nick Coghlan · 7 years ago
  35. 2b7953d replace custom table with pyctype (#3456) by Benjamin Peterson · 7 years ago
  36. e3b2b4b bpo-31393: Fix the use of PyUnicode_READY(). (#3451) by Serhiy Storchaka · 7 years ago
  37. 8e0ad46 update all_name_chars comment after 9020ac7cce97dddad51b285fffc31fe4ddf60898 (#3452) by Benjamin Peterson · 7 years ago
  38. 9020ac7 optimize all_name_chars (#3442) by Benjamin Peterson · 7 years ago
  39. 378ebb6 bpo-30789: Use a single memory block for co_extra. (#2555) by Serhiy Storchaka · 7 years ago
  40. 23e7944 bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) by Victor Stinner · 7 years ago
  41. f3cffd2 bpo-30604: clean up co_extra support (#2144) by Dino Viehland · 7 years ago
  42. b4dc6af bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) by Dong-hee Na · 7 years ago
  43. 6a9122c bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376) by Brian Coleman · 8 years ago
  44. 067cbd0 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  45. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  46. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  47. 5bb8b91 Issue #18896: Python function can now have more than 255 parameters. by Serhiy Storchaka · 8 years ago
  48. 460bd0d Issue #19569: Compiler warnings are now emitted if use most of deprecated by Serhiy Storchaka · 8 years ago
  49. 6c10650 Merge 3.5 (issue #27942) by Yury Selivanov · 8 years ago
  50. d2fd359 ssue #27942: Fix memory leak in codeobject.c by Yury Selivanov · 8 years ago
  51. e81b0d3 Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 8 years ago
  52. 09f3d08 Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 8 years ago
  53. 3738c2d Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  54. 00a0fc1 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  55. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  56. d0600ed Make PyCodeObject.co_extra even more private to force users through the proper API. by Brett Cannon · 8 years ago
  57. 3788b85 Change error return value to be more consistent with the rest of Python by Brett Cannon · 8 years ago
  58. 1bf494b use a the bool type for a boolean variable by Benjamin Peterson · 8 years ago
  59. 5c4de28 Add the co_extra field and accompanying APIs to code objects. by Brett Cannon · 8 years ago
  60. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  61. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  62. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  63. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  64. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 9 years ago
  65. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  66. 7c74de4 Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode by Victor Stinner · 11 years ago
  67. 3bbd2fa Issue #15456: Fix code __sizeof__ after #12399 change. by Martin v. Löwis · 12 years ago
  68. bf6e560 Make PyUnicode_Copy() private => _PyUnicode_Copy() by Victor Stinner · 13 years ago
  69. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  70. ed2682b Reuse PyUnicode_Copy() in validate_and_copy_tuple() by Victor Stinner · 13 years ago
  71. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  72. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  73. 9003760 map cells to arg slots at code creation time (closes #12399) by Benjamin Peterson · 13 years ago
  74. aaa4e9a Remove arbitrary string length limits by Victor Stinner · 14 years ago
  75. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 14 years ago
  76. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  77. 6c6a4d0 Remove unused label. by Georg Brandl · 14 years ago
  78. f3170cc Use locale encoding if Py_FileSystemDefaultEncoding is not set by Victor Stinner · 14 years ago
  79. c39211f Issue #9630: Redecode filenames when setting the filesystem encoding by Victor Stinner · 14 years ago
  80. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  81. e3c7381 code_repr(): use %U to format the filename by Victor Stinner · 14 years ago
  82. 4222e9c Merged revisions 79060 via svnmerge from by Collin Winter · 15 years ago
  83. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  84. 8c1a50a #6502: add missing comma in docstring. by Georg Brandl · 15 years ago
  85. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  86. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  87. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  88. a1e7e13 #1939: update code object docstring. by Georg Brandl · 17 years ago
  89. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  90. d2093f7 Fix a refleak for `filename', introduced in rev. 58466. by Georg Brandl · 17 years ago
  91. 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  92. 41103bf Ensure that code object names (co_name) are unicode. by Neal Norwitz · 17 years ago
  93. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  94. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  95. 933daed Use PyUnicode_FromFormat() directly. by Walter Dörwald · 17 years ago
  96. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  97. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  98. f1624cd Fix a bunch of compiler warnings. In at least one case these were serious bugs! by Guido van Rossum · 18 years ago
  99. b6bb0c7 Implement == and != comparisons for code objects by value. by Guido van Rossum · 18 years ago
  100. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago