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-46659: Deprecate locale.getdefaultlocale() (GH-31206)
Victor Stinner
2022-02-22
2
-0/+8
*
bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH...
vidhya
2022-02-22
1
-0/+3
*
bpo-36557: Updated wording for using/windows (GH-31457)
slateny
2022-02-22
1
-2/+2
*
bpo-46725: Document starred expressions in for statements (GH-31481)
Pablo Galindo Salgado
2022-02-22
2
-8/+16
*
bpo-45390: Propagate CancelledError's message from cancelled task to its awai...
Andrew Svetlov
2022-02-21
1
-0/+3
*
bpo-46329: Streamline calling sequence a bit. (GH-31465)
Mark Shannon
2022-02-21
1
-21/+34
*
Improve discussion about how __getattr__ is invoked. (GH-31435)
Raymond Hettinger
2022-02-20
1
-9/+7
*
Counter doc mentions three methods, but lists four (GH-30706)
Charles Brunet
2022-02-19
1
-1/+1
*
bpo-46571: improve `typing.no_type_check` to skip foreign objects (GH-31042)
Nikita Sobolev
2022-02-19
1
-2/+2
*
[docs] Correct typos in SSLContext.sni_callback (GH-30623)
Jörn Heissler
2022-02-19
1
-3/+3
*
bpo-46329: Change calling sequence (again) (GH-31373)
Mark Shannon
2022-02-18
1
-1/+1
*
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
Serhiy Storchaka
2022-02-18
7
-181/+82
*
docs: Link `match` statement in tutorial (GH-31396)
William Andrea
2022-02-18
1
-1/+1
*
bpo-29418: Add inspect.ismethodwrapper to whatsnew (GH-31377)
Hakan Çelik
2022-02-17
1
-0/+2
*
Update html.parser.rst (GH-30678)
Géry Ogam
2022-02-17
1
-1/+1
*
bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)
97littleleaf11
2022-02-17
1
-2/+14
*
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...
Hakan Çelik
2022-02-16
1
-0/+8
*
bpo-46730: Add more info to @property AttributeError messages (GH-31311)
Alex-Blade
2022-02-16
1
-4/+4
*
bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)
Zackery Spytz
2022-02-15
1
-2/+8
*
Update the OMG link (GH-30383)
David Gilbertson
2022-02-14
1
-1/+1
*
Fix missing import in dataclass code snippet (GH-29214)
Leo
2022-02-14
1
-1/+1
*
doc: use colon for all color's rangs (GH-28998)
Rafael Fontenelle
2022-02-14
1
-2/+2
*
bpo-38619: Update the documentation for UUID.hex (GH-29830)
180909
2022-02-14
1
-1/+1
*
Update __main__.rst (GH-30896)
David Gilbertson
2022-02-14
1
-1/+1
*
Fix a typo in Doc/faq/programming.rst (GH-31243)
Cooper Lees
2022-02-14
1
-1/+1
*
Fix minor grammar error (#31325)
Scott Noyes
2022-02-14
1
-1/+1
*
bpo-46747: Add missing key parameters in the bisect docs (GH-31323)
Zackery Spytz
2022-02-14
1
-2/+2
*
Corrections to format precision description. (GH-31291)
John Belmonte
2022-02-14
1
-5/+6
*
bpo-45447: Fix entry in What's New 3.11 (GH-31307)
Terry Jan Reedy
2022-02-13
1
-1/+1
*
bpo-45447: Add entry to What's new 3.9 (GH-31305)
Terry Jan Reedy
2022-02-13
1
-0/+3
*
bpo-45447: Add entry to What's new 3.10 (GH-31304)
Terry Jan Reedy
2022-02-13
1
-1/+6
*
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
Alex Waygood
2022-02-13
1
-0/+6
*
bpo-46586: Fix documentation links (GH-31216)
Meer Suri
2022-02-12
1
-1/+1
*
bpo-46355: Amend What's New in Python 3.11 C API wording (GH-31288)
Erlend Egeberg Aasland
2022-02-12
1
-2/+2
*
bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH...
Alex Waygood
2022-02-11
1
-4/+0
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
3
-3/+25
*
Fix the signature of multiprocessing.set_executable (GH-31276)
Géry Ogam
2022-02-11
1
-2/+2
*
bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)
Julien Palard
2022-02-10
4
-3/+21
*
bpo-43532: add version added to KW_ONLY (GH-31235)
Henry Schreiner
2022-02-09
1
-0/+2
*
bpo-46475: Add typing.Never and typing.assert_never (GH-30842)
Jelle Zijlstra
2022-02-08
1
-0/+56
*
bpo-46659: calendar uses locale.getlocale() (GH-31166)
Victor Stinner
2022-02-07
2
-1/+7
*
bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)
James Hilton-Balfe
2022-02-07
2
-0/+49
*
bpo-46166: Fix compiler warnings in What's New in Python 3.11 (GH-31198)
Victor Stinner
2022-02-07
1
-4/+4
*
bpo-23952: Document cgi module's maxlen variable (GH-30338)
Hugo van Kemenade
2022-02-06
1
-0/+5
*
[doc] Enhance readability by avoiding big blocks for small numbers. (GH-31157)
Julien Palard
2022-02-06
1
-9/+3
*
bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134)
Victor Stinner
2022-02-06
1
-0/+6
*
Allows to specify the port on which serve documentation (GH-31145)
Christophe Nanteuil
2022-02-06
1
-1/+2
*
bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)
andrei kulakov
2022-02-05
1
-0/+16
*
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...
Kumar Aditya
2022-02-04
2
-0/+9
*
Optimize images by IMGbot (GH-21348)
Manish Kumar ⛄
2022-02-04
5
-1/+1
[next]