Python 3.6.12
  1. c0a9afe 3.6.12 by Ned Deily · 5 years ago v3.6.12
  2. 2fce023 Post release updates by Ned Deily · 5 years ago
  3. d56cd40 3.6.11 by Ned Deily · 5 years ago v3.6.11
  4. 93514bd Post release update by Ned Deily · 5 years ago
  5. d384df4 3.6.11rc1 by Ned Deily · 5 years ago v3.6.11rc1
  6. eccc9d3 Post release updates by Ned Deily · 6 years ago
  7. 02dff8b 3.6.10 by Ned Deily · 6 years ago v3.6.10
  8. bf62515 Post release updates by Ned Deily · 6 years ago
  9. 7ea0551 3.6.10rc1 by Ned Deily · 6 years ago v3.6.10rc1
  10. af9e126 Post release updates by Ned Deily · 6 years ago
  11. 201c8f7 3.6.9 by Ned Deily · 6 years ago v3.6.9
  12. 31fb351 Post release updates by Ned Deily · 6 years ago
  13. 0d47586 3.6.9rc1 by Ned Deily · 6 years ago v3.6.9rc1
  14. be77fb7 Post release bump by Ned Deily · 7 years ago
  15. 3c6b436 3.6.8final by Ned Deily · 7 years ago v3.6.8
  16. 5241ecf bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620) (GH-11269) by Miss Islington (bot) · 7 years ago
  17. f2df9b9 Post release bump by Ned Deily · 7 years ago
  18. cc3e732 3.6.8rc1 by Ned Deily · 7 years ago v3.6.8rc1
  19. be6ec44 bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107) (GH-11108) by Miss Islington (bot) · 7 years ago
  20. fc4a44b bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) (GH-10720) by Victor Stinner · 7 years ago
  21. c9b3fc6 bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) (GH-10663) by Victor Stinner · 7 years ago
  22. 60cf265 bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) by Miss Islington (bot) · 7 years ago
  23. 3b5b1c0 [3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493) by Gregory P. Smith · 7 years ago
  24. 29abad0 [3.6] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) (GH-10302) by Alexey Izbyshev · 7 years ago
  25. a7cd602 Post release bump by Ned Deily · 7 years ago
  26. dcd2b1e Merge tag 'v3.6.7' into 3.6 by Ned Deily · 7 years ago
  27. 6ec5cf2 3.6.7final by Ned Deily · 7 years ago v3.6.7
  28. a5ebc20 [3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) (GH-9937) by Stéphane Wirtel · 7 years ago
  29. 82ff583 Post release bump by Ned Deily · 7 years ago
  30. 4893861 3.6.7rc2 by Ned Deily · 7 years ago v3.6.7rc2
  31. 6475c05 Post release bump by Ned Deily · 7 years ago
  32. 311101f 3.6.7rc1 by Ned Deily · 7 years ago v3.6.7rc1
  33. f7666e8 bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) by Miss Islington (bot) · 7 years ago
  34. fab3ba4 start 3.6.6+ by Ned Deily · 7 years ago
  35. 4cf1f54 3.6.6 final by Ned Deily · 7 years ago v3.6.6
  36. 1015e38 3.6.6rc1 by Ned Deily · 7 years ago v3.6.6rc1
  37. d4850dd Merge tag 'v3.6.5' into 3.6 by Ned Deily · 7 years ago
  38. f59c093 3.6.5final by Ned Deily · 7 years ago v3.6.5
  39. 4d04cae on to 3.6.6 by Ned Deily · 7 years ago
  40. f03c514 3.6.5rc1 by Ned Deily · 7 years ago v3.6.5rc1
  41. 743b6c0 Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5570) by Miss Islington (bot) · 8 years ago
  42. b90c685 bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5563) by Miss Islington (bot) · 8 years ago
  43. 8e230e1 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5296) by Miss Islington (bot) · 8 years ago
  44. b92c159 [3.6] bpo-32555: Fix locale encodings (#5193) by Victor Stinner · 8 years ago
  45. 5f959c4 [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192) by Victor Stinner · 8 years ago
  46. d62b741 bpo-29084: Exclude C API for OrderedDict from the limited C API. (GH-4900) (#5007) by Miss Islington (bot) · 8 years ago
  47. 86816ec 3.6.4+ by Ned Deily · 8 years ago
  48. d48eceb Update to 3.6.4 by Ned Deily · 8 years ago v3.6.4
  49. 3398dcb Bump to 3.6.4rc1 by Ned Deily · 8 years ago v3.6.4rc1
  50. 7264676 Correct the location of a function mentioned in a comment (GH-4327) by Miss Islington (bot) · 8 years ago
  51. ff6ae4d bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4212) by Miss Islington (bot) · 8 years ago
  52. 5db3208 bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189) by Miss Islington (bot) · 8 years ago
  53. 4b27d51 [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135) by xdegaye · 8 years ago
  54. d94ef8f Fix trailing whitespaces in C and Python files. (#4131) by Serhiy Storchaka · 8 years ago
  55. 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
  56. ec47aff Bump version to 3.6.3+ by Ned Deily · 8 years ago
  57. 2c5fed8 Bump to 3.6.3 by Ned Deily · 8 years ago v3.6.3
  58. d8c174a Bump to 3.6.3rc1 by Ned Deily · 8 years ago v3.6.3rc1
  59. b036232 [3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424) by Miss Islington (bot) · 8 years ago
  60. cb7fdf6 bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501) (#3190) by Victor Stinner · 8 years ago
  61. a61089f Bump to v3.6.2+ by Ned Deily · 8 years ago
  62. 03e0df6 Update for post-3.6.2rc2 by Ned Deily · 8 years ago
  63. 3024c05 [3.6] bpo-30703: Improve signal delivery (GH-2415) (#2527) by Antoine Pitrou · 8 years ago
  64. 0834905 [3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2462) by Serhiy Storchaka · 8 years ago
  65. 0edffa3 [3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (GH-2285) (#2443) by Serhiy Storchaka · 8 years ago
  66. ccc06d3 Bump version for post 3.6.2rc1 by Ned Deily · 8 years ago
  67. 268e1fb Version bump to 3.6.2rc1 by Ned Deily · 8 years ago v3.6.2rc1
  68. 932946c bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152) by Victor Stinner · 8 years ago
  69. 2997fec [3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads (#2015) by Dino Viehland · 8 years ago
  70. f0ff849 bpo-30524: Fix _PyStack_UnpackDict() (#1886) by Victor Stinner · 8 years ago
  71. f43b293 [3.6] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro (GH-1049) (#1813) by Serhiy Storchaka · 8 years ago
  72. 90e3518 bpo-29941: Assert fixes (#886) (#955) by T. Wouters · 8 years ago
  73. bf4bb2e bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907) by Serhiy Storchaka · 8 years ago
  74. f93b994 Merge branch '3.6.1' of github.com:ned-deily/cpython into 3.6 by Ned Deily · 8 years ago
  75. 1688e64 Bump to 3.6.2rc1 development. by Ned Deily · 8 years ago
  76. 69c0db5 Update docs and patchlevel for 3.6.1 final by Ned Deily · 8 years ago v3.6.1
  77. 07e6cbd Fix the only non-C90 comment to be C90 compatible. (#568) by n.d. parker · 8 years ago
  78. 69eab31 bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#714) by Serhiy Storchaka · 8 years ago
  79. 68d2980 bpo-29619: Convert st_ino using unsigned integer (#557) (#584) by Victor Stinner · 8 years ago
  80. 51b646a Fix the only non-C90 comment to be C90 compatible. (#568) by n.d. parker · 8 years ago
  81. 38136e2 Bump to v3.6.1rc1+. by Ned Deily · 8 years ago
  82. e0fbe5f Update docs and patchlevel for 3.6.1rc1. by Ned Deily · 8 years ago v3.6.1rc1
  83. 95c50e5 [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) by Ned Deily · 8 years ago
  84. ed4de13 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 9 years ago
  85. c761136 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 9 years ago
  86. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 9 years ago
  87. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 9 years ago
  88. 3831b0a Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 9 years ago
  89. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 9 years ago
  90. 57720e5 Fix incorrect patchlevel information for 3.5.3+. by Larry Hastings · 9 years ago
  91. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 9 years ago
  92. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 9 years ago
  93. 51ba5b7 Version bump for Python 3.5.3. by Larry Hastings · 9 years ago v3.5.3
  94. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 9 years ago
  95. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 9 years ago
  96. a251fb0 Issue #27961: Define HAVE_LONG_LONG as 1. by Victor Stinner · 9 years ago
  97. e744804 Post-release fixups for Python 3.5.3rc1. by Larry Hastings · 9 years ago
  98. b32a034 Version bump for 3.5.3rc1. by Larry Hastings · 9 years ago v3.5.3rc1
  99. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 9 years ago
  100. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 9 years ago