Python 3.5.8
  1. ac39a51 Version bump for 3.5.8 final. by Larry Hastings · 6 years ago v3.5.8
  2. 2a6ce8a Post-release update for 3.5.8rc2. by Larry Hastings · 6 years ago
  3. ac4f751 Version bump for 3.5.8rc2. by Larry Hastings · 6 years ago v3.5.8rc2
  4. a7b0992 Version bump for 3.5.8rc1. by Larry Hastings · 6 years ago
  5. 2bb3278 Post-release version bump for 3.5.7. by Larry Hastings · 6 years ago
  6. 1917d9b Version bump for 3.5.7 final. by Larry Hastings · 6 years ago v3.5.7
  7. 6b0d50d Post-release verison bump for 3.5.7rc1. by Larry Hastings · 6 years ago
  8. d571dd3 Version bump & copyright year update for 3.5.7rc1. by Larry Hastings · 6 years ago v3.5.7rc1
  9. 41b48e7 [3.5] bpo-34623: Use XML_SetHashSalt in _elementtree (#9933) by stratakis · 6 years ago
  10. 1a2b52b Post-release version bump for 3.5.6. by Larry Hastings · 7 years ago
  11. 627d0c6 Version bump for 3.5.6 final. by Larry Hastings · 7 years ago v3.5.6
  12. f497e74 Post-release version bump for 3.5.6rc1. by Larry Hastings · 7 years ago
  13. 7df16b1 Version bump for 3.5.6rc1. by Larry Hastings · 7 years ago v3.5.6rc1
  14. 6fb30f4 Post-release bump for Python 3.5.5. by Larry Hastings · 8 years ago
  15. 27657e7 Version bump for 3.5.5. by Larry Hastings · 8 years ago v3.5.5
  16. 2d80514 Post-release version bump for 3.5.5rc1. by Larry Hastings · 8 years ago
  17. bc7a130 Whoops, missed checking in version bump. by Larry Hastings · 8 years ago v3.5.5rc1
  18. 86833a2 Post-release version bump for 3.5.4 final. by Larry Hastings · 8 years ago
  19. 3f56838 Version bump for 3.5.4 final. by Larry Hastings · 8 years ago v3.5.4
  20. 73bff8c Post-release version bump for 3.5.4rc1. by Larry Hastings · 8 years ago
  21. 385b368 Version bump & copyright year fixes for 3.5.4rc1. by Larry Hastings · 8 years ago v3.5.4rc1
  22. 54ba940 [3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2463) by Serhiy Storchaka · 8 years ago
  23. 94b169f [3.5] bpo-30708: Add private C API function _PyUnicode_AsWideCharString(). (GH-2285) (GH-2443) (#2448) by Serhiy Storchaka · 8 years ago
  24. 49a9059 [3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro (#1049) by Serhiy Storchaka · 8 years ago
  25. 553275d bpo-29941: Assert fixes (#886) (#956) by T. Wouters · 8 years ago
  26. 8b8bde4 bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907) (#909) by Serhiy Storchaka · 8 years ago
  27. 88b32eb bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#715) by Serhiy Storchaka · 8 years ago
  28. a2edd3a [3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) (#455) by Ned Deily · 8 years ago
  29. c761136 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 9 years ago
  30. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 9 years ago
  31. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 9 years ago
  32. 57720e5 Fix incorrect patchlevel information for 3.5.3+. by Larry Hastings · 9 years ago
  33. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 9 years ago
  34. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 9 years ago
  35. 51ba5b7 Version bump for Python 3.5.3. by Larry Hastings · 9 years ago v3.5.3
  36. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 9 years ago
  37. e744804 Post-release fixups for Python 3.5.3rc1. by Larry Hastings · 9 years ago
  38. b32a034 Version bump for 3.5.3rc1. by Larry Hastings · 9 years ago v3.5.3rc1
  39. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 9 years ago
  40. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 9 years ago
  41. e503126 Fixed misplaced comment. by Serhiy Storchaka · 9 years ago
  42. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 9 years ago
  43. f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 9 years ago
  44. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  45. 24411f8 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 9 years ago
  46. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 9 years ago
  47. 1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 9 years ago
  48. 918aa89 remove trailing whitespace by Benjamin Peterson · 9 years ago
  49. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 9 years ago
  50. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  51. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 9 years ago
  52. d210a70 Minor spelling fixes by Martin Panter · 9 years ago
  53. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 9 years ago
  54. 7659aab Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 9 years ago
  55. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 9 years ago
  56. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 9 years ago
  57. 9bb2005 Post-release fixups for Python 3.5.2. by Larry Hastings · 9 years ago
  58. 6c1aa6b Version number bump for 3.5.2 final. by Larry Hastings · 9 years ago v3.5.2
  59. 6e9a96b Post-release fixups for Python 3.5.2rc1. by Larry Hastings · 9 years ago
  60. d31a255 Release bump for 3.5.2rc1. by Larry Hastings · 9 years ago
  61. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 9 years ago
  62. 3da8206 fix indentation of comment by Benjamin Peterson · 9 years ago
  63. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 9 years ago
  64. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
  65. f5f37d7 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). by Serhiy Storchaka · 9 years ago
  66. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  67. 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 9 years ago
  68. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  69. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  70. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  71. cc71a79 Fix typos in documentation and comments by Martin Panter · 9 years ago
  72. 244e120 Use Py_uintptr_t for atomic pointers by Victor Stinner · 10 years ago
  73. 4b8b86c pystate.h: fix _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  74. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 9 years ago
  75. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 10 years ago
  76. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 10 years ago
  77. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 10 years ago
  78. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 10 years ago
  79. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 10 years ago
  80. 0ce7a3a Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 10 years ago
  81. 45be8d6 Issue #25701: Document C API functions that both set and delete objects by Martin Panter · 10 years ago
  82. 0c6ffab Post-release fixups for Python 3.5.1. by Larry Hastings · 10 years ago
  83. ffccaa4 Version bump for 3.5.1 final. by Larry Hastings · 10 years ago v3.5.1
  84. ba11daa Post-release updates for Python 3.5.1rc1. by Larry Hastings · 10 years ago
  85. 6e86580 Version bump for Python 3.5.1rc1. by Larry Hastings · 10 years ago v3.5.1rc1
  86. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 10 years ago
  87. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 10 years ago
  88. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 10 years ago
  89. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  90. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  91. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 10 years ago
  92. b9d98d5 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 10 years ago
  93. 6df29ad Issue #25150: Hide the private _Py_atomic_xxx symbols from the public by Victor Stinner · 10 years ago
  94. 9a8b177 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 10 years ago
  95. 9c51f89 Merge release engineering work from Python 3.5.0. by Larry Hastings · 10 years ago
  96. 82c0c69 Post-release updates for Python 3.5.0. by Larry Hastings · 10 years ago
  97. f92f6c8 Version bump for Python 3.5.0 final. by Larry Hastings · 10 years ago
  98. ded28e3 Merge Python 3.5.0rc4 back to hg.python.org. by Larry Hastings · 10 years ago
  99. 03728fa Post-release update for Python 3.5.0rc4. by Larry Hastings · 10 years ago
  100. 1043f95 Version bump for Python 3.5.0rc4. by Larry Hastings · 10 years ago v3.5.0rc4