Skip to content
Sign up
Sign up
Why GitHub?
Features
β
Mobile
β
Actions
β
Codespaces
β
Packages
β
Security
β
Code review
β
Project management
β
Integrations
β
GitHub Sponsors
β
Customer stories
β
Team
Enterprise
Explore
Explore GitHub
β
Learn and contribute
Topics
β
Collections
β
Trending
β
Learning Lab
β
Open source guides
β
Connect with others
The ReadME Project
β
Events
β
Community forum
β
GitHub Education
β
GitHub Stars program
β
Marketplace
Pricing
Plans
β
Compare plans
β
Contact Sales
β
Education
β
In this repository
All GitHub
β΅
Jump to
β΅
No suggested jump to results
In this repository
All GitHub
β΅
Jump to
β΅
In this organization
All GitHub
β΅
Jump to
β΅
In this repository
All GitHub
β΅
Jump to
β΅
Sign in
Sign up
Sign up
{{ message }}
python
/
cpython
Sponsor
Sponsor python/cpython
Notifications
Star
37.5k
Fork
18.5k
Code
Pull requests
1.5k
Actions
Security
Insights
More
Code
Pull requests
Actions
Security
Insights
master
Switch branches/tags
Branches
Tags
Nothing to show
{{ refName }}
default
Nothing to show
{{ refName }}
default
cpython
/
Lib
/
Go to file
cpython
/
Lib
/
Latest commit
zooba
bpo-35306
: Avoid raising OSError from pathlib.Path.exists when passedβ¦
β¦
4696f12
Apr 22, 2021
bpo-35306
: Avoid raising OSError from pathlib.Path.exists when passedβ¦
β¦ an invalid filename (
GH-25529
)
4696f12
Git stats
History
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
.β.
asyncio
bpo-41891
: ensure asyncio.wait_for waits for task completion (
#22461
)
Dec 18, 2020
collections
bpo-43245
: Add keyword argument support to ChainMap.new_child() (
GH-2β¦
Mar 14, 2021
concurrent
bpo-35930
: Raising an exception raised in a "future" instance will crβ¦
Mar 29, 2021
ctypes
bpo-43651
: PEP 597: Fix EncodingWarning in some tests (
GH-25145
)
Apr 4, 2021
curses
[3.9]
bpo-37116
: Use PEP 570 syntax for positional-only parameters. (
Gβ¦
Jun 5, 2019
dbm
bpo-36232
: Improve error message on dbm.open() when the db doesn't exβ¦
Apr 29, 2019
distutils
bpo-41282
: Fix distutils.utils.byte_compile() DeprecationWarning (
GH-β¦
Apr 16, 2021
email
bpo-43125
: Fix: return expected type (str), not original value (bytesβ¦
Mar 30, 2021
encodings
bpo-39337
: encodings.normalize_encoding() now ignores non-ASCII charaβ¦
Oct 14, 2020
ensurepip
bpo-43077
: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (
GH-β¦
Jan 30, 2021
html
bpo-41748
: Handles unquoted attributes with commas (
#24072
)
Feb 1, 2021
http
bpo-38659
: [Enum] add _simple_enum decorator (
GH-25497
)
Apr 21, 2021
idlelib
bpo-42225
: IDLE - document two unix-related problems. (
#25078
)
Mar 31, 2021
importlib
bpo-38605
: Revert making 'from __future__ import annotations' the defβ¦
Apr 21, 2021
json
bpo-39828
: Fix json.tool to catch BrokenPipeError (
GH-18779
)
Mar 10, 2020
lib2to3
bpo-43844
: Fix PendingDeprecationWarning in test_lib2to3 (
GH-25407
)
Apr 16, 2021
logging
bpo-43731
: Add an `encoding` parameter to logging.fileConfig() (
GH-25273
Apr 13, 2021
msilib
Remove binding of captured exceptions when not used to reduce the chaβ¦
Nov 19, 2019
multiprocessing
bpo-43867
: multiprocessing Server catchs SystemExit (
GH-25441
)
Apr 16, 2021
pydoc_data
Python 3.10.0a7
Apr 5, 2021
site-packages
Issue #29283: Delete accidentally added Lib/site-packages/README
Jan 30, 2017
sqlite3
bpo-43296
: Handle sqlite3_value_blob() errors (
GH-24674
)
Apr 14, 2021
test
bpo-38659
: Properly re-intialize module variables in test_enum (
GH-25516
Apr 22, 2021
tkinter
bpo-38659
: [Enum] add _simple_enum decorator (
GH-25497
)
Apr 21, 2021
turtledemo
Fix typo in turtledemo.two_canvases. (
GH-25194
)
Apr 5, 2021
unittest
bpo-43478
: Restrict use of Mock objects as specs (
GH-25326
)
Apr 10, 2021
urllib
bpo-42967
: coerce bytes separator to string in urllib.parse_qs(l) (
#2β¦
Apr 11, 2021
venv
bpo-35328
: Set VIRTUAL_ENV_PROMPT at venv activation (
GH-21587
)
Jul 28, 2020
wsgiref
bpo-8138
: Initialize wsgiref's SimpleServer as single-threaded (
GH-12977
May 24, 2019
xml
bpo-43399
: Fix ElementTree.extend not working on iterators (
GH-24751
)
Mar 30, 2021
xmlrpc
bpo-43433
: Preserve query and fragment in the URL of the server in Seβ¦
Mar 29, 2021
zoneinfo
bpo-41065
: Use zip-strict in zoneinfo (
GH-21031
)
Jun 23, 2020
__future__.py
bpo-35134
: Add include/cpython/compile.h (
GH-24922
)
Mar 22, 2021
__phello__.foo.py
Fix the frozen bytecode for __hello__ (betcha didn't know that existed
Oct 18, 2001
_aix_support.py
bpo-39936
: _aix_support uses _bootsubprocess (
GH-18970
)
Mar 12, 2020
_bootsubprocess.py
bpo-40094
: Add os.waitstatus_to_exitcode() (
GH-19201
)
Apr 1, 2020
_collections_abc.py
bpo-41559
: Implement PEP 612 - Add ParamSpec and Concatenate to typing (
Dec 24, 2020
_compat_pickle.py
bpo-37757
: Disallow PEP 572 cases that expose implementation details (
Gβ¦
Aug 25, 2019
_compression.py
Issue
#23529
: Limit the size of decompressed data when reading from
Apr 10, 2015
_markupbase.py
bpo-31844
: Remove _markupbase.ParserBase.error() (
GH-8562
)
Jul 16, 2020
_osx_support.py
bpo-43651
: PEP 597: Fix EncodingWarning in some tests (
GH-25171
)
Apr 4, 2021
_py_abc.py
bpo-37116
: Use PEP 570 syntax for positional-only parameters. (
GH-13700
)
Jun 1, 2019
_pydecimal.py
bpo-43475
: Fix worst case collision behavior for NaN instances (
GH-25493
Apr 22, 2021
_pyio.py
bpo-43680
: Deprecate io.OpenWrapper (
GH-25357
)
Apr 14, 2021
_sitebuiltins.py
bpo-43651
: PEP 597: Fix EncodingWarning in some tests (
GH-25189
)
Apr 6, 2021
_strptime.py
bpo-43295
: Fix error handling of datetime.strptime format string '%z' (
β¦
Mar 3, 2021
_threading_local.py
bpo-37116
: Use PEP 570 syntax for positional-only parameters. (
GH-13700
)
Jun 1, 2019
_weakrefset.py
bpo-39481
: Make weakref and WeakSet generic (
GH-19497
)
Apr 14, 2020
abc.py
bpo-41905
: Add abc.update_abstractmethods() (
GH-22485
)
Oct 6, 2020
aifc.py
bpo-37320
: Remove openfp() of aifc, sunau and wave (
GH-14169
)
Jun 17, 2019
antigravity.py
bpo-9216
: Nobody expects the geohashing FIPS inquisition (
GH-19520
)
Apr 14, 2020
argparse.py
bpo-9694
: Fix misleading phrase "optional arguments" (
GH-23858
)
Dec 23, 2020
ast.py
bpo-38659
: [Enum] add _simple_enum decorator (
GH-25497
)
Apr 21, 2021
asynchat.py
Remove binding of captured exceptions when not used to reduce the chaβ¦
Nov 19, 2019
asyncore.py
bpo-42427
: Use the errno attribute of OSError instead of args[0] (
GH-β¦
Nov 22, 2020
base64.py
bpo-39068
: Fix race condition in base64 (
GH-17627
)
Dec 31, 2020
bdb.py
bpo-24160
: Fix breakpoints persistence across multiple pdb sessions (
Gβ¦
Apr 2, 2021
binhex.py
bpo-29566
: binhex.binhex now consitently writes MacOS 9 line endings. (
β¦
Nov 1, 2020
bisect.py
bpo-4356
: Add key function support to the bisect module (
GH-20556
)
Oct 20, 2020
bz2.py
bpo-43787
: Add __iter__ to GzipFile, BZ2File, and LZMAFile (
GH-25353
)
Apr 13, 2021
cProfile.py
bpo-42005
: profile and cProfile catch BrokenPipeError (
GH-22643
)
Jan 20, 2021
calendar.py
bpo-35078
: Allow customization of CSS class name of a month in calendβ¦
Jun 2, 2020
cgi.py
bpo-42967
: only use '&' as a query string separator (
#24297
)
Feb 14, 2021
cgitb.py
bpo-33311
: Do not display parameters displayed in parentheses for modβ¦
May 9, 2018
chunk.py
bpo-29762
: More use "raise from None". (
#569
)
Apr 5, 2017
cmd.py
Issue
#18200
: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Jul 4, 2013
code.py
Fix documentation in code.py (
GH-17988
)
Jan 14, 2020
codecs.py
bpo-14014
: Clarify StreamWriter.reset() documentation (
GH-13716
)
Jan 6, 2021
codeop.py
bpo-43202
: More codeop._maybe_compile clean-ups (
GH-24512
)
Feb 13, 2021
colorsys.py
bpo-42452
: Improve colorsys.rgb_to_hls code (
GH-23306
)
Nov 28, 2020
compileall.py
bpo-43651
: Fix test_compileall with PEP 597 (
GH-25128
)
Apr 2, 2021
configparser.py
bpo-43510
: Implement PEP 597 opt-in EncodingWarning. (
GH-19481
)
Mar 29, 2021
contextlib.py
bpo-42395
: Add aclosing to __all__ (
GH-23356
)
Nov 17, 2020
contextvars.py
bpo-32436
: Implement PEP 567 (
#5027
)
Jan 23, 2018
copy.py
bpo-40792
: Make the result of PyNumber_Index() always having exact tyβ¦
May 28, 2020
copyreg.py
bpo-41052
: Fix pickling heap types implemented in C with protocols 0 β¦
Oct 24, 2020
crypt.py
closes
bpo-38402
: Check error of primitive crypt/crypt_r. (
GH-16599
)
Oct 8, 2019
csv.py
bpo-27497
: Add return value to csv.DictWriter.writeheader (
GH-12306
)
May 10, 2019
dataclasses.py
bpo-38605
: Revert making 'from __future__ import annotations' the defβ¦
Apr 21, 2021
datetime.py
Fix typo (
GH-23019
)
Feb 3, 2021
decimal.py
Whitespace.
Sep 10, 2014
difflib.py
bpo-40394
- difflib.SequenceMatched.find_longest_match default args (
Gβ¦
Apr 30, 2020
dis.py
bpo-27129
: Use instruction offsets, not byte offsets, in bytecode andβ¦
Apr 1, 2021
doctest.py
bpo-43049
: Use io.IncrementalNewlineDecoder for doctest newline conveβ¦
Mar 2, 2021
enum.py
bpo-38659
: [Enum] add _simple_enum decorator (
GH-25497
)
Apr 21, 2021
filecmp.py
bpo-15450
: Allow subclassing of dircmp (
GH-23424
) (
#23424
)
Nov 23, 2020
fileinput.py
bpo-43712
: fileinput: Add encoding parameter (
GH-25272
)
Apr 14, 2021
fnmatch.py
bpo-36769
: Document that fnmatch.filter supports any kind of iterable (
β¦
Dec 18, 2020
fractions.py
bpo-43420
: Simple optimizations for Fraction's arithmetics (
GH-24779
)
Mar 22, 2021
ftplib.py
bpo-43285
Make ftplib not trust the PASV response. (
GH-24838
)
Mar 15, 2021
functools.py
bpo-31082
: Use "iterable" in the docstring for functools.reduce() (
GHβ¦
Jun 28, 2020
genericpath.py
bpo-38807
: Add os.PathLike to exception message raised by _check_arg_β¦
Nov 19, 2019
getopt.py
Issue #25523: Correct "a" article to "an" article
Nov 2, 2015
getpass.py
Remove binding of captured exceptions when not used to reduce the chaβ¦
Nov 19, 2019
gettext.py
bpo-40275
: Import locale module lazily in gettext (
GH-19905
)
May 14, 2020
glob.py
bpo-43756
: Add new audit event for new arguments added to glob.glob (
Gβ¦
Apr 21, 2021
graphlib.py
[doc] Fix typo in the graphlib docs (
GH-22661
)
Oct 12, 2020
gzip.py
bpo-43787
: Add __iter__ to GzipFile, BZ2File, and LZMAFile (
GH-25353
)
Apr 13, 2021
hashlib.py
bpo-43880
: Show DeprecationWarnings for deprecated ssl module features (
Apr 19, 2021
heapq.py
Revert "Fix all Python Cookbook links (
#22205
)" (
GH-22424
)
Sep 27, 2020
hmac.py
bpo-40645
: use C implementation of HMAC (
GH-24920
)
Mar 27, 2021
imaplib.py
bpo-26543
: Fix IMAP4.noop when debug mode is enabled (
GH-15206
)
Jun 2, 2020
imghdr.py
bpo-41043
: Escape literal part of the path for glob(). (
GH-20994
)
Jun 20, 2020
imp.py
bpo-43720
: Update import-related stdlib deprecation messages to say tβ¦
Apr 3, 2021
inspect.py
bpo-38605
: Revert making 'from __future__ import annotations' the defβ¦
Apr 21, 2021
io.py
bpo-43680
: Deprecate io.OpenWrapper (
GH-25357
)
Apr 14, 2021
ipaddress.py
bpo-41521
: Replace whitelist/blacklist with allowlist/denylist (
GH-21822
Aug 11, 2020
keyword.py
bpo-42128
: Structural Pattern Matching (PEP 634) (
GH-22917
)
Feb 26, 2021
linecache.py
bpo-42133
: update parts of the stdlib to fall back to `__spec__.loadeβ¦
Nov 7, 2020
locale.py
bpo-34311
: Add locale.localize (
GH-15275
)
Apr 12, 2021
lzma.py
bpo-43787
: Add __iter__ to GzipFile, BZ2File, and LZMAFile (
GH-25353
)
Apr 13, 2021
mailbox.py
bpo-39481
: PEP 585 for dataclasses, mailbox, contextvars (
GH-19425
)
Apr 14, 2020
mailcap.py
bpo-40094
: mailcap.test() uses waitstatus_to_exitcode() (
GH-19287
)
Apr 2, 2020
mimetypes.py
bpo-43542
: Add heif/heic formats in mimetypes (
GH-24917
)
Mar 20, 2021
modulefinder.py
bpo-40443
: Remove unused imports in the stdlib (
GH-19803
)
Apr 30, 2020
netrc.py
bpo-28334
: netrc() now uses expanduser() to find .netrc file (
GH-4537
)
Nov 25, 2017
nntplib.py
bpo-39305
: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (
β¦
May 16, 2020
ntpath.py
bpo-39899
: Don't double-check directory name if we're requesting the β¦
Apr 9, 2021
nturl2path.py
bpo-29836
: Remove nturl2path from test_sundry and amend the module doβ¦
Mar 17, 2017
numbers.py
Revert "
bpo-26680
: Incorporate is_integer in all built-in and standarβ¦
Oct 7, 2020
opcode.py
bpo-43683
: Handle generator entry in bytecode (
GH-25138
)
Apr 6, 2021
operator.py
bpo-37116
: Use PEP 570 syntax for positional-only parameters. (
GH-13700
)
Jun 1, 2019
optparse.py
bpo-34605
: Avoid master/slave terms (
GH-9101
)
Sep 7, 2018
os.py
bpo-43651
: PEP 597: Fix EncodingWarning in some tests (
GH-25145
)
Apr 4, 2021
pathlib.py
bpo-35306
: Avoid raising OSError from pathlib.Path.exists when passedβ¦
Apr 22, 2021
pdb.py
bpo-26053
: Fix args echoed by pdb run command (
#22033
)
Apr 1, 2021
pickle.py
bpo-42406
: Fix whichmodule() with multiprocessing (
GH-23403
)
Nov 29, 2020
pickletools.py
bpo-36785
: PEP 574 implementation (
GH-7076
)
May 26, 2019
pipes.py
Merge doc changes from 3.2 (
#10454
,
#12298
)
Sep 1, 2011
pkgutil.py
bpo-43720
: Update import-related stdlib deprecation messages to say tβ¦
Apr 3, 2021
platform.py
bpo-43284
: Update platform.win32_ver to use _syscmd_ver instead of syβ¦
Apr 22, 2021
plistlib.py
bpo-40066
: Enum: modify `repr()` and `str()` (
GH-22392
)
Mar 31, 2021
poplib.py
bpo-39259
: poplib now rejects timeout = 0 (
GH-17912
)
Jan 10, 2020
posixpath.py
bpo-31904
: posixpath.expanduser() handles None user home on VxWorks (
Gβ¦
Dec 17, 2020
pprint.py
bpo-43080
: pprint for dataclass instances (
GH-24389
)
Apr 13, 2021
profile.py
bpo-42005
: profile and cProfile catch BrokenPipeError (
GH-22643
)
Jan 20, 2021
pstats.py
bpo-38659
: [Enum] add _simple_enum decorator (
GH-25497
)
Apr 21, 2021
pty.py
bpo-39184
: Add audit events to command execution functions in os and β¦
Feb 5, 2020
py_compile.py
bpo-38731
: Add --quiet option to py_compile CLI (
GH-17134
)
Jul 25, 2020
pyclbr.py
bpo-40443
: Remove unused imports (
GH-25429
)
Apr 16, 2021
pydoc.py
bpo-42988
: Remove the pydoc getfile feature (
GH-25015
)
Mar 29, 2021
queue.py
bpo-39481
: PEP 585 for a variety of modules (
GH-19423
)
Apr 10, 2020
quopri.py
bpo-15999
: Clean up of handling boolean arguments. (
GH-15610
)
Sep 1, 2019
random.py
Improve the error message for choices(population, 10) (
GH-25267
)
Apr 20, 2021
re.py
bpo-38659
: [Enum] add _simple_enum decorator (
GH-25497
)
Apr 21, 2021
reprlib.py
bpo-31370
: Remove support for threads-less builds (
#3385
)
Sep 7, 2017
rlcompleter.py
bpo-39314
: Closes parenthesis when autocompleting for functions that β¦
Jun 30, 2020
runpy.py
bpo-41718
: runpy now imports pkgutil in functions (
GH-24996
)
Mar 23, 2021
sched.py
bpo-19270
: Fixed sched.scheduler.cancel to cancel correct event (
GH-2β¦
Oct 19, 2020
secrets.py
bpo-40286
: Add randbytes() method to random.Random (
GH-19527
)
Apr 17, 2020
selectors.py
bpo-41182
selector: use DefaultSelector based upon implementation (
GHβ¦
Jul 23, 2020
shelve.py
bpo-34204
: Use pickle.DEFAULT_PROTOCOL in shelve (
GH-19639
)
Oct 29, 2020
shlex.py
bpo-33262
: Deprecate passing None for `s` to shlex.split() (
GH-6514
)
Apr 1, 2020
shutil.py
bpo-41718
: subprocess imports grp and pwd on demand (
GH-24987
)
Mar 23, 2021
signal.py
bpo-34282
: Fix Enum._convert shadowing members named _convert (
GH-8568
)
Sep 12, 2018
site.py
bpo-43510
: Implement PEP 597 opt-in EncodingWarning. (
GH-19481
)
Mar 29, 2021
smtpd.py
bpo-42427
: Use the errno attribute of OSError instead of args[0] (
GH-β¦
Nov 22, 2020
smtplib.py
bpo-27820
: Fix AUTH LOGIN logic in smtplib.SMTP (
GH-24118
)
Mar 12, 2021
sndhdr.py
bpo-41043
: Escape literal part of the path for glob(). (
GH-20994
)
Jun 20, 2020
socket.py
bpo-42427
: Use the errno attribute of OSError instead of args[0] (
GH-β¦
Nov 22, 2020
socketserver.py
bpo-37193
: Remove thread objects which finished process its request (
Gβ¦
Dec 31, 2020
sre_compile.py
Simplify flags checks in sre_compile.py. (
GH-9718
)
Oct 5, 2018
sre_constants.py
bpo-36793
: Remove unneeded __str__ definitions. (
GH-13081
)
May 6, 2019
sre_parse.py
bpo-37723
: Fix performance regression on regular expression parsing. (
Gβ¦
Jul 31, 2019
ssl.py
bpo-38659
: [Enum] add _simple_enum decorator (
GH-25497
)
Apr 21, 2021
stat.py
bpo-38109
: Add missing constants to Lib/stat.py (
GH-16665
)
Oct 10, 2019
statistics.py
bpo-43147
: Remove archaic terminology. (
GH-24462
)
Feb 8, 2021
string.py
bpo-38208
: Simplify string.Template by using __init_subclass__(). (
GHβ¦
Oct 21, 2019
stringprep.py
Merged revisions 55007-55179 via svnmerge from
May 7, 2007
struct.py
Issue
#17804
: New function ``struct.iter_unpack`` allows for streaminβ¦
Apr 26, 2013
subprocess.py
bpo-43510
: Implement PEP 597 opt-in EncodingWarning. (
GH-19481
)
Mar 29, 2021
sunau.py
bpo-37320
: Remove openfp() of aifc, sunau and wave (
GH-14169
)
Jun 17, 2019
symtable.py
bpo-41840
: Report module-level globals as both local and global in thβ¦
Oct 3, 2020
sysconfig.py
bpo-41282
: (PEP 632) Load install schemes from sysconfig (
GH-24549
)
Apr 14, 2021
tabnanny.py
bpo-30166
: Import command-line parsing modules only when needed. (
#1293
)
May 4, 2017
tarfile.py
bpo-39717
: [tarfile] update nested exception raising (
GH-23739
)
Dec 12, 2020
telnetlib.py
bpo-37363
: Add audit events for a range of modules (
GH-14301
)
Jun 24, 2019
tempfile.py
bpo-43510
: Implement PEP 597 opt-in EncodingWarning. (
GH-19481
)
Mar 29, 2021
textwrap.py
bpo-28660
: Make TextWrapper break long words on hyphens (
GH-22721
)
Oct 18, 2020
this.py
Fix most trivially-findable print statements.
Feb 9, 2007
threading.py
bpo-43723
: Deprecate camelCase aliases from threading (
GH-25174
)
Apr 12, 2021
timeit.py
bpo-40670
: More reliable validation of statements in timeit.Timer. (
Gβ¦
Sep 22, 2020
token.py
bpo-43822
: Improve syntax errors for missing commas (
GH-25377
)
Apr 15, 2021
tokenize.py
bpo-43014
: Improve performance of tokenize.tokenize by 20-30%
Jan 24, 2021
trace.py
Fix typo in Lib/trace.py (
GH-24309
)
Feb 1, 2021
traceback.py
bpo-43146
: fix None-handling in single-arg traceback.print_exception(β¦
Feb 23, 2021
tracemalloc.py
bpo-37961
: Fix regression in tracemalloc.Traceback.__repr__ (
GH-23805
)
Dec 16, 2020
tty.py
final round of __all__ lists (I hope) - skipped urllib2 because Mosheβ¦
Mar 1, 2001
turtle.py
bpo-41720
: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (
Gβ¦
Sep 7, 2020
types.py
bpo-38250
: [Enum] single-bit flags are canonical (
GH-24215
)
Jan 25, 2021
typing.py
bpo-38605
: Revert making 'from __future__ import annotations' the defβ¦
Apr 21, 2021
uu.py
bpo-38945
: UU Encoding: Don't let newline in filename corrupt the outβ¦
Dec 2, 2019
uuid.py
bpo-38659
: [Enum] add _simple_enum decorator (
GH-25497
)
Apr 21, 2021
warnings.py
bpo-39056
: Fix handling invalid warning category in the -W option. (
Gβ¦
Jan 5, 2020
wave.py
Fix a typo in wave module docstring (
GH-17009
)
Nov 5, 2019
weakref.py
bpo-36144
: Add union operators to WeakValueDictionary584 (
#19127
)
Mar 25, 2020
webbrowser.py
bpo-41754
: Ignore NotADirectoryError in invocation of xdg-settings (
Gβ¦
Nov 8, 2020
xdrlib.py
Issue
#11694
: Raise ConversionError in xdrlib as documented
Oct 10, 2014
zipapp.py
bpo-31638
: Add compression support to zipapp (
GH-3819
)
Sep 29, 2017
zipfile.py
bpo-42090
: zipfile.Path.joinpath now accepts multiple arguments (
GH-2β¦
Dec 16, 2020
zipimport.py
bpo-42135
: Deprecate implementations of find_module() and find_loaderβ¦
Apr 6, 2021
You canβt perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.