.. |
__phello__
|
|
|
asyncio
|
gh-101317: Add ssl_shutdown_timeout parameter for asyncio.StreamWriter.start_tls (#101335)
|
2023-02-01 16:33:59 +05:30 |
collections
|
gh-101446: Change repr of collections.OrderedDict (#101661)
|
2023-02-07 20:01:10 -06:00 |
concurrent
|
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
|
2023-02-03 15:20:46 -08:00 |
ctypes
|
bpo-33591: Add support for path like objects to ctypes.CDLL (#7032)
|
2023-02-05 23:06:57 +05:30 |
curses
|
|
|
dbm
|
|
|
email
|
gh-101021: Document binary parameters as bytes (#101024)
|
2023-01-14 11:01:27 -08:00 |
encodings
|
|
|
ensurepip
|
gh-101570: Update bundled pip version to 23.0 (#101571)
|
2023-02-05 11:30:44 +00:00 |
html
|
|
|
http
|
gh-91219: http - use subclassing to override index_pages attribute (GH-100731)
|
2023-01-03 15:20:08 -08:00 |
idlelib
|
IDLE - fix module browser test (#100647)
|
2022-12-31 19:01:44 -05:00 |
importlib
|
gh-101632: Add the new RETURN_CONST opcode (#101633)
|
2023-02-07 22:32:21 +00:00 |
json
|
|
|
lib2to3
|
|
|
logging
|
|
|
msilib
|
|
|
multiprocessing
|
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
|
2023-02-03 15:20:46 -08:00 |
pydoc_data
|
Python 3.12.0a5
|
2023-02-07 13:21:15 +01:00 |
re
|
|
|
site-packages
|
|
|
sqlite3
|
|
|
test
|
gh-100933: Improve check_element helper in test_xml_etree (#100934)
|
2023-02-08 11:13:43 +01:00 |
tkinter
|
gh-57762: fix misleading tkinter.Tk docstring (#98837)
|
2022-12-22 16:35:32 -06:00 |
tomllib
|
|
|
turtledemo
|
|
|
unittest
|
gh-96127: Fix inspect.signature call on mocks (#96335)
|
2023-01-07 10:49:15 +00:00 |
urllib
|
gh-88500: Reduce memory use of urllib.unquote (#96763)
|
2022-12-10 16:17:39 -08:00 |
venv
|
gh-100676: Improve description for venv --upgrade-deps (GH-100678)
|
2023-01-02 12:17:58 +00:00 |
wsgiref
|
|
|
xml
|
gh-83122: Deprecate testing element truth values in ElementTree (#31149)
|
2023-01-22 17:16:48 -08:00 |
xmlrpc
|
|
|
zipfile
|
gh-101144: Allow open and read_text encoding to be positional. (#101145)
|
2023-01-19 23:04:30 -08:00 |
zoneinfo
|
|
|
__future__.py
|
|
|
__hello__.py
|
|
|
_aix_support.py
|
gh-96305: Fix AIX build by avoiding subprocess during bootstrap (#96429)
|
2023-02-02 12:30:49 -08:00 |
_collections_abc.py
|
|
|
_compat_pickle.py
|
|
|
_compression.py
|
|
|
_markupbase.py
|
|
|
_osx_support.py
|
|
|
_py_abc.py
|
|
|
_pydecimal.py
|
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (GH-99520)
|
2023-01-13 11:31:06 +00:00 |
_pyio.py
|
|
|
_pylong.py
|
|
|
_sitebuiltins.py
|
|
|
_strptime.py
|
|
|
_threading_local.py
|
|
|
_weakrefset.py
|
|
|
abc.py
|
|
|
aifc.py
|
|
|
antigravity.py
|
|
|
argparse.py
|
|
|
ast.py
|
|
|
base64.py
|
|
|
bdb.py
|
|
|
bisect.py
|
|
|
bz2.py
|
|
|
calendar.py
|
|
|
cgi.py
|
|
|
cgitb.py
|
|
|
chunk.py
|
|
|
cmd.py
|
|
|
code.py
|
|
|
codecs.py
|
|
|
codeop.py
|
|
|
colorsys.py
|
|
|
compileall.py
|
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
|
2023-02-02 15:50:35 -08:00 |
configparser.py
|
gh-100520: Fix rst markup in configparser docstrings (#100524)
|
2022-12-26 17:08:49 +05:30 |
contextlib.py
|
gh-95882: fix regression in the traceback of exceptions propagated from inside a contextlib context manager (#95883)
|
2023-01-03 15:47:13 +00:00 |
contextvars.py
|
|
|
copy.py
|
gh-100815: Normalize types module usage in copy module (#100816)
|
2023-01-07 21:29:53 +00:00 |
copyreg.py
|
|
|
cProfile.py
|
|
|
crypt.py
|
|
|
csv.py
|
bpo-44512: Fix handling of extrasactions arg to csv.DictWriter with mixed or upper case (#26924)
|
2022-12-09 16:14:33 +00:00 |
dataclasses.py
|
gh-90104: avoid RecursionError on recursive dataclass field repr (gh-100756)
|
2023-01-05 19:19:40 -05:00 |
datetime.py
|
Trivial Change: Remove unhelpful doc in datetime.timedelta (#100164)
|
2023-02-06 06:55:37 +04:00 |
decimal.py
|
|
|
difflib.py
|
|
|
dis.py
|
gh-101632: Add the new RETURN_CONST opcode (#101633)
|
2023-02-07 22:32:21 +00:00 |
doctest.py
|
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (GH-99520)
|
2023-01-13 11:31:06 +00:00 |
enum.py
|
gh-101541: [Enum] create flag psuedo-member without calling original __new__ (GH-101590)
|
2023-02-05 19:29:06 -08:00 |
filecmp.py
|
|
|
fileinput.py
|
|
|
fnmatch.py
|
|
|
fractions.py
|
gh-67790: Support float-style formatting for Fraction instances (#100161)
|
2023-01-22 18:44:49 +00:00 |
ftplib.py
|
|
|
functools.py
|
|
|
genericpath.py
|
|
|
getopt.py
|
|
|
getpass.py
|
|
|
gettext.py
|
|
|
glob.py
|
|
|
graphlib.py
|
|
|
gzip.py
|
|
|
hashlib.py
|
|
|
heapq.py
|
|
|
hmac.py
|
|
|
imaplib.py
|
|
|
imghdr.py
|
|
|
imp.py
|
|
|
inspect.py
|
gh-94912: Adjusted check for non-standard coroutine function marker. (#100935)
|
2023-01-11 13:17:26 -08:00 |
io.py
|
|
|
ipaddress.py
|
|
|
keyword.py
|
|
|
linecache.py
|
|
|
locale.py
|
|
|
lzma.py
|
|
|
mailbox.py
|
|
|
mailcap.py
|
|
|
mimetypes.py
|
|
|
modulefinder.py
|
|
|
netrc.py
|
|
|
nntplib.py
|
|
|
ntpath.py
|
gh-101000: Add os.path.splitroot() (#101002)
|
2023-01-27 00:28:27 +00:00 |
nturl2path.py
|
|
|
numbers.py
|
|
|
opcode.py
|
gh-101632: Add the new RETURN_CONST opcode (#101633)
|
2023-02-07 22:32:21 +00:00 |
operator.py
|
|
|
optparse.py
|
|
|
os.py
|
gh-89727: Improve os.walk complexity (#100671)
|
2023-01-02 13:41:19 -08:00 |
pathlib.py
|
gh-101000: Add os.path.splitroot() (#101002)
|
2023-01-27 00:28:27 +00:00 |
pdb.py
|
|
|
pickle.py
|
gh-99482: remove jython compatibility parts from stdlib and tests (#99484)
|
2022-12-23 14:17:24 -06:00 |
pickletools.py
|
|
|
pipes.py
|
|
|
pkgutil.py
|
|
|
platform.py
|
gh-100750: pass encoding kwarg in lib/platform.py (#100751)
|
2023-01-20 23:25:38 +01:00 |
plistlib.py
|
|
|
poplib.py
|
|
|
posixpath.py
|
gh-101000: Add os.path.splitroot() (#101002)
|
2023-01-27 00:28:27 +00:00 |
pprint.py
|
|
|
profile.py
|
|
|
pstats.py
|
|
|
pty.py
|
|
|
py_compile.py
|
|
|
pyclbr.py
|
|
|
pydoc.py
|
|
|
queue.py
|
|
|
quopri.py
|
|
|
random.py
|
GH-101097: Switch from standard interval notation to greater or less than signs for random.random()'s documentation (#101119)
|
2023-01-22 14:58:36 -06:00 |
reprlib.py
|
|
|
rlcompleter.py
|
|
|
runpy.py
|
|
|
sched.py
|
|
|
secrets.py
|
|
|
selectors.py
|
|
|
shelve.py
|
|
|
shlex.py
|
|
|
shutil.py
|
|
|
signal.py
|
|
|
site.py
|
gh-99482: remove jython compatibility parts from stdlib and tests (#99484)
|
2022-12-23 14:17:24 -06:00 |
smtplib.py
|
|
|
sndhdr.py
|
|
|
socket.py
|
gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
|
2022-12-21 22:25:04 +09:00 |
socketserver.py
|
|
|
sre_compile.py
|
|
|
sre_constants.py
|
|
|
sre_parse.py
|
|
|
ssl.py
|
|
|
stat.py
|
|
|
statistics.py
|
|
|
string.py
|
|
|
stringprep.py
|
|
|
struct.py
|
|
|
subprocess.py
|
|
|
sunau.py
|
|
|
symtable.py
|
|
|
sysconfig.py
|
|
|
tabnanny.py
|
|
|
tarfile.py
|
|
|
telnetlib.py
|
|
|
tempfile.py
|
|
|
textwrap.py
|
|
|
this.py
|
|
|
threading.py
|
gh-100228: Warn from os.fork() if other threads exist. (#100229)
|
2022-12-29 14:41:39 -08:00 |
timeit.py
|
|
|
token.py
|
|
|
tokenize.py
|
|
|
trace.py
|
|
|
traceback.py
|
|
|
tracemalloc.py
|
|
|
tty.py
|
|
|
turtle.py
|
|
|
types.py
|
gh-99482: remove jython compatibility parts from stdlib and tests (#99484)
|
2022-12-23 14:17:24 -06:00 |
typing.py
|
gh-101015: Fix typing.get_type_hints with unpacked *tuple (PEP 646) (#101031)
|
2023-01-23 07:52:58 +00:00 |
uu.py
|
|
|
uuid.py
|
GH-88597: Rename uuid's new CLI args to be in line with uuidgen. (#101248)
|
2023-01-25 09:39:42 -08:00 |
warnings.py
|
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
|
2023-01-27 18:35:14 -08:00 |
wave.py
|
|
|
weakref.py
|
|
|
webbrowser.py
|
|
|
xdrlib.py
|
|
|
zipapp.py
|
|
|
zipimport.py
|
|
|