This website requires JavaScript.
Explore
Help
Sign in
languages
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2024-11-02 12:55:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
dbe60ee09d
cpython
/
Lib
History
Brandt Bucher
dbe60ee09d
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
2021-04-29 17:19:28 -07:00
..
asyncio
collections
concurrent
ctypes
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
2021-04-29 13:12:51 +01:00
curses
dbm
distutils
email
encodings
ensurepip
html
http
idlelib
bpo-37892: Use space indents in IDLE Shell (GH-25678)
2021-04-29 06:48:18 -04:00
importlib
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
2021-04-29 13:12:51 +01:00
json
lib2to3
logging
msilib
multiprocessing
pydoc_data
site-packages
sqlite3
test
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
2021-04-29 17:19:28 -07:00
tkinter
turtledemo
unittest
urllib
bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595)
2021-04-29 10:16:50 -07:00
venv
wsgiref
xml
xmlrpc
zoneinfo
__future__.py
__phello__.foo.py
_aix_support.py
_bootsubprocess.py
_collections_abc.py
bpo-41559: Change PEP 612 implementation to pure Python (
#25449
)
2021-04-28 08:38:14 -07:00
_compat_pickle.py
_compression.py
bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
2021-04-27 23:58:54 -07:00
_markupbase.py
_osx_support.py
_py_abc.py
_pydecimal.py
_pyio.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py
bpo-43892: Make match patterns explicit in the AST (GH-25585)
2021-04-28 22:58:44 -07:00
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
calendar.py
cgi.py
bpo-41139: Deprecate
cgi.log()
(GH-25625)
2021-04-29 11:36:04 +09:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
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
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
hashlib.py
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
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)
2021-04-28 16:50:17 +01:00
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
bpo-43651: Fix EncodingWarning in
os.fdopen()
and test_os (GH-25654)
2021-04-29 11:35:36 +09:00
pathlib.py
bpo-43970: Optimize Path.cwd() in pathlib by not instantiating a class unnecessarily (GH-25699)
2021-04-28 19:01:51 -04:00
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)
2021-04-28 16:50:17 +01:00
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py
smtpd.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
bpo-43776: Remove list call from args in Popen repr (GH-25338)
2021-04-28 01:16:38 -07: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
zipfile.py
zipimport.py