1. d2dc15b Merge 3.5 (issue #25888) by Yury Selivanov · 8 years ago
  2. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 8 years ago
  3. 2ad474b Update assertion in compiler_addop_i() by Victor Stinner · 8 years ago
  4. 8cacc63 Issue #22836: Merge exception reporting from 3.5 by Martin Panter · 8 years ago
  5. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 8 years ago
  6. fc6f2ef compile.c: inline compiler_use_new_block() by Victor Stinner · 8 years ago
  7. 9d66d4a remove unused c_encoding struct member by Benjamin Peterson · 8 years ago
  8. 768921c rewrite parsestr() so it's comprehensible; remove dead code by Benjamin Peterson · 8 years ago
  9. 202803a c_encoding can never be NULL, which allows some code simplification by Benjamin Peterson · 8 years ago
  10. 0911c0d Merge for issue #26367 by Brett Cannon · 8 years ago
  11. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 8 years ago
  12. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  13. a9725f8 Issue #26312: SystemError is now raised in all programming bugs with using by Serhiy Storchaka · 8 years ago
  14. 5b613dd Issue #25698: Prevent possible replacing imported module with the empty one by Serhiy Storchaka · 8 years ago
  15. 48a583b Issue #25698: Prevent possible replacing imported module with the empty one by Serhiy Storchaka · 8 years ago
  16. 15a3095 compiler: don't emit SyntaxWarning on const stmt by Victor Stinner · 8 years ago
  17. a272409 compiler now ignores constant statements by Victor Stinner · 8 years ago
  18. 4cd63ef Issue #26198: ValueError is now raised instead of TypeError on buffer by Serhiy Storchaka · 8 years ago
  19. 3e17c78 Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 8 years ago
  20. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 8 years ago
  21. eb588a1 Switch to more idiomatic C code. by Eric V. Smith · 8 years ago
  22. 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
  23. cca3299 Issue #4806: Merge * unpacking fix from 3.5 by Martin Panter · 8 years ago
  24. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 8 years ago
  25. be59d14 Issue #26146: enhance ast.Constant error message by Victor Stinner · 8 years ago
  26. 25219f5 Issue #26146: remove useless code by Victor Stinner · 8 years ago
  27. 726f690 Fix a refleak in validate_constant() by Victor Stinner · 8 years ago
  28. f2c1aa1 Add ast.Constant by Victor Stinner · 8 years ago
  29. 1aa7893 Issue #26146: marshal.loads() now uses the empty frozenset singleton by Victor Stinner · 8 years ago
  30. 9fa8126 Issue #18018: Raise an ImportError if a relative import is attempted by Brett Cannon · 8 years ago
  31. 849113a Issue #25791: Warn when __package__ != __spec__.parent. by Brett Cannon · 8 years ago
  32. b02ef71 Use Py_uintptr_t for atomic pointers by Victor Stinner · 8 years ago
  33. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 8 years ago
  34. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 8 years ago
  35. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 8 years ago
  36. b56837a Merge 3.5 by Victor Stinner · 8 years ago
  37. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  38. 4b5b062 Fix indentation of continuation lines. by Georg Brandl · 8 years ago
  39. 5c60ea3 Fix two instances of wrong indentation. by Georg Brandl · 8 years ago
  40. 63b8505 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are by Brett Cannon · 8 years ago
  41. 576f132 Issue #20440: Cleaning up the code by using Py_SETREF. by Serhiy Storchaka · 9 years ago
  42. 71db903 merge 3.5 by Benjamin Peterson · 9 years ago
  43. 4c70293 merge 3.4 by Benjamin Peterson · 9 years ago
  44. e8c2a95 merge 3.3 by Benjamin Peterson · 9 years ago
  45. 75e3630 2016 will be another year of writing copyrighted code by Benjamin Peterson · 9 years ago
  46. 5aab44b merge 3.5 (#25973) by Benjamin Peterson · 9 years ago
  47. 3cc8f4b make recording and reporting errors and nonlocal and global directives more robust (closes #25973) by Benjamin Peterson · 9 years ago
  48. eae3079 Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader. by Brett Cannon · 9 years ago
  49. 726fc13 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  50. 191321d Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  51. bdb908e Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  52. 4a1e70f Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  53. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  54. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  55. f006940 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  56. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  57. 3fd4a73 Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 9 years ago
  58. 225821c Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 9 years ago
  59. afaf354 Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  60. 6f9b010 Fix a couple of typos in code comments by Martin Panter · 9 years ago
  61. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  62. b4efc96 Issue #25557: Refactor _PyDict_LoadGlobal() by Victor Stinner · 9 years ago
  63. e0a0afd Merge 3.5 (pytime) by Victor Stinner · 9 years ago
  64. c379ade pytime.c: rename pygettimeofday_new() to pygettimeofday() by Victor Stinner · 9 years ago
  65. fad85aa Issue #25558: Use compile-time asserts. by Serhiy Storchaka · 9 years ago
  66. 9513ba3 Issue #24802: Merge null termination fixes from 3.5 by Martin Panter · 9 years ago
  67. 61d6e4a Issue #24802: Merge null termination fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  68. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  69. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  70. c106c68 Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  71. 12b2538 Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c. by Serhiy Storchaka · 9 years ago
  72. e20310f Issue #25556: Add assertions to PyObject_GetItem() to ensure that an exception by Victor Stinner · 9 years ago
  73. ef07296 Merge 3.5 by Victor Stinner · 9 years ago
  74. 60a1d3c Issue #25556: Fix LOAD_GLOBAL bytecode when globals type is not dict and the by Victor Stinner · 9 years ago
  75. cf01b68 sysmodule.c: reuse Py_STRINGIFY() macro by Victor Stinner · 9 years ago
  76. a78c795 Issue 25483: Add an opcode to make f-string formatting more robust. by Eric V. Smith · 9 years ago
  77. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  78. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  79. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  80. f7d2471 Merge 3.5 (sys.setrecursionlimit) by Victor Stinner · 9 years ago
  81. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  82. bc5b80b Close #24784: Fix compilation without thread support by Victor Stinner · 9 years ago
  83. 92f0113 Close #24784: Fix compilation without thread support by Victor Stinner · 9 years ago
  84. 5344da5 Issue #24402: Merge input() fix from 3.5 by Martin Panter · 9 years ago
  85. e02f8fc Issue #24402: Merge input() fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  86. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  87. bd5f0e8 Hoist constant expression out of the inner loop. by Raymond Hettinger · 9 years ago
  88. 5098b58 Make comparison more consistent by Raymond Hettinger · 9 years ago
  89. c2432f6 One more typo in a comment by Martin Panter · 9 years ago
  90. 585a6ac Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  91. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  92. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  93. 13f7fc5 Update importlib_external.h by Victor Stinner · 9 years ago
  94. 0b40aab Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  95. f731bc0 Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  96. 0e25a8f Merge 3.5 by Victor Stinner · 9 years ago
  97. 861f067 Merge 3.4 (os.urandom) by Victor Stinner · 9 years ago
  98. 78cc2e8 Issue #25003: os.urandom() doesn't use getentropy() on Solaris because by Victor Stinner · 9 years ago
  99. 4d45be7 Merge 3.5 by Victor Stinner · 9 years ago
  100. bae2d62 Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago