- ! (exclamation)
- ! (pdb command)
- ! patterns
- !=
- " (double quote)
- """
- # (hash)
- $ (dollar)
- % (percent)
- %=
- %APPDATA%
- & (ampersand)
- &=
- ' (single quote)
- '''
- () (parentheses)
- (?
- (?!
- (?#
- (?(
- (?:
- (?<!
- (?<=
- (?=
- (?P<
- (?P=
- * (asterisk)
- **
- **=
- *=
- *?
- + (plus)
- +=
- +?
- , (comma)
- -
- - (minus)
- --annotate
- --best
- --buffer
- --catch
- --check-hash-based-pycs default|always|never
- --compact
- --compress
- --count
- --coverdir=<dir>
- --create <tarfile> <source1> ... <sourceN>
- --create <zipfile> <source1> ... <sourceN>
- --decompress
- --details
- --disable-ipv6
- --disable-test-modules
- --enable-big-digits=[15|30]
- --enable-framework
- --enable-framework=INSTALLDIR
- --enable-loadable-sqlite-extensions
- --enable-optimizations
- --enable-profiling
- --enable-shared
- --enable-universalsdk
- --enable-universalsdk=SDKDIR
- --exact
- --exec-prefix=EPREFIX
- --extract <tarfile> [<output_dir>]
- --extract <zipfile> <output_dir>
- --failfast
- --fast
- --file=<file>
- --hardlink-dupes
- --help
- --ignore-dir=<dir>
- --ignore-module=<mod>
- --include-attributes
- --indent
- --indent <indent>
- --indentlevel=<num>
- --info
- --invalidation-mode [timestamp|checked-hash|unchecked-hash]
- --json-lines
- --list <tarfile>
- --list <zipfile>
- --listfuncs
- --locals
- --main=<mainfn>
- --memo
- --missing
- --mode <mode>
- --no-ensure-ascii
- --no-indent
- --no-report
- --no-type-comments
- --number=N
- --output=<file>
- --output=<output>
- --pattern pattern
- --preamble=<preamble>
- --prefix=PREFIX
- --process
- --python=<interpreter>
- --quiet
- --repeat=N
- --report
- --setup=S
- --sort-keys
- --start-directory directory
- --summary
- --tab
- --test <tarfile>
- --test <zipfile>
- --timing
- --top-level-directory directory
- --trace
- --trackcalls
- --unit=U
- --user-base
- --user-site
- --verbose
- --version
- --with-address-sanitizer
- --with-assertions
- --with-builtin-hashlib-hashes=md5,sha1,sha256,sha512,sha3,blake2
- --with-computed-gotos
- --with-cxx-main
- --with-cxx-main=COMPILER
- --with-dbmliborder=db1:db2:...
- --with-dtrace
- --with-ensurepip=[upgrade|install|no]
- --with-framework-name=FRAMEWORK
- --with-hash-algorithm=[fnv|siphash24]
- --with-libc=STRING
- --with-libm=STRING
- --with-libs='lib1 ...'
- --with-lto
- --with-memory-sanitizer
- --with-openssl-rpath=[no|auto|DIR]
- --with-openssl=DIR
- --with-platlibdir=DIRNAME
- --with-pydebug
- --with-readline=editline
- --with-ssl-default-suites=[python|openssl|STRING]
- --with-suffix=SUFFIX
- --with-system-expat
| - --with-system-ffi
- --with-system-libmpdec
- --with-tcltk-includes='-I...'
- --with-tcltk-libs='-L...'
- --with-trace-refs
- --with-tzpath=<list of absolute paths separated by pathsep>
- --with-undefined-behavior-sanitizer
- --with-universal-archs=ARCH
- --with-valgrind
- --with-wheel-pkg-dir=PATH
- --without-c-locale-coercion
- --without-decimal-contextvar
- --without-doc-strings
- --without-pymalloc
- --without-readline
- --without-static-libpython
- -=
- ->
- -?
- -a
- -B
- -b
- -C
- -c
- -c <command>
- -c <tarfile> <source1> ... <sourceN>
- -c <zipfile> <source1> ... <sourceN>
- -d
- -d destdir
- -E
- -e
- -e <tarfile> [<output_dir>]
- -e <zipfile> <output_dir>
- -e dir
- -f
- -g
- -h
- -I
- -i
- -i <indent>
- -i list
- -J
- -j N
- -k
- -l
- -l <tarfile>
- -l <zipfile>
- -m
- -m <mainfn>
- -m <mode>
- -m <module-name>
- -n N
- -O
- -o
- -o <output>
- -o level
- -OO
- -p
- -p <interpreter>
- -p prepend_prefix
- -q
- -R
- -r
- -r N
- -S
- -s
- -s S
- -s strip_prefix
- -T
- -t
- -t <tarfile>
- -t <zipfile>
- -u
- -V
- -v
- -W arg
- -X
- -x
- -x regex
- . (dot)
- ..
- ...
- .ini
- .pdbrc
- / (slash)
- //
- //=
- /=
- 0b
- 0o
- 0x
- 2-digit years
- 2to3
- : (colon)
- := (colon equals)
- ; (semicolon),[1]
- < (less)
- <<
- <<=
- <=
- <BLANKLINE>
- <file> ... <fileN>
- = (equals)
- ==
- > (greater)
- >=
- >>
- >>=
- >>>
- ? (question mark)
- ??
- @ (at)
- [] (square brackets)
- \ (backslash)
- \\
- \A
- \a
- \B
- \b
- \D
- \d
- \f
- \g
- \N
- \n
- \r
- \S
- \s
- \t
- \U
- \u
- \v
- \W
- \w
- \x
- \Z
- ^ (caret)
- ^=
- {} (curly brackets)
- | (vertical bar)
- |=
- ~ (tilde)
|