- c4928fc bpo-39889: Fix ast.unparse() for subscript. (GH-18824) by Serhiy Storchaka · 5 years ago
- 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 5 years ago
- 57c9d17 bpo-36144: Implement defaultdict union (GH-18729) by Brandt Bucher · 5 years ago
- f7b5d41 bpo-39855: Fix test_subprocess if nobody user doesn't exist (GH-18781) by Victor Stinner · 5 years ago
- 85cf1d5 bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) by Gregory P. Smith · 5 years ago
- 942f7a2 bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) by Victor Stinner · 5 years ago
- d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 5 years ago
- 1ec63b6 bpo-39763: distutils.spawn now uses subprocess (GH-18743) by Victor Stinner · 5 years ago
- 22a9a54 bpo-39826: add getConnection() hook to logging HTTPHandler (GH-18745) by l0rb · 5 years ago
- be501ca bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) by Brandt Bucher · 5 years ago
- 469325c bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195) by MojoVampire · 5 years ago
- e0acec1 bpo-12915: Skip test_pkgutil.test_name_resolution() non-encodable filenames (GH-18720) by Michael Felt · 5 years ago
- 6daa37f bpo-38091: Import deadlock detection causes deadlock (GH-17518) by Armin Rigo · 5 years ago
- ce3a498 bpo-38597: Never statically link extension initialization code on Windows (GH-18724) by Steve Dower · 5 years ago
- 0c2b509 bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) by Pablo Galindo · 5 years ago
- 89aa469 bpo-38870: Add docstring support to ast.unparse (GH-17760) by Batuhan Taşkaya · 5 years ago
- 4482337 bpo-39764: Make Task.get_stack accept ag_frame (#18669) by Lidi Zheng · 5 years ago
- 2110551 bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684) by Inada Naoki · 5 years ago
- 2565ede bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) by Chris A · 5 years ago
- 4edc95c bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275) by Shantanu · 5 years ago
- 217dce9 bpo-39815: add cached_property to all (GH-18726) by Hakan Çelik · 5 years ago
- 0e89076 bpo-39678: refactor queue manager thread (GH-18551) by Thomas Moreau · 5 years ago
- 397b96f bpo-38870: Implement a precedence algorithm in ast.unparse (GH-17377) by Batuhan Taşkaya · 5 years ago
- 185903d bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304) by Batuhan Taşkaya · 5 years ago
- 768d739 bpo-38641: Add lib2to3 support for starred expressions in return/yield statements (GH-16994) by Vlad Emelianov · 5 years ago
- 5e260e0 bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338) by Stephen Balousek · 5 years ago
- 815280e bpo-39794: Add --without-decimal-contextvar (#18702) by Stefan Krah · 5 years ago
- 0aeab5c bpo-39667: Sync zipp 3.0 (GH-18540) by Jason R. Coombs · 5 years ago
- dc04a05 bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912) by Henry Harutyunyan · 5 years ago
- 0267335 bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) by Gregory P. Smith · 5 years ago
- c705fd1 bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) by Terry Jan Reedy · 5 years ago
- 4f17c5c bpo-12915: Improve Unicode support for package names and attributes. (GH-18517) by Vinay Sajip · 5 years ago
- 374d998 bpo-39609: set the thread_name_prefix for the default asyncio executor (GH-18458) by Markus Mohrhard · 5 years ago
- 0c6e3aa Suppress the hang (#18457) by Andrew Svetlov · 5 years ago
- 21da76d bpo-34788: Add support for scoped IPv6 addresses (GH-13772) by opavlyuk · 5 years ago
- 6e02691 Python 3.9.0a4 by Łukasz Langa · 5 years ago
- eb8ac57 bpo-36144: Dictionary Union (PEP 584) (#12088) by Brandt Bucher · 5 years ago
- ba22e8f bpo-30566: Fix IndexError when using punycode codec (GH-18632) by Berker Peksag · 5 years ago
- b942ba0 Give proper credit for figuring out and writing PEP-3118 tests. (#18644) by Stefan Krah · 5 years ago
- 4015d1c bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531) by Daniel Hahler · 5 years ago
- 9f37872 bpo-39681: Fix C pickle regression with minimal file-like objects (#18592) by Antoine Pitrou · 5 years ago
- 559e7f1 bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604) by Serhiy Storchaka · 5 years ago
- 1c56f8f bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) by Yonatan Goldschmidt · 5 years ago
- fd5116c bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586) by Berker Peksag · 5 years ago
- c2ac4cf bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538) by Christopher Hunt · 5 years ago
- d4331c5 bpo-9495: avoid confusing chained exception in argparse test (GH-17120) by alclarks · 5 years ago
- 90930e6 bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) by Stefan Krah · 5 years ago
- f2ee21d bpo-39479:Add math.lcm() function: Least Common Multiple (#18547) by ananthan-123 · 5 years ago
- 4dee92b Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)" (GH-18553) by Victor Stinner · 5 years ago
- ab6423f bpo-39572: Document ’total’ flag of TypedDict (GH-18554) by ananthan-123 · 5 years ago
- af5ee3f bpo-39674: Revert "bpo-25988: Do not expose abstract collection classes in the collections module. (GH-10596)" (GH-18545) by Victor Stinner · 5 years ago
- 8edfc47 bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337) by Kyle Meyer · 5 years ago
- ffda25f bpo-39663: IDLE: Add additional tests for pyparse (GH-18536) by Cheryl Sabella · 5 years ago
- d83b660 bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314) by idomic · 5 years ago
- c33bdbb bpo-37970: update and improve urlparse and urlsplit doc-strings (GH-16458) by idomic · 5 years ago
- a5cbab5 bpo-39104: Fix hanging ProcessPoolExecutor on shutdown nowait with pickling failure (GH-17670) by Thomas Moreau · 5 years ago
- 1ed6161 bpo-12915: Add pkgutil.resolve_name (GH-18310) by Vinay Sajip · 5 years ago
- 10e87e5 bpo-39627: Fix TypedDict totality check for inherited keys (#18503) by Vlad Emelianov · 5 years ago
- fbeba8f bpo-39524: Fixed doc-string in ast._pad_whitespace (GH-18340) by mpheath · 5 years ago
- 925dc7f bpo-39606: allow closing async generators that are already closed (GH-18475) by Nathaniel J. Smith · 5 years ago
- 7514f4f bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) by Saiyang Gou · 5 years ago
- 6e619c4 bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477) by Serhiy Storchaka · 5 years ago
- 674935b bpo-18819: tarfile: only set device fields for device files (GH-18080) by William Chargin · 5 years ago
- 4fac7ed bpo-21016: pydoc and trace use sysconfig (GH-18476) by Victor Stinner · 5 years ago
- 8c579b1 bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) by Serhiy Storchaka · 5 years ago
- 0cc6b5e bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828) by Serhiy Storchaka · 5 years ago
- f4f445b bpo-39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglob(). (GH-18372) by Serhiy Storchaka · 5 years ago
- e5bd736 bpo-39595: Improve zipfile.Path performance (#18406) by Jason R. Coombs · 6 years ago
- ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 6 years ago
- 96ce227 bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449) by Terry Jan Reedy · 6 years ago
- 038770e bpo-38325: Skip non-BMP tests of test_winconsoleio (GH-18448) by Victor Stinner · 6 years ago
- ed335cf bpo-39600, IDLE: Remove duplicated font names (GH-18430) by Victor Stinner · 6 years ago
- 29b3fc0 bpo-39586: Deprecate distutils bdist_msi command (GH-18415) by Hugo van Kemenade · 6 years ago
- c6dedde bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421) by sweeneyde · 6 years ago
- d2e1098 bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405) by Lysandros Nikolaou · 6 years ago
- dc7a50d bpo-39350: Fix fractions for int subclasses (GH-18375) by Victor Stinner · 6 years ago
- 38aaaaa bpo-39491: Mention Annotated in get_origin() docstring (GH-18379) by Jakub Stasiak · 6 years ago
- 427c84f bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017) by Sebastian Berg · 6 years ago
- 54b4f14 bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360) by Serhiy Storchaka · 6 years ago
- ab0d892 bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-18357) by Steve Dower · 6 years ago
- 8b6f652 bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369) by Shantanu · 6 years ago
- b39fb8e bpo-39488: Skip test_largefile tests if not enough disk space (GH-18261) by Giampaolo Rodola · 6 years ago
- 787b6d5 bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) by schwarzichet · 6 years ago
- cf5b109 bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260) by Jakub Stasiak · 6 years ago
- 95f6001 bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824) by Saiyang Gou · 6 years ago
- cb1c074 closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) by Philipp Gesang · 6 years ago
- 9538bc9 bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150) by Stefan Behnel · 6 years ago
- 4590f72 bpo-38076 Clear the interpreter state only after clearing module globals (GH-18039) by Eddie Elizondo · 6 years ago
- 24e5ad4 Fixes in sorting descriptions (GH-18317) by Stefan Pochmann · 6 years ago
- c6e5c11 bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) by Victor Stinner · 6 years ago
- 032de73 bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175) by Steve Cirelli · 6 years ago
- 0f2f35e bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance (GH-18266) by Pierre Glaser · 6 years ago
- 339fd46 bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057) by Kyle Stanley · 6 years ago
- 90d9ba6 bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533) by Andrew Svetlov · 6 years ago
- f03a8f8 bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058) by Kyle Stanley · 6 years ago
- bfdeaa3 bpo-38792: Remove IDLE shell calltip before new prompt. (#17150) by Zackery Spytz · 6 years ago
- c232c91 bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282) by Victor Stinner · 6 years ago
- 38c878b bpo-39424: Use assertRaisesRegex instead of assertRaisesRegexp. (GH-18277) by damani42 · 6 years ago
- c38fd0d bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276) by Victor Stinner · 6 years ago
- 2e6569b bpo-39493: Fix definition of IO.closed in typing.py (#18265) by Shantanu · 6 years ago