1. 716a808 closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) by Miss Islington (bot) · 6 years ago
  2. 2a37f01 bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) by Miss Islington (bot) · 6 years ago
  3. 5350dd1 bpo-33723: Fix test_time.test_thread_time() (GH-10724) by Miss Islington (bot) · 6 years ago
  4. 6f8cab0 [3.7] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) (GH-10722) by Julien Palard · 6 years ago
  5. 6f5fa1b bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) by Victor Stinner · 6 years ago
  6. e88553c bpo-35313: Fix test_embed when run from venv (GH-10713) (GH-10715) by Victor Stinner · 6 years ago
  7. c707400 bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10708) by Miss Islington (bot) · 6 years ago
  8. 6a528cc closes bpo-35309: cpath should be capath (GH-10701) by Miss Islington (bot) · 6 years ago
  9. 89a3087 bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592) by Miss Islington (bot) · 6 years ago
  10. bc665b4 bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689) by Miss Islington (bot) · 6 years ago
  11. 903a3e8 bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) by Miss Islington (bot) · 6 years ago
  12. 01e5799 bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) by Miss Islington (bot) · 6 years ago
  13. 70cc092 Linkify SMTP.quit() in smtplib documentation. (GH-9785) by Miss Islington (bot) · 6 years ago
  14. 56742f1 [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) by Victor Stinner · 6 years ago
  15. f6e323c bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) (GH-10673) by Victor Stinner · 6 years ago
  16. 95036ea [3.7] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) by Victor Stinner · 6 years ago
  17. a519411 Revert "bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)" (GH-10660) by Victor Stinner · 6 years ago
  18. 18f3327 bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657) by Miss Islington (bot) · 6 years ago
  19. df6374e bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558) by Miss Islington (bot) · 6 years ago
  20. 3b7258a [3.7] bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) by Miss Islington (bot) · 6 years ago
  21. d170e59 bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) (GH-10629) by Miss Islington (bot) · 6 years ago
  22. 129642a bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039) by Miss Islington (bot) · 6 years ago
  23. 6eff6b8 bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) by Victor Stinner · 6 years ago
  24. d57ab8a bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) by Miss Islington (bot) · 6 years ago
  25. f8f9915 bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330) by Miss Islington (bot) · 6 years ago
  26. c743a6a Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598) by Miss Islington (bot) · 6 years ago
  27. 0e1312c bpo-35233: test_embed: fix filesystem encoding (GH-10597) by Victor Stinner · 6 years ago
  28. ae02a92 bpo-35269: Fix a possible segfault involving a newly-created coroutine (GH-10585) by Miss Islington (bot) · 6 years ago
  29. e851049 bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9861) by Steve Dower · 6 years ago
  30. d1a97b3 [3.7] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) (GH-10586) by Miss Islington (bot) · 6 years ago
  31. f415aa1 Add --tempdir option for test run (GH-10322) by Miss Islington (bot) · 6 years ago
  32. 3a600d2 bpo-35202: Remove more unused imports in idlelib (GH-10573) by Miss Islington (bot) · 6 years ago
  33. 0ee5409 Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) by Miss Islington (bot) · 6 years ago
  34. 0461c3b bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565) by Miss Islington (bot) · 6 years ago
  35. be34cb2 Fix outdated info in datamodel about dicts (GH-9807) by Miss Islington (bot) · 6 years ago
  36. 1b80a37 bpo-33816: Remove outdated metaclass example (GH-7566) by Miss Islington (bot) · 6 years ago
  37. d2be9a5 bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) by Miss Islington (bot) · 6 years ago
  38. 579c417 bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478) by Miss Islington (bot) · 6 years ago
  39. b5ea5e5 Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543) by Miss Islington (bot) · 6 years ago
  40. b6b56b4 Fix typo in asynchronous generator iterator documentation (GH-10542) by Miss Islington (bot) · 6 years ago
  41. 9ee1d42 bpo-35233: InitConfigTests tests more config vars (GH-10541) (GH-10546) by Victor Stinner · 6 years ago
  42. 9053d2f [3.7] bpo-32613: Update window FAQ (GH-5552). (GH-10544) by Julien Palard · 6 years ago
  43. bc09ee8 bpo-35233: Fix test_embed.InitConfigTests on macOS (GH-10539) by Victor Stinner · 6 years ago
  44. 88cbea4 bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10537) by Victor Stinner · 6 years ago
  45. 35c28d5 [3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529) by Victor Stinner · 6 years ago
  46. 52fb9f1 Grammar corrections in abc.rst (GH-10525) by Miss Islington (bot) · 6 years ago
  47. e7a5be5 Link to property built-in in abc.rst (GH-10526) by Miss Islington (bot) · 6 years ago
  48. 9fbcb14 [3.7] bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506) (GH-10522) by Miss Islington (bot) · 6 years ago
  49. c30830b Fix doc typo: Window -> Windows (GH-10508) by Miss Islington (bot) · 6 years ago
  50. d57a3e5 bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH-10517) by Victor Stinner · 6 years ago
  51. 55b4771 bpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511) by Victor Stinner · 6 years ago
  52. f6602f9 bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) by Miss Islington (bot) · 6 years ago
  53. 5e4a13b Fix a couple documentation typos. (GH-10498) by Miss Islington (bot) · 6 years ago
  54. f0b21e1 Disable getc_unlocked() with MemorySanitizer. (GH-10499) by Miss Islington (bot) · 6 years ago
  55. 3f9fe53 bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) by Miss Islington (bot) · 6 years ago
  56. 5f4d05d [3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492) by Gregory P. Smith · 6 years ago
  57. f3b0b91 Improve grammar in Glossary. (GH-10474) by Miss Islington (bot) · 6 years ago
  58. 8a54c67 Correct grammar mistake in stdtypes.rst (GH-10481) by Miss Islington (bot) · 6 years ago
  59. 5e51f12 Linkify PEP 8 in unix.rst (GH-10482) by Miss Islington (bot) · 6 years ago
  60. a744abc Minor grammar improvement to io documentation. (GH-10329) by Miss Islington (bot) · 6 years ago
  61. 7a90504 Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337) by Miss Islington (bot) · 6 years ago
  62. aa493b5 bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) by Miss Islington (bot) · 6 years ago
  63. 1ec5781 closes bpo-35204: Disable thread and memory sanitizers for address_in_range(). (GH-10442) by Miss Islington (bot) · 6 years ago
  64. 7d7ff67 bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252) by Miss Islington (bot) · 6 years ago
  65. 317dbb4 dict insertion order is guaranteed since 3.7 (GH-10431) by Miss Islington (bot) · 6 years ago
  66. b91c27d bpo-34864: Document two IDLE on MacOS issues. (GH-10456) by Miss Islington (bot) · 6 years ago
  67. 2847cca bpo-35202: Remove unused imports in idlelib (GH-10438) by Miss Islington (bot) · 6 years ago
  68. 3da64a0 Correct a typo in the Unittest documentation (GH-10397) by Miss Islington (bot) · 6 years ago
  69. 33fd60d Cleanup and improve the regex tokenizer example. (GH-10426) (#10427) by Miss Islington (bot) · 6 years ago
  70. 22234f1 bpo-35194: Fix a wrong constant in cp932 codec (GH-10420) by Miss Islington (bot) · 6 years ago
  71. f16ebcd bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Miss Islington (bot) · 6 years ago
  72. 732f745 [3.7] Doc: Make all versions sidebars the same for consistency. (GH-10288) (GH-10409) by Julien Palard · 6 years ago
  73. 9d36581 bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Miss Islington (bot) · 6 years ago
  74. 3ba5e25 Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) by Miss Islington (bot) · 6 years ago
  75. b097f9f Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) by Miss Islington (bot) · 6 years ago
  76. 363839c bpo-35015: Doc: Fix internationalisation of the availability directive. (GH-10360) by Miss Islington (bot) · 6 years ago
  77. 881e273 bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) (GH-10377) by Miss Islington (bot) · 6 years ago
  78. e40e205 Add link to PEP 525 in Expressions. (GH-10333) by Miss Islington (bot) · 6 years ago
  79. 38bdaa4 glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102) by Miss Islington (bot) · 6 years ago
  80. b949f74 Add a reference to the name mangling description in the tutorial to the index. (GH-10138) by Miss Islington (bot) · 6 years ago
  81. 2911d4e Add future_stmt to simple_stmt production list. (GH-8239) by Miss Islington (bot) · 6 years ago
  82. 766d8f5 Correct grammar mistakes in string.rst. (GH-9752) by Miss Islington (bot) · 6 years ago
  83. f455dd5 Mark len call as a code snippet in stdtypes.rst. (GH-9804) by Miss Islington (bot) · 6 years ago
  84. 7602316 Mark -c and -O as command line options in reStructuredText. (GH-10103) by Miss Islington (bot) · 6 years ago
  85. 2b2a8c1 bpo-33000: Document that IDLE's shell has no line limit. (GH-10373) by Miss Islington (bot) · 6 years ago
  86. 34fcee9 bpo-23220: Explain how IDLE's Shell displays output (GH-10356) by Miss Islington (bot) · 6 years ago
  87. ca592bc closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347) by Miss Islington (bot) · 6 years ago
  88. 4a46295 bpo-35099: Update idlelib/help.html (GH-10353) by Miss Islington (bot) · 6 years ago
  89. a437c28 bpo-35099: Improve the doc about IDLE running user code. (GH-10350) by Miss Islington (bot) · 6 years ago
  90. 558dc8a bpo-35119: Fix RecursionError in example of customizing module attribute access. (GH-10323) by Miss Islington (bot) · 6 years ago
  91. 91a19c9 [Docs] Fix required version of an example of importlib (GH-10118) by Miss Islington (bot) · 6 years ago
  92. 6ad277b [3.7] bpo-35167: Specify program for json.tool command line options. (GH-10332) (GH-10338) by Serhiy Storchaka · 6 years ago
  93. 7beb8c5 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Miss Islington (bot) · 6 years ago
  94. 96fb350 bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10325) by Miss Islington (bot) · 6 years ago
  95. 133fd65 Fix a typo about a comma. (GH-10306) by Miss Islington (bot) · 6 years ago
  96. a9122d1 [3.7] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) (GH-10301) by Alexey Izbyshev · 6 years ago
  97. 08026b1 [3.7]bpo-29341: Backport b942707 3.7 (#10298) by BNMetrics · 6 years ago
  98. 04c9666 closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289) by Miss Islington (bot) · 6 years ago
  99. b9c48a7 Include memo in the documented signature of copy.deepcopy() by Miss Islington (bot) · 6 years ago
  100. d69f015 Doc: fix asyncio loop.close() description (GH-10229) by Miss Islington (bot) · 6 years ago