1. 410ef8e issue27186: add C version of os.fspath(); patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  2. f22e360 merge 3.5 by Benjamin Peterson · 8 years ago
  3. 3da8206 fix indentation of comment by Benjamin Peterson · 8 years ago
  4. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  5. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  6. 1f9eb87 Issue #26857: The gethostbyaddr_r() workaround is no longer needed with by Stefan Krah · 8 years ago
  7. 786ed55 Post-release cleanup: 3.6.0a1 -> 3.6.0a2 by Ned Deily · 8 years ago
  8. cec00a7 Version bump for 3.6.0a1 by Ned Deily · 8 years ago
  9. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  10. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  11. dd40fc3 Issue #26765: Moved common code and docstrings for bytes and bytearray methods by Serhiy Storchaka · 8 years ago
  12. b608196 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). by Serhiy Storchaka · 8 years ago
  13. f5f37d7 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). by Serhiy Storchaka · 8 years ago
  14. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  15. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  16. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  17. 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 8 years ago
  18. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  19. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  20. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  21. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  22. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  23. c86c91a Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  24. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  25. 0a85c69 Revert back to 3.6.0, buildbots do not want chocolate for 04-01 by Ned Deily · 8 years ago
  26. 49f324f Python 8: no pep8, no chocolate! by Victor Stinner · 8 years ago
  27. 228ca33 Merge 3.5 (pystate.h) by Victor Stinner · 8 years ago
  28. 4b8b86c pystate.h: fix _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  29. bd31b7c Issue #23848: Expose _Py_DumpHexadecimal() by Victor Stinner · 8 years ago
  30. ca79ccd Issue #26588: by Victor Stinner · 8 years ago
  31. f9a7115 Issue #26588: remove debug traces from _tracemalloc. by Victor Stinner · 8 years ago
  32. ff9c534 Issue #26588: fix compilation on Windows by Victor Stinner · 8 years ago
  33. 10b73e1 Add C functions _PyTraceMalloc_Track() by Victor Stinner · 8 years ago
  34. af4a1f2 fix indentation in Py_DECREF() by Victor Stinner · 8 years ago
  35. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 8 years ago
  36. 861d9ab faulthandler now works in non-Python threads by Victor Stinner · 8 years ago
  37. 89e7cdc Enhance and rewrite traceback dump C functions by Victor Stinner · 8 years ago
  38. 8a1be61 Add more checks on the GIL by Victor Stinner · 8 years ago
  39. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  40. d2dc15b Merge 3.5 (issue #25888) by Yury Selivanov · 8 years ago
  41. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 8 years ago
  42. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 8 years ago
  43. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  44. f2c1aa1 Add ast.Constant by Victor Stinner · 8 years ago
  45. b02ef71 Use Py_uintptr_t for atomic pointers by Victor Stinner · 8 years ago
  46. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 8 years ago
  47. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 8 years ago
  48. dce4ae8 merge from 3.5 by Senthil Kumaran · 8 years ago
  49. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 8 years ago
  50. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 8 years ago
  51. b56837a Merge 3.5 by Victor Stinner · 8 years ago
  52. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  53. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  54. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  55. f006940 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  56. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  57. 3987e26 Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 9 years ago
  58. 0ce7a3a Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 9 years ago
  59. e7ceef6 Issue #25701: Merge set and delete documentation from 3.5 by Martin Panter · 9 years ago
  60. 45be8d6 Issue #25701: Document C API functions that both set and delete objects by Martin Panter · 9 years ago
  61. 0c6ffab Post-release fixups for Python 3.5.1. by Larry Hastings · 9 years ago
  62. ffccaa4 Version bump for 3.5.1 final. by Larry Hastings · 9 years ago
  63. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  64. ba11daa Post-release updates for Python 3.5.1rc1. by Larry Hastings · 9 years ago
  65. 6e86580 Version bump for Python 3.5.1rc1. by Larry Hastings · 9 years ago
  66. fad85aa Issue #25558: Use compile-time asserts. by Serhiy Storchaka · 9 years ago
  67. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  68. c106c68 Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  69. a78c795 Issue 25483: Add an opcode to make f-string formatting more robust. by Eric V. Smith · 9 years ago
  70. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 9 years ago
  71. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  72. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  73. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  74. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  75. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  76. c5c3ba4 Add _PyBytesWriter_Resize() function by Victor Stinner · 9 years ago
  77. 2ec8063 Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI by Victor Stinner · 9 years ago
  78. 2bf8993 Optimize bytes.fromhex() and bytearray.fromhex() by Victor Stinner · 9 years ago
  79. 772b2b0 Optimize bytearray % args by Victor Stinner · 9 years ago
  80. 661aacc Add use_bytearray attribute to _PyBytesWriter by Victor Stinner · 9 years ago
  81. f7d2471 Merge 3.5 (sys.setrecursionlimit) by Victor Stinner · 9 years ago
  82. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  83. c29e29b Relax _PyBytesWriter API by Victor Stinner · 9 years ago
  84. be75b8c Issue #25349: Optimize bytes % int by Victor Stinner · 9 years ago
  85. ce179bf Add _PyBytesWriter_WriteBytes() to factorize the code by Victor Stinner · 9 years ago
  86. 53926a1 _PyBytesWriter: rename size attribute to min_size by Victor Stinner · 9 years ago
  87. b3653a3 Issue #25318: cleanup code _PyBytesWriter by Victor Stinner · 9 years ago
  88. 0016507 Issue #25318: Move _PyBytesWriter to bytesobject.c by Victor Stinner · 9 years ago
  89. fdfbf78 Issue #25318: Add _PyBytesWriter API by Victor Stinner · 9 years ago
  90. 5dbe245 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  91. b9d98d5 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  92. ca9381e Issue #24870: Add _PyUnicodeWriter_PrepareKind() macro by Victor Stinner · 9 years ago
  93. 235a6f0 Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that. by Eric V. Smith · 9 years ago
  94. 258f17c Merge 3.5 by Victor Stinner · 9 years ago
  95. 6df29ad Issue #25150: Hide the private _Py_atomic_xxx symbols from the public by Victor Stinner · 9 years ago
  96. 9a8b177 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  97. 1e2b688 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  98. 9c51f89 Merge release engineering work from Python 3.5.0. by Larry Hastings · 9 years ago
  99. 82c0c69 Post-release updates for Python 3.5.0. by Larry Hastings · 9 years ago
  100. f92f6c8 Version bump for Python 3.5.0 final. by Larry Hastings · 9 years ago