1. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  2. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  3. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  4. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  5. c86c91a Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  6. cc71a79 Fix typos in documentation and comments by Martin Panter · 9 years ago
  7. 0a85c69 Revert back to 3.6.0, buildbots do not want chocolate for 04-01 by Ned Deily · 9 years ago
  8. 49f324f Python 8: no pep8, no chocolate! by Victor Stinner · 9 years ago
  9. 228ca33 Merge 3.5 (pystate.h) by Victor Stinner · 9 years ago
  10. 4b8b86c pystate.h: fix _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  11. bd31b7c Issue #23848: Expose _Py_DumpHexadecimal() by Victor Stinner · 9 years ago
  12. ca79ccd Issue #26588: by Victor Stinner · 9 years ago
  13. f9a7115 Issue #26588: remove debug traces from _tracemalloc. by Victor Stinner · 9 years ago
  14. ff9c534 Issue #26588: fix compilation on Windows by Victor Stinner · 9 years ago
  15. 10b73e1 Add C functions _PyTraceMalloc_Track() by Victor Stinner · 9 years ago
  16. af4a1f2 fix indentation in Py_DECREF() by Victor Stinner · 9 years ago
  17. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 9 years ago
  18. 861d9ab faulthandler now works in non-Python threads by Victor Stinner · 9 years ago
  19. 89e7cdc Enhance and rewrite traceback dump C functions by Victor Stinner · 9 years ago
  20. 8a1be61 Add more checks on the GIL by Victor Stinner · 9 years ago
  21. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 9 years ago
  22. d2dc15b Merge 3.5 (issue #25888) by Yury Selivanov · 9 years ago
  23. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 9 years ago
  24. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 9 years ago
  25. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  26. f2c1aa1 Add ast.Constant by Victor Stinner · 9 years ago
  27. b02ef71 Use Py_uintptr_t for atomic pointers by Victor Stinner · 9 years ago
  28. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  29. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  30. dce4ae8 merge from 3.5 by Senthil Kumaran · 9 years ago
  31. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 9 years ago
  32. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 9 years ago
  33. b56837a Merge 3.5 by Victor Stinner · 9 years ago
  34. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  35. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  36. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  37. f006940 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  38. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  39. 3987e26 Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 9 years ago
  40. 0ce7a3a Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 9 years ago
  41. e7ceef6 Issue #25701: Merge set and delete documentation from 3.5 by Martin Panter · 9 years ago
  42. 45be8d6 Issue #25701: Document C API functions that both set and delete objects by Martin Panter · 9 years ago
  43. 0c6ffab Post-release fixups for Python 3.5.1. by Larry Hastings · 9 years ago
  44. ffccaa4 Version bump for 3.5.1 final. by Larry Hastings · 9 years ago
  45. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  46. ba11daa Post-release updates for Python 3.5.1rc1. by Larry Hastings · 9 years ago
  47. 6e86580 Version bump for Python 3.5.1rc1. by Larry Hastings · 9 years ago
  48. fad85aa Issue #25558: Use compile-time asserts. by Serhiy Storchaka · 9 years ago
  49. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  50. c106c68 Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  51. a78c795 Issue 25483: Add an opcode to make f-string formatting more robust. by Eric V. Smith · 9 years ago
  52. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 9 years ago
  53. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  54. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  55. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  56. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  57. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  58. c5c3ba4 Add _PyBytesWriter_Resize() function by Victor Stinner · 9 years ago
  59. 2ec8063 Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI by Victor Stinner · 9 years ago
  60. 2bf8993 Optimize bytes.fromhex() and bytearray.fromhex() by Victor Stinner · 9 years ago
  61. 772b2b0 Optimize bytearray % args by Victor Stinner · 9 years ago
  62. 661aacc Add use_bytearray attribute to _PyBytesWriter by Victor Stinner · 9 years ago
  63. f7d2471 Merge 3.5 (sys.setrecursionlimit) by Victor Stinner · 9 years ago
  64. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  65. c29e29b Relax _PyBytesWriter API by Victor Stinner · 9 years ago
  66. be75b8c Issue #25349: Optimize bytes % int by Victor Stinner · 9 years ago
  67. ce179bf Add _PyBytesWriter_WriteBytes() to factorize the code by Victor Stinner · 9 years ago
  68. 53926a1 _PyBytesWriter: rename size attribute to min_size by Victor Stinner · 9 years ago
  69. b3653a3 Issue #25318: cleanup code _PyBytesWriter by Victor Stinner · 9 years ago
  70. 0016507 Issue #25318: Move _PyBytesWriter to bytesobject.c by Victor Stinner · 9 years ago
  71. fdfbf78 Issue #25318: Add _PyBytesWriter API by Victor Stinner · 9 years ago
  72. 5dbe245 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  73. b9d98d5 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  74. ca9381e Issue #24870: Add _PyUnicodeWriter_PrepareKind() macro by Victor Stinner · 9 years ago
  75. 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
  76. 258f17c Merge 3.5 by Victor Stinner · 9 years ago
  77. 6df29ad Issue #25150: Hide the private _Py_atomic_xxx symbols from the public by Victor Stinner · 9 years ago
  78. 9a8b177 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  79. 1e2b688 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  80. 9c51f89 Merge release engineering work from Python 3.5.0. by Larry Hastings · 9 years ago
  81. 82c0c69 Post-release updates for Python 3.5.0. by Larry Hastings · 9 years ago
  82. f92f6c8 Version bump for Python 3.5.0 final. by Larry Hastings · 9 years ago
  83. ce6aa74 Make _PyTime_RoundHalfEven() private again by Victor Stinner · 9 years ago
  84. ded28e3 Merge Python 3.5.0rc4 back to hg.python.org. by Larry Hastings · 9 years ago
  85. 03728fa Post-release update for Python 3.5.0rc4. by Larry Hastings · 9 years ago
  86. 1043f95 Version bump for Python 3.5.0rc4. by Larry Hastings · 9 years ago
  87. 7667f58 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  88. c8c47f5 Merge heads. by Larry Hastings · 9 years ago
  89. 442c560 Version bump for Python 3.5.0rc3. by Larry Hastings · 9 years ago
  90. 2ec5587 Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest by Victor Stinner · 9 years ago
  91. 7447423 Issue #23517: Add "half up" rounding mode to the _PyTime API by Victor Stinner · 9 years ago
  92. 7f344a8 Merge 3.5 by Yury Selivanov · 9 years ago
  93. beaa509 docs: Better comment for tp_as_async slot by Yury Selivanov · 9 years ago
  94. a51812a Post-release updates for Python 3.5.0rc2. by Larry Hastings · 9 years ago
  95. e6c6f69 Version bump for Python 3.5.0rc2. by Larry Hastings · 9 years ago
  96. 803502c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  97. 587748e Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  98. c77088d Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  99. edbc28c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  100. 2ab6ddb Post-release bump for Python 3.5.0rc1. by Larry Hastings · 9 years ago