Python 3.6.5
  1. f59c093 3.6.5final by Ned Deily · 7 years ago v3.6.5
  2. f03c514 3.6.5rc1 by Ned Deily · 7 years ago v3.6.5rc1
  3. 743b6c0 Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5570) by Miss Islington (bot) · 8 years ago
  4. b90c685 bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5563) by Miss Islington (bot) · 8 years ago
  5. 8e230e1 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5296) by Miss Islington (bot) · 8 years ago
  6. b92c159 [3.6] bpo-32555: Fix locale encodings (#5193) by Victor Stinner · 8 years ago
  7. 5f959c4 [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192) by Victor Stinner · 8 years ago
  8. d62b741 bpo-29084: Exclude C API for OrderedDict from the limited C API. (GH-4900) (#5007) by Miss Islington (bot) · 8 years ago
  9. 86816ec 3.6.4+ by Ned Deily · 8 years ago
  10. d48eceb Update to 3.6.4 by Ned Deily · 8 years ago v3.6.4
  11. 3398dcb Bump to 3.6.4rc1 by Ned Deily · 8 years ago v3.6.4rc1
  12. 7264676 Correct the location of a function mentioned in a comment (GH-4327) by Miss Islington (bot) · 8 years ago
  13. ff6ae4d bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4212) by Miss Islington (bot) · 8 years ago
  14. 5db3208 bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189) by Miss Islington (bot) · 8 years ago
  15. 4b27d51 [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135) by xdegaye · 8 years ago
  16. d94ef8f Fix trailing whitespaces in C and Python files. (#4131) by Serhiy Storchaka · 8 years ago
  17. 95602b3 [3.6] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4022) by Pablo Galindo · 8 years ago
  18. ec47aff Bump version to 3.6.3+ by Ned Deily · 8 years ago
  19. 2c5fed8 Bump to 3.6.3 by Ned Deily · 8 years ago v3.6.3
  20. d8c174a Bump to 3.6.3rc1 by Ned Deily · 8 years ago v3.6.3rc1
  21. b036232 [3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424) by Miss Islington (bot) · 8 years ago
  22. cb7fdf6 bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501) (#3190) by Victor Stinner · 8 years ago
  23. a61089f Bump to v3.6.2+ by Ned Deily · 8 years ago
  24. 03e0df6 Update for post-3.6.2rc2 by Ned Deily · 8 years ago
  25. 3024c05 [3.6] bpo-30703: Improve signal delivery (GH-2415) (#2527) by Antoine Pitrou · 8 years ago
  26. 0834905 [3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2462) by Serhiy Storchaka · 8 years ago
  27. 0edffa3 [3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (GH-2285) (#2443) by Serhiy Storchaka · 8 years ago
  28. ccc06d3 Bump version for post 3.6.2rc1 by Ned Deily · 8 years ago
  29. 268e1fb Version bump to 3.6.2rc1 by Ned Deily · 8 years ago v3.6.2rc1
  30. 932946c bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152) by Victor Stinner · 8 years ago
  31. 2997fec [3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads (#2015) by Dino Viehland · 8 years ago
  32. f0ff849 bpo-30524: Fix _PyStack_UnpackDict() (#1886) by Victor Stinner · 8 years ago
  33. f43b293 [3.6] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro (GH-1049) (#1813) by Serhiy Storchaka · 8 years ago
  34. 90e3518 bpo-29941: Assert fixes (#886) (#955) by T. Wouters · 8 years ago
  35. bf4bb2e bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907) by Serhiy Storchaka · 8 years ago
  36. f93b994 Merge branch '3.6.1' of github.com:ned-deily/cpython into 3.6 by Ned Deily · 8 years ago
  37. 1688e64 Bump to 3.6.2rc1 development. by Ned Deily · 8 years ago
  38. 69c0db5 Update docs and patchlevel for 3.6.1 final by Ned Deily · 8 years ago v3.6.1
  39. 07e6cbd Fix the only non-C90 comment to be C90 compatible. (#568) by n.d. parker · 8 years ago
  40. 69eab31 bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#714) by Serhiy Storchaka · 8 years ago
  41. 68d2980 bpo-29619: Convert st_ino using unsigned integer (#557) (#584) by Victor Stinner · 8 years ago
  42. 51b646a Fix the only non-C90 comment to be C90 compatible. (#568) by n.d. parker · 8 years ago
  43. 38136e2 Bump to v3.6.1rc1+. by Ned Deily · 8 years ago
  44. e0fbe5f Update docs and patchlevel for 3.6.1rc1. by Ned Deily · 8 years ago v3.6.1rc1
  45. 95c50e5 [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) by Ned Deily · 8 years ago
  46. ed4de13 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 9 years ago
  47. c761136 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 9 years ago
  48. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 9 years ago
  49. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 9 years ago
  50. 3831b0a Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 9 years ago
  51. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 9 years ago
  52. 57720e5 Fix incorrect patchlevel information for 3.5.3+. by Larry Hastings · 9 years ago
  53. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 9 years ago
  54. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 9 years ago
  55. 51ba5b7 Version bump for Python 3.5.3. by Larry Hastings · 9 years ago v3.5.3
  56. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 9 years ago
  57. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 9 years ago
  58. a251fb0 Issue #27961: Define HAVE_LONG_LONG as 1. by Victor Stinner · 9 years ago
  59. e744804 Post-release fixups for Python 3.5.3rc1. by Larry Hastings · 9 years ago
  60. b32a034 Version bump for 3.5.3rc1. by Larry Hastings · 9 years ago v3.5.3rc1
  61. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 9 years ago
  62. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 9 years ago
  63. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 9 years ago
  64. 47888da Issue #29009: Merge 3.5. by Xiang Zhang · 9 years ago
  65. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 9 years ago
  66. e503126 Fixed misplaced comment. by Serhiy Storchaka · 9 years ago
  67. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 9 years ago
  68. 0d5742d guard HAVE_LONG_LONG definition to prevent redefinition (#28898) by Benjamin Peterson · 9 years ago
  69. 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 · 9 years ago
  70. ad2c2d3 Version bump for 3.6.0rc1 by Ned Deily · 9 years ago v3.6.0rc1
  71. b0f75c5 Fixed misplaced comment. by Serhiy Storchaka · 9 years ago
  72. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 9 years ago
  73. 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 · 9 years ago
  74. 38c508a Version bump for 3.6.0b4 by Ned Deily · 9 years ago v3.6.0b4
  75. f89854f Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder). by Raymond Hettinger · 9 years ago
  76. a83a6a3 Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now by Serhiy Storchaka · 9 years ago
  77. dddec81 Issue #21449: Removed private function _PyUnicode_CompareWithId. by Serhiy Storchaka · 9 years ago
  78. fab6acd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 9 years ago
  79. f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 9 years ago
  80. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  81. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  82. 60e49aa Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 9 years ago
  83. 24411f8 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 9 years ago
  84. a9e99b1 Start 3.6.0b4 by Ned Deily · 9 years ago
  85. 0ef256c Version bump for 3.6.0b3 by Ned Deily · 9 years ago v3.6.0b3
  86. 5646648 Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. by Eric V. Smith · 9 years ago
  87. 684ef2c Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` by Yury Selivanov · 9 years ago
  88. 833c626 Issue #28544: Fix compilation of _asynciomodule.c on Windows by Yury Selivanov · 9 years ago
  89. 0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 9 years ago
  90. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 9 years ago
  91. 4510e6d mark dtrace stubs as static inline; remove stubs by Benjamin Peterson · 9 years ago
  92. 1609997 prefix freegrammar (closes #28413) by Benjamin Peterson · 9 years ago
  93. a4f45bb Start 3.6.0b3 by Ned Deily · 9 years ago
  94. 7e16af4 Version bump for 3.6.0b2 by Ned Deily · 9 years ago v3.6.0b2
  95. b364857 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 9 years ago
  96. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 9 years ago
  97. e036ef8 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 9 years ago
  98. 7344285 Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 9 years ago
  99. 3e7a3cb Issue #28148: Stop using localtime() and gmtime() in the time module. by Alexander Belopolsky · 9 years ago
  100. 4781b59 Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 9 years ago