cpython/Lib
Gareth Rees 7ee3aca00a
gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARS
Co-authored-by: Filipe Laíns <lains@riseup.net>
2022-10-28 19:17:04 +01:00
..
__phello__
asyncio gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple times (GH-98704) 2022-10-27 10:37:12 +08:00
collections
concurrent
ctypes
curses
dbm
distutils
email
encodings
ensurepip gh-98331: Update bundled pip to 22.3 (#98332) 2022-10-18 15:48:14 +01:00
html gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
http
idlelib gh-97527: IDLE - fix buggy macosx patch (#98313) 2022-10-16 10:23:11 -04:00
importlib GH-96793: Change FOR_ITER to not pop the iterator on exhaustion. (GH-96801) 2022-10-27 11:55:03 +01:00
json
lib2to3
logging gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-98319) 2022-10-16 09:15:46 +01:00
msilib
multiprocessing gh-97514: Don't use Linux abstract sockets for multiprocessing (#98501) 2022-10-20 15:30:09 -07:00
pydoc_data Python 3.12.0a1 2022-10-25 00:08:22 +02:00
re gh-91524: Speed up the regular expression substitution (#91525) 2022-10-23 15:57:30 -07:00
site-packages
sqlite3
test GH-96793: Change FOR_ITER to not pop the iterator on exhaustion. (GH-96801) 2022-10-27 11:55:03 +01:00
tkinter gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-98436) 2022-10-19 12:30:14 +03:00
tomllib
turtledemo
unittest gh-98624 Add mutex to unittest.mock.NonCallableMock (#98688) 2022-10-28 08:51:18 +01:00
urllib gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273) 2022-10-20 14:00:56 -07:00
venv gh-98741: Remove useless check_home usage from is_python_build usage (GH-98743) 2022-10-26 22:40:47 +01:00
wsgiref gh-92886: Replace assertion statements in handlers.BaseHandler to support running with optimizations (-O) (GH-93231) 2022-10-19 11:38:59 +01:00
xml
xmlrpc
zoneinfo
__future__.py
__hello__.py
_aix_support.py
_collections_abc.py
_compat_pickle.py
_compression.py
_markupbase.py
_osx_support.py
_py_abc.py
_pydecimal.py
_pyio.py
_pylong.py gh-90716: add _pylong.py module (#96673) 2022-10-25 22:00:50 -07:00
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
bisect.py
bz2.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (#94370) 2022-10-21 16:01:05 -07:00
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
contextvars.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
dataclasses.py
datetime.py gh-98378: Add small format string example to strftime comments (GH-98379) 2022-10-18 06:42:10 -07:00
decimal.py
difflib.py
dis.py
doctest.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py
gzip.py gh-95534: Improve gzip reading speed by 10% (#97664) 2022-10-16 19:10:58 -07:00
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py gh-85455: Add missing doc strings and improve docs (#21573) 2022-10-15 09:31:06 -04:00
imp.py
inspect.py
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
nturl2path.py
numbers.py
opcode.py GH-96793: Change FOR_ITER to not pop the iterator on exhaustion. (GH-96801) 2022-10-27 11:55:03 +01:00
operator.py
optparse.py
os.py
pathlib.py
pdb.py gh-93696: Locate frozen module source with __file__ (#93697) 2022-10-25 06:22:53 -07:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py gh-98374: Suppress ImportError for invalid query for help() command. (gh-98450) 2022-10-20 10:56:21 +09:00
queue.py
quopri.py
random.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py
smtplib.py
sndhdr.py gh-85525: Indicate supported sound header formats (#21575) 2022-10-15 09:30:05 -04:00
socket.py
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 gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARS 2022-10-28 19:17:04 +01:00
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
tokenize.py
trace.py
traceback.py gh-91058: Add error suggestions to 'import from' import errors (#98305) 2022-10-25 23:56:59 +01:00
tracemalloc.py
tty.py
turtle.py
types.py
typing.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py
zipimport.py