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-42171: Add PEP573-related items to the limited API (GH-23009)
Petr Viktorin
2020-11-10
1
-2/+4
*
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner
2020-11-09
10
-20/+69
*
bpo-41543: contextlib.nullcontext can fill in for an async context manager (G...
Tom Gringauz
2020-11-09
1
-0/+18
*
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
Ammar Askar
2020-11-09
1
-0/+18
*
Minor wording change in concurrent.futures. (GH-23194)
Don Kirkby
2020-11-08
1
-3/+3
*
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)
Julien Palard
2020-11-07
5
-173/+14
*
bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when ...
Brett Cannon
2020-11-07
1
-0/+24
*
Remove outdated reference to pywin32 from platform module (GH-22005)
Andre Delfino
2020-11-06
1
-7/+0
*
bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
Hai Shi
2020-11-06
2
-2/+8
*
Minor grammar edits for the descriptor howto guide (GH-#23175)
Raymond Hettinger
2020-11-06
1
-10/+10
*
bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)
Inada Naoki
2020-11-06
1
-9/+10
*
bpo-26389: Allow passing an exception object in the traceback module (GH-22610)
Zackery Spytz
2020-11-05
2
-11/+50
*
bpo-42260: PyConfig_Read() only parses argv once (GH-23168)
Victor Stinner
2020-11-05
1
-92/+104
*
[docs] fix wrongly named AsyncContextDecorator (GH-23164)
kj
2020-11-05
1
-3/+5
*
bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
Victor Stinner
2020-11-05
2
-0/+35
*
bpo-40816 Add AsyncContextDecorator class (GH-20516)
Kazantcev Andrey
2020-11-05
1
-0/+62
*
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner
2020-11-04
1
-0/+2
*
bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122)
Victor Stinner
2020-11-04
2
-14/+95
*
bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)
Victor Stinner
2020-11-04
1
-0/+8
*
bpo-42251: Add gettrace and getprofile to threading (GH-23125)
Mario Corchero
2020-11-04
2
-0/+28
*
Fix incorrect links in ast docs (GH-23017)
Matthew Suozzo
2020-11-03
1
-6/+7
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
16
-296/+701
*
bpo-41435: Add sys._current_exceptions() function (GH-21689)
Julien Danjou
2020-11-02
1
-0/+12
*
bpo-42230: Improve asyncio documentation regarding accepting sets vs iterable...
Jakub Stasiak
2020-11-02
1
-4/+4
*
bpo-41229: Update docs for explicit aclose()-required cases and add contextli...
Joongi Kim
2020-11-02
2
-3/+46
*
Minor formatting edits to the descriptor howto guide (GH-23092)
Raymond Hettinger
2020-11-02
1
-19/+20
*
Add member objects to the descriptor howto guide (GH-23084)
Raymond Hettinger
2020-11-02
1
-0/+156
*
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner
2020-11-01
2
-22/+61
*
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo...
Raymond Hettinger
2020-11-01
2
-38/+79
*
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
Dong-hee Na
2020-11-01
1
-0/+4
*
bpo-42198: New section in stdtypes for type annotation types (GH-23063)
kj
2020-10-31
1
-4/+14
*
bpo-42198: Improve consistency of Union docs (GH-23029)
kj
2020-10-31
2
-24/+15
*
bpo-42198: Document __new__ for types.GenericAlias (GH-23039)
kj
2020-10-31
2
-2/+14
*
DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036)
Matti Picus
2020-10-30
1
-1/+1
*
bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)
kj
2020-10-30
2
-44/+75
*
bpo-42061: Document __format__ for IP addresses (GH-23018)
Teugea Ioan-Teodor
2020-10-29
2
-4/+38
*
bpo-42180: fix plural in arguments and control (GH-23015)
Rafael Fontenelle
2020-10-29
1
-1/+1
*
bpo-42029: Remove IRIX code (GH-23023)
Victor Stinner
2020-10-29
1
-3/+3
*
bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)
Zackery Spytz
2020-10-29
2
-5/+22
*
bpo-41805: Documentation for PEP 585 (GH-22615)
kj
2020-10-27
3
-0/+208
*
bpo-6761: Enhance __call__ documentation (GH-7987)
Andre Delfino
2020-10-27
1
-1/+1
*
bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
Victor Stinner
2020-10-27
1
-1/+6
*
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
Georges Toth
2020-10-27
2
-2/+7
*
bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
Victor Stinner
2020-10-26
1
-4/+2
*
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner
2020-10-26
1
-0/+6
*
Add a link to buffer protocol in bytearray() doc (GH-22675)
Antoine
2020-10-26
1
-2/+2
*
bpo-39108: Document threading issues for random.gauss() (GH-22928)
Raymond Hettinger
2020-10-25
1
-0/+7
*
Split-out a fourth section in the descriptor HowTo guide (GH-22965)
Raymond Hettinger
2020-10-25
1
-46/+50
*
Second round of updates to the descriptor howto guide (GH-22946)
Raymond Hettinger
2020-10-25
1
-96/+156
*
bpo-42127: Document effect of cached_property on key-sharing dictionaries (G...
Raymond Hettinger
2020-10-25
1
-9/+24
[next]