1. 3340b2a bpo-39983: Add test.support.print_warning() (GH-19683) (GH-19687) by Victor Stinner · 5 years ago
  2. 714aa83 gdbinit: Use proper define syntax (GH-19557) by Miss Islington (bot) · 5 years ago
  3. 22a4849 Minor modernization and readability improvement to the tokenizer example (GH-19558) (GH-19661) by Miss Islington (bot) · 5 years ago
  4. fc45cb4 bpo-40260: Remove unnecessary newline in compile() call (GH-19641) by Miss Islington (bot) · 5 years ago
  5. 4a6da0b bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480) by Miss Islington (bot) · 5 years ago
  6. b073509 bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654) by Victor Stinner · 5 years ago
  7. 3a55450 bpo-38439: Add 256px IDLE icon (GH-17473) by Miss Islington (bot) · 5 years ago
  8. 9e51aab bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642) by Miss Islington (bot) · 5 years ago
  9. 7d65c04 Small improvements to the recipes and examples. (GH-19635) (GH-19638) by Miss Islington (bot) · 5 years ago
  10. 41660ca bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616) by Miss Islington (bot) · 5 years ago
  11. 887ff8e [3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) (GH-19625) by Antoine Pitrou · 5 years ago
  12. 81de3c2 bpo-40260: Revert breaking changes made in modulefinder (GH-19595) by Miss Islington (bot) · 5 years ago
  13. 984a567 Fix typo in Lib/tracepack.py (GH-19605) by Miss Islington (bot) · 5 years ago
  14. 8c07343 bpo-39285: Clarify example for PurePath.match (GH-19458) by Miss Islington (bot) · 5 years ago
  15. 020f2aa bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) by Miss Islington (bot) · 5 years ago
  16. bfda4db [3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19583) by Serhiy Storchaka · 5 years ago
  17. 904dd06 Fix two typos in multiprocessing (GH-19571) (GH-19578) by Miss Islington (bot) · 5 years ago
  18. 9796fe8 bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540) by Miss Islington (bot) · 5 years ago
  19. 6b0ca0a bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542) by Miss Islington (bot) · 5 years ago
  20. 08b640f Fix parameter names in assertIn() docs (GH-18829) by Miss Islington (bot) · 5 years ago
  21. ccf30e9 bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554) by Miss Islington (bot) · 5 years ago
  22. 3e72de9 [3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701) by Miss Islington (bot) · 5 years ago
  23. 59047fa bpo-40260: Update modulefinder to use io.open_code() and respect coding comments (GH-19488) by Miss Islington (bot) · 5 years ago
  24. 1e1dbdf bpo-32033: Fix test_pwd failures on Android (GH-19502) by Miss Islington (bot) · 5 years ago
  25. 67b8a1f [3.8] Update libregrtest from master (GH-19516) by Victor Stinner · 5 years ago
  26. c496e29 closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506) by Miss Islington (bot) · 5 years ago
  27. ee691b0 [3.8] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19495) by Miss Islington (bot) · 5 years ago
  28. f35e7d3 closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490) by Miss Islington (bot) · 5 years ago
  29. 6151148 bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19485) by Miss Islington (bot) · 5 years ago
  30. ee249d7 [3.8] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) (GH-19483) by Serhiy Storchaka · 5 years ago
  31. 2714c90 closes bpo-39953: Update OpenSSL error codes table. (GH-19082) by Miss Islington (bot) · 5 years ago
  32. ceba064 bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466) by Miss Islington (bot) · 5 years ago
  33. 1bf7dee bpo-40197: Better describe the benchmark results table (GH-19386) by Miss Islington (bot) · 5 years ago
  34. 10dabbf Remove extraneous ')' in abstract.h (GH-19146) (#19451) by Miss Islington (bot) · 5 years ago
  35. cd8e1da bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225) (GH-19444) by Victor Stinner · 5 years ago
  36. c83f003 bpo-40214: Temporarily disable a ctypes test (GH-19404) by Miss Islington (bot) · 5 years ago
  37. 37a257c bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442) by Victor Stinner · 5 years ago
  38. 6318e45 bpo-40089: Fix threading._after_fork() (GH-19191) (GH-19194) by Miss Islington (bot) · 5 years ago
  39. 8bd84e7 bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391) (GH-19394) by Miss Islington (bot) · 5 years ago
  40. f7b0259 Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19383) by Miss Islington (bot) · 5 years ago
  41. 4115550 [3.8] closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24. (GH-19373) by Benjamin Peterson · 5 years ago
  42. 0d1d7c8 bpo-36320: Use the deprecated-removed directive for _field_types (GH-19370) by Serhiy Storchaka · 5 years ago
  43. 37126e7 bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359) by Steve Dower · 5 years ago
  44. 1533772 bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152) by Miss Islington (bot) · 5 years ago
  45. e6685ad bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) by Miss Islington (bot) · 5 years ago
  46. e678398 bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19339) by Miss Islington (bot) · 5 years ago
  47. 77c623b bpo-40122: Updated documentation for dis.findlabels() (GH-19274) by Miss Islington (bot) · 5 years ago
  48. f2296ef bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320) by Miss Islington (bot) · 5 years ago
  49. 1c325c4 bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319) by Miss Islington (bot) · 5 years ago
  50. 745bd91 bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-19316) by Victor Stinner · 5 years ago
  51. 1098671 lib2to3: Support named assignment expressions (GH-12702) by Miss Islington (bot) · 5 years ago
  52. b7345c2 bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Miss Islington (bot) · 5 years ago
  53. ea9e240 bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19296) by Miss Islington (bot) · 5 years ago
  54. 40fff1f bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288) by Miss Islington (bot) · 5 years ago
  55. 267afc2 bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19277) by Miss Islington (bot) · 5 years ago
  56. fc03640 bpo-38527: fix configure script for Solaris (GH-16845) by Miss Islington (bot) · 5 years ago
  57. f971c8c bpo-40121: Fix exception type in test (GH-19267) by Miss Islington (bot) · 5 years ago
  58. 6acafee Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270) by Miss Islington (bot) · 5 years ago
  59. 40e1b04 Document most common signals (GH-19245) (GH-19257) by Victor Stinner · 5 years ago
  60. 4ced9a7 bpo-40019: Skip test_gdb if Python was optimized (GH-19081) by Miss Islington (bot) · 5 years ago
  61. fb6e04b closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248) by Miss Islington (bot) · 5 years ago
  62. 572ef74 bpo-39689: Do not use native packing for format "?" with standard size (GH-18969) by Miss Islington (bot) · 5 years ago
  63. 6a0ee60 bpo-40121: Fixes audit event raised on creating a new socket (GH-19238) by Miss Islington (bot) · 5 years ago
  64. 6c9a2a8 fix comma location in various places (GH-19233) by Miss Islington (bot) · 5 years ago
  65. 8c3ab18 bpo-38002: Use False/True for IDLE pyshell bools (GH-19203) by Miss Islington (bot) · 5 years ago
  66. bb85226 bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH-19198) by Miss Islington (bot) · 5 years ago
  67. 9c5c497 bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171) by Miss Islington (bot) · 5 years ago
  68. 8dad09a bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) (#19164) by Miss Islington (bot) · 5 years ago
  69. b05fbe9 bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385) by Miss Islington (bot) · 5 years ago
  70. 96686c7 bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Miss Islington (bot) · 5 years ago
  71. 686d508 bpo-40016: re docstring: Clarify relationship of inline and argument flags (GH-19078) by Miss Islington (bot) · 5 years ago
  72. 2227c1a bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) (GH-19141) by Miss Islington (bot) · 5 years ago
  73. af6fd1f bpo-40014: Fix os.getgrouplist() (GH-19126) by Miss Islington (bot) · 5 years ago
  74. 8cd48b6 Clarify a guarantee of the logging module. (GH-19132) by Miss Islington (bot) · 5 years ago
  75. e97c8b0 bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136) by Victor Stinner · 5 years ago
  76. 21bee0b bpo-40014: Fix os.getgrouplist() on macOS (GH-19118) by Miss Islington (bot) · 5 years ago
  77. c959fa9 bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) (GH-19110) by Miss Islington (bot) · 5 years ago
  78. 687f592 bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942) by Miss Islington (bot) · 5 years ago
  79. ba26bf3 [3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) (GH-19090) by Victor Stinner · 5 years ago
  80. 2972336 bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929) by Miss Islington (bot) · 5 years ago
  81. 2477aed Fix "versionchanged" for pow named arguments (GH-19042) (GH-19079) by Miss Islington (bot) · 5 years ago
  82. ec8a973 bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968) by Miss Islington (bot) · 5 years ago
  83. da1fe76 bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) by Miss Islington (bot) · 5 years ago
  84. 046255c bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) (GH-19029) by Victor Stinner · 5 years ago
  85. 7f5302f bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH-19009) by Miss Islington (bot) · 5 years ago
  86. 890dcfe Fix a possible refleak in tupleobject.c (GH-19018) by Miss Islington (bot) · 5 years ago
  87. f7e32fc bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010) by Miss Islington (bot) · 5 years ago
  88. 4abe77c bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) by Miss Islington (bot) · 5 years ago
  89. 9c63cd8 Link to list of keywords in the laguage reference (GH-18024) by Miss Islington (bot) · 5 years ago
  90. ff69c9d bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) by Miss Islington (bot) · 5 years ago
  91. a927e91 bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550) by Miss Islington (bot) · 5 years ago
  92. 9644702 bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-18412) by Miss Islington (bot) · 5 years ago
  93. e634a8a [3.8] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) (GH-18989) by Mark Dickinson · 5 years ago
  94. f6bdac1 bpo-39915: Ensure await_args_list is updated according to the order in which coroutines were awaited (GH-18927) by Miss Islington (bot) · 5 years ago
  95. d3af92e [3.8] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18976) by Karthikeyan Singaravelan · 5 years ago
  96. f8ce3e2 bpo-39689: Do not test undefined casts to _Bool (GH-18964) (#18966) by Miss Islington (bot) · 5 years ago
  97. 35ae5d9 bpo-39930: Fix MSBuild detection for Build Tools (GH-18938) by Miss Islington (bot) · 5 years ago
  98. 03ac090 bpo-39884: Add method name in "bad call flags" error (GH-18944) (GH-18956) by Victor Stinner · 5 years ago
  99. ab9c729 [3.8] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18954) by Serhiy Storchaka · 5 years ago
  100. 99ef1ac Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946) by Miss Islington (bot) · 5 years ago