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