1. 69c0db5 Update docs and patchlevel for 3.6.1 final by Ned Deily · 7 years ago
  2. 07e6cbd Fix the only non-C90 comment to be C90 compatible. (#568) by n.d. parker · 7 years ago
  3. e0fbe5f Update docs and patchlevel for 3.6.1rc1. by Ned Deily · 7 years ago
  4. 95c50e5 [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) by Ned Deily · 7 years ago
  5. ed4de13 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  6. c761136 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  7. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  8. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  9. 3831b0a Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  10. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  11. 57720e5 Fix incorrect patchlevel information for 3.5.3+. by Larry Hastings · 7 years ago
  12. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 7 years ago
  13. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 7 years ago
  14. 51ba5b7 Version bump for Python 3.5.3. by Larry Hastings · 7 years ago
  15. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  16. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  17. a251fb0 Issue #27961: Define HAVE_LONG_LONG as 1. by Victor Stinner · 7 years ago
  18. e744804 Post-release fixups for Python 3.5.3rc1. by Larry Hastings · 7 years ago
  19. b32a034 Version bump for 3.5.3rc1. by Larry Hastings · 7 years ago
  20. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  21. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  22. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 7 years ago
  23. 47888da Issue #29009: Merge 3.5. by Xiang Zhang · 7 years ago
  24. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 7 years ago
  25. e503126 Fixed misplaced comment. by Serhiy Storchaka · 7 years ago
  26. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 7 years ago
  27. 0d5742d guard HAVE_LONG_LONG definition to prevent redefinition (#28898) by Benjamin Peterson · 7 years ago
  28. 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 · 7 years ago
  29. ad2c2d3 Version bump for 3.6.0rc1 by Ned Deily · 7 years ago
  30. b0f75c5 Fixed misplaced comment. by Serhiy Storchaka · 7 years ago
  31. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 7 years ago
  32. f50a85d Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following b3. It is now b4+ again.) by Ned Deily · 7 years ago
  33. 38c508a Version bump for 3.6.0b4 by Ned Deily · 7 years ago
  34. f89854f Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder). by Raymond Hettinger · 7 years ago
  35. a83a6a3 Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now by Serhiy Storchaka · 7 years ago
  36. dddec81 Issue #21449: Removed private function _PyUnicode_CompareWithId. by Serhiy Storchaka · 7 years ago
  37. fab6acd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 7 years ago
  38. f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 7 years ago
  39. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 7 years ago
  40. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 7 years ago
  41. 60e49aa Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  42. 24411f8 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  43. a9e99b1 Start 3.6.0b4 by Ned Deily · 8 years ago
  44. 0ef256c Version bump for 3.6.0b3 by Ned Deily · 8 years ago
  45. 5646648 Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. by Eric V. Smith · 8 years ago
  46. 684ef2c Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` by Yury Selivanov · 8 years ago
  47. 833c626 Issue #28544: Fix compilation of _asynciomodule.c on Windows by Yury Selivanov · 8 years ago
  48. 0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 8 years ago
  49. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  50. 4510e6d mark dtrace stubs as static inline; remove stubs by Benjamin Peterson · 8 years ago
  51. 1609997 prefix freegrammar (closes #28413) by Benjamin Peterson · 8 years ago
  52. a4f45bb Start 3.6.0b3 by Ned Deily · 8 years ago
  53. 7e16af4 Version bump for 3.6.0b2 by Ned Deily · 8 years ago
  54. b364857 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  55. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  56. e036ef8 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 8 years ago
  57. 7344285 Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 8 years ago
  58. 3e7a3cb Issue #28148: Stop using localtime() and gmtime() in the time module. by Alexander Belopolsky · 8 years ago
  59. 4781b59 Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  60. 1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  61. 0c21214 replace usage of Py_VA_COPY with the (C99) standard va_copy by Benjamin Peterson · 8 years ago
  62. e2e792d merge 3.5 (#28184) by Benjamin Peterson · 8 years ago
  63. 918aa89 remove trailing whitespace by Benjamin Peterson · 8 years ago
  64. ac965ca stop using Py_LL and Py_ULL by Benjamin Peterson · 8 years ago
  65. 41e35f3 always define HAVE_LONG_LONG (#27961) by Benjamin Peterson · 8 years ago
  66. 9ac11a7 properly free memory in pgen by Benjamin Peterson · 8 years ago
  67. d508d00 Issue #28139: Merge indentation fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  68. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  69. 611b0fa Add _PyDict_CheckConsistency() by Victor Stinner · 8 years ago
  70. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  71. 4a94bbe Start 3.6.0b2 by Ned Deily · 8 years ago
  72. beb798c Version bump for 3.6.0b1 by Ned Deily · 8 years ago
  73. 137f39a Issue #27810: Exclude METH_FASTCALL from the stable API by Victor Stinner · 8 years ago
  74. 57f91ac Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict() by Victor Stinner · 8 years ago
  75. b8d768b Revert change f860b7a775c5 by Victor Stinner · 8 years ago
  76. b1e169b ssue #27213: Reintroduce checks in _PyStack_AsDict() by Victor Stinner · 8 years ago
  77. b728105 Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. by Serhiy Storchaka · 8 years ago
  78. ab87400 Issue #27129: Replaced wordcode related magic constants with macros. by Serhiy Storchaka · 8 years ago
  79. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  80. 39e1061 add the usual extern C silliness to pydtrace.h by Benjamin Peterson · 8 years ago
  81. fef7e94 Don't run garbage collection on interpreter exit if it was explicitly disabled by Łukasz Langa · 8 years ago
  82. f0ccbbb Emit METH_FASTCALL code in Argument Clinic by Victor Stinner · 8 years ago
  83. a9efb2f Add METH_FASTCALL calling convention by Victor Stinner · 8 years ago
  84. feb7edc dummy dtrace probes are a good place to use inline functions by Benjamin Peterson · 8 years ago
  85. dec2df3 fix dummy macro by Benjamin Peterson · 8 years ago
  86. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  87. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  88. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  89. ae8b69c Issue #27810: Add _PyCFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  90. d873572 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  91. f9b760f Rework CALL_FUNCTION* opcodes by Victor Stinner · 8 years ago
  92. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 8 years ago
  93. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  94. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  95. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  96. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  97. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  98. 3b6a6b4 Add a new private version to the builtin dict type by Victor Stinner · 8 years ago
  99. a4348cc Add documentation to the dict implementation by Victor Stinner · 8 years ago
  100. a13e367 simplify Py_UCSN definitions with stdint types by Benjamin Peterson · 8 years ago