/
githubmirror
/
cpython
ОбзорДокументацияВойти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cpython/
Doc/library/
..
__future__.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
__main__.rst

gh-128720: Fix doc inacurracy about __main__.__file__ existence in the REPL (#128721)

2 года назад
_thread.rst

gh-89554: Document _thread.LockType as a class (#150684)

2 месяца назад
abc.rst

gh-105812: Make use of the Sphinx `deco` role in documentation (#139598)

2 месяца назад
aifc.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
allos.rst

gh-126180: Remove getopt and optparse deprecation notices (GH-126227)

2 года назад
annotationlib.rst

gh-154320: Fix swapped __defaults__/__kwdefaults__ in annotationlib docs (#154321)

21 день назад
archiving.rst

gh-132983: Add documentation for compression.zstd (GH-133911)

год назад
argparse.rst

gh-155339: Document the change of behaviour about parsing negative numbers from 3.14 in argparse (#155340)

3 дня назад
array.rst

gh-150319: Replace all documentation which says "See PEP 585" (#150325)

2 месяца назад
ast.rst

gh-151925: Clarify ast.DictComp.value for dict unpacking (GH-152463)

6 дней назад
asynchat.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
asyncio-api-index.rst

Doc: Found some remaining default roles. (GH-98392)

4 года назад
asyncio-dev.rst

Fix typos in asyncio, ctypes, and importlib documentation (#148747)

4 месяца назад
asyncio-eventloop.rst

gh-94984: Add mode parameter to asyncio create_unix_server() (#155086)

8 дней назад
asyncio-exceptions.rst

Clarify state of CancelledError in doc (#106453)

3 года назад
asyncio-extending.rst

gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)

3 года назад
asyncio-future.rst

gh-150319: Replace all documentation which says "See PEP 585" (#150325)

2 месяца назад
asyncio-graph.rst

gh-151213: Document asyncio debugging tools (#151392)

месяц назад
asyncio-llapi-index.rst

gh-127949: remove asyncio policy system (#150310)

месяц назад
asyncio-platforms.rst

gh-71019: document which objects connect_read_pipe/connect_write_pipe accept and add tests (#153660)

месяц назад
asyncio-protocol.rst

Docs: replace all `datetime` imports with `import datetime as dt` (#145640)

5 месяцев назад
asyncio-queue.rst

gh-152614: Add raises to `QueueShutDown` in `asyncio.Queue.put_no_wait` and `asyncio.Queue.get_nowait` documentation methods (#152681)

месяц назад
asyncio-runner.rst

gh-127949: remove asyncio policy system (#150310)

месяц назад
asyncio-stream.rst

gh-75279: Document that asyncio StreamWriter.drain() may not yield to the event loop (#155132)

8 дней назад
asyncio-subprocess.rst

gh-139373: Fix asyncio Process.communicate() losing output when cancelled (#154223)

21 день назад
asyncio-sync.rst

gh-101359: clarify docs for `asyncio.Event.clear` (#137849)

год назад
asyncio-task.rst

Make non-positional-only argument names match runtime declaration in `asyncio.tasks` function reference (#155282)

20 часов назад
asyncio-threading.rst

add asyncio guide for Free-Threaded Python (#150456)

2 месяца назад
asyncio-tools.rst

gh-151213: Fix asyncio tools permission requirements link (#153493)

месяц назад
asyncio.rst

gh-151213: Document asyncio debugging tools (#151392)

месяц назад
asyncore.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
atexit.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
audioop.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
audit_events.rst

Python 3.14.0b1

год назад
base64.rst

gh-134837: Correct and improve base85 documentation for base64 and binascii modules (GH-145843)

3 месяца назад
bdb.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
binary.rst

Close #4966: revamp the sequence docs in order to better explain the state of modern Python

14 лет назад
binascii.rst

gh-150524: Remove outdated note in binascii.a2b_hex() documentation (GH-150525)

2 месяца назад
bisect.rst

Docs: Fix missing colon in `bisect` example function (GH-151061)

2 месяца назад
builtins.rst

gh-99030: Added documentation links for types and exceptions (GH-123857)

2 года назад
bz2.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
calendar.rst

gh-153934: Correct documented paramemeter in `calendar.weekheader` from `n` to `width` (GH-153942)

24 дня назад
cgi.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
cgitb.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
chunk.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
cmath.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
cmd.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
cmdline.rst

gh-140727: Restructure profiling documentation for PEP 799 (#142373)

8 месяцев назад
cmdlinelibs.rst

gh-137777: Disband the 'Program Frameworks' chapter (#137796)

год назад
code.rst

gh-131885: Document `*` for `code.InteractiveConsole` (#132029)

9 месяцев назад
codecs.rst

gh-152997: Support system locale encodings via an iconv-based codec (GH-153001)

месяц назад
codeop.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
collections.abc.rst

gh-151070: Fix class referencing typo in collections.abc docs (GH-151088)

2 месяца назад
collections.rst

gh-154746: Document `collections.Counter` internal order and display order (#154777)

11 дней назад
colorsys.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
compileall.rst

gh-133503: clarify `compileall -s/-p` docs (#134756)

год назад
compression.rst

GH-123299: Copyedit 3.14 What's New: New and Improved Modules (#139530)

10 месяцев назад
compression.zstd.rst

Fix grammatical typos in documentation (#154181)

22 дня назад
concurrency.rst

gh-134939: Add the concurrent.interpreters Module (gh-133958)

год назад
concurrent.futures.rst

gh-115634: Fix ProcessPoolExecutor deadlock with max_tasks_per_child (GH-140900)

месяц назад
concurrent.interpreters.rst

Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894)

24 дня назад
concurrent.rst

gh-134939: Add the concurrent.interpreters Module (gh-133958)

год назад
configparser.rst

Add a warning about untrusted input to `configparser` docs (#146276)

5 месяцев назад
constants.rst

gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682)

2 месяца назад
contextlib.rst

gh-105812: Make use of the Sphinx `deco` role in documentation (#139598)

2 месяца назад
contextvars.rst

gh-150319: Replace all documentation which says "See PEP 585" (#150325)

2 месяца назад
copy.rst

gh-150636: Clarify difference between copy.copy() and the copy() methods (GH-150637)

2 месяца назад
copyreg.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
crypt.rst

gh-139672: Remove references to `passlib` (#139673)

10 месяцев назад
crypto.rst

gh-104773: PEP 594: Remove the crypt module (#104908)

3 года назад
csv.rst

gh-80678: Document the preferred delimiters of csv.Sniffer (#154336)

20 дней назад
ctypes.rst

gh-154199: Soft-deprecate `ctypes.util.find_msvcrt` (GH-154553)

17 дней назад
curses.ascii.rst

gh-153395: Accept curses.complexchar in curses.ascii predicates and conversions (GH-153396)

25 дней назад
curses.panel.rst

gh-87904: Document curses classes (GH-151643)

2 месяца назад
curses.rst

gh-154749: Reject a terminal-less screen in curses.set_term() (GH-154750)

15 дней назад
custominterp.rst

Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)

4 года назад
dataclasses.rst

gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (#139007)

2 месяца назад
datatypes.rst

Docs: add frozendict to data types theme (#154063)

23 дня назад
datetime-inheritance.dot

Datetime: Tidy up docs (GH-144720)

6 месяцев назад
datetime-inheritance.svg

Datetime: Tidy up docs (GH-144720)

6 месяцев назад
datetime.rst

GH-70647: Remove support for `%d` (and deprecate for `%e`) without year in `strptime()` (GH-144570)

4 месяца назад
dbm.rst

Remove unused :platform: in module's docs (GH-144988)

6 месяцев назад
debug.rst

gh-140727: Restructure profiling documentation for PEP 799 (#142373)

8 месяцев назад
decimal.rst

gh-155041: Support copy.replace() for decimal.Context (GH-155047)

9 дней назад
development.rst

gh-104780: Remove 2to3 program and lib2to3 module (#104781)

3 года назад
devmode.rst

gh-101100: Fix sphinx warnings in `library/devmode.rst` (#109963)

3 года назад
dialog.rst

gh-86726: Fix and improve tkinter documentation and docstrings (GH-153549)

месяц назад
difflib.rst

gh-154661: Reorganize difflib documentation (GH-154662)

14 дней назад
dis.rst

gh-154902: Add an intrinsic for conditional annotations (#155026)

6 дней назад
distribution.rst

gh-85454: Remove distutils documentation (#95239)

4 года назад
distutils.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
doctest.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
email.charset.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
email.compat32-message.rst

gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (#136323)

год назад
email.contentmanager.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
email.encoders.rst

Docs: remove links of modules to themselves (#144695)

6 месяцев назад
email.errors.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
email.examples.rst

Fix the french used in the email documentation (GH-106279)

3 года назад
email.generator.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
email.header.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
email.headerregistry.rst

gh-123138: Updated email.headerregistry docs to include required keyword parse_tree (GH-134450)

2 месяца назад
email.iterators.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
email.message.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
email.mime.rst

docs: module page titles should not start with a link to themselves (#117099)

2 года назад
email.parser.rst

gh-101100: Fix sphinx reference warnings around I/O (#139592)

5 месяцев назад
email.policy.rst

gh-83938, gh-122476: Stop incorrectly RFC 2047 encoding non-ASCII email addresses (#122540)

3 месяца назад
email.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
email.utils.rst

gh-150479: reject CR and LF in email.utils.formataddr (#150480)

месяц назад
ensurepip.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
enum.rst

Docs: Fix method directive signatures in `enum` docs (#151429)

2 месяца назад
errno.rst

gh-85046: Document errno constants (#126420)

2 года назад
exceptions.rst

gh-153785: Generate `AttributeError` messages from context (#153786)

18 дней назад
faulthandler.rst

Python 3.15.0b1

3 месяца назад
fcntl.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
filecmp.rst

gh-153899: Fix documented parameter names for `filecmp.cmpfiles` (#153900)

24 дня назад
fileformats.rst

bpo-47061: document module deprecations due to PEP 594 (GH-31984)

4 года назад
fileinput.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
filesys.rst

gh-126180: Remove getopt and optparse deprecation notices (GH-126227)

2 года назад
fnmatch.rst

gh-105812: Make use of the Sphinx `deco` role in documentation (#139598)

2 месяца назад
fractions.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
frameworks.rst

gh-137777: Disband the 'Program Frameworks' chapter (#137796)

год назад
ftplib.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
functional.rst

itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.

16 лет назад
functions.rst

gh-62534: Document that three-argument type() does not call __prepare__ (GH-154028)

23 дня назад
functools.rst

gh-155013: Fix a reference to "partial object" in the `functools.partial()` doc (#155036)

9 дней назад
gc.rst

gh-148937: revert process RSS based GC deferral (#149475)

3 месяца назад
getopt.rst

Document getopt and gnu_getopt longopts argument as string (#153976)

23 дня назад
getpass.rst

Docs: add cross-references to improve navigation in `getpass.rst` (#151092)

2 месяца назад
gettext.rst

gh-140553: Mark `*gettext` parameters as positionaly only in documentation (#140598)

2 месяца назад
glob.rst

gh-148765: Fix description of *include_hidden* parameter in `glob.glob()` docs (#148768)

месяц назад
graphlib.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
grp.rst

Remove unused :platform: in module's docs (GH-144988)

6 месяцев назад
gzip.rst

gh-91372: Add mtime to gzip.open() (GH-32310)

3 месяца назад
hashlib-blake2-tree.png

Optimize images by IMGbot (GH-21348)

5 лет назад
hashlib.rst

gh-110357: hashlib no longer logs at import when a guaranteed hash is unavailable (GH-152538)

месяц назад
heapq-binary-tree.svg

gh-133530: Replace binary tree textual digram with image (gh-133591)

год назад
heapq.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
hmac.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
html.entities.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
html.parser.rst

gh-82665 Mention that HTMLParser.handle_starttag value can be None (#134312)

3 месяца назад
html.rst

gh-139006: Doc: Clarify html.escape function description (#139016)

год назад
http.client.rst

gh-150743: Limit trailer lines and interim responses read by http.client (GH-150741)

месяц назад
http.cookiejar.rst

gh-151945: Fix all reference warnings and various solecisms in the `http.cookiejar` docs (#152816)

месяц назад
http.cookies.rst

gh-148849: Deprecate http.cookies.BaseCookie.js_output() (GH-148978)

3 месяца назад
http.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
http.server.rst

Fix various typos in the `http.server` docs (#153089)

месяц назад
i18n.rst

More conversion to new-style optional args.

17 лет назад
idle.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
imaplib.rst

gh-153521: Support structured arguments in imaplib commands (GH-153522)

25 дней назад
imghdr.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
imp.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
importlib.metadata.rst

gh-143387: Update docs to reflect the behavior and note the changed version. (#150095)

3 месяца назад
importlib.resources.abc.rst

gh-143513: Clarify changed argument name of `ResourceReader.is_resource` (GH-143523)

7 месяцев назад
importlib.resources.rst

Delete mention encoding and errors for importlib.resources.path() (GH-143111)

2 месяца назад
importlib.rst

Fix typos in asyncio, ctypes, and importlib documentation (#148747)

4 месяца назад
index.rst

gh-142518: Move thread safety sections into a new page (#144716)

6 месяцев назад
inspect.rst

gh-155236: Add the dedent parameter in inspect.cleandoc() and inspect.getdoc() (GH-155237)

4 дня назад
internet.rst

GH-97950: Use new-style index directive ('module') (#103996)

3 года назад
intro.rst

gh-116622: Complete Android documentation (#124259)

2 года назад
io.rst

gh-90533: Implement BytesIO.peek() (#150917)

2 месяца назад
ipaddress.rst

bpo-42861: Add `next_network` function to ipaddress library (#24180)

месяц назад
ipc.rst

bpo-47061: document module deprecations due to PEP 594 (GH-31984)

4 года назад
itertools.rst

Docs: link to language reference instead of PEP (#152462)

месяц назад
json.rst

gh-146061: Clarify indent=None in json docs (GH-146095)

3 месяца назад
kde_example.png

Improve kde graph with better caption and number formatting (gh-113967)

3 года назад
keyword.rst

docs: module page titles should not start with a link to themselves (#117099)

2 года назад
language.rst

Delete remaining references to Grammar/Grammar from docs (#21624)

6 лет назад
linecache.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
locale.rst

gh-152905: Decode LC_TIME items in nl_langinfo() from glibc wide data (GH-152911)

месяц назад
logging.config.rst

docs: Fix indent misalignment in `library/logging.config.rst` (GH-151617)

2 месяца назад
logging.handlers.rst

gh-70990: Support bytes addresses of Unix sockets in SysLogHandler (GH-154500)

18 дней назад
logging.rst

docs: Fix broken reference of parameter type in `library/logging.rst` (GH-151645)

2 месяца назад
lzma.rst

gh-151949: Fix Sphinx reference warnings in `Doc/library/lzma.rst` (GH-153878)

23 дня назад
mailbox.rst

Python 3.15.0a7

5 месяцев назад
mailcap.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
markup.rst

Issue 17538: Document XML vulnerabilties

13 лет назад
marshal.rst

Python 3.15.0a7

5 месяцев назад
math.integer.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
math.rst

gh-150534: Add C23 half-turn trigonometric *pi functions (GH-150555)

2 месяца назад
mimetypes.rst

Fix parameter name of read_mime_types() in mimetypes docs (GH-153974)

24 дня назад
mm.rst

bpo-47061: document module deprecations due to PEP 594 (GH-31984)

4 года назад
mmap.rst

Python 3.15.0a5

7 месяцев назад
modulefinder.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
modules.rst

gh-93610: Improve docs for importlib.resources (#93611)

4 года назад
msilib.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
msvcrt.rst

gh-69573: Check the return value of msvcrt._putch() and _putwch() (GH-154364)

19 дней назад
multiprocessing.rst

gh-64192: Add *buffersize* to `imap()`/`imap_unordered()` in `multiprocessing.pool` (GH-136871)

13 дней назад
multiprocessing.shared_memory.rst

docs: module page titles should not start with a link to themselves (#117099)

2 года назад
netdata.rst

gh-68966: Deprecate the mailcap module (#91951)

4 года назад
netrc.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
nis.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
nntplib.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
numbers.rst

gh-152359: Update numbers.rst to reference numeric-hash docs (#152549)

месяц назад
numeric.rst

gh-81313: Add the math.integer module (PEP-791) (GH-133909)

9 месяцев назад
operator.rst

gh-141623: operator.rst: don't use term "bitwise" (GH-141846)

2 месяца назад
optparse.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
os.path.rst

Python 3.15.0a6

6 месяцев назад
os.rst

gh-155358: Use named attributes with pwd and grp modules (#155362)

13 часов назад
ossaudiodev.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
pathlib-inheritance.png

bpo-20001: update pathlib landing image (GH-11304)

8 лет назад
pathlib-inheritance.svg

Optimize images by IMGbot (GH-21348)

5 лет назад
pathlib.rst

gh-86533: Restore os.makedirs() ability to apply *mode* recursively (GH-150011)

3 месяца назад
pdb.rst

Docs: remove links of modules to themselves (#144695)

6 месяцев назад
persistence.rst

Switch more function arguments docs to new-style.

17 лет назад
pickle.rst

gh-148669: Clarify `__reduce__()` module lookup behavior (#148670)

3 месяца назад
pickletools.rst

Python 3.15.0b1

3 месяца назад
pipes.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
pkgutil.rst

gh-148641: Implement PEP 829 - startup configuration files (#149109)

3 месяца назад
platform.rst

Minor fixes for Android (#154895)

12 дней назад
plistlib.rst

gh-141510: Support `frozendict` in `plistlib` (#145590)

4 месяца назад
poplib.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
posix.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
pprint.rst

gh-149189: Revert "Modern defaults for `pprint` (#149190)" (#150249)

3 месяца назад
profile.rst

Docs: remove links of modules to themselves (#144695)

6 месяцев назад
profiling-sampling-visualization.html

gh-138122: Add sampling profiler visualisation to docs (#142772)

6 месяцев назад
profiling.rst

Docs: remove links of modules to themselves (#144695)

6 месяцев назад
profiling.sampling.rst

gh-148932: Fix `profiling.sampling` on Windows virtual environments (#150541)

2 месяца назад
profiling.tracing.rst

Docs: remove links of modules to themselves (#144695)

6 месяцев назад
pstats.rst

Docs: remove links of modules to themselves (#144695)

6 месяцев назад
pty.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
pwd.rst

Remove unused :platform: in module's docs (GH-144988)

6 месяцев назад
py_compile.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
pyclbr.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
pydoc.rst

Add a security warning about `pydoc`'s HTTP server (#150409)

2 месяца назад
pyexpat.rst

gh-62259: Add support of multi-byte encodings in the XML parser (GH-149860)

2 месяца назад
python.rst

gh-134939: Add the concurrent.interpreters Module (gh-133958)

год назад
queue.rst

Clarify `multiprocessing.Queue.get_nowait()` documentation (#150863)

2 месяца назад
quopri.rst

docs: module page titles should not start with a link to themselves (#117099)

2 года назад
random.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
re.rst

gh-151819: Clarify the conditional-pattern email example in re docs (GH-153072)

месяц назад
readline.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
removed.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
reprlib.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
resource.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
rlcompleter.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
runpy.rst

Correct typos in `runpy.run_path` documentation (#151230)

2 месяца назад
sched.rst

Clarify docs for scheduler.run(blocking=False) (GH-129575)

2 месяца назад
secrets.rst

gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (#154047)

22 дня назад
security_warnings.rst

gh-127502: Remove XML vulnerability table (GH-135294)

год назад
select.rst

gh-149763: Improve availablity docs in `select.rst` (#149764)

3 месяца назад
selectors.rst

Fix typos and grammar errors across documentation (#144709)

6 месяцев назад
shelve.rst

Fix typos and grammar errors across documentation (#144709)

6 месяцев назад
shlex.rst

gh-119670: Add `force` keyword only argument to `shlex.quote` (#148846)

2 месяца назад
shutil.rst

GH-81881: Raise `SpecialFileError` for sockets and devices in `shutil.copyfile` (#142693)

месяц назад
signal.rst

gh-146318: Document that signal.SIGSTOP is Unix-only (#146319)

5 месяцев назад
site.rst

gh-150228: Improve the PEP 829 batch processing APIs (#150542)

2 месяца назад
smtpd.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
smtplib.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
sndhdr.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
socket.rst

gh-89554: Document socket.SocketType as a class (#150683)

2 месяца назад
socketserver.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
spwd.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
sqlite3.rst

gh-149738: Fix segmentation fault bug in sqllite3 (#149754)

2 месяца назад
ssl.rst

gh-150898: Assume OpenSSL supports keylogging (#150870)

2 месяца назад
stat.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
statistics.rst

gh-149244 Document statistics functions that require sequence inputs. (gh-149264)

3 месяца назад
stdtypes.rst

gh-78959: Add order parameter to memoryview.cast() (GH-153663)

8 дней назад
string.rst

gh-153056: Fix a data race compiling the string.Template pattern in free-threading builds (#153057)

месяц назад
string.templatelib.rst

gh-150319: Replace all documentation which says "See PEP 585" (#150325)

2 месяца назад
stringprep.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
struct.rst

gh-71086: Document negative offset support in struct.pack_into() and unpack_from() (GH-153650)

месяц назад
subprocess.rst

gh-153970: Fix str() of CalledProcessError when returncode is not an integer (#153971)

4 дня назад
sunau.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
superseded.rst

gh-140727: Restructure profiling documentation for PEP 799 (#142373)

8 месяцев назад
symtable.rst

gh-153844: Support AST input in symtable.symtable() (GH-153845)

25 дней назад
sys.monitoring.rst

gh-142186: Allow all PEP-669 events to be per-code object and disableable (GH-146182)

4 месяца назад
sys.rst

gh-142349: Clarify lazy import filters have positional-only parameters (GH-144856)

14 дней назад
sys_path_init.rst

DOC: clarify and expand documentation about PYTHONUSERBASE and PYTHONNOUSERSITE (#144637)

5 месяцев назад
sysconfig.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
syslog.rst

Remove unused :platform: in module's docs (GH-144988)

6 месяцев назад
tabnanny.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
tachyon-flamegraph.png

gh-138122: Add some screenshots to the profiling.sampling docs (#142676)

8 месяцев назад
tachyon-gecko-calltree.png

gh-138122: Add some screenshots to the profiling.sampling docs (#142676)

8 месяцев назад
tachyon-gecko-flamegraph.png

gh-138122: Add some screenshots to the profiling.sampling docs (#142676)

8 месяцев назад
tachyon-gecko-opcodes.png

gh-138122: Add some screenshots to the profiling.sampling docs (#142676)

8 месяцев назад
tachyon-heatmap-with-opcodes.png

gh-138122: Add some screenshots to the profiling.sampling docs (#142676)

8 месяцев назад
tachyon-heatmap.png

gh-138122: Add some screenshots to the profiling.sampling docs (#142676)

8 месяцев назад
tachyon-live-mode-1.gif

gh-138122: Add some screenshots to the profiling.sampling docs (#142676)

8 месяцев назад
tachyon-live-mode-2.gif

gh-138122: Add some screenshots to the profiling.sampling docs (#142676)

8 месяцев назад
tachyon-pstats.png

gh-138122: Add some screenshots to the profiling.sampling docs (#142676)

8 месяцев назад
tarfile.rst

gh-152691: tarfile -- add Windows reserved name section (GH-152701)

месяц назад
telnetlib.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
tempfile.rst

gh-94543: Improve tempfile.mkstemp documentation about cleanup (#154748)

11 дней назад
termios.rst

Remove unused :platform: in module's docs (GH-144988)

6 месяцев назад
test.rst

gh-154948: Fix `test_zipfile` failure when `SOURCE_DATE_EPOCH` is set (#155001)

4 дня назад
text.rst

gh-132661: Document t-strings and `templatelib` (#135229)

год назад
textwrap.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
threading.rst

gh-150232: update Thread group parameter doc (#150283)

3 месяца назад
threadsafety.rst

gh-142518: Add thread safety notes for the buffer protocol (#145911)

5 месяцев назад
time.rst

gh-141246: Link to correct Windows docs in `time.sleep()` doc (#141248)

9 месяцев назад
timeit.rst

Python 3.15.0b1

3 месяца назад
tk.rst

gh-72880: Add tkinter.fontchooser -- interface to the font selection dialog (GH-153255)

месяц назад
tk_msg.png

Optimize images by IMGbot (GH-21348)

5 лет назад
tkinter.colorchooser.rst

gh-86726: Document the full public API of tkinter (GH-151579)

2 месяца назад
tkinter.dnd.rst

gh-153550: Modernize the older prose sections of the tkinter documentation (GH-153647)

месяц назад
tkinter.font.rst

gh-86017: Document displayof for Font.actual() and clarify Font.copy() (GH-153288)

месяц назад
tkinter.fontchooser.rst

gh-72880: Add tkinter.fontchooser -- interface to the font selection dialog (GH-153255)

месяц назад
tkinter.messagebox.rst

gh-86726: Fix and improve tkinter documentation and docstrings (GH-153549)

месяц назад
tkinter.rst

gh-153550: Modernize the older prose sections of the tkinter documentation (GH-153647)

месяц назад
tkinter.scrolledtext.rst

gh-59396: Add use_ttk parameter to tkinter ScrolledText (GH-153119)

месяц назад
tkinter.systray.rst

gh-153259: Add tkinter.systray -- system tray icon and notifications (GH-153260)

месяц назад
tkinter.ttk.rst

gh-153550: Modernize the older prose sections of the tkinter documentation (GH-153647)

месяц назад
token-list.inc

gh-130587: Add hand-written docs for non-OP tokens (GH-130588)

год назад
token.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
tokenize.rst

Python 3.15.0b1

3 месяца назад
tomllib.rst

gh-111264: Add a note about untrusted input to tomllib docs (GH-146209)

3 месяца назад
trace.rst

Fix typos and grammar errors across documentation (#144709)

6 месяцев назад
traceback.rst

gh-145896: Fix typos and stale docstrings in the traceback module (GH-145897)

3 месяца назад
tracemalloc.rst

Fix typos and grammar errors across documentation (#144709)

6 месяцев назад
tty.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
turtle-star.png

bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)

8 лет назад
turtle.rst

Remove PDF images (#145977)

месяц назад
types.rst

gh-150319: Replace all documentation which says "See PEP 585" (#150325)

2 месяца назад
typing.rst

gh-105812: Make use of the Sphinx `deco` role in documentation (#139598)

2 месяца назад
unicodedata.rst

Add summary table to the `unicodedata` doc (#149957)

3 месяца назад
unittest.mock-examples.rst

Docs: replace all `datetime` imports with `import datetime as dt` (#145640)

5 месяцев назад
unittest.mock.rst

Capitalize first word in `unittest.mock.assert_*` docs and docstrings (#151951)

2 месяца назад
unittest.rst

gh-105812: Make use of the Sphinx `deco` role in documentation (#139598)

2 месяца назад
unix.rst

gh-137777: Disband the 'Program Frameworks' chapter (#137796)

год назад
urllib.error.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
urllib.parse.rst

gh-130578: clarify urllib.parse.quote parameter defaults behavior (#130598)

месяц назад
urllib.request.rst

gh-102591: Document that urlcleanup resets the global opener (#153562)

месяц назад
urllib.robotparser.rst

gh-60055: Allow passing a Request instance for RobotParser URLs (#103753)

месяц назад
urllib.rst

docs: module page titles should not start with a link to themselves (#117099)

2 года назад
uu.rst

Docs: point `uu` module users to the `"uu"` encoding (#153657)

23 дня назад
uuid.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
venv.rst

gh-124113: Clarify venv target directory reuse (#151419)

2 месяца назад
warnings.rst

gh-150076: Fix the documented signature of warnings.deprecated (#153879)

20 дней назад
wave.rst

Add versionadded tag to wave module getformat functions (#153897)

24 дня назад
weakref.rst

gh-102960: Make frames weak-referenceable (#152838)

месяц назад
webbrowser.rst

Python 3.15.0b1

3 месяца назад
windows.rst

bpo-47061: document module deprecations due to PEP 594 (GH-31984)

4 года назад
winreg.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
winsound.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
wsgiref.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
xdrlib.rst

Docs: re-create pages for removed modules to document their removal. (#126622)

2 года назад
xml.dom.minidom.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
xml.dom.pulldom.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
xml.dom.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
xml.etree.elementtree.rst

Python 3.15.0a8

4 месяца назад
xml.rst

Python 3.15.0b1

3 месяца назад
xml.sax.handler.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
xml.sax.reader.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
xml.sax.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
xml.sax.utils.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
xmlrpc.client.rst

Docs: replace all `datetime` imports with `import datetime as dt` (#145640)

5 месяцев назад
xmlrpc.rst

gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (#127662)

2 года назад
xmlrpc.server.rst

Docs: replace all `datetime` imports with `import datetime as dt` (#145640)

5 месяцев назад
zipapp.rst

Docs: module pages should not link to themselves (#144505)

6 месяцев назад
zipfile.rst

gh-81954: Warn when ZipFile is closed with unwritten data (#152354)

4 дня назад
zipimport.rst

Docs: remove unneeded author attributions (#145002)

6 месяцев назад
zlib.rst

Clarify `max_length` in zstd & zlib decompressor documentation (#143805)

3 месяца назад
zoneinfo.rst

Docs: replace all `datetime` imports with `import datetime as dt` (#145640)

5 месяцев назад