1. 8f2ee0d Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  2. 39e9af6 Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  3. e90bdb1 Issue #27830: Revert, remove _PyFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  4. bb10859 Closes #23746: merged update from 3.5. by Vinay Sajip · 8 years ago
  5. 37cac76 Issue #23746: Clarified is_python_build() documentation. by Vinay Sajip · 8 years ago
  6. 664759c Merge with 3.5 by Terry Jan Reedy · 8 years ago
  7. 1f8cc33 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  8. 5acf4e5 Issue #27821: Fix bug in idlelib.comfig function and add new tests. by Terry Jan Reedy · 8 years ago
  9. 3f1057a method_call() and slot_tp_new() now uses fast call by Victor Stinner · 8 years ago
  10. f7507dd Issue #27830: Fix _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  11. b98b927 _pickle: remove outdated comment by Victor Stinner · 8 years ago
  12. 53cb489 _PyObject_FastCallDict(): avoid _Py_CheckFunctionResult() by Victor Stinner · 8 years ago
  13. 577e1f8 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  14. 53868aa Closes #27595: Document PEP 495 (Local Time Disambiguation) features. by Alexander Belopolsky · 8 years ago
  15. 2085361 Fix typo in test name by Berker Peksag · 8 years ago
  16. 74319ae Use Py_ssize_t type for number of arguments by Victor Stinner · 8 years ago
  17. c532b3c Merge with 3.5 by Terry Jan Reedy · 8 years ago
  18. de260a6 Fix misspelling by Terry Jan Reedy · 8 years ago
  19. 12f611a Merge from 3.5 by Berker Peksag · 8 years ago
  20. 7d92f89 Fix typo in Cursor.execute(). by Berker Peksag · 8 years ago
  21. c787646 Issue #6057: Merge from 3.5 by Berker Peksag · 8 years ago
  22. ed789f9 Issue #6057: Document exceptions in sqlite3 module by Berker Peksag · 8 years ago
  23. dd30830 Closes #20124: clarified usage of the atTime parameter in TimedRotatingFileHandler documentation. by Vinay Sajip · 8 years ago
  24. 250d0e5 Issue #12319: Move NEWS under beta 1 heading by Martin Panter · 8 years ago
  25. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 8 years ago
  26. a790fe7 Remove expected failure from test of _product internal function. by Steven D'Aprano · 8 years ago
  27. d6ea301 Remove support for nth root of negative numbers with odd powers. by Steven D'Aprano · 8 years ago
  28. e5803d9 Add geometric_mean to __all__ by Steven D'Aprano · 8 years ago
  29. 2436e73 Update NEWS. by Steven D'Aprano · 8 years ago
  30. bdfa0eb #26907: add some missing getsockopt constants. by R David Murray · 8 years ago
  31. d44500c Merge: #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  32. 48de282 #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  33. cdb5cee Issue #27809: map_next() uses fast call by Victor Stinner · 8 years ago
  34. dd69564 PyObject_CallMethodObjArgs() now uses fast call by Victor Stinner · 8 years ago
  35. d48af09 Backed out changeset 0e4f26083bbb (PyObject_CallMethodObjArgs) by Victor Stinner · 8 years ago
  36. f0cba67 Backed out changeset 70f88b097f60 (map_next) by Victor Stinner · 8 years ago
  37. e62b852 PyObject_CallMethodObjArgs() now uses fast call by Victor Stinner · 8 years ago
  38. efa798d A new version of typing.py from https://github.com/python/typing. by Guido van Rossum · 8 years ago
  39. 83f5a38 In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters. by Guido van Rossum · 8 years ago
  40. a9ba1ab Issue #27809: map_next() uses fast call by Victor Stinner · 8 years ago
  41. f428521 Backed out changeset 1017215f5492 by Mark Dickinson · 8 years ago
  42. 7c7c146 Issue #27834: Avoid overflow error in ZoneInfo.invert(). by Alexander Belopolsky · 8 years ago
  43. c019bd3 Fix markup, add versionadded tags by Zachary Ware · 8 years ago
  44. ffcb022 Issue #27787: No longer call deleted test_main(). by Terry Jan Reedy · 8 years ago
  45. 1f5beb7 A new version of typing.py from https://github.com/python/typing. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  46. f066694 Issue 27598: Add Collections to collections.abc. by Guido van Rossum · 8 years ago
  47. 9ff4fb3 Automated merge with ssh://hg.python.org/cpython by Steven D'Aprano · 8 years ago
  48. 0a21c72 Re-licence statistics.py under the standard Python licence. by Steven D'Aprano · 8 years ago
  49. f06c7b6 In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  50. 2287318 Add documentation for geometric and harmonic means. by Steven D'Aprano · 8 years ago
  51. 4fe9f16 Issue #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff Allen. by Mark Dickinson · 8 years ago
  52. 6877ed3 Issue #27573 make the exit message configurable. by Steven D'Aprano · 8 years ago
  53. 7caf908 Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only. by Mark Dickinson · 8 years ago
  54. f4d28d4 Issue #27809: partial_call() uses fast call for positional args by Victor Stinner · 8 years ago
  55. 1fa6915 Issue #27787: Remove test_main() and hard-coded list of test classes by Martin Panter · 8 years ago
  56. 9ae5050 Issue #12713: reverted fix pending further discussion. by Vinay Sajip · 8 years ago
  57. d1c2a8e Issue #27809: builtin___build_class__() uses fast call by Victor Stinner · 8 years ago
  58. 6e2333d PyEval_CallObjectWithKeywords() doesn't inc/decref by Victor Stinner · 8 years ago
  59. 7e7823a Issue #27809: methodcaller_reduce() uses fast call by Victor Stinner · 8 years ago
  60. 6412f49 Issue #27809: _csv: _call_dialect() uses fast call by Victor Stinner · 8 years ago
  61. d1584d3 Issue #27809: tzinfo_reduce() uses fast call by Victor Stinner · 8 years ago
  62. f45a561 Issue #27809: PyErr_SetImportError() uses fast call by Victor Stinner · 8 years ago
  63. 3a84097 Add _PyErr_CreateException() by Victor Stinner · 8 years ago
  64. 463b86a Issue #27809: Use _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  65. 155ea65 PyEval_CallObjectWithKeywords() uses fast call with kwargs by Victor Stinner · 8 years ago
  66. 2990fa1 Issue #27809: Use _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  67. 6fea7f7 Issue #27809: Cleanup _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  68. b900939 _PyFunction_FastCallDict() supports keyword args by Victor Stinner · 8 years ago
  69. 559bb6a Rename _PyObject_FastCall() to _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  70. c98afb7 Issue #27587: Merge from 3.5 by Berker Peksag · 8 years ago
  71. 4b7b565 Issue #27587: Move null pointer check earlier in _PyState_AddModule() by Berker Peksag · 8 years ago
  72. ad7b6c3 Issue #27829: libregrtest.save_env: flush stderr by Victor Stinner · 8 years ago
  73. ab98367 Cleanup libregrtest by Victor Stinner · 8 years ago
  74. b820d7f Issue #27792: force int return type for modulo operations involving bools. by Mark Dickinson · 8 years ago
  75. 2eedc11 Optimize call to Python function without argument by Victor Stinner · 8 years ago
  76. 0add84b Issue #27539: Merge from 3.5. by Mark Dickinson · 8 years ago
  77. 8447965 Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. by Mark Dickinson · 8 years ago
  78. dc65c68 Remove main section that was only used during testing and development by Raymond Hettinger · 8 years ago
  79. c758d51 Issue #27819: Add more detail in What's New in 3.6. by Jason R. Coombs · 8 years ago
  80. 201c328 remove unused list of pgen srcs by Benjamin Peterson · 8 years ago
  81. 54cd196 Issue #26984: int() now always returns an instance of exact int. by Serhiy Storchaka · 8 years ago
  82. d7f3cdd Issue #21718: Merge from 3.5 by Berker Peksag · 8 years ago
  83. 6afe858 Issue #21718: cursor.description is now available for queries using CTEs by Berker Peksag · 8 years ago
  84. 1dc3c89 Untabify Objects/longobject.c. by Mark Dickinson · 8 years ago
  85. dc590a4 Issue #25604: Fix minor bug in integer true division, which could by Mark Dickinson · 8 years ago
  86. 164a3c8 Issue #27662: add missing Misc/NEWS entry. by Mark Dickinson · 8 years ago
  87. 5d13238 Issue #27662: don't use PY_SIZE_MAX for overflow checking in List_New. Patch by Xiang Zhang. by Mark Dickinson · 8 years ago
  88. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 8 years ago
  89. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  90. f9ed528 Issue #27487: Merge runpy warning from 3.5 by Martin Panter · 8 years ago
  91. 49dcf9d Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  92. 9f95770 Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  93. 9c8aa9b Issue #27487: Warn if submodule already imported before runpy execution by Martin Panter · 8 years ago
  94. 97c463d Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  95. d3fb557 Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  96. e194e87 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  97. f7ac368 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  98. a47ca08 Issue #27819: Simply default to gztar for sdist formats by default on all platforms. by Jason R. Coombs · 8 years ago
  99. 3766572 Issue #27692: Removed unnecessary NULL checks in exceptions.c. by Serhiy Storchaka · 8 years ago
  100. 7649b24 issue26981: fix typo by Ethan Furman · 8 years ago