Python
Built-in Exceptions
BaseExceptionGroup.split()
Concurrent Execution
Exception classes (concurrent.futures)
Manual Context Management (contextvars)
ProcessPoolExecutor (concurrent.futures)
Programming guidelines (multiprocessing)
Reference (multiprocessing)
Semaphore Objects (threading)
Using locks, conditions, and semaphores in the with statement (threading)
concurrent.futures.Executor.map()
concurrent.futures.process.BrokenProcessPool
contextvars.Context.get()
contextvars.Token.old_value
contextvars.copy_context()
multiprocessing.Process.pid
multiprocessing.Process.run()
multiprocessing.Queue.get()
multiprocessing.Queue.qsize()
multiprocessing.SimpleQueue
multiprocessing.SimpleQueue.get()
multiprocessing.active_children()
multiprocessing.connection.Client()
multiprocessing.connection.Connection
multiprocessing.connection.Connection.close()
multiprocessing.connection.Connection.fileno()
multiprocessing.connection.Listener.close()
multiprocessing.current_process()
multiprocessing.managers.BaseManager
multiprocessing.managers.BaseManager.address
multiprocessing.managers.BaseProxy._callmethod()
multiprocessing.managers.SharedMemoryManager
multiprocessing.managers.SyncManager
multiprocessing.managers.SyncManager.Semaphore()
multiprocessing.pool.AsyncResult
multiprocessing.pool.AsyncResult.get()
multiprocessing.pool.Pool.apply()
multiprocessing.pool.Pool.imap()
multiprocessing.shared_memory.ShareableList.count()
multiprocessing.shared_memory.SharedMemory.close()
subprocess.CREATE_NEW_PROCESS_GROUP
subprocess.CalledProcessError
subprocess.Popen.send_signal()
subprocess.STARTUPINFO.dwFlags
subprocess.STARTUPINFO.lpAttributeList
subprocess.STD_ERROR_HANDLE
threading.Barrier.n_waiting
threading.Semaphore.acquire()
threading.current_thread()
threading.get_native_id()
Data Types
Collections Abstract Base Classes (collections.abc)
Collections Abstract Base Classes – Detailed Descriptions (collections.abc)
Exceptions and warnings (zoneinfo)
UserList objects (collections)
Using ZoneInfo (zoneinfo)
Utilities and Decorators (enum)
array.array.buffer_info()
calendar.Calendar.itermonthdays()
calendar.Calendar.yeardays2calendar()
calendar.HTMLCalendar.formatmonth()
calendar.IllegalMonthError.month
calendar.TextCalendar.prmonth()
collections.ChainMap.parents
collections.Counter.fromkeys()
collections.Counter.subtract()
collections.deque.appendleft()
collections.deque.index()
collections.deque.insert()
collections.somenamedtuple._fields
datetime.date.__format__()
datetime.date.fromisocalendar()
datetime.date.fromordinal()
datetime.date.isocalendar()
datetime.datetime.combine()
datetime.datetime.ctime()
datetime.datetime.fromisoformat()
datetime.datetime.timetuple()
datetime.datetime.tzname()
datetime.time.microsecond
enum.EnumCheck.CONTINUOUS
enum.FlagBoundary.CONFORM
graphlib.TopologicalSorter.get_ready()
types.ClassMethodDescriptorType
types.MappingProxyType.values()
types.MemberDescriptorType
types.ModuleType.__loader__
weakref.CallableProxyType
weakref.WeakKeyDictionary
weakref.WeakKeyDictionary.keyrefs()
weakref.WeakValueDictionary
Text Processing
A command-line interface to difflib (difflib)
Helper functions (string)
Regular Expression Objects (re)
SequenceMatcher Examples (difflib)
Template strings (string)
difflib.IS_CHARACTER_JUNK()
difflib.SequenceMatcher.set_seq2()
readline.get_history_length()
readline.read_init_file()
readline.set_pre_input_hook()
readline.set_startup_hook()
string.Formatter.check_unused_args()
string.Formatter.format_field()
stringprep.in_table_c11_c12()
stringprep.in_table_c22()
textwrap.TextWrapper.fill()