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