|
Failed to load latest commit information. |
|
asyncio
|
bpo-39764: Make Task.get_stack accept ag_frame (#18669)
|
Mar 2, 2020
|
|
collections
|
bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)
|
Mar 23, 2020
|
|
concurrent
|
bpo-39812: Remove daemon threads in concurrent.futures (GH-19149)
|
Mar 27, 2020
|
|
ctypes
|
bpo-16575: Disabled checks for union types being passed by value. (GHβ¦
|
Jan 12, 2020
|
|
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-40112: distutils test_search_cpp: Fix logic to determine if C comβ¦
|
Apr 3, 2020
|
|
email
|
bpo-39073: validate Address parts to disallow CRLF (#19007)
|
Mar 30, 2020
|
|
encodings
|
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
|
Feb 25, 2020
|
|
ensurepip
|
bpo-38662: ensurepip invokes pip via runpy (GH-18901)
|
Mar 10, 2020
|
|
html
|
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)
|
Aug 27, 2019
|
|
http
|
bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285)
|
Apr 2, 2020
|
|
idlelib
|
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (Gβ¦
|
Apr 4, 2020
|
|
importlib
|
bpo-40050: Fix importlib._bootstrap_external (GH-19135)
|
Mar 24, 2020
|
|
json
|
bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779)
|
Mar 10, 2020
|
|
lib2to3
|
lib2to3: Support named assignment expressions (GH-12702)
|
Apr 2, 2020
|
|
logging
|
bpo-39826: add getConnection() hook to logging HTTPHandler (GH-18745)
|
Mar 4, 2020
|
|
msilib
|
Remove binding of captured exceptions when not used to reduce the chaβ¦
|
Nov 19, 2019
|
|
multiprocessing
|
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
|
Apr 1, 2020
|
|
pydoc_data
|
Python 3.9.0a5
|
Mar 23, 2020
|
|
site-packages
|
Issue #29283: Delete accidentally added Lib/site-packages/README
|
Jan 30, 2017
|
|
sqlite3
|
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES β¦
|
Mar 21, 2020
|
|
test
|
bpo-40182: Remove the _field_types attribute of the NamedTuple class (Gβ¦
|
Apr 4, 2020
|
|
tkinter
|
bpo-39152: add missing ttk.Scale.configure return value (GH-17815)
|
Jan 5, 2020
|
|
turtledemo
|
Mark files as executable that are meant as scripts. (GH-15354)
|
Sep 9, 2019
|
|
unittest
|
bpo-39915: Ensure await_args_list is updated according to the order iβ¦
|
Mar 11, 2020
|
|
urllib
|
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284)
|
Apr 2, 2020
|
|
venv
|
bpo-38972: Link to instructions to change PowerShell execution policy (β¦
|
Apr 2, 2020
|
|
wsgiref
|
bpo-8138: Initialize wsgiref's SimpleServer as single-threaded (GH-12977
|
May 24, 2019
|
|
xml
|
bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108)
|
Mar 22, 2020
|
|
xmlrpc
|
bpo-38786: Add parsing of https links to pydoc (GH-17143)
|
Nov 13, 2019
|
|
__future__.py
|
bpo-35526: make __future__.barry_as_FLUFL mandatory for Python 4.0 (#β¦
|
Dec 19, 2018
|
|
__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
|
|
_bootlocale.py
|
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
|
Dec 13, 2017
|
|
_bootsubprocess.py
|
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
|
Apr 1, 2020
|
|
_collections_abc.py
|
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
|
Jun 1, 2019
|
|
_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
|
#13576: add tests about the handling of (possibly broken) condcoms.
|
Dec 19, 2011
|
|
_osx_support.py
|
bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900)
|
Dec 19, 2018
|
|
_py_abc.py
|
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
|
Jun 1, 2019
|
|
_pydecimal.py
|
bpo-39794: Add --without-decimal-contextvar (#18702)
|
Feb 29, 2020
|
|
_pyio.py
|
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (
|
Mar 4, 2020
|
|
_sitebuiltins.py
|
#9364: Improve the text printed by help(pydoc) and help(help).
|
Apr 19, 2014
|
|
_strptime.py
|
Fix outdated comment in _strptime.py (GH-17929)
|
Jan 12, 2020
|
|
_threading_local.py
|
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
|
Jun 1, 2019
|
|
_weakrefset.py
|
bpo-36949: Implement __repr__ on WeakSet (GH-13415)
|
May 20, 2019
|
|
abc.py
|
bpo-35609: Remove examples for deprecated decorators in the abc modulβ¦
|
Dec 31, 2018
|
|
aifc.py
|
bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)
|
Jun 17, 2019
|
|
antigravity.py
|
Change the xkcd link in comment over https. (GH-5452)
|
Sep 14, 2018
|
|
argparse.py
|
bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chβ¦
|
Feb 18, 2020
|
|
ast.py
|
bpo-39999: Improve compatibility of the ast module. (GH-19056)
|
Mar 22, 2020
|
|
asynchat.py
|
Remove binding of captured exceptions when not used to reduce the chaβ¦
|
Nov 19, 2019
|
|
asyncore.py
|
bpo-15999: Always pass bool instead of int to socket.setblocking(). (Gβ¦
|
Sep 1, 2019
|
|
base64.py
|
bpo-39351: Remove base64.encodestring() (GH-18022)
|
Jan 16, 2020
|
|
bdb.py
|
bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_staβ¦
|
Feb 24, 2020
|
|
binhex.py
|
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
|
Jan 30, 2020
|
|
bisect.py
|
bpo-38626: Add comment explaining why __lt__ is used. (GH-16978)
|
Oct 29, 2019
|
|
bz2.py
|
bpo-39357: Update bz2 docstring: remove buffering (GH-18036)
|
Jan 17, 2020
|
|
cProfile.py
|
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (Gβ¦
|
Jun 5, 2019
|
|
calendar.py
|
bpo-28292: Mark calendar.py helper functions as private. (GH-15113)
|
Aug 4, 2019
|
|
cgi.py
|
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has⦠(
|
Sep 11, 2019
|
|
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-38971: Open file in codecs.open() closes if exception raised. (GHβ¦
|
Mar 2, 2020
|
|
codeop.py
|
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (
|
Dec 6, 2019
|
|
colorsys.py
|
Issue #14323: Expanded the number of digits in the coefficients for the
|
Aug 6, 2013
|
|
compileall.py
|
bpo-39769: Fix compileall ddir for subpkgs. (GH-18676)
|
Feb 29, 2020
|
|
configparser.py
|
fix typo in configparser doc (GH-12154)
|
Mar 4, 2019
|
|
contextlib.py
|
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (Gβ¦
|
Jun 5, 2019
|
|
contextvars.py
|
bpo-32436: Implement PEP 567 (#5027)
|
Jan 23, 2018
|
|
copy.py
|
bpo-38293: Allow shallow and deep copying of property objects (GH-16438)
|
Jan 12, 2020
|
|
copyreg.py
|
bpo-33138: Change standard error message for non-pickleable and non-cβ¦
|
Oct 31, 2018
|
|
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-34776: Fix dataclasses to support __future__ "annotations" mode (#β¦
|
Dec 9, 2019
|
|
datetime.py
|
bpo-38155: Add __all__ to datetime module (GH-16203)
|
Sep 19, 2019
|
|
decimal.py
|
Whitespace.
|
Sep 10, 2014
|
|
difflib.py
|
bpo-38738: Fix formatting of True and False. (GH-17083)
|
Nov 12, 2019
|
|
dis.py
|
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079)
|
Sep 28, 2019
|
|
doctest.py
|
bpo-1812: Fix newline conversion when doctest.testfile loads from a pβ¦
|
Mar 26, 2020
|
|
enum.py
|
bpo-38045: Improve the performance of _decompose() in enum.py (GH-16483)
|
Nov 26, 2019
|
|
filecmp.py
|
Remove binding of captured exceptions when not used to reduce the chaβ¦
|
Nov 19, 2019
|
|
fileinput.py
|
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (
|
Mar 4, 2020
|
|
fnmatch.py
|
bpo-32775: Fix regular expression warnings in fnmatch. (#5583)
|
Feb 9, 2018
|
|
formatter.py
|
Issue #25407: Drop the mention of the formatter module being removed
|
Oct 16, 2015
|
|
fractions.py
|
bpo-39350: Fix fractions for int subclasses (GH-18375)
|
Feb 7, 2020
|
|
ftplib.py
|
bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959)
|
Jan 13, 2020
|
|
functools.py
|
Updates functools.py with consistent quotes (GH-18825)
|
Mar 11, 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-36239: Skip comments in gettext infos (GH-12255)
|
May 9, 2019
|
|
glob.py
|
bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-1β¦
|
Feb 6, 2020
|
|
gzip.py
|
bpo-39389: gzip: fix compression level metadata (GH-18077)
|
Jan 21, 2020
|
|
hashlib.py
|
bpo-38153: Normalize hashlib algorithm names (GH-16083)
|
Sep 13, 2019
|
|
heapq.py
|
bpo-29984: Improve 'heapq' test coverage (GH-992)
|
Jun 1, 2019
|
|
hmac.py
|
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
|
Oct 18, 2019
|
|
imaplib.py
|
bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (Gβ¦
|
Jan 7, 2020
|
|
imghdr.py
|
Issue #28228: imghdr now supports pathlib
|
Oct 1, 2016
|
|
imp.py
|
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (
|
Mar 4, 2020
|
|
inspect.py
|
bpo-39957: Change Signature.parameters to OrderedDict (GH-18988)
|
Mar 18, 2020
|
|
io.py
|
bpo-36842: Implement PEP 578 (GH-12613)
|
May 23, 2019
|
|
ipaddress.py
|
bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 β¦
|
Mar 9, 2020
|
|
keyword.py
|
bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens fileβ¦
|
Mar 25, 2019
|
|
linecache.py
|
Fix linecache.py add lazycache to __all__ and use dict.clear to clearβ¦
|
Jan 26, 2020
|
|
locale.py
|
bpo-38536: locale: Remove trailing space in formatted currency (GH-16864
|
Jan 20, 2020
|
|
lzma.py
|
Issue #28229: lzma module now supports pathlib
|
Oct 4, 2016
|
|
mailbox.py
|
bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#β¦
|
Oct 19, 2018
|
|
mailcap.py
|
bpo-40094: mailcap.test() uses waitstatus_to_exitcode() (GH-19287)
|
Apr 2, 2020
|
|
mimetypes.py
|
bpo-39299: Add more tests for mimetypes and its cli. (GH-17949)
|
Jan 13, 2020
|
|
modulefinder.py
|
bpo-37032: Add CodeType.replace() method (GH-13542)
|
May 24, 2019
|
|
netrc.py
|
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
|
Nov 25, 2017
|
|
nntplib.py
|
bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035)
|
Jan 22, 2020
|
|
ntpath.py
|
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (Gβ¦
|
Nov 15, 2019
|
|
nturl2path.py
|
bpo-29836: Remove nturl2path from test_sundry and amend the module doβ¦
|
Mar 17, 2017
|
|
numbers.py
|
Fix miscellaneous typos (#4275)
|
Nov 5, 2017
|
|
opcode.py
|
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
|
Jan 27, 2020
|
|
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-40094: Add os.waitstatus_to_exitcode() (GH-19201)
|
Apr 1, 2020
|
|
pathlib.py
|
bpo-39682: make `pathlib.Path` immutable by removing (undocumented) sβ¦
|
Apr 1, 2020
|
|
pdb.py
|
bpo-38723: Pdb._runscript should use io.open_code() instead of open() (β¦
|
Nov 12, 2019
|
|
pickle.py
|
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
|
Jan 24, 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-12915: Improve Unicode support for package names and attributes. (Gβ¦
|
Feb 28, 2020
|
|
platform.py
|
bpo-35389: platform.platform() calls libc_ver() without executable (Gβ¦
|
Jun 27, 2019
|
|
plistlib.py
|
bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615)
|
Sep 5, 2019
|
|
poplib.py
|
bpo-39259: poplib now rejects timeout = 0 (GH-17912)
|
Jan 10, 2020
|
|
posixpath.py
|
bpo-35755: Remove current directory from posixpath.defpath (GH-11586)
|
Apr 17, 2019
|
|
pprint.py
|
bpo-37376: pprint support for SimpleNamespace (GH-14318)
|
Jun 26, 2019
|
|
profile.py
|
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (Gβ¦
|
Jun 5, 2019
|
|
pstats.py
|
bpo-37958: Adding get_profile_dict to pstats (GH-15495)
|
Jan 15, 2020
|
|
pty.py
|
bpo-39184: Add audit events to command execution functions in os and β¦
|
Feb 5, 2020
|
|
py_compile.py
|
bpo-22640: Add silent mode to py_compile.compile() (GH-12976)
|
May 28, 2019
|
|
pyclbr.py
|
Fix typos in docs and docstrings (GH-13745)
|
Jun 2, 2019
|
|
pydoc.py
|
bpo-21016: pydoc and trace use sysconfig (GH-18476)
|
Feb 12, 2020
|
|
queue.py
|
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
|
Jun 25, 2019
|
|
quopri.py
|
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
|
Sep 1, 2019
|
|
random.py
|
bpo-38881: choices() raises ValueError when all weights are zero (GH-β¦
|
Nov 23, 2019
|
|
re.py
|
bpo-40016: re docstring: Clarify relationship of inline and argument β¦
|
Mar 25, 2020
|
|
reprlib.py
|
bpo-31370: Remove support for threads-less builds (#3385)
|
Sep 7, 2017
|
|
rlcompleter.py
|
Merge 3.5
|
Feb 4, 2016
|
|
runpy.py
|
bpo-40108: Improve the error message in runpy when importing a moduleβ¦
|
Mar 31, 2020
|
|
sched.py
|
bpo-31370: Remove support for threads-less builds (#3385)
|
Sep 7, 2017
|
|
secrets.py
|
Issue #29061: secrets.randbelow() would hang with a negative input
|
Dec 30, 2016
|
|
selectors.py
|
bpo-30624 remaining bare except (#2108)
|
Jun 12, 2017
|
|
shelve.py
|
Fix misleading docsting of shelve.open(). (GH-6427)
|
Apr 9, 2018
|
|
shlex.py
|
bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)
|
Apr 1, 2020
|
|
shutil.py
|
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, β¦
|
Feb 13, 2020
|
|
signal.py
|
bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568)
|
Sep 12, 2018
|
|
site.py
|
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
|
Mar 10, 2020
|
|
smtpd.py
|
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
|
Oct 12, 2019
|
|
smtplib.py
|
bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)
|
Jan 14, 2020
|
|
sndhdr.py
|
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
|
Nov 10, 2017
|
|
socket.py
|
Fix host in address of socket.create_server example. (GH-17706)
|
Jan 11, 2020
|
|
socketserver.py
|
Fix typo in Lib/socketserver.py (GH-17024)
|
Nov 16, 2019
|
|
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-37463: match_hostname requires quad-dotted IPv4 (GH-14499)
|
Jul 2, 2019
|
|
stat.py
|
bpo-38109: Add missing constants to Lib/stat.py (GH-16665)
|
Oct 10, 2019
|
|
statistics.py
|
bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-1β¦
|
Nov 12, 2019
|
|
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-40094: Add os.waitstatus_to_exitcode() (GH-19201)
|
Apr 1, 2020
|
|
sunau.py
|
bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)
|
Jun 17, 2019
|
|
symbol.py
|
bpo-35766: Merge typed_ast back into CPython (GH-11645)
|
Jan 31, 2019
|
|
symtable.py
|
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (
|
Oct 20, 2018
|
|
sysconfig.py
|
bpo-24916: Remove an outdated comment. (GH-19101)
|
Mar 21, 2020
|
|
tabnanny.py
|
bpo-30166: Import command-line parsing modules only when needed. (#1293)
|
May 4, 2017
|
|
tarfile.py
|
bpo-18819: tarfile: only set device fields for device files (GH-18080)
|
Feb 12, 2020
|
|
telnetlib.py
|
bpo-37363: Add audit events for a range of modules (GH-14301)
|
Jun 24, 2019
|
|
tempfile.py
|
bpo-39719: Remove softspace from tempfile.SpooledTemporaryFile (GH-18599
|
Mar 17, 2020
|
|
textwrap.py
|
bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)
|
Jun 30, 2019
|
|
this.py
|
Fix most trivially-findable print statements.
|
Feb 9, 2007
|
|
threading.py
|
bpo-39812: Remove daemon threads in concurrent.futures (GH-19149)
|
Mar 27, 2020
|
|
timeit.py
|
bpo-28240: timeit: Update repeat() doc (GH-7419)
|
Jun 6, 2018
|
|
token.py
|
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
|
Mar 7, 2019
|
|
tokenize.py
|
bpo-5028: Fix up rest of documentation for tokenize documenting line (Gβ¦
|
May 30, 2019
|
|
trace.py
|
bpo-21016: pydoc and trace use sysconfig (GH-18476)
|
Feb 12, 2020
|
|
traceback.py
|
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (Gβ¦
|
Aug 8, 2019
|
|
tracemalloc.py
|
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
|
Oct 15, 2019
|
|
tty.py
|
final round of __all__ lists (I hope) - skipped urllib2 because Mosheβ¦
|
Mar 1, 2001
|
|
turtle.py
|
Fix typos in docs and docstrings (GH-13745)
|
Jun 2, 2019
|
|
types.py
|
bpo-37032: Add CodeType.replace() method (GH-13542)
|
May 24, 2019
|
|
typing.py
|
bpo-40182: Remove the _field_types attribute of the NamedTuple class (Gβ¦
|
Apr 4, 2020
|
|
uu.py
|
bpo-38945: UU Encoding: Don't let newline in filename corrupt the outβ¦
|
Dec 2, 2019
|
|
uuid.py
|
bpo-39991: Enhance uuid parser for MAC address (GH-19045)
|
Mar 17, 2020
|
|
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
|
Fix typo from base to based (GH-18055)
|
Jan 19, 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-39830: Add zipfile.Path to __all__ (GH-19115)
|
Mar 23, 2020
|
|
zipimport.py
|
bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)
|
Dec 15, 2019
|