This website requires JavaScript.
Explore
Help
Sign in
ilusha
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2026-09-27 08:28:31 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a35fd38b57
cpython
/
Lib
History
Download ZIP
Download TAR.GZ
Jason R. Coombs
a35fd38b57
gh-102209: Sync with zipp 3.15 moving complexity tests into dedicated module (
#102232
)
...
Sync with
jaraco/zipp@757a4e1a
.
2023-02-25 11:15:48 -05:00
..
__phello__
asyncio
gh-100226: Clarify StreamReader.read behavior (
#101807
)
2023-02-17 13:01:26 -08:00
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
encodings
ensurepip
gh-101997: Update bundled pip version to 23.0.1 (
#101998
)
2023-02-25 12:00:12 +00:00
html
gh-100210: Correct the comment link for unescaping HTML (
#100212
)
2023-02-19 11:18:12 +01:00
http
idlelib
importlib
gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)
2023-02-18 16:29:22 -05: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-102209: Sync with zipp 3.15 moving complexity tests into dedicated module (
#102232
)
2023-02-25 11:15:48 -05:00
tkinter
tomllib
turtledemo
unittest
urllib
gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100)
2023-02-22 00:14:41 +09:00
venv
wsgiref
xml
xmlrpc
zipfile
gh-102209: Sync with zipp 3.15 moving complexity tests into dedicated module (
#102232
)
2023-02-25 11:15:48 -05:00
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
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py
base64.py
bdb.py
gh-101517: make bdb avoid looking up in linecache with lineno=None (
#101787
)
2023-02-10 16:49:29 +00:00
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
contextlib.py
contextvars.py
copy.py
copyreg.py
cProfile.py
crypt.py
csv.py
dataclasses.py
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-87849: Simplify stack effect of SEND and specialize it for generators and coroutines. (GH-101788)
2023-02-13 11:24:55 +00:00
doctest.py
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
gh-101961 fileinput.hookcompressed should not set the encoding value for the binary mode (gh-102068)
2023-02-21 12:10:29 +09:00
fnmatch.py
fractions.py
ftplib.py
functools.py
gh-87634: remove locking from functools.cached_property (GH-101890)
2023-02-22 17:49:22 -08:00
genericpath.py
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
2023-02-08 14:34:24 +00:00
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py
gzip.py
hashlib.py
gh-99108: Refactor _sha256 & _sha512 into _sha2. (
#101924
)
2023-02-15 22:08:20 -08:00
heapq.py
hmac.py
imaplib.py
imghdr.py
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
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
2023-02-08 14:34:24 +00:00
nturl2path.py
numbers.py
opcode.py
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (
#101800
)
2023-02-14 11:54:13 +00:00
operator.py
optparse.py
os.py
pathlib.py
gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (GH-100812)
2023-02-17 14:08:14 +00:00
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
2023-02-08 14:34:24 +00:00
pprint.py
profile.py
pstats.py
pty.py
gh-85984: Remove legacy Lib/pty.py code. (
#92365
)
2023-02-08 17:00:17 -08:00
py_compile.py
pyclbr.py
pydoc.py
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
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
gh-101283: Fix use of unbound variable (GH-101712)
2023-02-08 23:38:56 +00:00
sunau.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py
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
zipimport.py