1. 63b8505 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are by Brett Cannon · 8 years ago
  2. 576f132 Issue #20440: Cleaning up the code by using Py_SETREF. by Serhiy Storchaka · 8 years ago
  3. 71db903 merge 3.5 by Benjamin Peterson · 8 years ago
  4. 4c70293 merge 3.4 by Benjamin Peterson · 8 years ago
  5. e8c2a95 merge 3.3 by Benjamin Peterson · 8 years ago
  6. 75e3630 2016 will be another year of writing copyrighted code by Benjamin Peterson · 8 years ago
  7. 5aab44b merge 3.5 (#25973) by Benjamin Peterson · 9 years ago
  8. 3cc8f4b make recording and reporting errors and nonlocal and global directives more robust (closes #25973) by Benjamin Peterson · 9 years ago
  9. eae3079 Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader. by Brett Cannon · 9 years ago
  10. 726fc13 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  11. 191321d Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  12. bdb908e Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  13. 4a1e70f Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  14. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  15. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  16. f006940 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  17. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  18. 3fd4a73 Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 9 years ago
  19. 225821c Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 9 years ago
  20. afaf354 Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  21. 6f9b010 Fix a couple of typos in code comments by Martin Panter · 9 years ago
  22. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  23. b4efc96 Issue #25557: Refactor _PyDict_LoadGlobal() by Victor Stinner · 9 years ago
  24. e0a0afd Merge 3.5 (pytime) by Victor Stinner · 9 years ago
  25. c379ade pytime.c: rename pygettimeofday_new() to pygettimeofday() by Victor Stinner · 9 years ago
  26. fad85aa Issue #25558: Use compile-time asserts. by Serhiy Storchaka · 9 years ago
  27. 9513ba3 Issue #24802: Merge null termination fixes from 3.5 by Martin Panter · 9 years ago
  28. 61d6e4a Issue #24802: Merge null termination fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  29. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  30. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  31. c106c68 Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  32. 12b2538 Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c. by Serhiy Storchaka · 9 years ago
  33. e20310f Issue #25556: Add assertions to PyObject_GetItem() to ensure that an exception by Victor Stinner · 9 years ago
  34. ef07296 Merge 3.5 by Victor Stinner · 9 years ago
  35. 60a1d3c Issue #25556: Fix LOAD_GLOBAL bytecode when globals type is not dict and the by Victor Stinner · 9 years ago
  36. cf01b68 sysmodule.c: reuse Py_STRINGIFY() macro by Victor Stinner · 9 years ago
  37. a78c795 Issue 25483: Add an opcode to make f-string formatting more robust. by Eric V. Smith · 9 years ago
  38. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  39. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  40. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  41. f7d2471 Merge 3.5 (sys.setrecursionlimit) by Victor Stinner · 9 years ago
  42. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  43. bc5b80b Close #24784: Fix compilation without thread support by Victor Stinner · 9 years ago
  44. 92f0113 Close #24784: Fix compilation without thread support by Victor Stinner · 9 years ago
  45. 5344da5 Issue #24402: Merge input() fix from 3.5 by Martin Panter · 9 years ago
  46. e02f8fc Issue #24402: Merge input() fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  47. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  48. bd5f0e8 Hoist constant expression out of the inner loop. by Raymond Hettinger · 9 years ago
  49. 5098b58 Make comparison more consistent by Raymond Hettinger · 9 years ago
  50. c2432f6 One more typo in a comment by Martin Panter · 9 years ago
  51. 585a6ac Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  52. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  53. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  54. 13f7fc5 Update importlib_external.h by Victor Stinner · 9 years ago
  55. 0b40aab Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  56. f731bc0 Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  57. 0e25a8f Merge 3.5 by Victor Stinner · 9 years ago
  58. 861f067 Merge 3.4 (os.urandom) by Victor Stinner · 9 years ago
  59. 78cc2e8 Issue #25003: os.urandom() doesn't use getentropy() on Solaris because by Victor Stinner · 9 years ago
  60. 4d45be7 Merge 3.5 by Victor Stinner · 9 years ago
  61. bae2d62 Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
  62. b7a8af2 Fix _PyTime_AsTimevalStruct_impl() on OpenBSD by Victor Stinner · 9 years ago
  63. c29f399 Backout change 28d3bcb1bad6: "Try to fix _PyTime_AsTimevalStruct_impl() on by Victor Stinner · 9 years ago
  64. c51d244 Issue #25171: Fix compilation issue on OpenBSD in random.c by Victor Stinner · 9 years ago
  65. 449b271 Issue #18174: Explain why is_valid_fd() uses dup() instead of fstat() by Victor Stinner · 9 years ago
  66. 2bfed53 Try to fix _PyTime_AsTimevalStruct_impl() on OpenBSD by Victor Stinner · 9 years ago
  67. 00d4442 merge 3.5 (#25131) by Benjamin Peterson · 9 years ago
  68. 58b5395 make opening brace of container literals and comprehensions correspond to the line number and col offset of the AST node (closes #25131) by Benjamin Peterson · 9 years ago
  69. 1dae0c6 Issue #25186: Remove duplicated function from importlib._bootstrap_external by Brett Cannon · 9 years ago
  70. 1e5fcc3 Fixed error creation if the problem is an empty expression in an f-string: use ast_error instead of PyErr_SetString. by Eric V. Smith · 9 years ago
  71. 1d44c41 Move f-string compilation of the expression earlier, before the conversion character and format_spec are checked. This allows for error messages that more closely match what a user would expect. by Eric V. Smith · 9 years ago
  72. 5567f89 Issue #24779: Remove unused rawmode parameter to unicode_decode. by Eric V. Smith · 9 years ago
  73. 235a6f0 Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that. by Eric V. Smith · 9 years ago
  74. 3abf44e Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
  75. ec26f83 Issue #25155: Fix _PyTime_Divide() rounding by Victor Stinner · 9 years ago
  76. 9a8b177 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  77. 1e2b688 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  78. 3e30fd7 Merge 3.5 (imp/_imp) by Victor Stinner · 9 years ago
  79. cd6e694 Issue #25160: Fix import_init() comments and messages by Victor Stinner · 9 years ago
  80. 7920b70 merge 3.5 (#25060) by Benjamin Peterson · 9 years ago
  81. b685515 compute stack effect of BUILD_MAP correctly (closes #25060) by Benjamin Peterson · 9 years ago
  82. 51b9398 pytime: oops, fix typos on Windows by Victor Stinner · 9 years ago
  83. c60542b pytime: add _PyTime_check_mul_overflow() macro to avoid undefined behaviour by Victor Stinner · 9 years ago
  84. ff0ed3e New try to fix test_time.test_AsSecondsDouble() on x86 buildbots. by Victor Stinner · 9 years ago
  85. 1efbeba Try to fix test_time.test_AsSecondsDouble() on "x86 Gentoo Non-Debug with X 3.x" buildbot by Victor Stinner · 9 years ago
  86. 9c72f9b Fix test_time on Windows by Victor Stinner · 9 years ago
  87. 3e2c8d8 test_time: rewrite PyTime API rounding tests by Victor Stinner · 9 years ago
  88. 9ae47df pytime: add _PyTime_Round() helper to factorize code by Victor Stinner · 9 years ago
  89. ce6aa74 Make _PyTime_RoundHalfEven() private again by Victor Stinner · 9 years ago
  90. 7667f58 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  91. 45fd951 Merge from 3.5 by Steve Dower · 9 years ago
  92. f35bd30 Merge from 3.5.0 branch. by Steve Dower · 9 years ago
  93. 56f6e76 Issue #15989: Fixed some scarcely probable integer overflows. by Serhiy Storchaka · 9 years ago
  94. 714e493 Issue #24305: Prevent import subsystem stack frames from being counted by Larry Hastings · 9 years ago
  95. adfefa5 Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in by Victor Stinner · 9 years ago
  96. d05f499 Merge 3.5 (create_stdio) by Victor Stinner · 9 years ago
  97. 874dbe8 Merge 3.4 (create_stdio) by Victor Stinner · 9 years ago
  98. 6fb5bae Fix race condition in create_stdio() by Victor Stinner · 9 years ago
  99. 5786aef Don't abuse volatile keyword in pytime.c by Victor Stinner · 9 years ago
  100. 29ee674 Enhance _PyTime_AsTimespec() by Victor Stinner · 9 years ago