index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
reference
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner
2023-05-04
4
-87/+87
*
GH-97950: Use new-style index directive ('operator') (#104156)
Adam Turner
2023-05-04
1
-25/+25
*
GH-97950: Use new-style index directive ('keyword') (#104153)
Adam Turner
2023-05-04
3
-27/+27
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
4
-10/+10
*
gh-103590: mention that the change is included in 3.11.4 and clarify except* ...
Irit Katriel
2023-05-03
1
-2/+4
*
GH-97850: Suppress cross-references to the removed ``module_repr`` method (#1...
Adam Turner
2023-05-03
1
-1/+1
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
1
-17/+17
*
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle
2023-05-02
2
-2/+2
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-1/+2
*
gh-101688: Implement types.get_original_bases (#101827)
James Hilton-Balfe
2023-04-23
1
-0/+4
*
gh-103373: `__mro_entries__` docs: improve cross references (#103398)
Alex Waygood
2023-04-11
1
-5/+10
*
gh-103373: Improve documentation for `__mro_entries__` (#103374)
Alex Waygood
2023-04-08
1
-5/+9
*
gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)
Nikita Sobolev
2023-04-03
1
-1/+2
*
gh-100315: clarification to `__slots__` docs. (#102621)
T
2023-03-14
1
-2/+4
*
Fix duplicated words in the docs (GH-102629)
Виталий Дмитриев
2023-03-12
1
-1/+1
*
gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...
Irit Katriel
2023-02-20
2
-18/+16
*
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder
2023-02-14
1
-1/+1
*
gh-81611: Improve `range` paragraph in 8.3 of language reference (#98353)
4l4k4z4m
2023-01-03
1
-3/+2
*
fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)
Kumar Aditya
2023-01-02
1
-1/+1
*
gh-100201: Document behavior with a bare `yield` statement (#100416)
ram vikram singh
2023-01-01
1
-1/+3
*
GH-85979: Clarify specification of `object.__await__` (#22320)
Paolo Lammens
2022-12-31
1
-0/+8
*
gh-48496: Added example and link to faq for UnboundLocalError in reference (#...
Stanley
2022-12-22
1
-0/+2
*
"Compound statement" docs: Fix with-statement step indexing (#100286)
Frank Dana
2022-12-16
1
-1/+1
*
Fix typo in `__match_args__` doc (#99785)
Terry Jan Reedy
2022-11-26
1
-1/+1
*
doc: Formatting and typo fixes (#98974)
jmcb
2022-11-07
2
-5/+5
*
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
1
-6/+12
*
Docs: Add 'as, match statement' to the index (#99001)
Hugo van Kemenade
2022-11-03
1
-0/+1
*
Python documents state elsewhere that a comma is not an operator, so … (GH-...
Gerardwx
2022-10-27
1
-1/+1
*
docs: Change links to label refs (#98454)
Stanley
2022-10-26
1
-0/+2
*
gh-98172: [doc] mention that except* handles naked exceptions (GH-98496)
Irit Katriel
2022-10-21
1
-1/+13
*
gh-98227: executionmodel.rst: except* can also bind names (#98256)
BiscuitCandy
2022-10-15
1
-1/+1
*
gh-98172: Fix formatting in `except*` docs (#98173)
Jelle Zijlstra
2022-10-11
1
-12/+11
*
gh-97913 Docs: Add walrus operator to the index (#97921)
Hugo van Kemenade
2022-10-08
1
-0/+6
*
gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...
Barry Warsaw
2022-10-07
1
-0/+8
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
3
-10/+2
*
gh-97850: Remove the open issues section from the import reference (#97935)
Brett Cannon
2022-10-06
1
-19/+0
*
gh-86482: Document assignment expression need for ()s (#23291)
Terry Jan Reedy
2022-10-06
1
-0/+7
*
gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...
Brett Cannon
2022-10-05
1
-6/+24
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
1
-1/+1
*
gh-95975: Move except/*/finally ref labels to more precise locations (#95976)
C.A.M. Gerlach
2022-10-02
1
-45/+76
*
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...
Ofey Chan
2022-09-30
2
-1/+17
*
Fix docs on conditional expression grouping (GH-96447)
Andrew Kay
2022-09-28
1
-1/+1
*
gh-96397: Document that keywords in calls need not be identifiers (#96393)
Jeff Allen
2022-09-22
1
-2/+12
*
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson
2022-09-13
1
-4/+4
*
GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)
Jonathan Oberländer
2022-08-28
1
-1/+1
*
gh-95994: Clarify escaped newlines. (#96066)
Ezio Melotti
2022-08-26
1
-11/+22
*
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...
Barry Warsaw
2022-08-05
1
-16/+4
*
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...
Serhiy Storchaka
2022-08-04
1
-3/+3
*
Fix async method reference links in `compound_stmts` docs (GH-94935)
July Tikhonov
2022-07-22
1
-2/+2
*
gh-91181: drop support for bytes on sys.path (GH-31934)
Thomas Grainger
2022-07-17
1
-4/+2
[prev]
[next]