summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Some suggestions for the descriptors howto.descr-howto-feedbackGuido van Rossum2020-11-091-23/+39
* bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19...jack11422020-11-104-0/+126
* bpo-41712: Avoid runaway regex match in upload scripts (GH-23166)Yash Shete2020-11-091-1/+1
* bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)Victor Stinner2020-11-0911-22/+72
* bpo-41543: contextlib.nullcontext can fill in for an async context manager (G...Tom Gringauz2020-11-094-2/+39
* bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)Ammar Askar2020-11-094-7/+78
* bpo-42233: Add union type expression support for GenericAlias and fix de-dupl...kj2020-11-086-17/+51
* bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)Ronald Oussoren2020-11-082-1/+2
* bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)Ronald Oussoren2020-11-0827-345/+1587
* Minor wording change in concurrent.futures. (GH-23194)Don Kirkby2020-11-081-3/+3
* bpo-40077: Convert _queuemodule to use heap types (GH-23136)Erlend Egeberg Aasland2020-11-073-105/+138
* bpo-42282: Fold constants inside named expressions (GH-23190)Nick Coghlan2020-11-072-11/+46
* bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)Julien Palard2020-11-076-173/+16
* bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when ...Brett Cannon2020-11-066-14/+59
* Remove outdated reference to pywin32 from platform module (GH-22005)Andre Delfino2020-11-061-7/+0
* bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)Hai Shi2020-11-067-4/+44
* Minor grammar edits for the descriptor howto guide (GH-#23175)Raymond Hettinger2020-11-061-10/+10
* bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)Inada Naoki2020-11-061-9/+10
* bpo-26389: Allow passing an exception object in the traceback module (GH-22610)Zackery Spytz2020-11-055-24/+97
* bpo-42260: PyConfig_Read() only parses argv once (GH-23168)Victor Stinner2020-11-056-105/+134
* bpo-42260: Add _PyConfig_FromDict() (GH-23167)Victor Stinner2020-11-056-60/+653
* bpo-41877 Check for asert, aseert, assrt in mocks (GH-23165)vabr-g2020-11-053-3/+14
* [docs] fix wrongly named AsyncContextDecorator (GH-23164)kj2020-11-051-3/+5
* bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)Victor Stinner2020-11-057-6/+85
* bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)Pablo Galindo2020-11-054-7/+28
* bpo-40816 Add AsyncContextDecorator class (GH-20516)Kazantcev Andrey2020-11-054-1/+114
* bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)Victor Stinner2020-11-059-16/+189
* Disable peg generator tests when building with PGO (GH-23141)serge-sans-paille2020-11-041-0/+6
* bpo-1635741: _sqlite3 uses PyModule_AddObjectRef() (GH-23148)Erlend Egeberg Aasland2020-11-042-17/+16
* bpo-1635741: Fix PyInit_pyexpat() error handling (GH-22489)Mohamed Koubaa2020-11-041-189/+299
* bpo-42260: Main init modify sys.flags in-place (GH-23150)Victor Stinner2020-11-044-74/+89
* bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151)Victor Stinner2020-11-042-11/+5
* bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146)Victor Stinner2020-11-042-220/+117
* bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147)Victor Stinner2020-11-042-21/+6
* bpo-42260: Reorganize PyConfig (GH-23149)Victor Stinner2020-11-041-5/+5
* bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122)Victor Stinner2020-11-045-46/+146
* bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)Victor Stinner2020-11-045-17/+52
* bpo-42251: Add gettrace and getprofile to threading (GH-23125)Mario Corchero2020-11-045-1/+61
* Enable signing of nuget.org packages and update to supported timestamp server...Steve Dower2020-11-035-8/+17
* Fix incorrect links in ast docs (GH-23017)Matthew Suozzo2020-11-031-6/+7
* Add _PyType_GetModuleByDef (GH-22835)Petr Viktorin2020-11-034-3/+52
* Post 3.10.0a2Pablo Galindo2020-11-031-1/+1
* Merge tag 'v3.10.0a2' into masterPablo Galindo2020-11-0393-255/+1047
|\
| * Python 3.10.0a2v3.10.0a2Pablo Galindo2020-11-0393-255/+1047
* | bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)Victor Stinner2020-11-035-44/+79
* | bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)Serhiy Storchaka2020-11-032-1/+2
* | bpo-40077: Convert mmap.mmap static type to a heap type (GH-23108)Erlend Egeberg Aasland2020-11-032-68/+91
|/
* bpo-35455: Fix thread_time for Solaris OS (GH-11118)Jakub KulĂ­k2020-11-022-0/+20
* bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053)Victor Stinner2020-11-024-8/+50
* bpo-41796: Make _ast module state per interpreter (GH-23024)Victor Stinner2020-11-028-202/+549