1. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 8 years ago
  2. 02e82a0 bpo-31709: Update importlib magic (#3906) by Yury Selivanov · 8 years ago
  3. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 8 years ago
  4. 36ff451 bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851) by Serhiy Storchaka · 8 years ago
  5. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 8 years ago
  6. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 8 years ago
  7. f239213 Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. by Yury Selivanov · 9 years ago
  8. 10beb3c Issue #28896: Disable WindowsRegistryFinder by default. by Steve Dower · 9 years ago
  9. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 9 years ago
  10. 7db3c48 Issue #28517: Fixed of-by-one error in the peephole optimizer that caused by Serhiy Storchaka · 9 years ago
  11. 7344285 Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 9 years ago
  12. 3738c2d Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 9 years ago
  13. 00a0fc1 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 9 years ago
  14. b728105 Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. by Serhiy Storchaka · 9 years ago
  15. 944368e Issue #23722: Initialize __class__ from type.__new__() by Nick Coghlan · 9 years ago
  16. 50fd898 Issue #24320: Drop an old setuptools-induced hack. by Eric Snow · 9 years ago
  17. f9b760f Rework CALL_FUNCTION* opcodes by Victor Stinner · 9 years ago
  18. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 9 years ago
  19. 035a100 Issue #26667: Add path-like object support to importlib.util. by Brett Cannon · 9 years ago
  20. ea525a2 Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. by Serhiy Storchaka · 9 years ago
  21. b2f8a80 Check in update for importlib_external.h by Brett Cannon · 9 years ago
  22. 7ca63cb Fix regressions introduced by fixes for issue #27083. by Brett Cannon · 9 years ago
  23. b3e73b3 Merge for #27083 by Brett Cannon · 9 years ago
  24. 2247e5c Update frozen importlib code by Brett Cannon · 9 years ago
  25. 64204de Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. by Serhiy Storchaka · 9 years ago
  26. 5697c4b Comment fixes extracted from patch by Demur Rumed. by Serhiy Storchaka · 9 years ago
  27. cf2ad55 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 9 years ago
  28. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 9 years ago
  29. 6a7506a Issue #27140: Added BUILD_CONST_KEY_MAP opcode. by Serhiy Storchaka · 9 years ago
  30. 76c4161 Issue #27138: Regenerate Python/importlib_external.h. by Serhiy Storchaka · 9 years ago
  31. c7385f3 Issue #27138: Regenerate Python/importlib_external.h. by Serhiy Storchaka · 9 years ago
  32. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 9 years ago
  33. ed64d6b regen importlib bytecode by Benjamin Peterson · 9 years ago
  34. 4b23494 Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 9 years ago
  35. 82f04e2 regrtest: Fix module.__path__ by Victor Stinner · 9 years ago
  36. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  37. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 10 years ago
  38. eae3079 Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader. by Brett Cannon · 10 years ago
  39. a78c795 Issue 25483: Add an opcode to make f-string formatting more robust. by Eric V. Smith · 10 years ago
  40. 13f7fc5 Update importlib_external.h by Victor Stinner · 10 years ago
  41. 1dae0c6 Issue #25186: Remove duplicated function from importlib._bootstrap_external by Brett Cannon · 10 years ago
  42. b685515 compute stack effect of BUILD_MAP correctly (closes #25060) by Benjamin Peterson · 10 years ago
  43. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 10 years ago
  44. ee85339 in dict displays, evaluate the key before the value (closes #11205) by Benjamin Peterson · 10 years ago
  45. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 10 years ago
  46. 183a941 Issue #24192: Fix namespace package imports. by Eric Snow · 10 years ago
  47. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 10 years ago
  48. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 10 years ago
  49. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 10 years ago
  50. 0b40aab Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 10 years ago