1. e604b6c bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) by Miss Islington (bot) · 7 years ago
  2. 8a73cac [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) by Victor Stinner · 7 years ago
  3. 1659c08 bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751) by Miss Islington (bot) · 7 years ago
  4. 7eeab87 bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792) by Victor Stinner · 7 years ago
  5. e754159 bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10789) by Miss Islington (bot) · 7 years ago
  6. 2fa5b2a bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) by Miss Islington (bot) · 7 years ago
  7. d46d753 bpo-33723: Remove busy loop from test_time (GH-10773) by Miss Islington (bot) · 7 years ago
  8. 24b51b1 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Miss Islington (bot) · 7 years ago
  9. f71a592 bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750) (GH-10772) by Ismo Toijala · 7 years ago
  10. c901045 pythoninfo: log more environment variable (GH-10719) (GH-10769) by Victor Stinner · 7 years ago
  11. 9c16bc2 [3.7] Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487) (GH-10767) by Julien Palard · 7 years ago
  12. 85ab974 bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) (GH-10761) by Victor Stinner · 7 years ago
  13. 80db40c bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) by Miss Islington (bot) · 7 years ago
  14. ad8ac54 bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748) by Serhiy Storchaka · 7 years ago
  15. 5ceb701 bpo-33029: Fix signatures of getter and setter functions. (GH-10746) by Miss Islington (bot) · 7 years ago
  16. d669154 bpo-35317: Fix mktime() error in test_email (GH-10721) by Miss Islington (bot) · 7 years ago
  17. 7f9fb0f bpo-33954: Rewrite FILL() macro of unicodeobject.c (GH-10738) by Victor Stinner · 7 years ago
  18. 716a808 closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) by Miss Islington (bot) · 7 years ago
  19. 2a37f01 bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) by Miss Islington (bot) · 7 years ago
  20. 5350dd1 bpo-33723: Fix test_time.test_thread_time() (GH-10724) by Miss Islington (bot) · 7 years ago
  21. 6f8cab0 [3.7] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) (GH-10722) by Julien Palard · 7 years ago
  22. 6f5fa1b bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) by Victor Stinner · 7 years ago
  23. e88553c bpo-35313: Fix test_embed when run from venv (GH-10713) (GH-10715) by Victor Stinner · 7 years ago
  24. c707400 bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10708) by Miss Islington (bot) · 7 years ago
  25. 6a528cc closes bpo-35309: cpath should be capath (GH-10701) by Miss Islington (bot) · 7 years ago
  26. 89a3087 bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592) by Miss Islington (bot) · 7 years ago
  27. bc665b4 bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689) by Miss Islington (bot) · 7 years ago
  28. 903a3e8 bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) by Miss Islington (bot) · 7 years ago
  29. 01e5799 bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) by Miss Islington (bot) · 7 years ago
  30. 70cc092 Linkify SMTP.quit() in smtplib documentation. (GH-9785) by Miss Islington (bot) · 7 years ago
  31. 56742f1 [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) by Victor Stinner · 7 years ago
  32. f6e323c bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) (GH-10673) by Victor Stinner · 7 years ago
  33. 95036ea [3.7] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) by Victor Stinner · 7 years ago
  34. a519411 Revert "bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)" (GH-10660) by Victor Stinner · 7 years ago
  35. 18f3327 bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657) by Miss Islington (bot) · 7 years ago
  36. df6374e bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558) by Miss Islington (bot) · 7 years ago
  37. 3b7258a [3.7] bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) by Miss Islington (bot) · 7 years ago
  38. d170e59 bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) (GH-10629) by Miss Islington (bot) · 7 years ago
  39. 129642a bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039) by Miss Islington (bot) · 7 years ago
  40. 6eff6b8 bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) by Victor Stinner · 7 years ago
  41. d57ab8a bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) by Miss Islington (bot) · 7 years ago
  42. f8f9915 bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330) by Miss Islington (bot) · 7 years ago
  43. c743a6a Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598) by Miss Islington (bot) · 7 years ago
  44. 0e1312c bpo-35233: test_embed: fix filesystem encoding (GH-10597) by Victor Stinner · 7 years ago
  45. ae02a92 bpo-35269: Fix a possible segfault involving a newly-created coroutine (GH-10585) by Miss Islington (bot) · 7 years ago
  46. e851049 bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9861) by Steve Dower · 7 years ago
  47. d1a97b3 [3.7] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) (GH-10586) by Miss Islington (bot) · 7 years ago
  48. f415aa1 Add --tempdir option for test run (GH-10322) by Miss Islington (bot) · 7 years ago
  49. 3a600d2 bpo-35202: Remove more unused imports in idlelib (GH-10573) by Miss Islington (bot) · 7 years ago
  50. 0ee5409 Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) by Miss Islington (bot) · 7 years ago
  51. 0461c3b bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565) by Miss Islington (bot) · 7 years ago
  52. be34cb2 Fix outdated info in datamodel about dicts (GH-9807) by Miss Islington (bot) · 7 years ago
  53. 1b80a37 bpo-33816: Remove outdated metaclass example (GH-7566) by Miss Islington (bot) · 7 years ago
  54. d2be9a5 bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) by Miss Islington (bot) · 7 years ago
  55. 579c417 bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478) by Miss Islington (bot) · 7 years ago
  56. b5ea5e5 Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543) by Miss Islington (bot) · 7 years ago
  57. b6b56b4 Fix typo in asynchronous generator iterator documentation (GH-10542) by Miss Islington (bot) · 7 years ago
  58. 9ee1d42 bpo-35233: InitConfigTests tests more config vars (GH-10541) (GH-10546) by Victor Stinner · 7 years ago
  59. 9053d2f [3.7] bpo-32613: Update window FAQ (GH-5552). (GH-10544) by Julien Palard · 7 years ago
  60. bc09ee8 bpo-35233: Fix test_embed.InitConfigTests on macOS (GH-10539) by Victor Stinner · 7 years ago
  61. 88cbea4 bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10537) by Victor Stinner · 7 years ago
  62. 35c28d5 [3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529) by Victor Stinner · 7 years ago
  63. 52fb9f1 Grammar corrections in abc.rst (GH-10525) by Miss Islington (bot) · 7 years ago
  64. e7a5be5 Link to property built-in in abc.rst (GH-10526) by Miss Islington (bot) · 7 years ago
  65. 9fbcb14 [3.7] bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506) (GH-10522) by Miss Islington (bot) · 7 years ago
  66. c30830b Fix doc typo: Window -> Windows (GH-10508) by Miss Islington (bot) · 7 years ago
  67. d57a3e5 bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH-10517) by Victor Stinner · 7 years ago
  68. 55b4771 bpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511) by Victor Stinner · 7 years ago
  69. f6602f9 bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) by Miss Islington (bot) · 7 years ago
  70. 5e4a13b Fix a couple documentation typos. (GH-10498) by Miss Islington (bot) · 7 years ago
  71. f0b21e1 Disable getc_unlocked() with MemorySanitizer. (GH-10499) by Miss Islington (bot) · 7 years ago
  72. 3f9fe53 bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) by Miss Islington (bot) · 7 years ago
  73. 5f4d05d [3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492) by Gregory P. Smith · 7 years ago
  74. f3b0b91 Improve grammar in Glossary. (GH-10474) by Miss Islington (bot) · 7 years ago
  75. 8a54c67 Correct grammar mistake in stdtypes.rst (GH-10481) by Miss Islington (bot) · 7 years ago
  76. 5e51f12 Linkify PEP 8 in unix.rst (GH-10482) by Miss Islington (bot) · 7 years ago
  77. a744abc Minor grammar improvement to io documentation. (GH-10329) by Miss Islington (bot) · 7 years ago
  78. 7a90504 Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337) by Miss Islington (bot) · 7 years ago
  79. aa493b5 bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) by Miss Islington (bot) · 7 years ago
  80. 1ec5781 closes bpo-35204: Disable thread and memory sanitizers for address_in_range(). (GH-10442) by Miss Islington (bot) · 7 years ago
  81. 7d7ff67 bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252) by Miss Islington (bot) · 7 years ago
  82. 317dbb4 dict insertion order is guaranteed since 3.7 (GH-10431) by Miss Islington (bot) · 7 years ago
  83. b91c27d bpo-34864: Document two IDLE on MacOS issues. (GH-10456) by Miss Islington (bot) · 7 years ago
  84. 2847cca bpo-35202: Remove unused imports in idlelib (GH-10438) by Miss Islington (bot) · 7 years ago
  85. 3da64a0 Correct a typo in the Unittest documentation (GH-10397) by Miss Islington (bot) · 7 years ago
  86. 33fd60d Cleanup and improve the regex tokenizer example. (GH-10426) (#10427) by Miss Islington (bot) · 7 years ago
  87. 22234f1 bpo-35194: Fix a wrong constant in cp932 codec (GH-10420) by Miss Islington (bot) · 7 years ago
  88. f16ebcd bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Miss Islington (bot) · 7 years ago
  89. 732f745 [3.7] Doc: Make all versions sidebars the same for consistency. (GH-10288) (GH-10409) by Julien Palard · 7 years ago
  90. 9d36581 bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Miss Islington (bot) · 7 years ago
  91. 3ba5e25 Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) by Miss Islington (bot) · 7 years ago
  92. b097f9f Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) by Miss Islington (bot) · 7 years ago
  93. 363839c bpo-35015: Doc: Fix internationalisation of the availability directive. (GH-10360) by Miss Islington (bot) · 7 years ago
  94. 881e273 bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) (GH-10377) by Miss Islington (bot) · 7 years ago
  95. e40e205 Add link to PEP 525 in Expressions. (GH-10333) by Miss Islington (bot) · 7 years ago
  96. 38bdaa4 glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102) by Miss Islington (bot) · 7 years ago
  97. b949f74 Add a reference to the name mangling description in the tutorial to the index. (GH-10138) by Miss Islington (bot) · 7 years ago
  98. 2911d4e Add future_stmt to simple_stmt production list. (GH-8239) by Miss Islington (bot) · 7 years ago
  99. 766d8f5 Correct grammar mistakes in string.rst. (GH-9752) by Miss Islington (bot) · 7 years ago
  100. f455dd5 Mark len call as a code snippet in stdtypes.rst. (GH-9804) by Miss Islington (bot) · 7 years ago