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
*
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
*
Fix a typo in datamodel reference document (GH-24930)
Géry Ogam
2021-04-25
1
-1/+1
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
2
-5/+12
*
bpo-43837: Reverse order of precedence table to show tightly binding operator...
Ammar Askar
2021-04-19
1
-29/+29
*
Use double quotes over single quotes for match statement grammar (GH-24943)
Ken Jin
2021-04-12
1
-2/+2
*
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner
2021-04-11
1
-3/+2
*
Fix description of behaviour of an exception class in 'from' clause (GH-24303)
Mark Dickinson
2021-04-11
1
-4/+7
*
bpo-39702: Remove dotted_name from decorator documentation (GH-25234)
Saiyang Gou
2021-04-08
1
-1/+0
*
bpo-36540: Improve doc of function definition regarding positional-only argum...
Saiyang Gou
2021-04-07
1
-2/+8
*
bpo-38605: Update "Future statements" docs since PEP 563 is always enabled (G...
Saiyang Gou
2021-04-07
1
-5/+2
*
bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...
Saiyang Gou
2021-04-06
1
-3/+1
*
Update pattern matching docs for changes to the PEP (#25185)
Ken Jin
2021-04-06
2
-3/+3
*
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon
2021-04-02
1
-1/+2
*
bpo-42134: Raise ImportWarning when calling find_module() in the import syste...
Brett Cannon
2021-03-30
1
-0/+11
*
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon
2021-03-26
1
-0/+7
*
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
Daniel F Moisset
2021-03-01
3
-0/+650
*
bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
Terry Jan Reedy
2021-02-21
1
-2/+2
*
bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23...
Ken Jin
2021-02-02
1
-0/+2
*
Document new parenthesized with statements (GH-24281)
Pablo Galindo
2021-01-25
1
-1/+14
*
bpo-35790: Correct the description of sys.exc_info() and add a code example (...
Géry Ogam
2020-12-21
1
-3/+21
*
bpo-42669: Document that `except` rejects nested tuples (GH-23822)
Colin Watson
2020-12-20
1
-1/+2
*
[doc] Mention with and except clauses in globals() (GH-13232)
Andre Delfino
2020-12-19
1
-1/+1
*
[doc] Fix a few margins due to bad markup (GH-23619)
Andre Delfino
2020-12-17
1
-1/+0
*
bpo-41879: Doc: Fix description of async for statement (GH-23548)
Nick Gaya
2020-12-11
1
-4/+4
*
bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532)
James Gerity
2020-11-30
1
-1/+2
*
bpo-41229: Update docs for explicit aclose()-required cases and add contextli...
Joongi Kim
2020-11-02
1
-3/+13
*
bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)
kj
2020-10-30
1
-7/+1
*
bpo-6761: Enhance __call__ documentation (GH-7987)
Andre Delfino
2020-10-27
1
-1/+1
*
bpo-41910: specify the default implementations of object.__eq__ and object.__...
Brett Cannon
2020-10-21
1
-6/+8
*
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
Géry Ogam
2020-10-21
1
-15/+3
[next]