1. d2f8747 Issue #17596: MINGW: add wincrypt.h in Python/random.c by Martin Panter · 8 years ago
  2. 36261d7 Issue #16191: Merge comment fixes from 3.5 by Martin Panter · 8 years ago
  3. 95f53c1 Issue #16191: Fix up references to renamed variables by Martin Panter · 8 years ago
  4. caaf53e Issue #27419: Added temporary workaround for subinterpreters. by Serhiy Storchaka · 8 years ago
  5. 80ab069 Issue #27419: Added temporary workaround for subinterpreters. by Serhiy Storchaka · 8 years ago
  6. 7905f99 Issue #27419: Standard __import__() no longer look up "__import__" in globals by Serhiy Storchaka · 8 years ago
  7. b3b65e6 Issue #27419: Standard __import__() no longer look up "__import__" in globals by Serhiy Storchaka · 8 years ago
  8. b2f8a80 Check in update for importlib_external.h by Brett Cannon · 8 years ago
  9. 7ca63cb Fix regressions introduced by fixes for issue #27083. by Brett Cannon · 8 years ago
  10. b3e73b3 Merge for #27083 by Brett Cannon · 8 years ago
  11. ce7b27d merge 3.5 (#27514) by Benjamin Peterson · 8 years ago
  12. e09ed54 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
  13. 2247e5c Update frozen importlib code by Brett Cannon · 8 years ago
  14. fdcdd9e Issue #26896: Disambiguate uses of "importer" with "finder". by Brett Cannon · 8 years ago
  15. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  16. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  17. 7e160ce Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, by Serhiy Storchaka · 8 years ago
  18. fbd1523 Issue #27352: Correct the validation of the ImportFrom AST node and simplify by Serhiy Storchaka · 8 years ago
  19. da9c513 Issue #27255: Added more predictions in ceval.c. by Serhiy Storchaka · 8 years ago
  20. cfdfbb4 Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  21. d7292b5 Issue #27336: Fix compilation on Windows by Victor Stinner · 8 years ago
  22. 531396c Issue #27336: Fix compilation failures --without-threads by Berker Peksag · 8 years ago
  23. a63073a Merge 3.5 by Victor Stinner · 8 years ago
  24. ec721f3 py_getrandom(): use long type for the syscall() result by Victor Stinner · 8 years ago
  25. 607f8a5 Issue #27301: Fixed incorrect return codes for errors in compile.c. by Serhiy Storchaka · 8 years ago
  26. 694de3b Issue #27301: Fixed incorrect return codes for errors in compile.c. by Serhiy Storchaka · 8 years ago
  27. d017176 Merge 3.5 by Victor Stinner · 8 years ago
  28. c72828b cleanup random.c by Victor Stinner · 8 years ago
  29. 370f513 Merge 3.5 (os.urandom, issue #27278) by Victor Stinner · 8 years ago
  30. b98a36e Fix os.urandom() using getrandom() on Linux by Victor Stinner · 8 years ago
  31. 5553231 - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to by doko@ubuntu.com · 8 years ago
  32. 64204de Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. by Serhiy Storchaka · 8 years ago
  33. 5697c4b Comment fixes extracted from patch by Demur Rumed. by Serhiy Storchaka · 8 years ago
  34. cf2ad55 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  35. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  36. 6a7506a Issue #27140: Added BUILD_CONST_KEY_MAP opcode. by Serhiy Storchaka · 8 years ago
  37. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 8 years ago
  38. 596357d Merge comment fix from 3.5 by Martin Panter · 8 years ago
  39. 39b1025 Fix typo and move comment to appropriate condition by Martin Panter · 8 years ago
  40. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 8 years ago
  41. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  42. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  43. cfb1961 py_getrandom(): use char* instead of void* for the destination by Victor Stinner · 8 years ago
  44. 9ff9cbd Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
  45. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  46. 1940919 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  47. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 8 years ago
  48. 76c4161 Issue #27138: Regenerate Python/importlib_external.h. by Serhiy Storchaka · 8 years ago
  49. c7385f3 Issue #27138: Regenerate Python/importlib_external.h. by Serhiy Storchaka · 8 years ago
  50. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  51. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  52. 74f2fe6 Fixed the use of _Py_IS_ALIGNED (issue #27097). by Serhiy Storchaka · 8 years ago
  53. f60bf5f Issue #27097: Python interpreter is now about 7% faster due to optimized by Serhiy Storchaka · 8 years ago
  54. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  55. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  56. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  57. 744c34e Cleanup import.c by Victor Stinner · 8 years ago
  58. 4a3443b Merge 3.5 (issue #27057) by Victor Stinner · 8 years ago
  59. 3116cc4 Fix os.set_inheritable() on Android by Victor Stinner · 8 years ago
  60. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
  61. ed64d6b regen importlib bytecode by Benjamin Peterson · 8 years ago
  62. 5b2b3aa merge 3.5 (#26991) by Benjamin Peterson · 8 years ago
  63. ad887cf fix possible refleak in MAKE_FUNCTION (closes #26991) by Benjamin Peterson · 8 years ago
  64. 4b23494 Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  65. ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed by Serhiy Storchaka · 8 years ago
  66. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  67. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  68. 24182a3 Restored parameter name "self" since gdb needs exact specific parameter names. by Serhiy Storchaka · 8 years ago
  69. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  70. 7a9579c Got rid of redundand "self" parameter declarations. by Serhiy Storchaka · 8 years ago
  71. 2e310b4 Regenerate Argument Clinic code for issue #26874. by Serhiy Storchaka · 8 years ago
  72. df07173 Regenerate Argument Clinic code for issue #26874. by Serhiy Storchaka · 8 years ago
  73. aa9d369 Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError by Berker Peksag · 8 years ago
  74. ec766d3 Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError by Berker Peksag · 8 years ago
  75. 5031a67 Closes #26874: Merge with 3.5 by Zachary Ware · 8 years ago
  76. 7f227d9 Issue #26874: Simplify the divmod docstring by Zachary Ware · 8 years ago
  77. 54559b6 Closes #26874: Merge with 3.5 by Zachary Ware · 8 years ago
  78. 4d4160a Issue #26874: Fix divmod docstring by Zachary Ware · 8 years ago
  79. 144da4e Issue #22747: Workaround for systems without langinfo.h. by Stefan Krah · 8 years ago
  80. 1845d14 Issue #17905: Do not guard locale include with HAVE_LANGINFO_H. by Stefan Krah · 8 years ago
  81. 79d6e8d Issue #26802: Optimized calling a function with *args only positional arguments. by Serhiy Storchaka · 8 years ago
  82. a858bbd Avoid fcntl() if possible in set_inheritable() by Victor Stinner · 8 years ago
  83. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  84. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  85. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  86. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  87. 23c5cbb fs_unicode_converter is no longer used. by Serhiy Storchaka · 8 years ago
  88. 21a663e Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). by Serhiy Storchaka · 8 years ago
  89. 7258176 Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
  90. 9d24271 Fix os.urandom() on Solaris 11.3 by Victor Stinner · 8 years ago
  91. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  92. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  93. 4030027 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  94. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  95. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  96. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  97. 9423023 Minor code cleanup for PyArg_UnpackTuple. by Raymond Hettinger · 8 years ago
  98. ca9dbc7 makeopcodetargets.py: we need to import Lib/opcode.py by Victor Stinner · 8 years ago
  99. a9a852c Modernize Python/makeopcodetargets.py by Victor Stinner · 8 years ago
  100. 4f17426 Fix bug in __import__ during Python shutdown by Victor Stinner · 8 years ago