April 15, 2021 – April 22, 2021
Overview
-
0 Active Issues
-
- 84 Merged Pull Requests
- 42 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
84 Pull requests merged by 27 people
-
[3.9] bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529)
#25534 merged
Apr 22, 2021 -
[3.8] bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529)
#25535 merged
Apr 22, 2021 -
[3.9] bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
#25530 merged
Apr 22, 2021 -
[3.8] bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
#25531 merged
Apr 22, 2021 -
bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename
#25529 merged
Apr 22, 2021 -
bpo-43915: Add PCbuild/blurb.bat
#25528 merged
Apr 22, 2021 -
[3.8] bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500)
#25524 merged
Apr 22, 2021 -
bpo-43475: Fix worst case collision behavior for NaN instances
#25493 merged
Apr 22, 2021 -
Fix typo in the documentation
#24703 merged
Apr 22, 2021 -
[3.9] bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608)
#25517 merged
Apr 22, 2021 -
bpo-28724: Move socket.send_fds and socket.recv_fds documentation to the "Other functions" section
#22608 merged
Apr 22, 2021 -
bpo-38659: Properly re-intialize module variables in test_enum
#25516 merged
Apr 22, 2021 -
[3.9] bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510)
#25512 merged
Apr 21, 2021 -
[3.8] bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510)
#25513 merged
Apr 21, 2021 -
bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8
#25510 merged
Apr 21, 2021 -
bpo-40137: Add pycore_moduleobject.h internal header
#25507 merged
Apr 21, 2021 -
bpo-43756: Add new audit event to incorporate new arguments added to glob.glob
#25239 merged
Apr 21, 2021 -
bpo-40137: Move state lookups out of the critical path
#25492 merged
Apr 21, 2021 -
bpo-40137: Optimize _PyType_GetModuleByDef() loop
#25505 merged
Apr 21, 2021 -
bpo-40137: _PyType_GetModuleByDef() doesn't check tp_flags
#25504 merged
Apr 21, 2021 -
doc: Sync some missing 3.10 changes with the What's New
#25503 merged
Apr 21, 2021 -
Fixing typos in whatsnew/3.10.rst
#25498 merged
Apr 21, 2021 -
bpo-38659: [Enum] add _simple_enum decorator
#25497 merged
Apr 21, 2021 -
bpo-43859: Improve the error message for IndentationError exceptions
#25431 merged
Apr 21, 2021 -
bpo-38605: Revert making 'from __future__ import annotations' the default
#25490 merged
Apr 21, 2021 -
bpo-43896: Update the Sphinx directive for super from function to class
#25489 merged
Apr 20, 2021 -
bpo-43888: Reduce coverage collection timeout to 1h40m in GHA
#25471 merged
Apr 20, 2021 -
docs: clarify what patterns Path.glob accepts
#25486 merged
Apr 20, 2021 -
bpo-43799: Also define SSLv3_method() (GH-25481)
#25481 merged
Apr 20, 2021 -
Documentation fix for random.gauss
#24935 merged
Apr 20, 2021 -
[3.9] Improve the error message for choices(population, 10) (GH-25267)
#25477 merged
Apr 20, 2021 -
Improve the error message for "choices(population, 10)"
#25267 merged
Apr 20, 2021 -
Revert "bpo-38659: [Enum] add _simple_enum decorator"
#25476 merged
Apr 20, 2021 -
bpo-38659: [Enum] add _simple_enum decorator
#25285 merged
Apr 20, 2021 -
bpo-38530: Surround suggestions by quotes
#25473 merged
Apr 19, 2021 -
Add tests for the Sorting HOWTO
#25474 merged
Apr 19, 2021 -
[3.9] bpo-43837: Reverse order of precedence table to show tightly binding operators first (GH-25469)
#25472 merged
Apr 19, 2021 -
bpo-43837: Reverse order of precedence table to show tightly binding operators first
#25469 merged
Apr 19, 2021 -
bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag
#20463 merged
Apr 19, 2021 -
bpo-43669: More test_ssl cleanups (GH-25470)
#25470 merged
Apr 19, 2021 -
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455)
#25455 merged
Apr 19, 2021 -
bpo-42854: Use SSL_read/write_ex() (GH-25468)
#25468 merged
Apr 19, 2021 -
bpo-36076: Add SNI support to ssl.get_server_certificate.
#16820 merged
Apr 18, 2021 -
bpo-43641: Stop stating that TLS 1.2 is the most modern version in docs
#25041 merged
Apr 18, 2021 -
bpo-43362: Fix invalid free and return check in _sha3 module (GH-25463)
#25463 merged
Apr 18, 2021 -
Fix type group capture in the PEG highlight tool
#25464 merged
Apr 17, 2021 -
bpo-38530: Cover more error paths in error suggestion functions
#25462 merged
Apr 17, 2021 -
Small changes to the section about SyntaxErrors in the What's New document
#25461 merged
Apr 17, 2021 -
bpo-37630: Do not skip the sha3 tests in case of missing builtin sha3 module
#20986 merged
Apr 17, 2021 -
bpo-38530: Include builtins in NameError suggestions
#25460 merged
Apr 17, 2021 -
bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253)
#23253 merged
Apr 17, 2021 -
[3.9] Fix typo in a dataclasses comment. (GH-25454)
#25456 merged
Apr 17, 2021 -
[3.8] Fix typo in a dataclasses comment. (GH-25454)
#25457 merged
Apr 17, 2021 -
Fix typo in a comment in dataclasses.py.
#25454 merged
Apr 17, 2021 -
bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)
#25453 merged
Apr 17, 2021 -
Minor typo in subprocess.rst
#25426 merged
Apr 17, 2021 -
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
#23014 merged
Apr 17, 2021 -
[3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25452)
#25452 merged
Apr 17, 2021 -
[3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25451)
#25451 merged
Apr 17, 2021 -
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
#24899 merged
Apr 17, 2021 -
Fix typo in exceptions.rst
#25434 merged
Apr 17, 2021 -
bpo-43856: Add a versionadded directive to the importlib.metadata docs
#25445 merged
Apr 16, 2021 -
bpo-43867: multiprocessing Server catchs SystemExit
#25441 merged
Apr 16, 2021 -
bpo-43862: Enhance -W cmdline option documentation
#25439 merged
Apr 16, 2021 -
[3.8] bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818)
#25345 merged
Apr 16, 2021 -
bpo-38530: Match exactly AttributeError and NameError when offering suggestions
#25443 merged
Apr 16, 2021 -
bpo-38530: Properly extend UnboundLocalError from NameError
#25444 merged
Apr 16, 2021 -
[3.8] bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437)
#25440 merged
Apr 16, 2021 -
[3.9] bpo-43842: Fix race condition in test_logging SMTP test (GH-25436)
#25437 merged
Apr 16, 2021 -
bpo-43843: libregrtest uses threading.excepthook
#25400 merged
Apr 16, 2021 -
bpo-43842: Fix race condition in test_logging SMTP test
#25436 merged
Apr 16, 2021 -
[3.8] [3.9] bpo-43723: Revert IDLE doc change (GH-25174)
#25433 merged
Apr 16, 2021 -
bpo-43844: Fix PendingDeprecationWarning in test_lib2to3
#25407 merged
Apr 16, 2021 -
bpo-41282: Fix distutils.utils.byte_compile() DeprecationWarning
#25406 merged
Apr 16, 2021 -
bpo-40443: Remove unused imports
#25429 merged
Apr 16, 2021 -
[3.8] bpo-43723: Backport IDLE doc change (GH-25174)
#25435 merged
Apr 16, 2021 -
[3.9] bpo-43723: Backport IDLE doc change (GH-25174)
#25432 merged
Apr 16, 2021 -
bpo-41323: compiler: Reuse tuple in constant tuple folding
#25419 merged
Apr 16, 2021 -
Improve the section with SyntaxError message improvements to the What's New of 3.10
#25428 merged
Apr 16, 2021 -
bpo-43823: Fix location of one of the errors for invalid dictionary literals
#25427 merged
Apr 15, 2021
42 Pull requests opened by 30 people
-
added exception groups
#25430 opened
Apr 16, 2021 -
bpo-28528: Harden pdb.checkline()
#25438 opened
Apr 16, 2021 -
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list
#25442 opened
Apr 16, 2021 -
bpo-43874: fix argparse sub parser error when sub parser has no "name"
#25446 opened
Apr 16, 2021 -
distutils._msvccompiler: _get_vc_env() - correction of the erroneous
#25447 opened
Apr 16, 2021 -
bpo-41559: Change PEP 612 implementation to pure Python
#25449 opened
Apr 17, 2021 -
bpo-43878: Update config.guess and config.sub files
#25450 opened
Apr 17, 2021 -
bpo-43879: Add native_thread_id field to PyThreadState
#25458 opened
Apr 17, 2021 -
bpo-43881: add platform availabity information for os.sched_getaffinity
#25459 opened
Apr 17, 2021 -
[Docs] Add versionadded to am_send
#25465 opened
Apr 18, 2021 -
bpo-43833: Emit warnings for numeric literals followed by keyword
#25466 opened
Apr 18, 2021 -
bpo-18233: Add internal methods to access peer chain
#25467 opened
Apr 18, 2021 -
bpo-43466: Use pkg-config with --static in the PY_UNSUPPORTED_OPENSSL_BUILD path in setup.py
#25475 opened
Apr 19, 2021 -
bpo-37355: For nonblocking sockets, call SSL_read in a loop
#25478 opened
Apr 20, 2021 -
Reformat idlelib colorizer
#25479 opened
Apr 20, 2021 -
bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes
#25480 opened
Apr 20, 2021 -
bpo-43795: PEP-652: Clean up the stable ABI/limited API
#25482 opened
Apr 20, 2021 -
bpo-43795: PEP-652: Simplify headers for easier static analysis
#25483 opened
Apr 20, 2021 -
bpo-43893: omit leading spaces/tabs on typing.get_type_hints
#25484 opened
Apr 20, 2021 -
bpo-43894: Editor reformat
#25485 opened
Apr 20, 2021 -
bpo:43895: Remove an unnecessary cache of shared object handles.
#25487 opened
Apr 20, 2021 -
Update weakref.rst
#25491 opened
Apr 20, 2021 -
[3.9] bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445)
#25494 opened
Apr 21, 2021 -
[3.8] bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445)
#25495 opened
Apr 21, 2021 -
bpo-43907: add missing memoize call in pure python pickling of bytearray
#25501 opened
Apr 21, 2021 -
bpo-42737: Mention PEP 563 in doc for annotated assignment
#25511 opened
Apr 21, 2021 -
Update README.rst
#25514 opened
Apr 22, 2021 -
bpo-38692: Add audit events to pidfd related functions
#25515 opened
Apr 22, 2021 -
Micro optimizations for Fraction's arithmetic
#25518 opened
Apr 22, 2021 -
bpo-43910 Fix handling of quoted values in cgi.parse_header
#25519 opened
Apr 22, 2021 -
bpo-43908: Add Py_TPFLAGS_IMMUTABLE flag and use it in arraymodule
#25520 opened
Apr 22, 2021 -
bpo-43817: Add inspect.get_annotations().
#25522 opened
Apr 22, 2021 -
[3.9] bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500)
#25523 opened
Apr 22, 2021 -
bpo-43914: Highlight invalid ranges in SyntaxErrors
#25525 opened
Apr 22, 2021 -
Update Condition class
#25526 opened
Apr 22, 2021 -
[3.6] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and…
#25532 opened
Apr 22, 2021 -
[3.7] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and…
#25533 opened
Apr 22, 2021 -
[3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and…
#25536 opened
Apr 22, 2021 -
bpo-38820: Test with OpenSSL 3.0.0-alpha15
#25537 opened
Apr 22, 2021 -
bpo-43538: Add extra arguments to os.startfile
#25538 opened
Apr 22, 2021 -
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix
#25539 opened
Apr 22, 2021
96 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
bpo-37903: IDLE: Shell sidebar with prompts (take #2)
#22682 commented on
Apr 20, 2021 • 8 new comments -
bpo-37788: Fix a reference leak if a thread is not joined.
#25226 commented on
Apr 19, 2021 • 8 new comments -
bpo-42737: Drop code generation for annotations with complex targets
#23952 commented on
Apr 22, 2021 • 7 new comments -
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP)
#23142 commented on
Apr 22, 2021 • 6 new comments -
bpo-43312: Functions returning default and preferred sysconfig schemes
#24644 commented on
Apr 19, 2021 • 6 new comments -
bpo-43392: Optimize repeated calls to `__import__()`
#24735 commented on
Apr 17, 2021 • 4 new comments -
bpo-17659: Add locale.getfirstweekday
#18142 commented on
Apr 20, 2021 • 3 new comments -
bpo-34932: Add socket.TCP_KEEPALIVE for macOS
#25079 commented on
Apr 21, 2021 • 3 new comments -
bpo-32990: Support WAVE_FORMAT_EXTENSIBLE in the wave module
#9515 commented on
Apr 16, 2021 • 2 new comments -
bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()`
#18909 commented on
Apr 21, 2021 • 2 new comments -
bpo-35114: Make ssl.RAND_status() return a bool
#20063 commented on
Apr 19, 2021 • 2 new comments -
bpo-43307: sync sysconfig/site.py with PyPy to add an implementation key
#24628 commented on
Apr 22, 2021 • 2 new comments -
bpo-37952: SSL: add support for export_keying_material
#25255 commented on
Apr 22, 2021 • 2 new comments -
bpo-43770: Inherit default tp_getattro and tp_setattro
#25275 commented on
Apr 20, 2021 • 2 new comments -
bpo-43780: Sync with importlib_metadata 3.10
#25297 commented on
Apr 17, 2021 • 2 new comments -
[3.9] bpo-13501: allow choosing between readline and libedit
#25420 commented on
Apr 19, 2021 • 2 new comments -
bpo-38490: statistics: Add covariance, Pearson's correlation, and simple linear regression
#16813 commented on
Apr 22, 2021 • 1 new comment -
bpo-40297: Fix test_socket.CANTest.testSendFrame
#19548 commented on
Apr 17, 2021 • 1 new comment -
bpo-39184: Fix incorrect return value in `msvcrt_get_osfhandle_impl`
#21322 commented on
Apr 21, 2021 • 1 new comment -
bpo-31870: Add a timeout parameter to ssl.get_server_certificate()
#22270 commented on
Apr 18, 2021 • 1 new comment -
bpo-43086: Added handling for excess data in binascii.a2b_base64
#24402 commented on
Apr 18, 2021 • 1 new comment -
[DOC] Snippet code to str methods
#24666 commented on
Apr 22, 2021 • 1 new comment -
bpo-43223: [SECURITY] Patched Open Redirection In SimpleHTTPServer Module
#24848 commented on
Apr 18, 2021 • 1 new comment -
Remove the get_phrase_cfws_only_raises test
#24871 commented on
Apr 16, 2021 • 1 new comment -
bpo-39100: _header_value_parser: do not treat a Group as invalid-mailbox
#24872 commented on
Apr 16, 2021 • 1 new comment -
bpo-43501: _header_value_parser: handle DOT in DisplayName
#24874 commented on
Apr 16, 2021 • 1 new comment -
bpo-18232: Return unsuccessfully if no unit tests were run
#24893 commented on
Apr 16, 2021 • 1 new comment -
bpo-43532: Add kw_only to dataclass() and field(), and add KW_ONLY marker.
#24909 commented on
Apr 18, 2021 • 1 new comment -
bpo-23767: Force the use of the default locale in add_gcc_paths()
#24919 commented on
Apr 18, 2021 • 1 new comment -
[3.7] bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
#24928 commented on
Apr 17, 2021 • 1 new comment -
Fix a typo in the data model documentation
#24930 commented on
Apr 21, 2021 • 1 new comment -
bpo-43552: Add locale.get_current_locale_encoding()
#24931 commented on
Apr 19, 2021 • 1 new comment -
better display of errrors
#24932 commented on
Apr 20, 2021 • 1 new comment -
bpo-43563 : Introduce dedicated opcodes for super calls
#24936 commented on
Apr 22, 2021 • 1 new comment -
bpo-43564: preserve original exception in args of FTP URLError
#24938 commented on
Apr 20, 2021 • 1 new comment -
bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3
#24941 commented on
Apr 20, 2021 • 1 new comment -
Github Action to create an Ubuntu Artifact
#24942 commented on
Apr 22, 2021 • 1 new comment -
bpo-43588: use static variable module under building Python with --with-experimental-isolated-subinterpreters cause crash.
#24963 commented on
Apr 22, 2021 • 1 new comment -
bpo-43588: fix exceptions.c use static variable under building Python with --with-experimental-isolated-subinterpreters may cause crash.
#24965 commented on
Apr 22, 2021 • 1 new comment -
bpo-43588: fix boolobject.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash
#24966 commented on
Apr 22, 2021 • 1 new comment -
bpo-43588: fix codeobject.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash.
#24968 commented on
Apr 22, 2021 • 1 new comment -
bpo-43588: fix sysmodule.c use static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash
#24969 commented on
Apr 22, 2021 • 1 new comment -
bpo-43588: fix codecs.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash.
#24970 commented on
Apr 22, 2021 • 1 new comment -
bpo-43588: fix _warnings.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash
#24971 commented on
Apr 22, 2021 • 1 new comment -
bpo-43588: fix listobject.c use static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash
#24972 commented on
Apr 22, 2021 • 1 new comment -
bpo-17792: more accurate error message for UnboundLocalError
#24976 commented on
Apr 22, 2021 • 1 new comment -
bpo-42444: Use attribute directives in the docs for pathlib.PurePath
#24977 commented on
Apr 22, 2021 • 1 new comment -
bpo-43597: add ability to specify sslcontext in RobotFileParser.read()
#24986 commented on
Apr 19, 2021 • 1 new comment -
bpo-43762: Add audit events for loading of sqlite3 extensions
#25246 commented on
Apr 22, 2021 • 1 new comment -
bpo-40432: Use python 3.8 or higher to compile cpython on windows
#25389 commented on
Apr 20, 2021 • 1 new comment -
bpo-43852: Improve tuple creation in sqlite3
#25421 commented on
Apr 21, 2021 • 1 new comment -
bpo-16487: allow certificates to be specified from memory
#2449 commented on
Apr 18, 2021 • 0 new comments -
bpo-18369: [WIP] Add certificate and private key types
#5162 commented on
Apr 18, 2021 • 0 new comments -
bpo-34001: Change handling of SSL protocol bounds with LibreSSL
#8055 commented on
Apr 17, 2021 • 0 new comments -
bpo-34088: sndhdr.what() doesn't fail on bad input.
#8319 commented on
Apr 18, 2021 • 0 new comments -
bpo-34722: Consistent serialization of sets in bytecode
#9472 commented on
Apr 17, 2021 • 0 new comments -
bpo-28053: Allow custom reducer when using multiprocessing
#15058 commented on
Apr 17, 2021 • 0 new comments -
bpo-19692: Rename Py_SAFE_DOWNCAST to _Py_DOWNCAST
#15090 commented on
Apr 17, 2021 • 0 new comments -
bpo-37842: Argument Clinic: Initialize Py_buffer variables more efficiently
#15254 commented on
Apr 17, 2021 • 0 new comments -
bpo-15999: Accept arbitrary values for boolean parameters.
#15609 commented on
Apr 18, 2021 • 0 new comments -
bpo-38119: Fix shmem resource tracking
#15989 commented on
Apr 17, 2021 • 0 new comments -
bpo-39334: FIX: Deprecated sphinx index notations.
#18004 commented on
Apr 18, 2021 • 0 new comments -
bpo-39640: os.fdatasync: fall back to fsync() on POSIX systems withou…
#18516 commented on
Apr 17, 2021 • 0 new comments -
bpo-40127: SSL library documentation
#19253 commented on
Apr 17, 2021 • 0 new comments -
bpo-37985: Remove redundant p->depth-- in marshal extension module
#19482 commented on
Apr 17, 2021 • 0 new comments -
bpo-31203: Expose IP_PKTINFO in the socket module
#20029 commented on
Apr 17, 2021 • 0 new comments -
bpo-40675: Add fonts .woff, .woff2, .eot, .otf and .ttf to mimetypes
#20199 commented on
Apr 18, 2021 • 0 new comments -
bpo-2897: Make PyMemberDef part of stable ABI; deprecate structmember.h
#20462 commented on
Apr 17, 2021 • 0 new comments -
bpo-40882: Fix a memory leak in SharedMemory on Windows
#20684 commented on
Apr 18, 2021 • 0 new comments -
bpo-34916: Add support for aggregate window functions in sqlite3
#20903 commented on
Apr 19, 2021 • 0 new comments -
bpo-41203: Replace OS X with macOS
#21316 commented on
Apr 18, 2021 • 0 new comments -
bpo-37363: Add audit events to the `http.client` module
#21321 commented on
Apr 22, 2021 • 0 new comments -
Optimized Images in repo
#21348 commented on
Apr 17, 2021 • 0 new comments -
bpo-41486: Add _BlocksOutputBuffer for bz2/lzma/zlib modules
#21740 commented on
Apr 16, 2021 • 0 new comments -
bpo-29394: docs for tunnelling TLS through TLS
#22539 commented on
Apr 17, 2021 • 0 new comments -
bpo-25292: asyncio ssl fail hard when writing to closed transport
#22541 commented on
Apr 17, 2021 • 0 new comments -
bpo-42109: Implementation of hypothesis stubs for property-based tests, with zoneinfo tests
#22863 commented on
Apr 19, 2021 • 0 new comments -
bpo-38119: fix shared memory's resource tracking
#23174 commented on
Apr 17, 2021 • 0 new comments -
bpo-42376: New C-APIs to simplify module attribute declaration
#23286 commented on
Apr 17, 2021 • 0 new comments -
bpo-42327: Add PyModule_Add() (smaller).
#23443 commented on
Apr 18, 2021 • 0 new comments -
bpo-42454: Optimize constant slice creation
#23496 commented on
Apr 17, 2021 • 0 new comments -
bpo-41626: Remove the shebang of internal Tools to avoid confusion.
#23581 commented on
Apr 18, 2021 • 0 new comments -
bpo-42653: Add constants for isotp.h which is included in Linux >= 5.10
#23794 commented on
Apr 17, 2021 • 0 new comments -
bpo-42917: Made block stack for frame objects dynamically sizable
#24204 commented on
Apr 17, 2021 • 0 new comments -
bpo-42941: raise SSL_ERROR_SYSCALL in sslproto.c
#24230 commented on
Apr 18, 2021 • 0 new comments -
bpo-43112: detect musl as a separate SOABI
#24502 commented on
Apr 17, 2021 • 0 new comments -
bpo-43318: pdb can't output the prompt message when successfully clear breakpoints by "filename:lineno"
#24646 commented on
Apr 22, 2021 • 0 new comments -
bpo-43897: Implement AST validation for Pattern Matching
#24771 commented on
Apr 20, 2021 • 0 new comments -
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread
#24868 commented on
Apr 20, 2021 • 0 new comments -
update docstring for `win_getpass` to reflect code changes
#24967 commented on
Apr 22, 2021 • 0 new comments -
bpo-43749: Ensure current exe is copied when using venv on windows
#25216 commented on
Apr 19, 2021 • 0 new comments -
[3.8] bpo-41100: Support macOS 11 and Apple Silicon
#25274 commented on
Apr 22, 2021 • 0 new comments -
bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py
#25282 commented on
Apr 16, 2021 • 0 new comments -
bpo-43827: Fixed abc conflicts with __init_subclass__
#25385 commented on
Apr 20, 2021 • 0 new comments -
bpo-43834: Update StringIO.getvalue() example to use a context manager
#25401 commented on
Apr 18, 2021 • 0 new comments -
bpo-43850: write sets reproducibly in marshalled code
#25411 commented on
Apr 17, 2021 • 0 new comments