1. 7f39c0c Add _PyObject_VaCallFunctionObjArgs() private function by Victor Stinner · 8 years ago
  2. dbe28d2 time_strptime() uses PyObject_Call() by Victor Stinner · 8 years ago
  3. 2b63597 build_struct_time() uses Py_BuildValue() by Victor Stinner · 8 years ago
  4. 7e42541 Use _PyObject_CallMethodIdObjArgs() by Victor Stinner · 8 years ago
  5. 4c38154 Don't parenthesis in _PyObject_CallMethodId() format by Victor Stinner · 8 years ago
  6. ef7def9 _PyObject_CallFunctionVa() uses fast call by Victor Stinner · 8 years ago
  7. e9abde4 Add _Py_VaBuildStack() function by Victor Stinner · 8 years ago
  8. b551b6c modsupport: replace int with Py_ssize_t by Victor Stinner · 8 years ago
  9. e9aae2d modsupport: replace int with Py_ssize_t by Victor Stinner · 8 years ago
  10. e83aab1 Add _PyObject_CallFunctionVa() helper by Victor Stinner · 8 years ago
  11. 3bb7119 Add _PyObject_FastCallVa() helper by Victor Stinner · 8 years ago
  12. 3b3a7c0 Issue #28896: Deprecate WindowsRegistryFinder by Steve Dower · 8 years ago
  13. 808e47e Null merge 3.6 by Victor Stinner · 8 years ago
  14. f434111 Issue #26941: Merge 3.6. by Xavier de Gaye · 8 years ago
  15. cb9ab0f Issue #26941: Fix test_threading that hangs on the Android armv7 qemu emulator. by Xavier de Gaye · 8 years ago
  16. cd35959 Issue #26940: Merge 3.6. by Xavier de Gaye · 8 years ago
  17. f79606d Issue #26940: Fix test_importlib that hangs on the Android armv7 qemu emulator. by Xavier de Gaye · 8 years ago
  18. 566ba3d Issue #26939: Merge 3.6. by Xavier de Gaye · 8 years ago
  19. 7522ef4 Issue #26939: Add the support.setswitchinterval() function to fix by Xavier de Gaye · 8 years ago
  20. 4ebcdac merge 3.6 (#28898) by Benjamin Peterson · 8 years ago
  21. 0d5742d guard HAVE_LONG_LONG definition to prevent redefinition (#28898) by Benjamin Peterson · 8 years ago
  22. 864a78e Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  23. 098f85b Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  24. 932d40a Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  25. ee19ab5 Merge 3.6 (issue #28635) by Yury Selivanov · 8 years ago
  26. eb58936 Issue #28635: Drop the note that whatsnew is incomplete by Yury Selivanov · 8 years ago
  27. 2036742 Issue #28896: Deprecate WindowsRegistryFinder by Steve Dower · 8 years ago
  28. ba60977 Issue #28818: Simplify lookdict functions by INADA Naoki · 8 years ago
  29. d7d266c Merge from 3.6. by Serhiy Storchaka · 8 years ago
  30. 427f10b Merge from 3.5. by Serhiy Storchaka · 8 years ago
  31. 606ab86 Change order of io.UnsupportedOperation base classes. by Serhiy Storchaka · 8 years ago
  32. 09e4a69 null merge from 3.6 by INADA Naoki · 8 years ago
  33. 2c5a830 Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict. by INADA Naoki · 8 years ago
  34. 1b58d8a Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 8 years ago
  35. 0c78634 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 8 years ago
  36. 4fc7942 Issue #28847: A deprecation warning is now emitted if the index file is missed by Serhiy Storchaka · 8 years ago
  37. 43153e4 Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 8 years ago
  38. 520348e Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 8 years ago
  39. 028ace1 Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 8 years ago
  40. c29ba8b null merge from 3.6 by Ned Deily · 8 years ago
  41. 3ca43ed Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be cherrypicked and merged here. by Ned Deily · 8 years ago
  42. ec415dd merge tag from 3.6 by Ned Deily · 8 years ago
  43. 5dd9ca9 Added tag v3.6.0rc1 for changeset 29a273eee9a5 by Ned Deily · 8 years ago
  44. ad2c2d3 Version bump for 3.6.0rc1 by Ned Deily · 8 years ago
  45. d3f39d3 Update pydoc topics for 3.6.0rc1 by Ned Deily · 8 years ago
  46. f2d568f _PyObject_FastCallKeywords() now calls directly tp_call by Victor Stinner · 8 years ago
  47. eae4357 Regenerate configure with autoconf 2.69. by Ned Deily · 8 years ago
  48. 8bb38a7 Regenerate configure with autoconf 2.69. by Ned Deily · 8 years ago
  49. 741240e Issue #28835: merge from 3.6 by Ned Deily · 8 years ago
  50. c1c3292 Issue #28835: Tidy previous showwarning changes based on review comments. by Ned Deily · 8 years ago
  51. 716636c Merge from 3.6 by Ned Deily · 8 years ago
  52. 9a55495 Update the Mac installer README file for 3.6.0. by Ned Deily · 8 years ago
  53. 2f35ca3 Fix typo in a comment of abstract.c by Victor Stinner · 8 years ago
  54. f17c3de Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  55. a5ed5f0 Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  56. 53c53ea Issue #27030: Unknown escapes in re.sub() replacement template are allowed by Serhiy Storchaka · 8 years ago
  57. 2a358f8 Issue #28838: Fix weird indentation of abstract.h by Victor Stinner · 8 years ago
  58. ff3dbe9 Merge documentation for issue #27030 from 3.6. by Serhiy Storchaka · 8 years ago
  59. 2d0eb65 Uniformize argument names of "call" functions by Victor Stinner · 8 years ago
  60. 8907204 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  61. b0f75c5 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  62. e503126 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  63. b38e83d Merge 3.6 by Victor Stinner · 8 years ago
  64. 8ae9e6a warnings: Fix the issue number by Victor Stinner · 8 years ago
  65. 01928f6 Merge 3.6 by Victor Stinner · 8 years ago
  66. 8ef46be catch_warnings() calls showwarning() if overriden by Victor Stinner · 8 years ago
  67. 16e49bf merge 3.6 by Benjamin Peterson · 8 years ago
  68. 3d3e9ff merge 3.5 by Benjamin Peterson · 8 years ago
  69. 41fef63 rm unused import by Benjamin Peterson · 8 years ago
  70. 6bc7fa2 Fixed merge error in Misc/NEWS for issue #23722. by Serhiy Storchaka · 8 years ago
  71. fb3134f Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  72. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  73. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  74. 9083eb6 Use directly _PyObject_GenericSetAttrWithDict() by Victor Stinner · 8 years ago
  75. 408bfa6 Issue #28152: Fix -Wunreachable-code warning on clang by Victor Stinner · 8 years ago
  76. 44d9bea Issue #28152: Fix -Wunreachable-code warning on clang by Victor Stinner · 8 years ago
  77. 9a2329f Issue #28152: Fix -Wunreachable-code warnings on Clang by Victor Stinner · 8 years ago
  78. 7bfb42d Issue #28858: Remove _PyObject_CallArg1() macro by Victor Stinner · 8 years ago
  79. d77e5b7 Merge #23722 from 3.6 by Nick Coghlan · 8 years ago
  80. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 8 years ago
  81. de4ae3d Backed out changeset b9c9691c72c5 by Victor Stinner · 8 years ago
  82. c8d0318 merge by Raymond Hettinger · 8 years ago
  83. 71c62e1 Neaten-up and extend the examples in the random module docs. by Raymond Hettinger · 8 years ago
  84. 8209cec Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  85. 2238131 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  86. 7bc01c3 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  87. a8037db Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  88. e418432 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  89. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  90. ed04388 Null merge with 3.6 by Steve Dower · 8 years ago
  91. 21cf577 Revert unintended merge by Steve Dower · 8 years ago
  92. 01a057a Revert unintended merge by Steve Dower · 8 years ago
  93. 9cc113a Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  94. f00ef72 Ensures intermediate directory is created before using it by Steve Dower · 8 years ago
  95. de6efdb Ensures intermediate directory is created before accessing it. by Steve Dower · 8 years ago
  96. 1058109 Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  97. 190dbd9 Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  98. 2d397dc Merge heads by Serhiy Storchaka · 8 years ago
  99. 853ec5d Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  100. b6a6b45 Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago