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
*
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
*
Fix some false positives of documentation syntax problems
Pablo Galindo
2021-12-08
1
-1/+1
*
bpo-20751: Match variable name to the example. (GH-29980)
Raymond Hettinger
2021-12-08
1
-4/+8
*
bpo-45840: Improve cross-references in the data model documentation (GH-29633)
Alex Waygood
2021-12-05
1
-54/+76
*
bpo-20751: Replace method example with attribute example, matching the descr...
Raymond Hettinger
2021-12-04
1
-4/+32
*
bpo-45711: Change exc_info related APIs to derive type and traceback from the...
Irit Katriel
2021-11-30
1
-0/+6
*
bpo-45619: documentation of execution model: clarify and update binding summa...
Arthur Milchior
2021-11-26
1
-9/+19
*
[doc] Clarify MRO precedence in descriptor super binding section (GH-29539)
Jouke Witteveen
2021-11-20
1
-1/+1
*
bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...
Brett Cannon
2021-11-20
1
-14/+12
*
bpo-45640: [docs] Tokens are now clickable (GH-29260)
Arthur Milchior
2021-11-18
3
-53/+53
*
[doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in th...
Alex Waygood
2021-11-18
1
-18/+146
*
[doc] minor fixes to expressions.rst (GH-29444)
Ethan Furman
2021-11-06
1
-3/+3
*
bpo-45583: Correct datamodel documentation of int() (GH-29182)
Arthur Milchior
2021-10-28
1
-2/+2
*
bpo-45530: speed listobject.c's unsafe_tuple_compare() (GH-29076)
Tim Peters
2021-10-25
1
-0/+2
*
bpo-45463: Clarify that global statements allows multiple names (GH-28851)
Luca Chiodini
2021-10-16
1
-4/+4
*
[docs] lexical_analysis: Expand the text on ``_`` (GH-28903)
Petr Viktorin
2021-10-13
1
-4/+16
*
Fix class pattern docs to refer to class patterns (GH-28849)
Christophe Nanteuil
2021-10-10
1
-1/+1
*
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss
2021-10-05
1
-1/+1
*
bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
Raymond Hettinger
2021-10-02
1
-4/+4
*
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka
2021-09-28
1
-1/+1
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
1
-1/+1
*
bpo-45198: __set_name__ documentation not clear about its usage with non-desc...
Raymond Hettinger
2021-09-18
1
-29/+34
*
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
Benjamin Peterson
2021-09-14
1
-3/+3
*
bpo-44964: Correct the note about the f_lasti field (GH-28208)
Pablo Galindo Salgado
2021-09-10
1
-3/+2
*
bpo-45104: Clarify when __init__ is called (GH-28210)
Raymond Hettinger
2021-09-07
1
-1/+1
*
bpo-44964: Add a note explaining the new semantics of f_last_i in frame objec...
Pablo Galindo Salgado
2021-09-07
1
-2/+3
*
bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951)
Objectivitix
2021-08-26
1
-1/+1
*
bpo-39452: Rewrite and expand __main__.rst (#26883)
Jack DeVries
2021-08-24
1
-0/+2
*
bpo-41706: Fix special method invocation docs to mention using type() (GH-22084)
William Chargin
2021-08-04
1
-3/+4
*
bpo-41911: Update docs for various expressions (GH-27470)
andrei kulakov
2021-07-30
1
-7/+34
*
bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal k...
Jack DeVries
2021-07-15
1
-4/+5
*
bpo-33346: Allow async comprehensions inside implicit async comprehensions (G...
Serhiy Storchaka
2021-07-13
1
-3/+8
*
bpo-43950: Add documentation for PEP-657 (GH-27047)
Ammar Askar
2021-07-13
1
-0/+33
*
bpo-44530: Document the new CodeObject.co_qualname attribute (GH-27052)
Pablo Galindo
2021-07-07
1
-0/+2
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
1
-1/+1
*
bpo-21760: fix __file__ description (GH-19097)
Furkan Onder
2021-06-09
1
-3/+8
*
Doc: Fix ambiguous pronoun (GH-26037)
Daniel Shahaf
2021-05-14
1
-1/+1
*
Update doc as relative import can be used with star import (GH-25667)
Saiyang Gou
2021-05-14
1
-1/+1
*
bpo-43977: Update pattern matching language reference docs (GH-25917)
Ken Jin
2021-05-14
1
-7/+35
*
bpo-44025: Clarify when '_' is a keyword. (#25873)
Terry Jan Reedy
2021-05-04
1
-2/+4
*
bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805)
Zackery Spytz
2021-05-02
1
-3/+3
*
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
larryhastings
2021-05-02
1
-19/+51
*
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman
2021-04-29
1
-0/+6
[next]