1. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  2. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  3. 74f2fe6 Fixed the use of _Py_IS_ALIGNED (issue #27097). by Serhiy Storchaka · 8 years ago
  4. f60bf5f Issue #27097: Python interpreter is now about 7% faster due to optimized by Serhiy Storchaka · 8 years ago
  5. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  6. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  7. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  8. 744c34e Cleanup import.c by Victor Stinner · 8 years ago
  9. 4a3443b Merge 3.5 (issue #27057) by Victor Stinner · 8 years ago
  10. 3116cc4 Fix os.set_inheritable() on Android by Victor Stinner · 8 years ago
  11. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
  12. ed64d6b regen importlib bytecode by Benjamin Peterson · 8 years ago
  13. 5b2b3aa merge 3.5 (#26991) by Benjamin Peterson · 8 years ago
  14. ad887cf fix possible refleak in MAKE_FUNCTION (closes #26991) by Benjamin Peterson · 8 years ago
  15. 4b23494 Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  16. ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed by Serhiy Storchaka · 8 years ago
  17. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  18. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  19. 24182a3 Restored parameter name "self" since gdb needs exact specific parameter names. by Serhiy Storchaka · 8 years ago
  20. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  21. 7a9579c Got rid of redundand "self" parameter declarations. by Serhiy Storchaka · 8 years ago
  22. 2e310b4 Regenerate Argument Clinic code for issue #26874. by Serhiy Storchaka · 8 years ago
  23. df07173 Regenerate Argument Clinic code for issue #26874. by Serhiy Storchaka · 8 years ago
  24. aa9d369 Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError by Berker Peksag · 8 years ago
  25. ec766d3 Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError by Berker Peksag · 8 years ago
  26. 5031a67 Closes #26874: Merge with 3.5 by Zachary Ware · 8 years ago
  27. 7f227d9 Issue #26874: Simplify the divmod docstring by Zachary Ware · 8 years ago
  28. 54559b6 Closes #26874: Merge with 3.5 by Zachary Ware · 8 years ago
  29. 4d4160a Issue #26874: Fix divmod docstring by Zachary Ware · 8 years ago
  30. 144da4e Issue #22747: Workaround for systems without langinfo.h. by Stefan Krah · 8 years ago
  31. 1845d14 Issue #17905: Do not guard locale include with HAVE_LANGINFO_H. by Stefan Krah · 8 years ago
  32. 79d6e8d Issue #26802: Optimized calling a function with *args only positional arguments. by Serhiy Storchaka · 8 years ago
  33. a858bbd Avoid fcntl() if possible in set_inheritable() by Victor Stinner · 8 years ago
  34. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  35. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  36. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  37. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  38. 23c5cbb fs_unicode_converter is no longer used. by Serhiy Storchaka · 8 years ago
  39. 21a663e Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). by Serhiy Storchaka · 8 years ago
  40. 7258176 Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
  41. 9d24271 Fix os.urandom() on Solaris 11.3 by Victor Stinner · 8 years ago
  42. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  43. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  44. 4030027 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  45. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  46. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  47. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  48. 9423023 Minor code cleanup for PyArg_UnpackTuple. by Raymond Hettinger · 8 years ago
  49. ca9dbc7 makeopcodetargets.py: we need to import Lib/opcode.py by Victor Stinner · 8 years ago
  50. a9a852c Modernize Python/makeopcodetargets.py by Victor Stinner · 8 years ago
  51. 4f17426 Fix bug in __import__ during Python shutdown by Victor Stinner · 8 years ago
  52. 023654f get_warnings_attr(): Fix coverity warning by Victor Stinner · 8 years ago
  53. 1c3069a Rework _Py_DumpASCII() to make Coverity happy by Victor Stinner · 8 years ago
  54. 976bb40 compiler.c: fix compiler warnings on Windows by Victor Stinner · 8 years ago
  55. bd31b7c Issue #23848: Expose _Py_DumpHexadecimal() by Victor Stinner · 8 years ago
  56. 5dacbd4 Cleanup hashtable.h by Victor Stinner · 8 years ago
  57. e8c6b2f Issue #26588: by Victor Stinner · 8 years ago
  58. e98445a _warnings.warn_explicit(): try to import warnings by Victor Stinner · 8 years ago
  59. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 8 years ago
  60. 285cf0a hashtable.h now supports keys of any size by Victor Stinner · 8 years ago
  61. 322bc12 Ooops, revert changeset ea9efa06c137 by Victor Stinner · 8 years ago
  62. 51b846c _tracemalloc: add domain to trace keys by Victor Stinner · 8 years ago
  63. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 8 years ago
  64. 1231a46 Add _showwarnmsg() and _formatwarnmsg() to warnings by Victor Stinner · 8 years ago
  65. 2025d78 Py_FatalError: disable faulthandler earlier by Victor Stinner · 8 years ago
  66. 861d9ab faulthandler now works in non-Python threads by Victor Stinner · 8 years ago
  67. 013024e Fix compilation error of traceback.c on Windows by Victor Stinner · 8 years ago
  68. 82f04e2 regrtest: Fix module.__path__ by Victor Stinner · 8 years ago
  69. 89e7cdc Enhance and rewrite traceback dump C functions by Victor Stinner · 8 years ago
  70. 8a1be61 Add more checks on the GIL by Victor Stinner · 8 years ago
  71. 791da1c Fix Py_FatalError() if called without the GIL by Victor Stinner · 8 years ago
  72. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  73. d2dc15b Merge 3.5 (issue #25888) by Yury Selivanov · 8 years ago
  74. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 8 years ago
  75. 2ad474b Update assertion in compiler_addop_i() by Victor Stinner · 8 years ago
  76. 8cacc63 Issue #22836: Merge exception reporting from 3.5 by Martin Panter · 8 years ago
  77. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 8 years ago
  78. fc6f2ef compile.c: inline compiler_use_new_block() by Victor Stinner · 8 years ago
  79. 9d66d4a remove unused c_encoding struct member by Benjamin Peterson · 8 years ago
  80. 768921c rewrite parsestr() so it's comprehensible; remove dead code by Benjamin Peterson · 8 years ago
  81. 202803a c_encoding can never be NULL, which allows some code simplification by Benjamin Peterson · 8 years ago
  82. 0911c0d Merge for issue #26367 by Brett Cannon · 8 years ago
  83. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 8 years ago
  84. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  85. a9725f8 Issue #26312: SystemError is now raised in all programming bugs with using by Serhiy Storchaka · 8 years ago
  86. 5b613dd Issue #25698: Prevent possible replacing imported module with the empty one by Serhiy Storchaka · 8 years ago
  87. 48a583b Issue #25698: Prevent possible replacing imported module with the empty one by Serhiy Storchaka · 8 years ago
  88. 15a3095 compiler: don't emit SyntaxWarning on const stmt by Victor Stinner · 8 years ago
  89. a272409 compiler now ignores constant statements by Victor Stinner · 8 years ago
  90. 4cd63ef Issue #26198: ValueError is now raised instead of TypeError on buffer by Serhiy Storchaka · 8 years ago
  91. 3e17c78 Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 8 years ago
  92. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 8 years ago
  93. eb588a1 Switch to more idiomatic C code. by Eric V. Smith · 8 years ago
  94. 135d5f4 Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was being corrupted if an error occurred in PyObject_Format(). by Eric V. Smith · 8 years ago
  95. cca3299 Issue #4806: Merge * unpacking fix from 3.5 by Martin Panter · 8 years ago
  96. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 8 years ago
  97. be59d14 Issue #26146: enhance ast.Constant error message by Victor Stinner · 8 years ago
  98. 25219f5 Issue #26146: remove useless code by Victor Stinner · 8 years ago
  99. 726f690 Fix a refleak in validate_constant() by Victor Stinner · 8 years ago
  100. f2c1aa1 Add ast.Constant by Victor Stinner · 8 years ago