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