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