1. 01638ce bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Miss Islington (bot) · 5 years ago
  2. 9a646aa bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) by Miss Islington (bot) · 5 years ago
  3. 990efe0 [3.9] bpo-41084: Fix test_fstring failure when using the old parser (GH-21212) by Lysandros Nikolaou · 5 years ago
  4. a3f2a58 Update libmpdec license dates (GH-21216) by Miss Islington (bot) · 5 years ago
  5. 9e36b6e bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) by Miss Islington (bot) · 5 years ago
  6. 02134da bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205) by Inada Naoki · 5 years ago
  7. 119de0e bpo-40874 Update the required libmpdec version for the decimal module (GH-21202) by Miss Islington (bot) · 5 years ago
  8. d1e05e7 bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) by Miss Islington (bot) · 5 years ago
  9. 1497bf6 bpo-41144: Fix IDLE open module error (GH-21182) by Miss Islington (bot) · 5 years ago
  10. 6e39999 [3.9] bpo-38870: Extend subject of ast.unparse warnings (GH-21053) (GH-21191) by Pablo Galindo · 5 years ago
  11. 6803ff2 [3.9] Add soft keywords to the documentation (GH-21185) (GH-21187) by Pablo Galindo · 5 years ago
  12. 2a1ee1d [3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21022) by Guido van Rossum · 5 years ago
  13. dab533d [3.9] bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) (GH-21190) by Pablo Galindo · 5 years ago
  14. 102ca52 [3.9] bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387) (GH-21186) by Pablo Galindo · 5 years ago
  15. cb0dc52 bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084) by Miss Islington (bot) · 5 years ago
  16. 5193d0a [3.9] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH-21183) by Lysandros Nikolaou · 5 years ago
  17. 9191eac Remove dead code from tracemalloc (GH-21029) by Miss Islington (bot) · 5 years ago
  18. 1a0c581 bpo-41100: clarify NEWS item about macOS 11 support (GH-21174) by Miss Islington (bot) · 5 years ago
  19. d01a3e7 [3.9] bpo-41119: Output correct error message for list/tuple followed by colon (GH-21160) (GH-21172) by Lysandros Nikolaou · 5 years ago
  20. f925407 [3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035). (GH-21156) by Serhiy Storchaka · 5 years ago
  21. ad7a667 BPO-41100: Support macOS 11 when building (GH-21113) by Miss Islington (bot) · 5 years ago
  22. c4dfcb2 bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138) by Miss Islington (bot) · 5 years ago
  23. 086b453 bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) by Miss Islington (bot) · 5 years ago
  24. cd6f911 [3.9] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20947) by Christian Heimes · 5 years ago
  25. fdf6872 bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) by Miss Islington (bot) · 5 years ago
  26. 16e79a4 bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) by Miss Islington (bot) · 5 years ago
  27. bdc55eb bpo-39580: add check for CLI installation on macOS (GH-20271) by Miss Islington (bot) · 5 years ago
  28. e9dafe7 Forward port macOS installer updates from 3.7/3.8 (GH-21132) (GH-21135) by Ned Deily · 5 years ago
  29. 0ef6a3f bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Miss Islington (bot) · 5 years ago
  30. c1634ac bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) by Miss Islington (bot) · 5 years ago
  31. 29aa808 bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Miss Islington (bot) · 5 years ago
  32. 153e20e bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985) by Miss Islington (bot) · 5 years ago
  33. 7329c8c bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Miss Islington (bot) · 5 years ago
  34. 6c56356 [3.9] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007) by Paul Ganssle · 5 years ago
  35. d518ed0 bpo-41005: Fixed perrmission error (GH-20936) (GH-21051) by Miss Islington (bot) · 5 years ago
  36. 4b80cfb Fix typo in dataclasses module (GH-21109) (#21110) by Miss Islington (bot) · 5 years ago
  37. 02d5c74 bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283) by Miss Islington (bot) · 5 years ago
  38. 48fc35a [3.9] bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) (GH-21097) by Anthony Sottile · 5 years ago
  39. 47cd931 bpo-41089: Filters and other issues in Visual Studio projects (GH-21070) by Steve Dower · 5 years ago
  40. cebd43f bpo-41054: Simplify resource compilation on Windows (GH-21004) by Miss Islington (bot) · 5 years ago
  41. 92f8b48 bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071) by Miss Islington (bot) · 5 years ago
  42. cd69620 Small clean-ups for the random module (GH-21038) (GH-21065) by Miss Islington (bot) · 5 years ago
  43. ddd3c46 Improve asyncio.loop.call_soon() documentation (GH-20883) by Miss Islington (bot) · 5 years ago
  44. c916c48 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Miss Islington (bot) · 5 years ago
  45. 5606d55 bpo-26407: Do not mask errors in csv. (GH-20536) by Miss Islington (bot) · 5 years ago
  46. 353c4ba bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Miss Islington (bot) · 5 years ago
  47. f19ed6b bpo-41061: Fix incorrect expressions in hashtable (GH-21028) by Miss Islington (bot) · 5 years ago
  48. 9fe5dec bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013) by Miss Islington (bot) · 5 years ago
  49. 8ae5e8e [3.9] bpo-40939: Deprecate PyNode_Compile (GH-21036) by Lysandros Nikolaou · 5 years ago
  50. 5b1a311 [3.9] Do not emit deprecation warnings inside CPython for old parser APIs (GH-21025) by Pablo Galindo · 5 years ago
  51. 26f6126 bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) by Miss Islington (bot) · 5 years ago
  52. fbf94af bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) by Miss Islington (bot) · 5 years ago
  53. 814b07b [3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002). (GH-21030) by Dong-hee Na · 5 years ago
  54. 71bb921 [3.9] bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020) (GH-21024) by Lysandros Nikolaou · 5 years ago
  55. d301d94 [3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012) by Lysandros Nikolaou · 5 years ago
  56. fd2c8a7 Add link to .pypirc specification (GH-20680) by Miss Islington (bot) · 5 years ago
  57. 9862181 bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995) by Miss Islington (bot) · 5 years ago
  58. c9f83c1 bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970) by Miss Islington (bot) · 5 years ago
  59. 7523886 bpo-41040: Fix test_modulefinder. (GH-20991) by Miss Islington (bot) · 5 years ago
  60. 1529322 bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) by Miss Islington (bot) · 5 years ago
  61. 83e54de Improve readability of `formataddr` docstring (GH-20963) by Miss Islington (bot) · 5 years ago
  62. a5442b2 [3.9] bpo-40334: Produce better error messages on invalid targets (GH-20106) (GH-20973) by Lysandros Nikolaou · 5 years ago
  63. b1e7361 bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) by Victor Stinner · 5 years ago
  64. 610a60c bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 5 years ago
  65. 9a58f03 [3.9] bpo-40637: Do not emit warnings for disabled builtin hashes (GH… (GH-20951) by stratakis · 5 years ago
  66. b39d41b bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) by Victor Stinner · 5 years ago
  67. 2c6d6c1 bpo-19569: Add a macro to suppress deprecation warnings (GH-9004) by Miss Islington (bot) · 5 years ago
  68. 7795ae8 bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) (GH-20919) by Miss Islington (bot) · 5 years ago
  69. 3cf8094 bpo-40993: Don't run Travis CI coverage on PRs (GH-20916) by Miss Islington (bot) · 5 years ago
  70. 097b8b6 bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888) by Miss Islington (bot) · 5 years ago
  71. bc996c6 bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) by Miss Islington (bot) · 5 years ago
  72. b498c7f bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) by Miss Islington (bot) · 5 years ago
  73. 9a0624a bpo-40448: ensurepip: Do not use cache (GH-19812) by Miss Islington (bot) · 5 years ago
  74. 2ad799f bpo-37556 Extend help to include latest overrides (GH-14701) by Miss Islington (bot) · 5 years ago
  75. b87453f bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) by Miss Islington (bot) · 5 years ago
  76. bab0833 bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886) by Miss Islington (bot) · 5 years ago
  77. 30b59fd [3.9] Improve readability and style in parser files (GH-20884) (GH-20885) by Pablo Galindo · 5 years ago
  78. 145fa86 [3.9] Include soft keywords in keyword.py (GH-20877). (GH-20880) by Pablo Galindo · 5 years ago
  79. 8a34690 [3.9] bpo-40924: Remove protocol for supplying Traversable objects from loaders (GH-20820) by Jason R. Coombs · 5 years ago
  80. 83cd968 bpo-30064: Fix slow asyncio sock test (GH-20868) by Miss Islington (bot) · 5 years ago
  81. 37c9fc5 Some reformatting (suggested by Black) and minor factoring. (GH-20865) (GH-20866) by Miss Islington (bot) · 5 years ago
  82. 55c1d21 bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (#GH-20862) by Miss Islington (bot) · 5 years ago
  83. bda4cc8 [3.9] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20859) by Miss Islington (bot) · 5 years ago
  84. f1534d0 Minor code clean-ups (GH-20838) (GH-20858) by Miss Islington (bot) · 5 years ago
  85. c932f5c bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827) by Miss Islington (bot) · 5 years ago
  86. 94bb4b7 bpo-40834: Fix truncate when sending str object with channel (GH-20555) by Miss Islington (bot) · 5 years ago
  87. 166d723 bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) by Miss Islington (bot) · 5 years ago
  88. f919179 bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 5 years ago
  89. ee3f7fe bpo-40955: Fix memory leak in subprocess module (GH-20825) by Miss Islington (bot) · 5 years ago
  90. 2c0a59b Update lexical_analysis.rst (GH-17508) by Miss Islington (bot) · 5 years ago
  91. 3782497 [3.9] bpo-40939: Fix test_keyword for the old parser (GH-20814) by Pablo Galindo · 5 years ago
  92. dc40105 bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813) by Victor Stinner · 5 years ago
  93. 2f46c65 bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) by Miss Islington (bot) · 5 years ago
  94. 961edf7 bpo-40939: Generate keyword.py using the new parser (GH-20800) by Miss Islington (bot) · 5 years ago
  95. f6428ba Collections module reformatting and minor code refactoring (GH-20772) (GH-20798) by Miss Islington (bot) · 5 years ago
  96. e3ce3bb bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769) by Miss Islington (bot) · 5 years ago
  97. 18e07ba bpo-40895: Update weakref documentation to remove old warnings (GH-20687) by Miss Islington (bot) · 5 years ago
  98. af69325 bpo-40927: Fix test_binhex when run twice (GH-20764) (GH-20789) by Victor Stinner · 5 years ago
  99. 4a4f660 bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) by Victor Stinner · 5 years ago
  100. 9419158 bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set yet. (GH-20273) (GH-20782) by Miss Islington (bot) · 5 years ago