1. 6b5f1b4 bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) by Raymond Hettinger · 6 years ago
  2. 3221a63 bpo-37628: Fix IDLE config sample sizes (#14958) by Tal Einat · 6 years ago
  3. 1ed915e Add Qt GUI example to the logging cookbook. (GH-14978) by Vinay Sajip · 6 years ago
  4. 46ebd4a bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959) by Tal Einat · 6 years ago
  5. 91e4957 bpo-32910: Remove implementation detail in venv documentation. (GH-14968) by Derek Keeler · 6 years ago
  6. 9d9893a bpo-35524: Update Windows installer image in docs (GH-14966) by Steve Dower · 6 years ago
  7. b1eb20e bpo-37664: Update regex for ignoring cache warning on some buildbots (GH-14960) by Steve Dower · 6 years ago
  8. 3e54b57 bpo-37340: remove free_list for bound method objects (GH-14232) by Inada Naoki · 6 years ago
  9. 76b6451 bpo-29446: tkinter 'import *' only imports what it should (GH-14864) by Flavian Hautbois · 6 years ago
  10. c4cda43 bpo-37641 preserve relative file location in embeddable zip (GH-14884) by Bill Collins · 6 years ago
  11. 544fa15 Swap 'if' branches so content matches to condition in importlib example (GH-14947) by Tzu-ping Chung · 6 years ago
  12. 898318b bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593) by Markus Mohrhard · 6 years ago
  13. 93e8aa6 closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942) by Benjamin Peterson · 6 years ago
  14. 123536f bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939) by Steve Dower · 6 years ago
  15. e018dc5 Remove duplicate call to strip method in Parser/pgen/token.py (GH-14938) by Hansraj Das · 6 years ago
  16. 5380def bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934) by Pradyun Gedam · 6 years ago
  17. a3697db bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867) by Stefan Behnel · 6 years ago
  18. c6cb4cd bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856) by Stefan Behnel · 6 years ago
  19. 151b91d bpo-29548: deprecate PyEval_Call* functions (GH-14804) by Jeroen Demeyer · 6 years ago
  20. e95ac20 bpo-37667: Add regression test for regrtest. (GH-14929) by Gregory P. Smith · 6 years ago
  21. f0807ab Only setup PGO tests when --pgo is enabled. (GH-14927) by Gregory P. Smith · 6 years ago
  22. 2f224a0 Touch up venv docs (GH-14922) by Brett Cannon · 6 years ago
  23. c6fd6c8 bpo-29446: IDLE -- add explicit imports (GH-14919) by Terry Jan Reedy · 6 years ago
  24. 387c3c5 bpo-37653: Fix libinstall target in Makefile (GH-14911) by Erlend Egeberg Aasland · 6 years ago
  25. 7123ea0 bpo-17535: IDLE editor line numbers (GH-14030) by Tal Einat · 6 years ago
  26. 1ebee37 bpo-33610: validate non-negative integer inputs in IDLE's config (GH-14822) by Tal Einat · 6 years ago
  27. 4e16a4a bpo-36044: Reduce number of unit tests run for PGO build (GH-14702) by Neil Schemenauer · 6 years ago
  28. d309352 Update logging cookbook to show multiple worker processes using the concurrent.futures module. (#14905) by Vinay Sajip · 6 years ago
  29. 7397cda bpo-21478: Record calls to parent when autospecced objects are used as child with attach_mock (GH 14688) by Xtreak · 6 years ago
  30. b530a44 Add examples to elucidate the formulas (GH-14898) by Raymond Hettinger · 6 years ago
  31. 4214f1e bpo-37627: Add acknowledgment (#14883) by Terry Jan Reedy · 6 years ago
  32. 96e12d5 Fix typos in docs, comments and test assert messages (#14872) by Min ho Kim · 6 years ago
  33. 8e3a738 Fix typo found by Min ho Kim (#14879) by Terry Jan Reedy · 6 years ago
  34. 1c0e9bb Minor whitespace, indentation, and quoting changes to improve internal consistency and appease linters (GH-14888) by Raymond Hettinger · 6 years ago
  35. 22f0483 Bpo-37644: update suspicious.csv for distutils/examples (GH-14885) by Ned Deily · 6 years ago
  36. 35b87e6 bpo-37627: Initialize IDLE Custom Run dialog with previous entries (#14870) by Ngalim Siregar · 6 years ago
  37. 02c91f5 bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-14871) by Raymond Hettinger · 6 years ago
  38. 5623ac8 bpo-37476: Adding tests for asutf8 and asutf8andsize (GH-14531) by Hai Shi · 6 years ago
  39. eed5e9a bpo-36546: Clean-up comments (GH-14857) by Raymond Hettinger · 6 years ago
  40. 8dbe563 bpo-37624: Document weight assumptions for random.choices() (GH-14855) by Raymond Hettinger · 6 years ago
  41. d395209 bpo-37547: Fix a compiler warning in winconsoleio.c (GH-14785) by Zackery Spytz · 6 years ago
  42. 8f040b7 bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850) by aldwinaldwin · 6 years ago
  43. e0a1f8f bpo-33610: IDLE's code-context always shows current context immediately (GH-14821) by Tal Einat · 6 years ago
  44. 323842c bpo-34443: Use __qualname__ instead of __name__ in enum exception messages. (GH-14809) by Walter Dörwald · 6 years ago
  45. af2f5b1 Adjust builtins.zip() docstring to better communicate its signature (GH-14833) by Sergey Fedoseev · 6 years ago
  46. 9cd39b1 bpo-37552: Skip failing tests in strptime/strftime with UCRT version 17763.615 (#14460) by Paul Monson · 6 years ago
  47. 1b38922 bpo-36390: Gather IDLE Format menu functions into format.py (#14827) by Terry Jan Reedy · 6 years ago
  48. 8cb65d1 bpo-34155: Dont parse domains containing @ (GH-13079) by jpic · 6 years ago
  49. 719a062 Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813) by Abhilash Raj · 6 years ago
  50. a4a994b bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794) by Abhilash Raj · 6 years ago
  51. 82494aa bpo-36390: IDLE: Combine region formatting methods. (GH-12481) by Cheryl Sabella · 6 years ago
  52. fb26504 bpo-37543: optimize pymalloc (#14674) by Inada Naoki · 6 years ago
  53. 7036e1d bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675) by Tal Einat · 6 years ago
  54. bd26a44 Docs: Correct formatting of a multiline code block (GH-13806) by Joseph Fox-Rabinovitz · 6 years ago
  55. f8d4cc7 bpo-27452: IDLE: Cleanup config.py code (GH-14577) by Cheryl Sabella · 6 years ago
  56. f69d5c6 Fix infinite loop in email folding logic (GH-12732) by Paul Ganssle · 6 years ago
  57. 1d8b04e bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786) by sgal · 6 years ago
  58. a0f7119 bpo-37352: Minor word-smithing for design.rst (GH #14730) by Ilya Kamenshchikov · 6 years ago
  59. 6a61714 Replace backquote with command substitution in subprocess doc example (GH-13941) by David Jones · 6 years ago
  60. e869281 bpo-37468: make install no longer install wininst-*.exe files (GH-14511) by Victor Stinner · 6 years ago
  61. 52693c1 bpo-37284: Add note to sys.implementation doc (GH-14328) by Giovanni Cappellotto · 6 years ago
  62. 18c5f9d bpo-37500: Make sure dead code does not generate bytecode but also detect syntax errors (GH-14612) by Pablo Galindo · 6 years ago
  63. cd6e83b bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778) by Pablo Galindo · 6 years ago
  64. 8b7db5a bpo-37473: Don't import importlib ASAP in tests (GH-14661) by Victor Stinner · 6 years ago
  65. 1c5e68e bpo-34749: Improved performance of binascii.a2b_base64(). (GH-9444) by Sergey Fedoseev · 6 years ago
  66. 0d4f435 Clarify that plistlib's load and dump functions take a binary file object (GH-9825) by Collin Styles · 6 years ago
  67. 52c8c09 bpo-37553: SendfileUsingSendTest tests timeout too short for Windows ARM32 (GH-14716) by Paul Monson · 6 years ago
  68. 40d2226 Remove redundant docs of PyEval_EvalFrameEx (GH-14765) by Hai Shi · 6 years ago
  69. 68c74d0 bpo-37571: Remove extra space in ctypes docs (GH14764) by Steve Dower · 6 years ago
  70. 6b92958 bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721) by Michele Angrisano · 6 years ago
  71. 8efade9 bpo-36261: Improve example of the preamble field in email docs (GH-14751) by Carl Bordum Hansen · 6 years ago
  72. dffca9e bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) by Zac Hatfield-Dodds · 6 years ago
  73. 0148470 Fix inconsequential typo in math.remainder algorithm comments. (#14746) by Mark Dickinson · 6 years ago
  74. e441847 bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163) by Sviatoslav Sydorenko · 6 years ago
  75. ed184c0 bpo-37358: Use vectorcall for functools.partial (GH-14284) by Jeroen Demeyer · 6 years ago
  76. dc3f99f bpo-37548: Document range of atan, acos and asin (GH-14717) by Giovanni Cappellotto · 6 years ago
  77. e6b46aa bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14726) by Xtreak · 6 years ago
  78. 05f2d84 bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095) by Minmin Gong · 6 years ago
  79. b5bbb8a bpo-37580: Fix typo in http.cookiejar documentation (GH-14731) by Milan Oberkirch · 6 years ago
  80. 994a3b8 Enable publish of Windows releases through Azure Pipelines (GH-14720) by Steve Dower · 6 years ago
  81. fb6c1f8 Fix typo in re.escape documentation (GH-14722) by Robert DiPietro · 6 years ago
  82. b9a0376 closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268) by gescheit · 6 years ago
  83. 0827064 bpo-37521: No longer treat insertion into sys.modules as optional in importlib examples (GH-14723) by Brett Cannon · 6 years ago
  84. a65c977 bpo-19696: Move threaded_import_hangers (GH-14655) by Kyle Stanley · 6 years ago
  85. c8e7146 closes bpo-37566: Remove _realsocket from socket.py. (GH-14711) by Hai Shi · 6 years ago
  86. 13ab570 Remove redundant check from arraymodule b_getitem (GH-14676) by Disconnect3d · 6 years ago
  87. 4737265 bpo-37558: Shared memory tests are failing due to double slashes (GH-14703) by Jakub Kulík · 6 years ago
  88. 7cbef72 closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692) by Mariatta · 6 years ago
  89. 1dbd084 bpo-29548: no longer use PyEval_Call* functions (GH-14683) by Jeroen Demeyer · 6 years ago
  90. 9b5ce62 bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500) by Tal Einat · 6 years ago
  91. 79042ac bpo-34369: make kqueue.control() docs better reflect that timeout is positional-only (GH-9499) by Tal Einat · 6 years ago
  92. 59ad110 bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) by Jeroen Demeyer · 6 years ago
  93. 2a3d4d9 Document default parameter of .seek() in the signature. (GH-14691) by Benjamin Peterson · 6 years ago
  94. b64c2c6 Fix compiler warning in new code. (#14690) by Tim Peters · 6 years ago
  95. 5d25f2b bpo-37537: Compute allocated blocks in _Py_GetAllocatedBlocks() (#14680) by Neil Schemenauer · 6 years ago
  96. f117d87 Rename memory.c to mpalloc.c for consistency with the header file. (#14687) by Stefan Krah · 6 years ago
  97. 4749dbe Really remove vcstdint.h. (#14686) by Stefan Krah · 6 years ago
  98. 6aeb2fe bpo-26806: IDLE should run without docstrings (#14657) by Terry Jan Reedy · 6 years ago
  99. 3a3db97 bpo-27679: Remove set_bitfields() from _ctypes_test (GH-14648) by Hai Shi · 6 years ago
  100. 73ea546 bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670) by Victor Stinner · 6 years ago