1. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 8 years ago
  2. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 8 years ago
  3. 51ba5b7 Version bump for Python 3.5.3. by Larry Hastings · 8 years ago
  4. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  5. e744804 Post-release fixups for Python 3.5.3rc1. by Larry Hastings · 8 years ago
  6. b32a034 Version bump for 3.5.3rc1. by Larry Hastings · 8 years ago
  7. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  8. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 8 years ago
  9. e503126 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  10. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  11. f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  12. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  13. 24411f8 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  14. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  15. 1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  16. 918aa89 remove trailing whitespace by Benjamin Peterson · 8 years ago
  17. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  18. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  19. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  20. d210a70 Minor spelling fixes by Martin Panter · 8 years ago
  21. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  22. 7659aab Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 8 years ago
  23. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  24. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  25. 9bb2005 Post-release fixups for Python 3.5.2. by Larry Hastings · 8 years ago
  26. 6c1aa6b Version number bump for 3.5.2 final. by Larry Hastings · 8 years ago
  27. 6e9a96b Post-release fixups for Python 3.5.2rc1. by Larry Hastings · 8 years ago
  28. d31a255 Release bump for 3.5.2rc1. by Larry Hastings · 8 years ago
  29. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  30. 3da8206 fix indentation of comment by Benjamin Peterson · 8 years ago
  31. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  32. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  33. f5f37d7 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). by Serhiy Storchaka · 8 years ago
  34. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  35. 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 8 years ago
  36. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  37. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  38. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  39. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  40. 244e120 Use Py_uintptr_t for atomic pointers by Victor Stinner · 9 years ago
  41. 4b8b86c pystate.h: fix _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  42. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 9 years ago
  43. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  44. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  45. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 9 years ago
  46. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  47. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  48. 0ce7a3a Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 9 years ago
  49. 45be8d6 Issue #25701: Document C API functions that both set and delete objects by Martin Panter · 9 years ago
  50. 0c6ffab Post-release fixups for Python 3.5.1. by Larry Hastings · 9 years ago
  51. ffccaa4 Version bump for 3.5.1 final. by Larry Hastings · 9 years ago
  52. ba11daa Post-release updates for Python 3.5.1rc1. by Larry Hastings · 9 years ago
  53. 6e86580 Version bump for Python 3.5.1rc1. by Larry Hastings · 9 years ago
  54. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  55. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  56. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  57. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  58. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  59. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  60. b9d98d5 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  61. 6df29ad Issue #25150: Hide the private _Py_atomic_xxx symbols from the public by Victor Stinner · 9 years ago
  62. 9a8b177 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  63. 9c51f89 Merge release engineering work from Python 3.5.0. by Larry Hastings · 9 years ago
  64. 82c0c69 Post-release updates for Python 3.5.0. by Larry Hastings · 9 years ago
  65. f92f6c8 Version bump for Python 3.5.0 final. by Larry Hastings · 9 years ago
  66. ded28e3 Merge Python 3.5.0rc4 back to hg.python.org. by Larry Hastings · 9 years ago
  67. 03728fa Post-release update for Python 3.5.0rc4. by Larry Hastings · 9 years ago
  68. 1043f95 Version bump for Python 3.5.0rc4. by Larry Hastings · 9 years ago
  69. c8c47f5 Merge heads. by Larry Hastings · 9 years ago
  70. 442c560 Version bump for Python 3.5.0rc3. by Larry Hastings · 9 years ago
  71. beaa509 docs: Better comment for tp_as_async slot by Yury Selivanov · 9 years ago
  72. a51812a Post-release updates for Python 3.5.0rc2. by Larry Hastings · 9 years ago
  73. e6c6f69 Version bump for Python 3.5.0rc2. by Larry Hastings · 9 years ago
  74. 803502c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  75. edbc28c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  76. 2ab6ddb Post-release bump for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  77. 71ea65f Release bump for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  78. 3d1dc90 Post-release updates for Python 3.5.0b4. by Larry Hastings · 9 years ago
  79. 164df4e Version bump for Python 3.5.0b4. by Larry Hastings · 9 years ago
  80. b34db6a Post-release fixes for Python 3.5.0b3. by Larry Hastings · 9 years ago
  81. 9626971 Version bump for Python 3.5.0b3 release. by Larry Hastings · 9 years ago
  82. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  83. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  84. 289dd19 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  85. 5fa22fc Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  86. ccfdf09 Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. by Serhiy Storchaka · 9 years ago
  87. 73c95f1 Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. by Serhiy Storchaka · 9 years ago
  88. eb698fe Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper by Yury Selivanov · 9 years ago
  89. ca82910 Issue 24365: Conditionalize PEP 489 additions to the stable ABI by Yury Selivanov · 9 years ago
  90. aab3c4a Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  91. a762af7 Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. by Eric Snow · 9 years ago
  92. d8cf382 Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private by Yury Selivanov · 9 years ago
  93. 0969a9f add Py_tp_finalize slot (closes #24345) by Benjamin Peterson · 9 years ago
  94. 61eb146 Post-release updates for Python 3.5.0b2. by Larry Hastings · 9 years ago
  95. d200e0c Version bump for Python 3.5.0b2. by Larry Hastings · 9 years ago
  96. d0a0645 Issue #16991: Drop Py_ODict_GetItemId. by Eric Snow · 9 years ago
  97. 8c7ed01 Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance. by Eric Snow · 9 years ago
  98. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  99. 47db717 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  100. 0938d98 merge 3.5 by Benjamin Peterson · 9 years ago