1. 4e1de16 Issue #25402: in int-to-decimal-string conversion, reduce intermediate storage requirements and relax restriction on converting large integers. Patch by Serhiy Storchaka. by Mark Dickinson · 8 years ago
  2. 583c6e8 Issue #27214: Fix potential bug and remove useless optimization in long_invert. Thanks Oren Milman. by Mark Dickinson · 8 years ago
  3. 2be278c Merge heads by Serhiy Storchaka · 8 years ago
  4. 1f93261 Issue #27818: Speed up parsing width and precision in format() strings for by Serhiy Storchaka · 8 years ago
  5. 84e6311 Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. by Mark Dickinson · 8 years ago
  6. 8631da6 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  7. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  8. d0f5bab Issue #26027: Fix test_path_t_converter on Windows by Berker Peksag · 8 years ago
  9. 3ce2fd4 Don't test for path-like bytes paths on Windows by Brett Cannon · 8 years ago
  10. 1b6c6da Issue #27506: Support bytes/bytearray.translate() delete as keyword argument by Martin Panter · 8 years ago
  11. 8c3c52b Issue #25825: Merge $(LIBPL) fix from 3.5 by Martin Panter · 8 years ago
  12. aac9b71 Issue #19884: Merge Readline updates from 3.5 by Martin Panter · 8 years ago
  13. 5de141f Issue #25825: Fix references to $(LIBPL) installation path on AIX by Martin Panter · 8 years ago
  14. c427b8d Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 8 years ago
  15. ef91bb2 Issue #12319: Always send file request bodies using chunked encoding by Martin Panter · 8 years ago
  16. 8f96a30 Issue #26027: Don't test for bytearray in path_t as that's now deprecated. by Brett Cannon · 8 years ago
  17. 68ed978 Add a What's New entry for PEP 519 by Brett Cannon · 8 years ago
  18. 3f9183b Issue #26027, #27524: Add PEP 519/__fspath__() support to os and os.path. by Brett Cannon · 8 years ago
  19. 6ed442c Issue #10513: Merge from 3.5 by Berker Peksag · 8 years ago
  20. cc9afa9 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 8 years ago
  21. f74c33a Merge by Raymond Hettinger · 8 years ago
  22. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  23. 8f2ee0d Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  24. 39e9af6 Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  25. e90bdb1 Issue #27830: Revert, remove _PyFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  26. bb10859 Closes #23746: merged update from 3.5. by Vinay Sajip · 8 years ago
  27. 37cac76 Issue #23746: Clarified is_python_build() documentation. by Vinay Sajip · 8 years ago
  28. 664759c Merge with 3.5 by Terry Jan Reedy · 8 years ago
  29. 1f8cc33 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  30. 5acf4e5 Issue #27821: Fix bug in idlelib.comfig function and add new tests. by Terry Jan Reedy · 8 years ago
  31. 3f1057a method_call() and slot_tp_new() now uses fast call by Victor Stinner · 8 years ago
  32. f7507dd Issue #27830: Fix _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  33. b98b927 _pickle: remove outdated comment by Victor Stinner · 8 years ago
  34. 53cb489 _PyObject_FastCallDict(): avoid _Py_CheckFunctionResult() by Victor Stinner · 8 years ago
  35. 577e1f8 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  36. 53868aa Closes #27595: Document PEP 495 (Local Time Disambiguation) features. by Alexander Belopolsky · 8 years ago
  37. 2085361 Fix typo in test name by Berker Peksag · 8 years ago
  38. 74319ae Use Py_ssize_t type for number of arguments by Victor Stinner · 8 years ago
  39. c532b3c Merge with 3.5 by Terry Jan Reedy · 8 years ago
  40. de260a6 Fix misspelling by Terry Jan Reedy · 8 years ago
  41. 12f611a Merge from 3.5 by Berker Peksag · 8 years ago
  42. 7d92f89 Fix typo in Cursor.execute(). by Berker Peksag · 8 years ago
  43. c787646 Issue #6057: Merge from 3.5 by Berker Peksag · 8 years ago
  44. ed789f9 Issue #6057: Document exceptions in sqlite3 module by Berker Peksag · 8 years ago
  45. dd30830 Closes #20124: clarified usage of the atTime parameter in TimedRotatingFileHandler documentation. by Vinay Sajip · 8 years ago
  46. 250d0e5 Issue #12319: Move NEWS under beta 1 heading by Martin Panter · 8 years ago
  47. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 8 years ago
  48. a790fe7 Remove expected failure from test of _product internal function. by Steven D'Aprano · 8 years ago
  49. d6ea301 Remove support for nth root of negative numbers with odd powers. by Steven D'Aprano · 8 years ago
  50. e5803d9 Add geometric_mean to __all__ by Steven D'Aprano · 8 years ago
  51. 2436e73 Update NEWS. by Steven D'Aprano · 8 years ago
  52. bdfa0eb #26907: add some missing getsockopt constants. by R David Murray · 8 years ago
  53. d44500c Merge: #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  54. 48de282 #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  55. cdb5cee Issue #27809: map_next() uses fast call by Victor Stinner · 8 years ago
  56. dd69564 PyObject_CallMethodObjArgs() now uses fast call by Victor Stinner · 8 years ago
  57. d48af09 Backed out changeset 0e4f26083bbb (PyObject_CallMethodObjArgs) by Victor Stinner · 8 years ago
  58. f0cba67 Backed out changeset 70f88b097f60 (map_next) by Victor Stinner · 8 years ago
  59. e62b852 PyObject_CallMethodObjArgs() now uses fast call by Victor Stinner · 8 years ago
  60. efa798d A new version of typing.py from https://github.com/python/typing. by Guido van Rossum · 8 years ago
  61. 83f5a38 In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters. by Guido van Rossum · 8 years ago
  62. a9ba1ab Issue #27809: map_next() uses fast call by Victor Stinner · 8 years ago
  63. f428521 Backed out changeset 1017215f5492 by Mark Dickinson · 8 years ago
  64. 7c7c146 Issue #27834: Avoid overflow error in ZoneInfo.invert(). by Alexander Belopolsky · 8 years ago
  65. c019bd3 Fix markup, add versionadded tags by Zachary Ware · 8 years ago
  66. ffcb022 Issue #27787: No longer call deleted test_main(). by Terry Jan Reedy · 8 years ago
  67. 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
  68. f066694 Issue 27598: Add Collections to collections.abc. by Guido van Rossum · 8 years ago
  69. 9ff4fb3 Automated merge with ssh://hg.python.org/cpython by Steven D'Aprano · 8 years ago
  70. 0a21c72 Re-licence statistics.py under the standard Python licence. by Steven D'Aprano · 8 years ago
  71. 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
  72. 2287318 Add documentation for geometric and harmonic means. by Steven D'Aprano · 8 years ago
  73. 4fe9f16 Issue #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff Allen. by Mark Dickinson · 8 years ago
  74. 6877ed3 Issue #27573 make the exit message configurable. by Steven D'Aprano · 8 years ago
  75. 7caf908 Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only. by Mark Dickinson · 8 years ago
  76. f4d28d4 Issue #27809: partial_call() uses fast call for positional args by Victor Stinner · 8 years ago
  77. 1fa6915 Issue #27787: Remove test_main() and hard-coded list of test classes by Martin Panter · 8 years ago
  78. 9ae5050 Issue #12713: reverted fix pending further discussion. by Vinay Sajip · 8 years ago
  79. d1c2a8e Issue #27809: builtin___build_class__() uses fast call by Victor Stinner · 8 years ago
  80. 6e2333d PyEval_CallObjectWithKeywords() doesn't inc/decref by Victor Stinner · 8 years ago
  81. 7e7823a Issue #27809: methodcaller_reduce() uses fast call by Victor Stinner · 8 years ago
  82. 6412f49 Issue #27809: _csv: _call_dialect() uses fast call by Victor Stinner · 8 years ago
  83. d1584d3 Issue #27809: tzinfo_reduce() uses fast call by Victor Stinner · 8 years ago
  84. f45a561 Issue #27809: PyErr_SetImportError() uses fast call by Victor Stinner · 8 years ago
  85. 3a84097 Add _PyErr_CreateException() by Victor Stinner · 8 years ago
  86. 463b86a Issue #27809: Use _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  87. 155ea65 PyEval_CallObjectWithKeywords() uses fast call with kwargs by Victor Stinner · 8 years ago
  88. 2990fa1 Issue #27809: Use _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  89. 6fea7f7 Issue #27809: Cleanup _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  90. b900939 _PyFunction_FastCallDict() supports keyword args by Victor Stinner · 8 years ago
  91. 559bb6a Rename _PyObject_FastCall() to _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  92. c98afb7 Issue #27587: Merge from 3.5 by Berker Peksag · 8 years ago
  93. 4b7b565 Issue #27587: Move null pointer check earlier in _PyState_AddModule() by Berker Peksag · 8 years ago
  94. ad7b6c3 Issue #27829: libregrtest.save_env: flush stderr by Victor Stinner · 8 years ago
  95. ab98367 Cleanup libregrtest by Victor Stinner · 8 years ago
  96. b820d7f Issue #27792: force int return type for modulo operations involving bools. by Mark Dickinson · 8 years ago
  97. 2eedc11 Optimize call to Python function without argument by Victor Stinner · 8 years ago
  98. 0add84b Issue #27539: Merge from 3.5. by Mark Dickinson · 8 years ago
  99. 8447965 Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. by Mark Dickinson · 8 years ago
  100. dc65c68 Remove main section that was only used during testing and development by Raymond Hettinger · 8 years ago