1. 8c79c70 Issues #29189: Merge indentation fixes from 3.6 by Martin Panter · 8 years ago
  2. 574ff06 Issues #29189: Merge indentation fixes from 3.5 by Martin Panter · 8 years ago
  3. ef107ee Issue #29189: Fix indentation in RST markup by Martin Panter · 8 years ago
  4. c05032c Issues #29273: Merge test___all__ from 3.6 by Martin Panter · 8 years ago
  5. 9cf20a6 Issues #29273: Merge test___all__ from 3.5 by Martin Panter · 8 years ago
  6. b1b985d Issue #29273: Remove unneeded workaround to restore locale by Martin Panter · 8 years ago
  7. 213f229 Issue #29338: Don't output an empty signature for class constructor. by Serhiy Storchaka · 8 years ago
  8. 0e83045 Merge 3.6 by Victor Stinner · 8 years ago
  9. 01f5ae7 Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION by Victor Stinner · 8 years ago
  10. ccb5f3c Issue #29338: The help of a builtin or extension class now includes the by Serhiy Storchaka · 8 years ago
  11. 9fa4a12 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 8 years ago
  12. ad94225 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 8 years ago
  13. 3a10425 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 8 years ago
  14. d1302c0 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  15. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  16. 60e6e96 Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  17. 9358a6e Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  18. 1fa08bc Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  19. 773a8c4 typo fix, extra '.' on MacOS :) by Gregory P. Smith · 8 years ago
  20. 21a9b1d typo fix, extra '.' on MacOS :) by Gregory P. Smith · 8 years ago
  21. 21d333b typo fix, extra '.' :) by Gregory P. Smith · 8 years ago
  22. 4d5097a Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.6->3.7) by Guido van Rossum · 8 years ago
  23. 744cd63 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6) by Guido van Rossum · 8 years ago
  24. 95919c0 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) by Guido van Rossum · 8 years ago
  25. 62f82a9 Issue #28556: various style fixes for typing.py (3.6->3.7) by Guido van Rossum · 8 years ago
  26. 0c5f47f Issue #28556: various style fixes for typing.py (3.5->3.6) by Guido van Rossum · 8 years ago
  27. d7adfe1 Issue #28556: various style fixes for typing.py by Guido van Rossum · 8 years ago
  28. 5c8706c Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  29. 78034c8 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  30. 50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  31. 2a404b6 Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() by Serhiy Storchaka · 8 years ago
  32. d528791 Issue #29290: Merge 3.6. by Xiang Zhang · 8 years ago
  33. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 8 years ago
  34. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 8 years ago
  35. 1dfaa6c Issue #29092: Merge 3.6. by Xiang Zhang · 8 years ago
  36. 4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 8 years ago
  37. d7d87ca Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 8 years ago
  38. 19dea2c Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 8 years ago
  39. a203360 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 8 years ago
  40. 362f058 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 8 years ago
  41. 7cf8beb Issue #29331: Simplified argument parsing in sorted() and list.sort(). by Serhiy Storchaka · 8 years ago
  42. 5e65cd3 Issue #29282: Backed out changeset b33012ef1417 by Mark Dickinson · 8 years ago
  43. d1b230e Issue #29282: add fused multiply-add function, math.fma. by Mark Dickinson · 8 years ago
  44. 502efda Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. by Ned Deily · 8 years ago
  45. b2df631 Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. by Ned Deily · 8 years ago
  46. 88f5746 Issue #29316: merge 3.6 by Ned Deily · 8 years ago
  47. 67c1cb2 Issue #29316: Restore the provisional status of typing module and add by Ned Deily · 8 years ago
  48. 299dc23 Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  49. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  50. aecbef4 merge by Raymond Hettinger · 8 years ago
  51. a57a8a3 Issue #29281: Fill-in a missing versionchanged entry by Raymond Hettinger · 8 years ago
  52. f816023 Issue #29292: Merge 3.6. by Xiang Zhang · 8 years ago
  53. 346454c Issue #29292: Merge 3.5. by Xiang Zhang · 8 years ago
  54. 6ad85bf Issue #29292: Update outdated doc of PyEval_EvalCodeEx. by Xiang Zhang · 8 years ago
  55. 3c75d8a Null merge from 3.6. by Larry Hastings · 8 years ago
  56. dc4dbda Null merge from 3.5. by Larry Hastings · 8 years ago
  57. 57720e5 Fix incorrect patchlevel information for 3.5.3+. by Larry Hastings · 8 years ago
  58. a70eaf2 Issue #29289: Argument Clinic generates reasonable name for the parameter "default". by Serhiy Storchaka · 8 years ago
  59. 48088ee Issue #29311: Argument Clinic generates reasonable name for the parameter "default". by Serhiy Storchaka · 8 years ago
  60. 41baebd Issue #20186: Converted builtins enumerate() and reversed() to Argument Clinic. by Serhiy Storchaka · 8 years ago
  61. c9ea933 Issue #20186: Converted the math module to Argument Clinic. Patch by Tal Einat. by Serhiy Storchaka · 8 years ago
  62. b813a0e Issue #20186: Converted the _operator module to Argument Clinic. by Serhiy Storchaka · 8 years ago
  63. bd584f1 Issue #29296: convert print() to METH_FASTCALL by INADA Naoki · 8 years ago
  64. 91f0d4a Add a note explaining why dict_update() doesn't use METH_FASTCALL by Victor Stinner · 8 years ago
  65. 7dc6a5f dict.get() and dict.setdefault() now use AC by Victor Stinner · 8 years ago
  66. 38a49be Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.5->3.6) by Guido van Rossum · 8 years ago
  67. e9ed560 Issue #29198: add AsyncGenerator (Jelle Zijlstra) by Guido van Rossum · 8 years ago
  68. 06d3439 _PyStack_AsDict() now checks kwnames != NULL by Victor Stinner · 8 years ago
  69. c75340a Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.6->3.7) by Guido van Rossum · 8 years ago
  70. fa025f1 Update and enhance python-gdb.py by Victor Stinner · 8 years ago
  71. e69f0e6 Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra (3.6->3.7) by Guido van Rossum · 8 years ago
  72. 49f08a2 Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra (3.5->3.6) by Guido van Rossum · 8 years ago
  73. 3c268be Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra by Guido van Rossum · 8 years ago
  74. 0a2e468 Cleanup _PyMethodDef_RawFastCallDict() by Victor Stinner · 8 years ago
  75. a8cb515 Rephrase !PyErr_Occurred() comment: may=>can by Victor Stinner · 8 years ago
  76. 98ccba8 _PyObject_FastCallKeywords() now checks !PyErr_Occurred() by Victor Stinner · 8 years ago
  77. c89ef82 PyCFunction_Call() now calls _PyCFunction_FastCallDict() by Victor Stinner · 8 years ago
  78. 250e4b0 Fix _PyMethodDef_RawFastCallDict() argument parsing by Victor Stinner · 8 years ago
  79. 7612f1e Fix Python 2.6 support in python-gdb.py by Victor Stinner · 8 years ago
  80. 9722d7f Issue 29274: Merge doc fixes from 3.6 by Martin Panter · 8 years ago
  81. 4710935 Issue 29274: Merge doc fixes from 3.5 by Martin Panter · 8 years ago
  82. 37f183d Issue #29274: tests cases → test cases by Martin Panter · 8 years ago
  83. 2a1b676 _PyObject_FastCallKeywords() now checks the result by Victor Stinner · 8 years ago
  84. c525723 Optimize methoddescr_call(): avoid temporary PyCFunction by Victor Stinner · 8 years ago
  85. 35ecebe Remove unused func parameter of _PyStack_UnpackDict() by Victor Stinner · 8 years ago
  86. 52f2959 Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) (3.6->3.7) by Guido van Rossum · 8 years ago
  87. 043a8bc Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) (3.5->3.6) by Guido van Rossum · 8 years ago
  88. 83ec302 Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) by Guido van Rossum · 8 years ago
  89. 8128d5a Address a minor Coverity warning re: unchecked PyArg_ParseTuple calls by Gregory P. Smith · 8 years ago
  90. 5d37d63 Merge from 3.5. by Larry Hastings · 8 years ago
  91. e741e4f Merge from 3.4. by Larry Hastings · 8 years ago
  92. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 8 years ago
  93. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 8 years ago
  94. a52b0a4 Post-release updates for 3.4.6. by Larry Hastings · 8 years ago
  95. e12c313 merge by Raymond Hettinger · 8 years ago
  96. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 8 years ago
  97. aeaf294 _hashopenssl uses METH_FASTCALL by Victor Stinner · 8 years ago
  98. 5a60eca sorted() uses METH_FASTCALL by Victor Stinner · 8 years ago
  99. fda6d0a next() uses FASTCALL by Victor Stinner · 8 years ago
  100. 84b388b getattr() uses METH_FASTCALL by Victor Stinner · 8 years ago