1. 4ebcdac merge 3.6 (#28898) by Benjamin Peterson · 8 years ago
  2. 0d5742d guard HAVE_LONG_LONG definition to prevent redefinition (#28898) by Benjamin Peterson · 8 years ago
  3. 864a78e Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  4. 098f85b Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  5. 932d40a Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  6. ee19ab5 Merge 3.6 (issue #28635) by Yury Selivanov · 8 years ago
  7. eb58936 Issue #28635: Drop the note that whatsnew is incomplete by Yury Selivanov · 8 years ago
  8. ba60977 Issue #28818: Simplify lookdict functions by INADA Naoki · 8 years ago
  9. d7d266c Merge from 3.6. by Serhiy Storchaka · 8 years ago
  10. 427f10b Merge from 3.5. by Serhiy Storchaka · 8 years ago
  11. 606ab86 Change order of io.UnsupportedOperation base classes. by Serhiy Storchaka · 8 years ago
  12. 09e4a69 null merge from 3.6 by INADA Naoki · 8 years ago
  13. 2c5a830 Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict. by INADA Naoki · 8 years ago
  14. 1b58d8a Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 8 years ago
  15. 0c78634 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 8 years ago
  16. 4fc7942 Issue #28847: A deprecation warning is now emitted if the index file is missed by Serhiy Storchaka · 8 years ago
  17. 43153e4 Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 8 years ago
  18. 520348e Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 8 years ago
  19. 028ace1 Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 8 years ago
  20. c29ba8b null merge from 3.6 by Ned Deily · 8 years ago
  21. 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
  22. ec415dd merge tag from 3.6 by Ned Deily · 8 years ago
  23. 5dd9ca9 Added tag v3.6.0rc1 for changeset 29a273eee9a5 by Ned Deily · 8 years ago
  24. ad2c2d3 Version bump for 3.6.0rc1 by Ned Deily · 8 years ago
  25. d3f39d3 Update pydoc topics for 3.6.0rc1 by Ned Deily · 8 years ago
  26. f2d568f _PyObject_FastCallKeywords() now calls directly tp_call by Victor Stinner · 8 years ago
  27. eae4357 Regenerate configure with autoconf 2.69. by Ned Deily · 8 years ago
  28. 8bb38a7 Regenerate configure with autoconf 2.69. by Ned Deily · 8 years ago
  29. 741240e Issue #28835: merge from 3.6 by Ned Deily · 8 years ago
  30. c1c3292 Issue #28835: Tidy previous showwarning changes based on review comments. by Ned Deily · 8 years ago
  31. 716636c Merge from 3.6 by Ned Deily · 8 years ago
  32. 9a55495 Update the Mac installer README file for 3.6.0. by Ned Deily · 8 years ago
  33. 2f35ca3 Fix typo in a comment of abstract.c by Victor Stinner · 8 years ago
  34. f17c3de Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  35. a5ed5f0 Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  36. 53c53ea Issue #27030: Unknown escapes in re.sub() replacement template are allowed by Serhiy Storchaka · 8 years ago
  37. 2a358f8 Issue #28838: Fix weird indentation of abstract.h by Victor Stinner · 8 years ago
  38. ff3dbe9 Merge documentation for issue #27030 from 3.6. by Serhiy Storchaka · 8 years ago
  39. 2d0eb65 Uniformize argument names of "call" functions by Victor Stinner · 8 years ago
  40. 8907204 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  41. b0f75c5 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  42. e503126 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  43. b38e83d Merge 3.6 by Victor Stinner · 8 years ago
  44. 8ae9e6a warnings: Fix the issue number by Victor Stinner · 8 years ago
  45. 01928f6 Merge 3.6 by Victor Stinner · 8 years ago
  46. 8ef46be catch_warnings() calls showwarning() if overriden by Victor Stinner · 8 years ago
  47. 16e49bf merge 3.6 by Benjamin Peterson · 8 years ago
  48. 3d3e9ff merge 3.5 by Benjamin Peterson · 8 years ago
  49. 41fef63 rm unused import by Benjamin Peterson · 8 years ago
  50. 6bc7fa2 Fixed merge error in Misc/NEWS for issue #23722. by Serhiy Storchaka · 8 years ago
  51. fb3134f Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  52. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  53. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  54. 9083eb6 Use directly _PyObject_GenericSetAttrWithDict() by Victor Stinner · 8 years ago
  55. 408bfa6 Issue #28152: Fix -Wunreachable-code warning on clang by Victor Stinner · 8 years ago
  56. 44d9bea Issue #28152: Fix -Wunreachable-code warning on clang by Victor Stinner · 8 years ago
  57. 9a2329f Issue #28152: Fix -Wunreachable-code warnings on Clang by Victor Stinner · 8 years ago
  58. 7bfb42d Issue #28858: Remove _PyObject_CallArg1() macro by Victor Stinner · 8 years ago
  59. d77e5b7 Merge #23722 from 3.6 by Nick Coghlan · 8 years ago
  60. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 8 years ago
  61. de4ae3d Backed out changeset b9c9691c72c5 by Victor Stinner · 8 years ago
  62. c8d0318 merge by Raymond Hettinger · 8 years ago
  63. 71c62e1 Neaten-up and extend the examples in the random module docs. by Raymond Hettinger · 8 years ago
  64. 8209cec Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  65. 2238131 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  66. 7bc01c3 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  67. a8037db Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  68. e418432 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  69. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  70. ed04388 Null merge with 3.6 by Steve Dower · 8 years ago
  71. 21cf577 Revert unintended merge by Steve Dower · 8 years ago
  72. 01a057a Revert unintended merge by Steve Dower · 8 years ago
  73. 9cc113a Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  74. f00ef72 Ensures intermediate directory is created before using it by Steve Dower · 8 years ago
  75. de6efdb Ensures intermediate directory is created before accessing it. by Steve Dower · 8 years ago
  76. 1058109 Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  77. 190dbd9 Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  78. 2d397dc Merge heads by Serhiy Storchaka · 8 years ago
  79. 853ec5d Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  80. b6a6b45 Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  81. ee1b01a Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  82. 4700d86 Merge from 3.6. by Serhiy Storchaka · 8 years ago
  83. b936264 Null merge by Serhiy Storchaka · 8 years ago
  84. 3c35fdb Issue #27172: Undeprecate inspect.getfullargspec() by Nick Coghlan · 8 years ago
  85. 5adfac2 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 8 years ago
  86. 7cf9e13 fix _PyObject_CallArg1 compiler warnings (closes #28855) by Benjamin Peterson · 8 years ago
  87. d6958ac Add sys.getandroidapilevel() by Victor Stinner · 8 years ago
  88. 1177696 - Import latest config.sub config.guess files by doko@ubuntu.com · 8 years ago
  89. edfe886 Merge 3.6 (issue #28843) by Yury Selivanov · 8 years ago
  90. c2c8fe1 Issue #28843: Fix asyncio C Task to handle exceptions __traceback__. by Yury Selivanov · 8 years ago
  91. 4778eab Replace PyObject_CallFunction() with fastcall by Victor Stinner · 8 years ago
  92. 842cfff WITH_CLEANUP_START uses fastcall by Victor Stinner · 8 years ago
  93. 27580c1 Replace PyObject_CallFunctionObjArgs() with fastcall by Victor Stinner · 8 years ago
  94. 8be1c39 Backed out changeset 7efddbf1aa70 by Victor Stinner · 8 years ago
  95. ebea998 Uniformize argument names of "call" functions by Victor Stinner · 8 years ago
  96. 356ae17 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.6->3.7) by Guido van Rossum · 8 years ago
  97. c349374 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.5->3.6) by Guido van Rossum · 8 years ago
  98. 61f0a02 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) by Guido van Rossum · 8 years ago
  99. f9c2405 Null merge 3.6 by Victor Stinner · 8 years ago
  100. 11dd604 Add TCP_CONGESTION and TCP_USER_TIMEOUT by Victor Stinner · 8 years ago