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-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
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
3
-4/+4
*
gh-93675: Fix typos in `Doc/` (GH-93676)
luzpaz
2022-06-21
1
-1/+1
*
bpo-45393: help() on operator precedence has misleading entries (GH-31246)
Zackery Spytz
2022-05-19
1
-2/+2
*
gh-80143: Add clarification for escape characters (#92292)
slateny
2022-05-10
1
-3/+7
*
gh-87304: Improve comments in language reference for imports (#92164)
Robert Yang
2022-05-03
1
-3/+3
*
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...
Serhiy Storchaka
2022-04-30
1
-0/+5
*
bpo-21761: Clarify __file__/__cached__ in import reference (GH-31565)
slateny
2022-04-26
1
-4/+5
*
gh-89885: Improve import example in language reference (#91523)
slateny
2022-04-17
1
-6/+4
*
Language reference: Remove duplicated text about iterable unpacking (GH-25212)
Jiashuo Li
2022-04-03
1
-3/+1
*
bpo-46033: Clarify for-statement execution (GH-30025)
Michał D
2022-04-03
1
-11/+8
*
bpo-24563: Link encoding names to encoding declarations (GH-32274)
Terry Jan Reedy
2022-04-03
1
-3/+2
*
bpo-14911: Corrected generator.throw() documentation (GH-32207)
Dave Goncalves
2022-03-31
2
-3/+17
*
bpo-12029: [doc] clarify that except does not match virtual subclasses of the...
Irit Katriel
2022-03-21
2
-5/+7
*
bpo-46013: Fix confusing kerning on period in docs (GH-29989)
jmcb
2022-03-20
1
-1/+1
*
Removed confusing reference to sys (GH-31638)
David Gilbertson
2022-03-08
1
-3/+3
*
Removed ambiguity in __init_subclass__ docs (GH-31540)
David Gilbertson
2022-03-08
1
-1/+1
*
bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29...
Alex Waygood
2022-03-08
1
-20/+30
*
bpo-46725: Document starred expressions in for statements (GH-31481)
Pablo Galindo Salgado
2022-02-22
1
-8/+13
*
bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
Zackery Spytz
2022-02-03
1
-0/+3
*
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...
Kinshuk Dua
2022-01-27
1
-8/+10
*
[doc]: Spotted errors while working on rstlint. (GH-30879)
Julien Palard
2022-01-27
1
-1/+1
*
bpo-24650: Use full term "generator function" in yield expressions docs (GH-2...
Jacob Walls
2022-01-07
1
-2/+2
*
bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)
Irit Katriel
2022-01-06
1
-1/+47
*
bpo-46095: Improve SeqIter documentation. (GH-30316)
Raymond Hettinger
2022-01-01
1
-21/+0
*
bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...
Alex Waygood
2021-12-19
1
-3/+6
[prev]
[next]