mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
![]() * Working draft without _source * Re-use itemgetter() instances * Speed-up calls to __new__() with a pre-bound tuple.__new__() * Add note regarding string interning * Remove unnecessary create function wrappers * Minor sync-ups with PR-2736. Mostly formatting and f-strings * Bring-in qualname/__module fix-ups from PR-2736 * Formally remove the verbose flag and _source attribute * Restore a test of potentially problematic field names * Restore kwonly_args test but without the verbose option * Adopt Inada's idea to reuse the docstrings for the itemgetters * Neaten-up a bit * Add news blurb * Serhiy pointed-out the need for interning * Jelle noticed as missing f on an f-string * Add whatsnew entry for feature removal * Accede to request for dict literals instead keyword arguments * Leave the method.__module__ attribute pointing the actual location of the code * Improve variable names and add a micro-optimization for an non-public helper function * Simplify by in-lining reuse_itemgetter() * Arrange steps in more logical order * Save docstring in local cache instead of interning |
||
---|---|---|
.. | ||
asyncio | ||
collections | ||
concurrent | ||
ctypes | ||
curses | ||
dbm | ||
distutils | ||
encodings | ||
ensurepip | ||
html | ||
http | ||
idlelib | ||
importlib | ||
json | ||
lib2to3 | ||
logging | ||
msilib | ||
multiprocessing | ||
pydoc_data | ||
site-packages | ||
sqlite3 | ||
test | ||
tkinter | ||
turtledemo | ||
unittest | ||
urllib | ||
venv | ||
wsgiref | ||
xml | ||
xmlrpc | ||
__future__.py | ||
__phello__.foo.py | ||
_bootlocale.py | ||
_collections_abc.py | ||
_compat_pickle.py | ||
_compression.py | ||
_markupbase.py | ||
_osx_support.py | ||
_pydecimal.py | ||
_pyio.py | ||
_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 | ||
binhex.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 | ||
configparser.py | ||
contextlib.py | ||
copy.py | ||
copyreg.py | ||
cProfile.py | ||
crypt.py | ||
csv.py | ||
datetime.py | ||
decimal.py | ||
difflib.py | ||
dis.py | ||
doctest.py | ||
enum.py | ||
filecmp.py | ||
fileinput.py | ||
fnmatch.py | ||
formatter.py | ||
fractions.py | ||
ftplib.py | ||
functools.py | ||
genericpath.py | ||
getopt.py | ||
getpass.py | ||
gettext.py | ||
glob.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 | ||
macpath.py | ||
mailbox.py | ||
mailcap.py | ||
mimetypes.py | ||
modulefinder.py | ||
netrc.py | ||
nntplib.py | ||
ntpath.py | ||
nturl2path.py | ||
numbers.py | ||
opcode.py | ||
operator.py | ||
optparse.py | ||
os.py | ||
pathlib.py | ||
pdb.py | ||
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 | ||
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 | ||
sunau.py | ||
symbol.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 |