1. 89e1b1a Issue 27080: PEP 515: add '_' formatting option. by Eric V. Smith · 8 years ago
  2. f578195 add dtrace inline stubs by Benjamin Peterson · 8 years ago
  3. 4ba5c88 just start with an int rather than casting by Benjamin Peterson · 8 years ago
  4. 451d0e3 Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces. by Eric V. Smith · 8 years ago
  5. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  6. 75f94a7 remove more READ_TIMESTAMP by Benjamin Peterson · 8 years ago
  7. 1cfe1d1 remove READ_TIMESTAMP macro by Benjamin Peterson · 8 years ago
  8. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  9. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  10. ae8b69c Issue #27810: Add _PyCFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  11. 50fd898 Issue #24320: Drop an old setuptools-induced hack. by Eric Snow · 8 years ago
  12. d873572 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  13. f9b760f Rework CALL_FUNCTION* opcodes by Victor Stinner · 8 years ago
  14. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 8 years ago
  15. 6cff874 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. by Guido van Rossum · 8 years ago
  16. 87672d7 Issue #28003: Fix a compiler warning by Yury Selivanov · 8 years ago
  17. 50c584f ceval: tighten the code of STORE_ANNOTATION by Yury Selivanov · 8 years ago
  18. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  19. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  20. a78b627 Fix potential NULL pointer dereference in _imp_create_builtin by Christian Heimes · 8 years ago
  21. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  22. 45af0c8 Fix potential NULL pointer dereference in update_symbols() by Christian Heimes · 8 years ago
  23. 4c483ad Merge by Raymond Hettinger · 8 years ago
  24. 262b679 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 8 years ago
  25. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  26. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 8 years ago
  27. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  28. f0afe77 Issue #27909: Fix INCREF for possible NULL value by Raymond Hettinger · 8 years ago
  29. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  30. 940f33a Issue #23524: Finish removing _PyVerify_fd from sources by Steve Dower · 8 years ago
  31. f3fd06a Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing. by Eric Snow · 8 years ago
  32. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  33. 035a100 Issue #26667: Add path-like object support to importlib.util. by Brett Cannon · 8 years ago
  34. 52794db Issue #27911: Remove some unnecessary error checks in import.c. by Brett Cannon · 8 years ago
  35. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  36. 5c4de28 Add the co_extra field and accompanying APIs to code objects. by Brett Cannon · 8 years ago
  37. 2f8bfef replace PY_SIZE_MAX with SIZE_MAX by Benjamin Peterson · 8 years ago
  38. e66987e os.urandom() now blocks on Linux by Victor Stinner · 8 years ago
  39. eaecc69 Issue #27974: Remove importlib._bootstrap._ManageReload. by Brett Cannon · 8 years ago
  40. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
  41. 9b3d770 replace Python aliases for standard integer types with the standard integer types (#17884) by Benjamin Peterson · 8 years ago
  42. 5d75f44 dtoa.c: remove code for platforms with 64-bit integers (#17884) by Benjamin Peterson · 8 years ago
  43. ea525a2 Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. by Serhiy Storchaka · 8 years ago
  44. 4fe5510 require standard int types to be defined (#17884) by Benjamin Peterson · 8 years ago
  45. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  46. 3466bde Avoid calling functions with an empty string as format string by Victor Stinner · 8 years ago
  47. ad8c83a Avoid inefficient way to call functions without argument by Victor Stinner · 8 years ago
  48. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  49. 3cebf93 Implement the frame evaluation API aspect of PEP 523. by Brett Cannon · 8 years ago
  50. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  51. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  52. 6a4efce Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a temporary restriction. In 3.6 beta 2, the plan is to again allow backslashes in the string parts of f-strings, but disallow them in the expression parts. by Eric V. Smith · 8 years ago
  53. 3b09cd6 Merge by Raymond Hettinger · 8 years ago
  54. 74942c9 Merge by Raymond Hettinger · 8 years ago
  55. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  56. 1f93261 Issue #27818: Speed up parsing width and precision in format() strings for by Serhiy Storchaka · 8 years ago
  57. f74c33a Merge by Raymond Hettinger · 8 years ago
  58. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  59. e90bdb1 Issue #27830: Revert, remove _PyFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  60. 577e1f8 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  61. 74319ae Use Py_ssize_t type for number of arguments by Victor Stinner · 8 years ago
  62. cdb5cee Issue #27809: map_next() uses fast call by Victor Stinner · 8 years ago
  63. f0cba67 Backed out changeset 70f88b097f60 (map_next) by Victor Stinner · 8 years ago
  64. a9ba1ab Issue #27809: map_next() uses fast call by Victor Stinner · 8 years ago
  65. d1c2a8e Issue #27809: builtin___build_class__() uses fast call by Victor Stinner · 8 years ago
  66. 6e2333d PyEval_CallObjectWithKeywords() doesn't inc/decref by Victor Stinner · 8 years ago
  67. f45a561 Issue #27809: PyErr_SetImportError() uses fast call by Victor Stinner · 8 years ago
  68. 3a84097 Add _PyErr_CreateException() by Victor Stinner · 8 years ago
  69. 463b86a Issue #27809: Use _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  70. 155ea65 PyEval_CallObjectWithKeywords() uses fast call with kwargs by Victor Stinner · 8 years ago
  71. 2990fa1 Issue #27809: Use _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  72. 6fea7f7 Issue #27809: Cleanup _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  73. b900939 _PyFunction_FastCallDict() supports keyword args by Victor Stinner · 8 years ago
  74. 559bb6a Rename _PyObject_FastCall() to _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  75. c98afb7 Issue #27587: Merge from 3.5 by Berker Peksag · 8 years ago
  76. 4b7b565 Issue #27587: Move null pointer check earlier in _PyState_AddModule() by Berker Peksag · 8 years ago
  77. 2eedc11 Optimize call to Python function without argument by Victor Stinner · 8 years ago
  78. a88b2f4 Fix reference leak in tb_printinternal() by Victor Stinner · 8 years ago
  79. c3ccaae sys_pyfile_write_unicode() now uses fast call by Victor Stinner · 8 years ago
  80. 78da82b call_trampoline() now uses fast call by Victor Stinner · 8 years ago
  81. 71cb64a PyErr_PrintEx() now uses fast call by Victor Stinner · 8 years ago
  82. df142fd import_name() now uses fast call by Victor Stinner · 8 years ago
  83. 8a31c82 Fix PyObject_Call() parameter names by Victor Stinner · 8 years ago
  84. 3f745bf PyEval_CallObjectWithKeywords() uses fast call by Victor Stinner · 8 years ago
  85. 9be7e7b Add _PyObject_FastCall() by Victor Stinner · 8 years ago
  86. 0a6996d Merge 3.5 (fix raise) by Victor Stinner · 8 years ago
  87. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  88. dc35cda Issue #27594: Prevent assertion error when running test_ast with coverage by Ned Deily · 8 years ago
  89. 17061a9 Use Py_ssize_t in _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  90. c702001 Issue #27128: Cleanup _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  91. 3ee933f Issue #27776: dev_urandom(raise=0) now closes the file descriptor on error by Victor Stinner · 8 years ago
  92. 6974cf2 Issue #27776: Cleanup random.c by Victor Stinner · 8 years ago
  93. cecdd96 Issue #27776: _PyRandom_Init() doesn't call PyErr_CheckSignals() anymore by Victor Stinner · 8 years ago
  94. 4bad3b6 Issue #27776: Cleanup random.c by Victor Stinner · 8 years ago
  95. d003423 Issue #26823: Abbreviate recursive tracebacks by Nick Coghlan · 8 years ago
  96. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  97. 08eef3f Re-linewrap comments by Raymond Hettinger · 8 years ago
  98. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 8 years ago
  99. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  100. 133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. by Serhiy Storchaka · 8 years ago