1. 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 9 years ago
  2. a98c4a9 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 9 years ago
  3. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 9 years ago
  4. f6f1591 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 9 years ago
  5. e209739 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 9 years ago
  6. 144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 9 years ago
  7. 83aeb3c Issue #28732: Raise ValueError when argv[0] is empty by Steve Dower · 9 years ago
  8. bce2626 Issue #28732: Raise ValueError when argv[0] is empty by Steve Dower · 9 years ago
  9. 93ff872 Issue #28732: Raise ValueError when argv[0] is empty. by Steve Dower · 9 years ago
  10. 6f33e29 Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments by Steve Dower · 9 years ago
  11. 859fd7b Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments by Steve Dower · 9 years ago
  12. 1325ee0 Merge from 3.6 by Steve Dower · 9 years ago
  13. c363061 Merge from 3.5 and fix a few other functions missing IPH handling. by Steve Dower · 9 years ago
  14. 11f4326 Issue #28732: Fix crash in os.spawnv() with no elements in args by Steve Dower · 9 years ago
  15. 1a73bf3 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  16. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  17. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  18. 2294f83 merge 3.6 by Benjamin Peterson · 9 years ago
  19. 996fc1f correctly emulate error semantics of gen.throw in FutureIter_throw by Benjamin Peterson · 9 years ago
  20. 5e17ad9 Merge AIX fixes from 3.6 by Martin Panter · 9 years ago
  21. f8cebad Merge AIX fixes from 3.5 into 3.6 by Martin Panter · 9 years ago
  22. c9e08d8 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 9 years ago
  23. ac40c6c Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 9 years ago
  24. a27c064 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 9 years ago
  25. 62e32d6 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 9 years ago
  26. 3e05a9c Merge 3.6 (issue #28653) by Yury Selivanov · 9 years ago
  27. 0a66a1c Merge 3.6 (issue #28653) by Yury Selivanov · 9 years ago
  28. 46a02db Issue #28653: Fix a refleak in functools.lru_cache. by Yury Selivanov · 9 years ago
  29. bff8f64 Merge 3.6 (issue #26081) by Yury Selivanov · 9 years ago
  30. 692796a Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw. by Yury Selivanov · 9 years ago
  31. b74fecc Issue #28585: Restored docstring of os._isdir(). by Serhiy Storchaka · 9 years ago
  32. 852cc33 Issue #28585: Restored docstring of os._isdir(). by Serhiy Storchaka · 9 years ago
  33. 579f038 Issue #28585: Restored docstring of os._isdir(). by Serhiy Storchaka · 9 years ago
  34. 85bcf37 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 9 years ago
  35. 60e49aa Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 9 years ago
  36. f0b311b Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as by Serhiy Storchaka · 9 years ago
  37. 5f548a2 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 9 years ago
  38. a7c972e Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 9 years ago
  39. 88b2219 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if by Serhiy Storchaka · 9 years ago
  40. 04f17f1 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if by Serhiy Storchaka · 9 years ago
  41. a0d9c68 Issue #28549: Fixed segfault in curses's addch() with ncurses6. by Serhiy Storchaka · 9 years ago
  42. 0bcd89b Issue #28549: Fixed segfault in curses's addch() with ncurses6. by Serhiy Storchaka · 9 years ago
  43. 0eacef3 Issue #28444: Merge with 3.5. by Xavier de Gaye · 9 years ago
  44. 84968b7 Issue #28444: Fix missing extensions modules when cross compiling. by Xavier de Gaye · 9 years ago
  45. 49d02d1 Issue #28586: Converted os.scandir() to Argument Clinic. by Serhiy Storchaka · 9 years ago
  46. 04230c4 Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as by Serhiy Storchaka · 9 years ago
  47. d63f1f7 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 9 years ago
  48. ecf40c1 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if by Serhiy Storchaka · 9 years ago
  49. e1ac09d Issue #28549: Fixed segfault in curses's addch() with ncurses6. by Serhiy Storchaka · 9 years ago
  50. 0af10ac Issue #28444: Merge with 3.6. by Xavier de Gaye · 9 years ago
  51. 43a5c1c Merge 3.6 by Victor Stinner · 9 years ago
  52. f94d1ee Issue #28544: Fix inefficient call to _PyObject_CallMethodId() by Victor Stinner · 9 years ago
  53. f0bbee6 Merge 3.6 (issue #28544) by Yury Selivanov · 9 years ago
  54. 684ef2c Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` by Yury Selivanov · 9 years ago
  55. 1e03d8c Merge 3.6 by Victor Stinner · 9 years ago
  56. 1aea8fb Issue #28544: Fix _asynciomodule.c on Windows by Victor Stinner · 9 years ago
  57. 29d3cbf Merge 3.6 (issue #28544) by Yury Selivanov · 9 years ago
  58. a0c1ba6 Issue #28544: Implement asyncio.Task in C. by Yury Selivanov · 9 years ago
  59. 3809c25 Fixed possible NULL decrefing. by Serhiy Storchaka · 9 years ago
  60. 8a8ebc9 Fixed possible NULL decrefing. by Serhiy Storchaka · 9 years ago
  61. 3ec5f42 Fixed possible NULL decrefing. by Serhiy Storchaka · 9 years ago
  62. 9e7d6a9 Issue #28526: Use PyUnicode_AsEncodedString() instead of by Serhiy Storchaka · 9 years ago
  63. 802426f Issue #28526: Use PyUnicode_AsEncodedString() instead of by Serhiy Storchaka · 9 years ago
  64. b29cee4 Issue #28526: Use PyUnicode_AsEncodedString() instead of by Serhiy Storchaka · 9 years ago
  65. 12a98e8 Issue #28430: Fix iterator of C implemented asyncio.Future doesn't by INADA Naoki · 9 years ago
  66. 74c1753 Issue #28430: Fix iterator of C implemented asyncio.Future doesn't by INADA Naoki · 9 years ago
  67. f8d7d41 Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*. by Serhiy Storchaka · 9 years ago
  68. 14ab277 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 9 years ago
  69. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 9 years ago
  70. ccb2c0e Issue #23214: Implement optional BufferedReader, BytesIO read1() argument by Martin Panter · 9 years ago
  71. dc5061f Merge 3.6 (issue #28493) by Yury Selivanov · 9 years ago
  72. 53478f8 Issue #28493: Fix typos in _asynciomodule.c by Yury Selivanov · 9 years ago
  73. 3ceee7b Merge 3.6 (issue #28492) by Yury Selivanov · 9 years ago
  74. a4b884f Issue #28492: Fix how StopIteration is raised in _asyncio.Future by Yury Selivanov · 9 years ago
  75. ae8ca1c Issue #24381: merge from 3.6 by Ned Deily · 9 years ago
  76. 82919ec Issue #24381: merge from 3.5 by Ned Deily · 9 years ago
  77. f536af1 Issue #24381: Avoid unused function warning when building bundled macOS libffi. by Ned Deily · 9 years ago
  78. 812f6e1 Issue #28480: Merge multithreading fixes from 3.6 by Martin Panter · 9 years ago
  79. fa27d5f Issue #28480: Avoid label at end of compound statement --without-threads by Martin Panter · 9 years ago
  80. 7a6dbb7 _csv: use _PyLong_AsInt() by Victor Stinner · 9 years ago
  81. 193a360 Merge 3.6 (issue #28471) by Yury Selivanov · 9 years ago
  82. fa22b29 Issue #28471: Fix crash (GIL state related) in socket.setblocking by Yury Selivanov · 9 years ago
  83. bf96558 Issue #28256: Cleanup _math.c by Victor Stinner · 9 years ago
  84. 810d62d Issue #28452: Remove _asyncio._init_module function by INADA Naoki · 9 years ago
  85. c411a7d Issue #28452: Remove _asyncio._init_module function by INADA Naoki · 9 years ago
  86. fa8b884 Issue #28428: Rename _futures module to _asyncio. (merge from 3.6) by INADA Naoki · 9 years ago
  87. 9f2ce25 Issue #28428: Rename _futures module to _asyncio. by INADA Naoki · 9 years ago
  88. 95b826d - Modules/Setup.dist: Add the _blake2 module by doko@ubuntu.com · 9 years ago
  89. 43d3032 - Modules/Setup.dist: Add the _blake2 module by doko@ubuntu.com · 9 years ago
  90. 44fa3d3 Issue #28405: Fix compile error for _futuresmodule.c on Cygwin. by INADA Naoki · 9 years ago
  91. 1be427b Issue #28405: Fix compile error for _futuresmodule.c on Cygwin. by INADA Naoki · 9 years ago
  92. dd21cc3 Issue #28394: Merge typo fixes from 3.6 by Martin Panter · 9 years ago
  93. b1321fb Issue #28394: More typo fixes for 3.6+ by Martin Panter · 9 years ago
  94. 22d60d6 Issue #28379: Removed redundant check. Patch by Xiang Zhang. by Serhiy Storchaka · 9 years ago
  95. ca2f0d0 Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 9 years ago
  96. 9e4e38e Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 9 years ago
  97. 74a7e3b Merge from 3.6. by Serhiy Storchaka · 9 years ago
  98. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 9 years ago
  99. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 9 years ago
  100. 9ffb5d7 Issue #28162: Fixes Ctrl+Z handling in console readall() by Steve Dower · 9 years ago