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