1. 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
  2. 3b09cd6 Merge by Raymond Hettinger · 8 years ago
  3. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  4. 74942c9 Merge by Raymond Hettinger · 8 years ago
  5. f0afe77 Issue #27909: Fix INCREF for possible NULL value by Raymond Hettinger · 8 years ago
  6. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  7. 1f93261 Issue #27818: Speed up parsing width and precision in format() strings for by Serhiy Storchaka · 8 years ago
  8. f74c33a Merge by Raymond Hettinger · 8 years ago
  9. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  10. e90bdb1 Issue #27830: Revert, remove _PyFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  11. 577e1f8 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  12. 74319ae Use Py_ssize_t type for number of arguments by Victor Stinner · 8 years ago
  13. cdb5cee Issue #27809: map_next() uses fast call by Victor Stinner · 8 years ago
  14. f0cba67 Backed out changeset 70f88b097f60 (map_next) by Victor Stinner · 8 years ago
  15. a9ba1ab Issue #27809: map_next() uses fast call by Victor Stinner · 8 years ago
  16. d1c2a8e Issue #27809: builtin___build_class__() uses fast call by Victor Stinner · 8 years ago
  17. 6e2333d PyEval_CallObjectWithKeywords() doesn't inc/decref by Victor Stinner · 8 years ago
  18. f45a561 Issue #27809: PyErr_SetImportError() uses fast call by Victor Stinner · 8 years ago
  19. 3a84097 Add _PyErr_CreateException() by Victor Stinner · 8 years ago
  20. 463b86a Issue #27809: Use _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  21. 155ea65 PyEval_CallObjectWithKeywords() uses fast call with kwargs by Victor Stinner · 8 years ago
  22. 2990fa1 Issue #27809: Use _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  23. 6fea7f7 Issue #27809: Cleanup _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  24. b900939 _PyFunction_FastCallDict() supports keyword args by Victor Stinner · 8 years ago
  25. 559bb6a Rename _PyObject_FastCall() to _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  26. c98afb7 Issue #27587: Merge from 3.5 by Berker Peksag · 8 years ago
  27. 4b7b565 Issue #27587: Move null pointer check earlier in _PyState_AddModule() by Berker Peksag · 8 years ago
  28. 2eedc11 Optimize call to Python function without argument by Victor Stinner · 8 years ago
  29. a88b2f4 Fix reference leak in tb_printinternal() by Victor Stinner · 8 years ago
  30. c3ccaae sys_pyfile_write_unicode() now uses fast call by Victor Stinner · 8 years ago
  31. 78da82b call_trampoline() now uses fast call by Victor Stinner · 8 years ago
  32. 71cb64a PyErr_PrintEx() now uses fast call by Victor Stinner · 8 years ago
  33. df142fd import_name() now uses fast call by Victor Stinner · 8 years ago
  34. 8a31c82 Fix PyObject_Call() parameter names by Victor Stinner · 8 years ago
  35. 3f745bf PyEval_CallObjectWithKeywords() uses fast call by Victor Stinner · 8 years ago
  36. 9be7e7b Add _PyObject_FastCall() by Victor Stinner · 8 years ago
  37. 0a6996d Merge 3.5 (fix raise) by Victor Stinner · 8 years ago
  38. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  39. dc35cda Issue #27594: Prevent assertion error when running test_ast with coverage by Ned Deily · 8 years ago
  40. 17061a9 Use Py_ssize_t in _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  41. c702001 Issue #27128: Cleanup _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  42. 3ee933f Issue #27776: dev_urandom(raise=0) now closes the file descriptor on error by Victor Stinner · 8 years ago
  43. 6974cf2 Issue #27776: Cleanup random.c by Victor Stinner · 8 years ago
  44. cecdd96 Issue #27776: _PyRandom_Init() doesn't call PyErr_CheckSignals() anymore by Victor Stinner · 8 years ago
  45. 4bad3b6 Issue #27776: Cleanup random.c by Victor Stinner · 8 years ago
  46. d003423 Issue #26823: Abbreviate recursive tracebacks by Nick Coghlan · 8 years ago
  47. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  48. 08eef3f Re-linewrap comments by Raymond Hettinger · 8 years ago
  49. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 8 years ago
  50. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  51. 133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. by Serhiy Storchaka · 8 years ago
  52. d2f8747 Issue #17596: MINGW: add wincrypt.h in Python/random.c by Martin Panter · 8 years ago
  53. 36261d7 Issue #16191: Merge comment fixes from 3.5 by Martin Panter · 8 years ago
  54. 95f53c1 Issue #16191: Fix up references to renamed variables by Martin Panter · 8 years ago
  55. caaf53e Issue #27419: Added temporary workaround for subinterpreters. by Serhiy Storchaka · 8 years ago
  56. 80ab069 Issue #27419: Added temporary workaround for subinterpreters. by Serhiy Storchaka · 8 years ago
  57. 7905f99 Issue #27419: Standard __import__() no longer look up "__import__" in globals by Serhiy Storchaka · 8 years ago
  58. b3b65e6 Issue #27419: Standard __import__() no longer look up "__import__" in globals by Serhiy Storchaka · 8 years ago
  59. b2f8a80 Check in update for importlib_external.h by Brett Cannon · 8 years ago
  60. 7ca63cb Fix regressions introduced by fixes for issue #27083. by Brett Cannon · 8 years ago
  61. b3e73b3 Merge for #27083 by Brett Cannon · 8 years ago
  62. ce7b27d merge 3.5 (#27514) by Benjamin Peterson · 8 years ago
  63. e09ed54 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
  64. 2247e5c Update frozen importlib code by Brett Cannon · 8 years ago
  65. fdcdd9e Issue #26896: Disambiguate uses of "importer" with "finder". by Brett Cannon · 8 years ago
  66. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  67. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  68. 7e160ce Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, by Serhiy Storchaka · 8 years ago
  69. fbd1523 Issue #27352: Correct the validation of the ImportFrom AST node and simplify by Serhiy Storchaka · 8 years ago
  70. da9c513 Issue #27255: Added more predictions in ceval.c. by Serhiy Storchaka · 8 years ago
  71. cfdfbb4 Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  72. d7292b5 Issue #27336: Fix compilation on Windows by Victor Stinner · 8 years ago
  73. 531396c Issue #27336: Fix compilation failures --without-threads by Berker Peksag · 8 years ago
  74. a63073a Merge 3.5 by Victor Stinner · 8 years ago
  75. ec721f3 py_getrandom(): use long type for the syscall() result by Victor Stinner · 8 years ago
  76. 607f8a5 Issue #27301: Fixed incorrect return codes for errors in compile.c. by Serhiy Storchaka · 8 years ago
  77. 694de3b Issue #27301: Fixed incorrect return codes for errors in compile.c. by Serhiy Storchaka · 8 years ago
  78. d017176 Merge 3.5 by Victor Stinner · 8 years ago
  79. c72828b cleanup random.c by Victor Stinner · 8 years ago
  80. 370f513 Merge 3.5 (os.urandom, issue #27278) by Victor Stinner · 8 years ago
  81. b98a36e Fix os.urandom() using getrandom() on Linux by Victor Stinner · 8 years ago
  82. 5553231 - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to by doko@ubuntu.com · 8 years ago
  83. 64204de Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. by Serhiy Storchaka · 8 years ago
  84. 5697c4b Comment fixes extracted from patch by Demur Rumed. by Serhiy Storchaka · 8 years ago
  85. cf2ad55 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  86. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  87. 6a7506a Issue #27140: Added BUILD_CONST_KEY_MAP opcode. by Serhiy Storchaka · 8 years ago
  88. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 8 years ago
  89. 596357d Merge comment fix from 3.5 by Martin Panter · 8 years ago
  90. 39b1025 Fix typo and move comment to appropriate condition by Martin Panter · 8 years ago
  91. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 8 years ago
  92. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  93. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  94. cfb1961 py_getrandom(): use char* instead of void* for the destination by Victor Stinner · 8 years ago
  95. 9ff9cbd Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
  96. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  97. 1940919 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  98. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 8 years ago
  99. 76c4161 Issue #27138: Regenerate Python/importlib_external.h. by Serhiy Storchaka · 8 years ago
  100. c7385f3 Issue #27138: Regenerate Python/importlib_external.h. by Serhiy Storchaka · 8 years ago