1. fad85aa Issue #25558: Use compile-time asserts. by Serhiy Storchaka · 9 years ago
  2. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  3. c106c68 Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  4. a78c795 Issue 25483: Add an opcode to make f-string formatting more robust. by Eric V. Smith · 9 years ago
  5. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 9 years ago
  6. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  7. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  8. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  9. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  10. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  11. c5c3ba4 Add _PyBytesWriter_Resize() function by Victor Stinner · 9 years ago
  12. 2ec8063 Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI by Victor Stinner · 9 years ago
  13. 2bf8993 Optimize bytes.fromhex() and bytearray.fromhex() by Victor Stinner · 9 years ago
  14. 772b2b0 Optimize bytearray % args by Victor Stinner · 9 years ago
  15. 661aacc Add use_bytearray attribute to _PyBytesWriter by Victor Stinner · 9 years ago
  16. f7d2471 Merge 3.5 (sys.setrecursionlimit) by Victor Stinner · 9 years ago
  17. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  18. c29e29b Relax _PyBytesWriter API by Victor Stinner · 9 years ago
  19. be75b8c Issue #25349: Optimize bytes % int by Victor Stinner · 9 years ago
  20. ce179bf Add _PyBytesWriter_WriteBytes() to factorize the code by Victor Stinner · 9 years ago
  21. 53926a1 _PyBytesWriter: rename size attribute to min_size by Victor Stinner · 9 years ago
  22. b3653a3 Issue #25318: cleanup code _PyBytesWriter by Victor Stinner · 9 years ago
  23. 0016507 Issue #25318: Move _PyBytesWriter to bytesobject.c by Victor Stinner · 9 years ago
  24. fdfbf78 Issue #25318: Add _PyBytesWriter API by Victor Stinner · 9 years ago
  25. 5dbe245 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  26. b9d98d5 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  27. ca9381e Issue #24870: Add _PyUnicodeWriter_PrepareKind() macro by Victor Stinner · 9 years ago
  28. 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
  29. 258f17c Merge 3.5 by Victor Stinner · 9 years ago
  30. 6df29ad Issue #25150: Hide the private _Py_atomic_xxx symbols from the public by Victor Stinner · 9 years ago
  31. 9a8b177 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  32. 1e2b688 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  33. 9c51f89 Merge release engineering work from Python 3.5.0. by Larry Hastings · 9 years ago
  34. 82c0c69 Post-release updates for Python 3.5.0. by Larry Hastings · 9 years ago
  35. f92f6c8 Version bump for Python 3.5.0 final. by Larry Hastings · 9 years ago
  36. ce6aa74 Make _PyTime_RoundHalfEven() private again by Victor Stinner · 9 years ago
  37. ded28e3 Merge Python 3.5.0rc4 back to hg.python.org. by Larry Hastings · 9 years ago
  38. 03728fa Post-release update for Python 3.5.0rc4. by Larry Hastings · 9 years ago
  39. 1043f95 Version bump for Python 3.5.0rc4. by Larry Hastings · 9 years ago
  40. 7667f58 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  41. c8c47f5 Merge heads. by Larry Hastings · 9 years ago
  42. 442c560 Version bump for Python 3.5.0rc3. by Larry Hastings · 9 years ago
  43. 2ec5587 Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest by Victor Stinner · 9 years ago
  44. 7447423 Issue #23517: Add "half up" rounding mode to the _PyTime API by Victor Stinner · 9 years ago
  45. 7f344a8 Merge 3.5 by Yury Selivanov · 9 years ago
  46. beaa509 docs: Better comment for tp_as_async slot by Yury Selivanov · 9 years ago
  47. a51812a Post-release updates for Python 3.5.0rc2. by Larry Hastings · 9 years ago
  48. e6c6f69 Version bump for Python 3.5.0rc2. by Larry Hastings · 9 years ago
  49. 803502c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  50. 587748e Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  51. c77088d Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  52. edbc28c #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  53. 2ab6ddb Post-release bump for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  54. 71ea65f Release bump for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  55. 9344bd8 Clarify comments on setentry invariants. by Raymond Hettinger · 9 years ago
  56. 3d1dc90 Post-release updates for Python 3.5.0b4. by Larry Hastings · 9 years ago
  57. 164df4e Version bump for Python 3.5.0b4. by Larry Hastings · 9 years ago
  58. b34db6a Post-release fixes for Python 3.5.0b3. by Larry Hastings · 9 years ago
  59. 9626971 Version bump for Python 3.5.0b3 release. by Larry Hastings · 9 years ago
  60. ac2ef65 Make the unicode equality test an external function rather than in-lining it. by Raymond Hettinger · 9 years ago
  61. bb215e2 Merge 3.5 (Issue #19235) by Yury Selivanov · 9 years ago
  62. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  63. 6edc2f7 Issue #24400: Merge 3.5 by Yury Selivanov · 9 years ago
  64. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  65. dcbff7d Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  66. 289dd19 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  67. 5fa22fc Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  68. 86621ae Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. by Serhiy Storchaka · 9 years ago
  69. ccfdf09 Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. by Serhiy Storchaka · 9 years ago
  70. 73c95f1 Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. by Serhiy Storchaka · 9 years ago
  71. a641def Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper by Yury Selivanov · 9 years ago
  72. eb698fe Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper by Yury Selivanov · 9 years ago
  73. 47d5e15 Issue 24365: Merge 3.5 by Yury Selivanov · 9 years ago
  74. ca82910 Issue 24365: Conditionalize PEP 489 additions to the stable ABI by Yury Selivanov · 9 years ago
  75. 082332c Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  76. aab3c4a Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  77. c976b73 Merge from 3.5. by Eric Snow · 9 years ago
  78. a762af7 Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. by Eric Snow · 9 years ago
  79. 1b12c55 Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private by Yury Selivanov · 9 years ago
  80. d8cf382 Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private by Yury Selivanov · 9 years ago
  81. cae0658 merge 3.5 (#24345) by Benjamin Peterson · 9 years ago
  82. 0969a9f add Py_tp_finalize slot (closes #24345) by Benjamin Peterson · 9 years ago
  83. 61eb146 Post-release updates for Python 3.5.0b2. by Larry Hastings · 9 years ago
  84. d200e0c Version bump for Python 3.5.0b2. by Larry Hastings · 9 years ago
  85. 1edcb22 Merge from 3.5. by Eric Snow · 9 years ago
  86. d0a0645 Issue #16991: Drop Py_ODict_GetItemId. by Eric Snow · 9 years ago
  87. 6e15fdf Merge from 3.5. by Eric Snow · 9 years ago
  88. 8c7ed01 Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance. by Eric Snow · 9 years ago
  89. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  90. 47db717 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  91. 0938d98 merge 3.5 by Benjamin Peterson · 9 years ago
  92. 264be6f remove STORE_MAP, since it's unused by Benjamin Peterson · 9 years ago
  93. ac0bffb Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  94. 6ef0590 Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  95. e998aad Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. by Serhiy Storchaka · 9 years ago
  96. 3028c95 Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. by Serhiy Storchaka · 9 years ago
  97. d0c2a20 Version bump for trunk to 3.6.0a0. Welcome to the future! by Larry Hastings · 9 years ago
  98. f46aa8e Post-release fixes for 3.5.0b1. by Larry Hastings · 9 years ago
  99. 205acde Version bump for 3.5.0b1. by Larry Hastings · 9 years ago
  100. 11d7b14 Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI) by Steve Dower · 9 years ago