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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
Terry Jan Reedy
2020-03-08
1
-1/+3
*
fix typo: add space (GH-18853)
Julin S
2020-03-08
1
-2/+2
*
bpo-39567: Document audit for os.walk, os.fwalk, Path.glob and Path.rglob. (G...
Serhiy Storchaka
2020-03-08
2
-0/+8
*
bpo-36144: Update MappingProxyType with PEP 584's operators (#18814)
Brandt Bucher
2020-03-07
1
-0/+5
*
bpo-39702: Update the Language Reference (PEP 614) (GH-18802)
Brandt Bucher
2020-03-07
2
-1/+15
*
bpo-39199: Use 'eval' mode for the examples with expression nodes (GH-18828)
Pablo Galindo
2020-03-07
1
-292/+211
*
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner
2020-03-06
1
-0/+7
*
bpo-17422: slightly more precise language (GH-18682)
Caleb Donovick
2020-03-06
1
-1/+1
*
bpo-36144: Implement defaultdict union (GH-18729)
Brandt Bucher
2020-03-06
1
-0/+4
*
PyPy already supports Python 3 (GH-18774)
Slam
2020-03-06
1
-2/+1
*
bpo-39868: Update Language Reference for PEP 572. (#18793)
Brandt Bucher
2020-03-06
2
-6/+18
*
IDLE doc: improve Startup failure subsection. (#18771)
Jules Lasne (jlasne)
2020-03-06
1
-7/+10
*
Add a missing space after a period in 'typing.TypedDict' documentation (GH-18...
Miss Islington (bot)
2020-03-05
1
-1/+1
*
bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719)
Brett Cannon
2020-03-04
1
-1/+1
*
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16...
Victor Stinner
2020-03-04
4
-19/+15
*
bpo-39639: Remove the AST "Suite" node and associated code (GH-18513)
Batuhan Taşkaya
2020-03-04
1
-0/+3
*
bpo-39674: Fix typo in What's New In Python 3.9 (GH-18776)
Victor Stinner
2020-03-04
1
-1/+1
*
bpo-39674: Suggest to test with DeprecationWarning (GH-18552)
Victor Stinner
2020-03-03
1
-0/+28
*
bpo-35712: Make using NotImplemented in a boolean context issue a deprecation...
MojoVampire
2020-03-03
3
-3/+19
*
bpo-39674: Update collections ABC deprecation doc (GH-18747)
Victor Stinner
2020-03-03
1
-1/+1
*
bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
Pablo Galindo
2020-03-03
1
-1/+13
*
bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684)
Inada Naoki
2020-03-02
2
-7/+10
*
Fix misleading statement about mixed-type numeric comparisons (GH-18615)
Mark Dickinson
2020-03-02
1
-2/+4
*
bpo-39199: Add descriptions of non-deprecated nodes to the AST module documen...
Pablo Galindo
2020-03-02
1
-6/+1497
*
Mention backports (GH-18715)
Stefan Krah
2020-02-29
1
-1/+1
*
bpo-39794: Add --without-decimal-contextvar (#18702)
Stefan Krah
2020-02-29
1
-3/+12
*
bpo-39667: Sync zipp 3.0 (GH-18540)
Jason R. Coombs
2020-02-29
1
-4/+14
*
bpo-39379: Remove reference to sys.path[0] being absolute path in whatsnew (G...
Ananthakrishnan
2020-02-29
1
-5/+4
*
bpo-37534: Allow adding Standalone Document Declaration when generating XML d...
Henry Harutyunyan
2020-02-29
1
-3/+16
*
bpo-39769: Fix compileall ddir for subpkgs. (GH-18676)
Gregory P. Smith
2020-02-29
1
-2/+2
*
bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598)
Shantanu
2020-02-28
1
-1/+1
*
bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
Terry Jan Reedy
2020-02-28
1
-2/+2
*
bpo-36144: Document PEP 584 (GH-18659)
Brandt Bucher
2020-02-26
2
-0/+22
*
bpo-34788: Add support for scoped IPv6 addresses (GH-13772)
opavlyuk
2020-02-26
4
-12/+45
*
Doc: int -> int or Py_ssize_t (GH-18663)
Inada Naoki
2020-02-26
1
-11/+11
*
bpo-39128: Added algorithm description (GH-18624)
idomic
2020-02-24
1
-0/+11
*
bpo-39654: Update pyclbr doc to reflect additional information returned (GH-1...
Hakan Çelik
2020-02-24
1
-3/+6
*
bpo-39576: Clarify the word size for the 32-bit build. (#18616)
Stefan Krah
2020-02-23
1
-2/+2
*
bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH...
Serhiy Storchaka
2020-02-23
2
-15/+27
*
bpo-17422: Language reference should specify restrictions on class namespace ...
ananthan-123
2020-02-22
1
-2/+4
*
bpo-39576: docs: set context for decimal arbitrary precision arithmetic (#18594)
Stefan Krah
2020-02-21
1
-8/+58
*
fix(doc): set correct RST syntax for c:function (GH-18589)
Julien Danjou
2020-02-21
1
-2/+2
*
bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036)
Pete Wicken
2020-02-21
1
-2/+3
*
bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)
ananthan-123
2020-02-19
2
-0/+12
*
Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags p...
Victor Stinner
2020-02-19
2
-6/+0
*
bpo-39572: Document ’total’ flag of TypedDict (GH-18554)
ananthan-123
2020-02-19
1
-2/+14
*
Include subsections in TOC for PDF version of docs. (GH-9629)
Cheryl Sabella
2020-02-18
1
-0/+1
*
bpo-39674: Revert "bpo-25988: Do not expose abstract collection classes in th...
Victor Stinner
2020-02-18
2
-6/+1
*
bpo-36465: Update doc of init_config.rst (GH-18520)
Hai Shi
2020-02-17
1
-1/+1
*
bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#...
idomic
2020-02-17
2
-0/+6
[next]