Python 3.6.5
  1. d082634 [3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) (GH-6060) by Miss Islington (bot) · 7 years ago
  2. 86ea851 Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)" (#5911) by Barry Warsaw · 7 years ago
  3. 65a13c1 bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739) by Miss Islington (bot) · 7 years ago
  4. b90c685 bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5563) by Miss Islington (bot) · 8 years ago
  5. c90a5de [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522) by Terry Jan Reedy · 8 years ago
  6. a71397f [3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504) by Barry Warsaw · 8 years ago
  7. f61951b bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5489) by Miss Islington (bot) · 8 years ago
  8. f31c70b Fix typo in thread_nt.h code comment (GH-5211) (GH-5226) by Miss Islington (bot) · 8 years ago
  9. b92c159 [3.6] bpo-32555: Fix locale encodings (#5193) by Victor Stinner · 8 years ago
  10. 5f959c4 [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192) by Victor Stinner · 8 years ago
  11. e295739 advance copyright years to 2018 (GH-5094) (#5104) by Miss Islington (bot) · 8 years ago
  12. 5659743 bpo-32365: Fix a reference leak when compile __debug__. (GH-4916) (#4918) by Miss Islington (bot) · 8 years ago
  13. da2b798 compile.c: Remove unused varible (#4886) by Victor Stinner · 8 years ago
  14. b580f4f [3.6] bpo-30416: Protect the optimizer during constant folding. (#4865) by Serhiy Storchaka · 8 years ago
  15. b82da9e [3.6] bpo-27169: The __debug__ constant is now optimized out at compile time. (GH-4880) (#4882) by Serhiy Storchaka · 8 years ago
  16. 22097aa bpo-32329: Fix sys.flags.hash_randomization (#4875) by Victor Stinner · 8 years ago
  17. c8f32aa [3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684) by Nick Coghlan · 8 years ago
  18. 9881e4e Don't hide unexpected errors in PyErr_WarnExplicitObject(). (GH-4585) (#4662) by Miss Islington (bot) · 8 years ago
  19. e10c9de bpo-20891: Fix PyGILState_Ensure() (#4650) (#4655) by Victor Stinner · 8 years ago
  20. d15bb5f bpo-32011: Revert "Issue GH-15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (GH-4381) (#4405) by Miss Islington (bot) · 8 years ago
  21. 3864248 [3.6] bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (GH-4289) (#4406) by Serhiy Storchaka · 8 years ago
  22. ea5b545 [3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4379) by xdegaye · 8 years ago
  23. 4b27d51 [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135) by xdegaye · 8 years ago
  24. 2b5cbbb [3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-4118) (#4128) by Serhiy Storchaka · 8 years ago
  25. d5d7954 [3.6] bpo-30817: Fix PyErr_PrintEx() when no memory (GH-2526). (#4107) by xdegaye · 8 years ago
  26. 1e78ed6 bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059) by Miss Islington (bot) · 8 years ago
  27. 95602b3 [3.6] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4022) by Pablo Galindo · 8 years ago
  28. 2712247 [3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014) (#4024) by Miss Islington (bot) · 8 years ago
  29. 59b5c13 [3.6] bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (GH-4002) (#4004) by Miss Islington (bot) · 8 years ago
  30. 6f059ab [3.6] bpo-31642: Restore blocking "from" import by setting None in sys.modules. (GH-3834). (#3923) by Serhiy Storchaka · 8 years ago
  31. 8aafd5f [3.6] remove tabs from getcompiler.c (GH-3892) (#3893) by Miss Islington (bot) · 8 years ago
  32. a4dfe1c [3.6] bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (GH-3767) (#3836) by Miss Islington (bot) · 8 years ago
  33. 66c2b9f [3.6] bpo-31285: Remove splitlines identifier from Python/_warnings.c (GH-3803) (#3829) by Miss Islington (bot) · 8 years ago
  34. 084f80b [3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790) by Miss Islington (bot) · 8 years ago
  35. 90fe25a [3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (GH-3219) (#3775) by Serhiy Storchaka · 8 years ago
  36. f0db2df [3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (GH-3620). (#3773) by Serhiy Storchaka · 8 years ago
  37. 415cc1f [3.6] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (GH-3717) (#3730) by Miss Islington (bot) · 8 years ago
  38. 99a51d4 [3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (GH-3257) (#3653) by Miss Islington (bot) · 8 years ago
  39. 5dbb28e [3.6] bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__ attribute. (GH-3539) (#3556) by Miss Islington (bot) · 8 years ago
  40. c0e7736 [3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0 (#3518) by Victor Stinner · 8 years ago
  41. 9adc87b [3.6] bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (GH-3496) (#3509) by Serhiy Storchaka · 8 years ago
  42. cb356c2 [3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495) by Benjamin Peterson · 8 years ago
  43. 7972ed2 [3.6] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (GH-3485). (#3494) by Serhiy Storchaka · 8 years ago
  44. c67838d [3.6] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-166). (#3491) by Serhiy Storchaka · 8 years ago
  45. a4baf1c [3.6] bpo-26669: Fix nan arg value error in pytime.c (GH-3085) (GH-3467) by Miss Islington (bot) · 8 years ago
  46. ddb536b [3.6] bpo-31393: Fix the use of PyUnicode_READY(). (GH-3451). (#3453) by Serhiy Storchaka · 8 years ago
  47. f032e92 [3.6] bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (GH-2919) (#2964) by Zackery Spytz · 8 years ago
  48. b036232 [3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424) by Miss Islington (bot) · 8 years ago
  49. aa1afc7 bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409) by Miss Islington (bot) · 8 years ago
  50. 2eea952 bpo-31095: fix potential crash during GC (GH-3195) by INADA Naoki · 8 years ago
  51. f3b8917 [3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-3033). (#3038) by Serhiy Storchaka · 8 years ago
  52. a0cb7db Fix a shadow-compatible-local warning (#2181) by Yuan Chao Chou · 8 years ago
  53. 946a0b6 [3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (GH-2957) (#2991) by Serhiy Storchaka · 8 years ago
  54. bb323b2 bpo-30891: Fix again importlib _find_and_load() (#2665) (#2801) by Victor Stinner · 8 years ago
  55. 28343e3 [3.6] bpo-30876: Relative import from unloaded package now reimports the package (GH-2639) (#2676) by Serhiy Storchaka · 8 years ago
  56. fe6e686 bpo-30891: Fix importlib _find_and_load() race condition (#2646) (#2651) by Victor Stinner · 8 years ago
  57. 03b0e83 [3.6] bpo-30814: Fixed a race condition when import a submodule from a package. (GH-2580). (#2598) by Serhiy Storchaka · 8 years ago
  58. e3a0ff0 [3.6] bpo-30854: Fix compile error when --without-threads (GH-2581) (#2583) by Masayuki Yamamoto · 8 years ago
  59. 3024c05 [3.6] bpo-30703: Improve signal delivery (GH-2415) (#2527) by Antoine Pitrou · 8 years ago
  60. 0834905 [3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2462) by Serhiy Storchaka · 8 years ago
  61. 55ab604 [3.6] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2418) by Antoine Pitrou · 8 years ago
  62. 2eca5b4 [3.6] bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (GH-2232) (#2242) by Serhiy Storchaka · 8 years ago
  63. fab05de [3.6] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2221) by Serhiy Storchaka · 8 years ago
  64. 932946c bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152) by Victor Stinner · 8 years ago
  65. 2997fec [3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads (#2015) by Dino Viehland · 8 years ago
  66. e89f95b [3.6] bpo-30039: Don't run signal handlers while resuming a yield from stack (GH-1081) (#1640) by Yury Selivanov · 8 years ago
  67. 570b1c9 [3.6] bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (GH-1888) (#2013) by Serhiy Storchaka · 8 years ago
  68. 68e5af8 [3.6] bpo-30567: Fix refleak in sys.getwindowsversion (GH-1940) (#1970) by Serhiy Storchaka · 8 years ago
  69. 89a3102 [3.6] bpo-29104: Fixed parsing backslashes in f-strings. (GH-490) (#1812) by Serhiy Storchaka · 8 years ago
  70. d29fecc [3.6] bpo-30395 _PyGILState_Reinit deadlock fix (GH-1734) (#1740) by Łukasz Langa · 8 years ago
  71. 98b49a0 bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) (#1529) by Xiang Zhang · 8 years ago
  72. 31906b4 bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) (#1449) by Victor Stinner · 8 years ago
  73. bf4bb2e bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907) by Serhiy Storchaka · 8 years ago
  74. fe30339 bpo-29859: Fix error messages from return codes for pthread_* calls (GH-753) by INADA Naoki · 8 years ago
  75. aac875f [3.6] bpo-8256: Fixed possible failing or crashing input() (#641) by Serhiy Storchaka · 8 years ago
  76. 4652d82 bpo-29746: Update marshal docs to Python 3. (#547) (#631) by Serhiy Storchaka · 8 years ago
  77. 16416c2 bpo-29770: remove outdated PYO related info (GH-590) (GH-612) by Xiang Zhang · 8 years ago
  78. 68d2980 bpo-29619: Convert st_ino using unsigned integer (#557) (#584) by Victor Stinner · 8 years ago
  79. 5976b9a Refresh Python/importlib.h and Python/importlib_external.h (#464) by Ned Deily · 8 years ago
  80. 95c50e5 [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) by Ned Deily · 8 years ago
  81. dea5101 bpo-28893: Set __cause__ for errors in async iteration protocol (#407) by Yury Selivanov · 8 years ago
  82. 023532e bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH-378) by INADA Naoki · 8 years ago
  83. 7accf20 bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#348) by Berker Peksag · 8 years ago
  84. 53039ad bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#95) by Martijn Pieters · 8 years ago
  85. 3ab24bd bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219) by INADA Naoki · 8 years ago
  86. ad94225 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 9 years ago
  87. 3a10425 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 9 years ago
  88. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 9 years ago
  89. 035ba5d Issue #29157: Prefer getrandom() over getentropy() by Victor Stinner · 9 years ago
  90. ff558f5 Issue #29157: Prefer getrandom() over getentropy() by Victor Stinner · 9 years ago
  91. 4632258 merge 3.5 (#29057) by Benjamin Peterson · 9 years ago
  92. 493ac1b only include sys/random.h if it seems like it might have something useful (#29057) by Benjamin Peterson · 9 years ago
  93. 5848e72 merge 3.5 by Benjamin Peterson · 9 years ago
  94. 4365833 merge 3.4 by Benjamin Peterson · 9 years ago
  95. b6e2142 merge 3.3 by Benjamin Peterson · 9 years ago
  96. e527dd3 ring in 2017 for Python by Benjamin Peterson · 9 years ago
  97. b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 9 years ago
  98. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 9 years ago
  99. 619555d Issue #25677: Merge SyntaxError caret positioning from 3.5 by Martin Panter · 9 years ago
  100. 76febd0 Issue #26919: On Android, operating system data is now always encoded/decoded by Xavier de Gaye · 9 years ago