1. 2011dd7 bpo-30411: Use --git-dir instead of -C to make git work under version below 1.8.5. (GH-8744) by Miss Islington (bot) · 6 years ago
  2. 1e596d3 bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823) by Miss Islington (bot) · 6 years ago
  3. 0e1e8db bpo-22057: Clarify eval() documentation (GH-8812) by Miss Islington (bot) · 6 years ago
  4. 2e4ae8f bpo-34415: Updated logging.Formatter docstring. (GH-8811) (GH-8817) by Miss Islington (bot) · 6 years ago
  5. 0fd6f83 bpo-34432: doc Mention complex and decimal.Decimal on str.format note about locales (GH-8808) (GH-8809) by Miss Islington (bot) · 6 years ago
  6. eeece3c bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797) by Miss Islington (bot) · 6 years ago
  7. 05d89ef bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793) by Miss Islington (bot) · 6 years ago
  8. 870247a [3.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8789) by Miss Islington (bot) · 6 years ago
  9. bf8e9d1 bpo-34217: Use lowercase for windows headers (GH-8472) by Miss Islington (bot) · 6 years ago
  10. 962051e bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH-8756) by Miss Islington (bot) · 6 years ago
  11. 64336dc bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775) by Miss Islington (bot) · 6 years ago
  12. 2275b77 closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439) by Miss Islington (bot) · 6 years ago
  13. e3228a3 bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8763) by Miss Islington (bot) · 6 years ago
  14. 6c14060 smtplib documentation fixes (GH-8708) by Miss Islington (bot) · 6 years ago
  15. 32e58fc bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452) by Miss Islington (bot) · 6 years ago
  16. 393151e Fix misindented yaml in logging how to example (GH-8604) by Miss Islington (bot) · 6 years ago
  17. 7e0153e Fix the versionadded indentation in exec_module doc (GH-8719) by Miss Islington (bot) · 6 years ago
  18. 6b14508 bpo-34379: Doc: Move note for json.dump (GH-8730) by Miss Islington (bot) · 6 years ago
  19. 39c1253 closes bpo-34377: Update Valgrind suppressions. (GH-8729) by Miss Islington (bot) · 6 years ago
  20. 8fc21c8 bpo-26818: Add a test to make sure the bug is fixed (GH-8664) by Miss Islington (bot) · 6 years ago
  21. c614121 bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663) by Miss Islington (bot) · 6 years ago
  22. ea8835f bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678) by Miss Islington (bot) · 6 years ago
  23. 5641081 Doc: add missing capture_output arg to subprocess.run() signature (GH-8374) by Miss Islington (bot) · 6 years ago
  24. 426135b Improve grammar of asynchronous iterator glossary entry (GH-8657) by Miss Islington (bot) · 6 years ago
  25. fe8f90a bpo-34324: Doc README wrong directory name for venv (GH-8650) by Miss Islington (bot) · 6 years ago
  26. 2920303 Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH-8646) by Miss Islington (bot) · 6 years ago
  27. fac4976 bpo-34335: Use async/await syntax in documentation examples (GH-8674) by Miss Islington (bot) · 6 years ago
  28. 7bd52a1 VSTS: Skip build steps when only docs have changed (GH-8546) by Miss Islington (bot) · 6 years ago
  29. 5799e5a bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634) by Miss Islington (bot) · 6 years ago
  30. b481aee Fix HTML formatting in datamodel.rst (GH-8693) by Miss Islington (bot) · 6 years ago
  31. 1c6df83 bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645) by Miss Islington (bot) · 6 years ago
  32. a1ff5f9 bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567) by Miss Islington (bot) · 6 years ago
  33. e39fb20 bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673) by Miss Islington (bot) · 6 years ago
  34. 416f343 bpo-19891: Ignore error while writing history file (GH-8483) by Miss Islington (bot) · 6 years ago
  35. e610c4f bpo-34336: Don't promote possibility to leave out typing.Optional (GH-8677) by Miss Islington (bot) · 6 years ago
  36. 0c90d6f [3.7] bpo-34247: Fix Python 3.7 initialization (#8659) by Victor Stinner · 6 years ago
  37. e65ec49 bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) by Miss Islington (bot) · 6 years ago
  38. 2a2a3f5 Fix reST markup in unittest documentation (GH-8665) by Miss Islington (bot) · 6 years ago
  39. 39fcd99 bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655) by Miss Islington (bot) · 6 years ago
  40. 28dbfb2 Fix docstring of Profiler class (GH-8651) by Miss Islington (bot) · 6 years ago
  41. b4d71c9 Improve the grammar in `range` documentation. (GH-8628) by Miss Islington (bot) · 6 years ago
  42. ffd6364 bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) by Miss Islington (bot) · 6 years ago
  43. 34f59a7 bpo-34317: Fix a dead url to Windows documentation (GH-8622) by Miss Islington (bot) · 6 years ago
  44. 66ff9d2 Update list.remove(x) documentation (GH-8636) by Miss Islington (bot) · 6 years ago
  45. 50d7867 bpo-30317: Fix multiprocessing test_timeout() (GH-8621) by Miss Islington (bot) · 6 years ago
  46. 0f9df88 bpo-27910: Update documentation of traceback module (GH-6116) by Miss Islington (bot) · 6 years ago
  47. 60586de bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616) by Miss Islington (bot) · 6 years ago
  48. d9fc795 bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Miss Islington (bot) · 6 years ago
  49. 172a81e [3.7] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) (GH-8586) by Miss Islington (bot) · 6 years ago
  50. 3e4b688 bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) by Miss Islington (bot) · 6 years ago
  51. 47957da [3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) by Serhiy Storchaka · 6 years ago
  52. 9ecbe33 Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (GH-8241) by Miss Islington (bot) · 6 years ago
  53. a621f40 bpo-27671: Update FAQ about why len is function (GH-8432) by Miss Islington (bot) · 6 years ago
  54. d5c75be bpo-33833: Fix ProactorSocketTransport AssertionError (GH-7893) by Miss Islington (bot) · 6 years ago
  55. 399b47f Use 'for example' instead of 'in other words' in compound statement doc (GH-8401) by Miss Islington (bot) · 6 years ago
  56. a060518 Fix typos & formatting in Using Python on Windows doc (GH-8559) by Miss Islington (bot) · 6 years ago
  57. 6c89a9a bpo-34217: Use lowercase header for Windows (GH-8453) by Miss Islington (bot) · 6 years ago
  58. ad4f64d bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) by Miss Islington (bot) · 6 years ago
  59. 990de2f bpo-34182: Fix test_pydoc running as a script. (GH-8389) by Miss Islington (bot) · 6 years ago
  60. 5753b13 bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) by Miss Islington (bot) · 6 years ago
  61. 6332de1 bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475) by Steve Dower · 6 years ago
  62. 3dc8cdf bpo-8145: Improve isolation_level documentation (GH-8499) by Steve Dower · 6 years ago
  63. 0126b7d Updated MSI README to mention dependency on .NET 3.5. (GH-8375) by Miss Islington (bot) · 6 years ago
  64. 78c54de bpo-33666: Add what's new entry for os.errno removal (GH-8497) (GH-8526) by Miss Islington (bot) · 6 years ago
  65. c3af73d bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911) by Miss Islington (bot) · 6 years ago
  66. 1e98d87 bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510) by Miss Islington (bot) · 6 years ago
  67. 8764a6f bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691) by Miss Islington (bot) · 6 years ago
  68. 83b449d bpo-24356: Specify which Python binary will be used with venv (GH-6589) by Steve Dower · 6 years ago
  69. 2be0124 bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) by Miss Islington (bot) · 6 years ago
  70. 2335544 bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877) by Miss Islington (bot) · 6 years ago
  71. c6801b4 bpo-5978: Document that profiling needs cmd/function to return (GH-7938) by Miss Islington (bot) · 6 years ago
  72. 7cbde0e bpo-30722: Fix NEWS entries (GH-8501) by Miss Islington (bot) · 6 years ago
  73. 0964aac vsts: Avoid conflict with Homebrew Python (GH-8430) by Miss Islington (bot) · 6 years ago
  74. 21ed29a bpo-12743: Delete comment from marshal.rst (GH-8457) by Miss Islington (bot) · 6 years ago
  75. 3cc505e bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464) by Steve Dower · 6 years ago
  76. 89352b0 bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8471) by Miss Islington (bot) · 6 years ago
  77. 9736493 bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) (GH-8466) by Miss Islington (bot) · 6 years ago
  78. ec02c58 bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) by Miss Islington (bot) · 6 years ago
  79. 6f7fd96 Fix site module documentation. (GH-8441) by Miss Islington (bot) · 6 years ago
  80. 23a3297 [3.7] bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364) (GH-8365) by Miss Islington (bot) · 6 years ago
  81. 0b27169 bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) (GH-8435) by Miss Islington (bot) · 6 years ago
  82. 220afff bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8423) by Miss Islington (bot) · 6 years ago
  83. 519fc55 bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381) (GH-8422) by Miss Islington (bot) · 6 years ago
  84. 25b87d3 bpo-34190: Fix reference leak in call_function() (GH-8413) (GH-8418) by Miss Islington (bot) · 6 years ago
  85. 4e166ff bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8425) by Miss Islington (bot) · 6 years ago
  86. 6353382 bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382) (GH-8421) by Miss Islington (bot) · 6 years ago
  87. 96bba04 bpo-33336, imaplib: Legalize MOVE command (GH-6569) (GH-8409) by Miss Islington (bot) · 6 years ago
  88. ba1810e bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) (GH-8407) by Miss Islington (bot) · 6 years ago
  89. 05a72f1 bpo-21446: Update reload fixer to use importlib (GH-8391) by Miss Islington (bot) · 6 years ago
  90. 14f58f0 bpo-940286: Fix pydoc to show cross refs correctly (GH-8390) by Miss Islington (bot) · 6 years ago
  91. c7b91d9 [3.7] bpo-34189: Add simple tests for new Tk widget options. (GH-8396) (GH-8398) by Serhiy Storchaka · 6 years ago
  92. 81f85d0 bpo-34181: Fix running Lib/test/test_typing.py as a script. (GH-8380) (GH-8385) by Miss Islington (bot) · 6 years ago
  93. 7cf7541 Fix versionchanged indentation in popitem documentation (GH-8387) by Miss Islington (bot) · 6 years ago
  94. 92ce6a6 bpo-34179: Make sure decimal context doesn't affect other tests. (GH-8376) (#8383) by Miss Islington (bot) · 6 years ago
  95. 7638eb8 bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) (GH-8371) by Miss Islington (bot) · 6 years ago
  96. 25326de [3.7] bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367) (GH-8369) by Xtreak · 6 years ago
  97. a7a6eac bpo-33723: Fix test_time.test_process_time() (GH-8358) (GH-8362) by Miss Islington (bot) · 6 years ago
  98. 03ec4df bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352) by Miss Islington (bot) · 6 years ago
  99. 49abd30 bpo-34161: Remove extra parentheses in output formatting tutorial (GH-8350) by Miss Islington (bot) · 6 years ago
  100. 97c079c bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) (GH-8347) by Terry Jan Reedy · 6 years ago