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-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
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
1
-0/+4
*
gh-74929: Rudimentary docs for PEP 667 (#118581)
Guido van Rossum
2024-05-05
1
-1/+6
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
2
-10/+29
*
Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing scope is ...
Quazi Irfan
2024-04-21
1
-2/+3
*
gh-115775: Add whatsnew entry about __static_attributes__ (GH-117909)
Irit Katriel
2024-04-19
1
-0/+5
*
Add 'The Python 2.3 Method Resolution Order' (#116435)
Hugo van Kemenade
2024-04-15
1
-5/+2
*
Add information about negative indexes to sequence datamodel doc (#110903)
Adorilson Bezerra
2024-03-25
1
-3/+6
*
gh-56374: Clarify documentation of nonlocal (#116942)
Terry Jan Reedy
2024-03-19
1
-13/+17
*
gh-107607: Update comment about utf-8 BOM being ignored (#107858)
Sunghyun Kim
2024-03-19
1
-4/+3
*
gh-116881: Remove erroneous or redundant grammar NULL (GH-116885)
Terry Jan Reedy
2024-03-18
1
-1/+1
*
gh-115664: Fix ordering of more versionadded and versionchanged directives (G...
Serhiy Storchaka
2024-03-07
2
-3/+1
*
gh-72971: Clarify the special no-TypeError behavior for equality (#110729)
Gouvernathor
2024-03-03
1
-1/+4
*
gh-104219: Document that idunders can return NotImplemented (#104220)
Gouvernathor
2024-03-01
1
-2/+4
*
Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)
Erlend E. Aasland
2024-02-29
2
-10/+10
*
Erase some unnecessary quotes on data model doc (#113521)
Adorilson Bezerra
2024-02-25
1
-4/+4
*
gh-115572: Move `codeobject.replace()` docs to the data model (#115631)
Daler
2024-02-18
1
-0/+8
*
gh-115405: add versionadded tag for co_qualname in code objects documentation...
Christophe Papazian
2024-02-13
1
-0/+2
*
gh-114552: Update `__dir__` method docs: it allows returning an iterable (#11...
Nikita Sobolev
2024-02-10
1
-3/+3
*
Clarify one-item tuple (#114745)
Terry Jan Reedy
2024-01-30
1
-2/+3
*
gh-101100: Fix sphinx warnings in `reference/import.rst` (#114646)
Nikita Sobolev
2024-01-27
1
-3/+4
*
gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (#114194)
Hugo van Kemenade
2024-01-22
1
-26/+26
*
Fix the confusing "User-defined methods" reference in the datamodel (#114276)
cdzhan
2024-01-21
1
-1/+1
*
gh-114070: fix token reference warnings in expressions.rst (#114169)
Sergey B Kirpichev
2024-01-17
1
-2/+3
*
datamodel: Fix a typo in ``object.__init_subclass__`` (#111599)
InSync
2024-01-12
1
-1/+1
*
Docs: Amend codeobject.co_lines docs; end number is exclusive (#113970)
Ned Batchelder
2024-01-12
1
-3/+3
*
gh-113664: Improve style of Big O notation (GH-113695)
Serhiy Storchaka
2024-01-10
1
-1/+1
*
Document the `co_lines` method on code objects (#113682)
Alex Waygood
2024-01-03
1
-2/+37
*
gh-81094: Refer to PEP 318 in compound_statements.rst (#113588)
John D. McDonald
2024-01-02
1
-1/+4
*
gh-113313: Note that slice support is not required for all sequences. (gh-113...
Raymond Hettinger
2023-12-21
1
-3/+3
*
Fix typo in datamodel docs (#113314)
Rodrigo Girão Serrão
2023-12-20
1
-1/+1
*
Docs: Add label to grammar spec for linking from PEPs (#113235)
Hugo van Kemenade
2023-12-17
1
-0/+2
*
gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference/simple...
Alex Waygood
2023-12-14
1
-3/+3
[next]