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-126664: revert: Use `else` instead of `finally` in docs explaining "with" ...
Gregory P. Smith
2024-12-22
1
-2/+5
*
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Sergey B Kirpichev
2024-11-26
1
-7/+18
*
Docs: Miscellaneous corrections to simple statements in the language referenc...
Beomsoo Kim
2024-11-15
1
-8/+8
*
Document that return-less user-defined functions return None (#126769)
John Marshall
2024-11-14
1
-1/+2
*
gh-58749: Remove incorrect language spec claims about the global statement (G...
Beomsoo Kim
2024-11-12
1
-16/+5
*
gh-126664: Use `else` instead of `finally` in "The with statement" documentat...
vivodi
2024-11-11
1
-5/+2
*
Postpone `module.__loader__` deprecation to Python 3.16 (#126482)
Hugo van Kemenade
2024-11-10
1
-2/+2
*
gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392)
Hugo van Kemenade
2024-11-04
1
-1/+1
*
gh-60712: Include the "object" type in the lists of documented types (GH-103036)
Furkan Onder
2024-10-30
1
-15/+37
*
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang
2024-10-30
1
-3/+3
*
bpo-41793: Fix an inaccuracy about reflected methods in datamodel docs (GH-22...
Wim Jeantine-Glenn
2024-10-29
1
-11/+14
*
gh-125461: Remove Python 2 from identifiers in doc (GH-125462)
Paul Hoffman
2024-10-14
1
-3/+2
*
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood
2024-10-09
2
-177/+248
*
gh-70870: Clarify dual usage of 'free variable' (#122545)
Alyssa Coghlan
2024-10-08
2
-5/+13
*
gh-125072: Add label for assignment expressions; update tracked section for a...
Emily Morehouse
2024-10-07
1
-0/+2
*
gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl...
Serhiy Storchaka
2024-09-28
1
-1/+4
*
gh-81263: Add assignment expressions to `help` (#124641)
Emily Morehouse
2024-09-27
1
-0/+1
*
gh-115528: Update language reference for PEP 646 (#121181)
Matthew Rahtz
2024-09-26
2
-17/+32
*
gh-101100: Make __subclasses__ doctest stable (#124577)
Jelle Zijlstra
2024-09-26
1
-2/+4
*
gh-123242: Note that type.__annotations__ may not exist (#124557)
Jelle Zijlstra
2024-09-25
1
-1/+2
*
gh-124370: Add "howto" for free-threaded Python (#124371)
Sam Gross
2024-09-25
1
-0/+1
*
gh-101100: Add a table of class attributes to the "Custom classes" section of...
Alex Waygood
2024-09-25
4
-66/+129
*
import: permit __name__ for use in __name__ = "__main__": (#124381)
Thomas Grainger
2024-09-25
1
-1/+1
*
GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377)
Brett Cannon
2024-09-23
1
-0/+8
*
GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)
Rafael Fontenelle
2024-09-17
1
-1/+1
*
closes gh-124016: update Unicode to 16.0.0 (#124017)
Benjamin Peterson
2024-09-13
1
-4/+4
*
gh-119180: Documentation for PEP 649 and 749 (#122235)
Jelle Zijlstra
2024-09-11
4
-33/+166
*
gh-123621: Fix `datamodel.rst` with proper `dict` notation (#123648)
Lipták Attila (Flash)
2024-09-03
1
-1/+1
*
gh-123579: Document exclamation token (#123612)
Shaygan Hooshyari
2024-09-03
1
-3/+3
*
gh-123580: Fix `signed_number` token in documentation (GH-123582)
CBerJun
2024-09-03
1
-1/+1
*
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang
2024-09-01
2
-3/+3
*
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-1/+1
*
gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` (#122702)
sobolevn
2024-08-11
1
-5/+4
*
gh-122511: Improve documentation for object identity of mutable/immutable typ...
Bénédikt Tran
2024-08-07
1
-6/+10
*
gh-122445: populate only modified fields in __static_attributes__ (#122446)
Irit Katriel
2024-08-02
1
-1/+1
*
Remove outdated note about instance methods from datamodel.rst (#122471)
Thomas Grainger
2024-07-30
1
-8/+1
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
3
-21/+21
*
gh-120452: improve documentation about private name mangling (#120451)
Bénédikt Tran
2024-07-13
1
-11/+40
*
gh-121355: Fix incorrect word in simple_stmts.rst (#121356)
Jongbum Won
2024-07-04
1
-1/+1
*
gh-114104: clarify asynchronous comprehension docs to match runtime behavior ...
Danny Yang
2024-07-01
1
-4/+6
*
gh-120937: Reference weakref from the `__del__` documentation (#120940)
chaen
2024-06-26
1
-0/+2
*
gh-120521: clarify except* documentation to allow tuples (#120523)
Danny Yang
2024-06-19
1
-9/+10
*
annotations: expand documentation on "simple" assignment targets (#120535)
Jelle Zijlstra
2024-06-15
1
-2/+5
*
doc: Mention the missing reflected special methods for all binary operations ...
Paulo Freitas
2024-06-04
1
-7/+17
*
gh-119740: Remove deprecated trunc delegation (#119743)
Mark Dickinson
2024-06-02
1
-5/+2
*
gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932)
Alyssa Coghlan
2024-06-02
1
-2/+2
*
gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions f...
Irit Katriel
2024-05-31
1
-1/+1
*
gh-74929: PEP 667 general docs update (gh-119201)
Alyssa Coghlan
2024-05-21
1
-1/+1
*
gh-118767: Improve tests and docs for bool(NotImplemented) (#118813)
Jelle Zijlstra
2024-05-09
1
-3/+3
*
gh-118767: Make bool(NotImplemented) raise TypeError (#118775)
Jelle Zijlstra
2024-05-08
1
-0/+3
[next]