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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner
2020-11-09
11
-22/+72
*
bpo-41543: contextlib.nullcontext can fill in for an async context manager (G...
Tom Gringauz
2020-11-09
4
-2/+39
*
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
Ammar Askar
2020-11-09
4
-7/+78
*
bpo-42233: Add union type expression support for GenericAlias and fix de-dupl...
kj
2020-11-09
6
-17/+51
*
bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)
Ronald Oussoren
2020-11-08
2
-1/+2
*
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren
2020-11-08
27
-345/+1587
*
Minor wording change in concurrent.futures. (GH-23194)
Don Kirkby
2020-11-08
1
-3/+3
*
bpo-40077: Convert _queuemodule to use heap types (GH-23136)
Erlend Egeberg Aasland
2020-11-07
3
-105/+138
*
bpo-42282: Fold constants inside named expressions (GH-23190)
Nick Coghlan
2020-11-07
2
-11/+46
*
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)
Julien Palard
2020-11-07
6
-173/+16
*
bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when ...
Brett Cannon
2020-11-07
6
-14/+59
*
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
7
-4/+44
*
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
5
-24/+97
*
bpo-42260: PyConfig_Read() only parses argv once (GH-23168)
Victor Stinner
2020-11-05
6
-105/+134
*
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
Victor Stinner
2020-11-05
6
-60/+653
*
bpo-41877 Check for asert, aseert, assrt in mocks (GH-23165)
vabr-g
2020-11-05
3
-3/+14
*
[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
7
-6/+85
*
bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)
Pablo Galindo
2020-11-05
4
-7/+28
*
bpo-40816 Add AsyncContextDecorator class (GH-20516)
Kazantcev Andrey
2020-11-05
4
-1/+114
*
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner
2020-11-04
9
-16/+189
*
Disable peg generator tests when building with PGO (GH-23141)
serge-sans-paille
2020-11-04
1
-0/+6
*
bpo-1635741: _sqlite3 uses PyModule_AddObjectRef() (GH-23148)
Erlend Egeberg Aasland
2020-11-04
2
-17/+16
*
bpo-1635741: Fix PyInit_pyexpat() error handling (GH-22489)
Mohamed Koubaa
2020-11-04
1
-189/+299
*
bpo-42260: Main init modify sys.flags in-place (GH-23150)
Victor Stinner
2020-11-04
4
-74/+89
*
bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151)
Victor Stinner
2020-11-04
2
-11/+5
*
bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146)
Victor Stinner
2020-11-04
2
-220/+117
*
bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147)
Victor Stinner
2020-11-04
2
-21/+6
*
bpo-42260: Reorganize PyConfig (GH-23149)
Victor Stinner
2020-11-04
1
-5/+5
*
bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122)
Victor Stinner
2020-11-04
5
-46/+146
*
bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)
Victor Stinner
2020-11-04
5
-17/+52
*
bpo-42251: Add gettrace and getprofile to threading (GH-23125)
Mario Corchero
2020-11-04
5
-1/+61
*
Enable signing of nuget.org packages and update to supported timestamp server...
Steve Dower
2020-11-03
5
-8/+17
*
Fix incorrect links in ast docs (GH-23017)
Matthew Suozzo
2020-11-03
1
-6/+7
*
Add _PyType_GetModuleByDef (GH-22835)
Petr Viktorin
2020-11-03
4
-3/+52
*
Post 3.10.0a2
Pablo Galindo
2020-11-03
1
-1/+1
*
Merge tag 'v3.10.0a2' into master
Pablo Galindo
2020-11-03
93
-255/+1047
|
\
|
*
Python 3.10.0a2
v3.10.0a2
Pablo Galindo
2020-11-03
93
-255/+1047
*
|
bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)
Victor Stinner
2020-11-03
5
-44/+79
*
|
bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)
Serhiy Storchaka
2020-11-03
2
-1/+2
*
|
bpo-40077: Convert mmap.mmap static type to a heap type (GH-23108)
Erlend Egeberg Aasland
2020-11-03
2
-68/+91
|
/
*
bpo-35455: Fix thread_time for Solaris OS (GH-11118)
Jakub KulĂk
2020-11-02
2
-0/+20
*
bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053)
Victor Stinner
2020-11-02
4
-8/+50
*
bpo-41796: Make _ast module state per interpreter (GH-23024)
Victor Stinner
2020-11-02
8
-202/+549
*
bpo-42103: Improve validation of Plist files. (GH-22882)
Serhiy Storchaka
2020-11-02
4
-57/+363
*
bpo-41943: Fix bug where assertLogs doesn't correctly filter messages… (GH-...
Irit Katriel
2020-11-02
3
-0/+14
*
Revert "bpo-37193: remove thread objects which finished process its request (...
Jason R. Coombs
2020-11-02
3
-86/+13
[next]