summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-40956: Fix segfault when Connection.backup is called without target (GH-2...Erlend Egeberg Aasland2021-02-104-22/+18
* Fix link to sqlite3 enable_shared_cache documentation (GH-24496)Tom Forbes2021-02-101-1/+1
* bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056)Inada Naoki2021-02-105-3847/+3847
* bpo-43163: Handle unclosed parentheses in codeop (GH-24483)Pablo Galindo2021-02-093-1/+16
* bpo-43166: Disable ceval.c optimisations for Windows debug builds (GH-24485)Steve Dower2021-02-091-3/+3
* bpo-41824: Add versionadded for typing.ForwardRef docs (#24224)Ken Jin2021-02-091-0/+2
* Improve docs of PEP 604 Union (#24301)Ken Jin2021-02-093-19/+20
* bpo-43162: [Enum] deprecate enum member.member access (GH-24486)Ethan Furman2021-02-093-4/+39
* bpo-13501: allow choosing between readline and libedit (GH-24189)Roland Hieber2021-02-096-207/+275
* bpo-40692: Run more test_concurrent_futures tests (GH-20239)Asheesh Laroia2021-02-086-10/+49
* bpo-43147: Remove archaic terminology. (GH-24462)Raymond Hettinger2021-02-082-10/+8
* bpo-43149: Improve error message for exception group without parentheses (GH-...Pablo Galindo2021-02-074-352/+611
* bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)Terry Jan Reedy2021-02-071-1/+2
* Simple typo fix (GH-24448)Andrew Tennikoff2021-02-051-1/+1
* Fix a typo in a deprecation warning (GH-24423)Zackery Spytz2021-02-051-1/+1
* bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _zoneinfo ...Zackery Spytz2021-02-051-6/+17
* Minor readability improvements. Also note performance impact of __slots__. (...Raymond Hettinger2021-02-051-8/+11
* Reduce overhead on random timings (GH-24455)Raymond Hettinger2021-02-051-1/+1
* bpo-35295: Remove outdated comment. (GH-24453)Inada Naoki2021-02-051-7/+0
* bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439)Raymond Hettinger2021-02-043-1/+8
* bpo-42882: Fix MSVC warnings in pystate.c (GH-24440)Ken Jin2021-02-041-1/+1
* Fix signed/unsigned comparison to avoid compilation warning (GH-24441)Ken Jin2021-02-041-1/+1
* build(deps): bump actions/cache from v2.1.3 to v2.1.4 (#24446)dependabot[bot]2021-02-042-2/+2
* Fix dependabot.yml file (GH-24443)Mariatta Wijaya2021-02-041-4/+0
* bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428)Dong-hee Na2021-02-034-1/+28
* bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436)Pablo Galindo2021-02-034-8/+29
* Fix typo (GH-23019)Harry2021-02-031-1/+1
* build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411)dependabot[bot]2021-02-031-1/+1
* Post 3.10.0a5Pablo Galindo2021-02-031-1/+1
* Merge tag 'v3.10.0a5'Pablo Galindo2021-02-0371-147/+716
|\
| * Fix Sphynx syntax in the memory.rst documentv3.10.0a5Pablo Galindo2021-02-024-12/+46
| * Python 3.10.0a5Pablo Galindo2021-02-0267-135/+670
* | bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394)diegoe2021-02-031-1/+1
* | Add link to Microsoft docs for limitations in Windows Store package (GH-24422)Steve Dower2021-02-031-0/+5
* | bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23...Ken Jin2021-02-022-0/+16
|/
* bpo-43108: Fix a reference leak in the curses module (GH-24420)Pablo Galindo2021-02-022-1/+4
* bpo-41149: Fix a bug in threading that causes fals-y threads callables to fai...BarneyStratford2021-02-023-1/+22
* bpo-42997: Improve error message for missing : before suites (GH-24292)Pablo Galindo2021-02-0211-428/+1219
* Only eliminate jumps to successor block if jump is unconditional. (GH-24417)Mark Shannon2021-02-022-17/+20
* bpo-41748: Handles unquoted attributes with commas (#24072)Karl Dubost2021-02-013-37/+59
* bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348)Aviral Srivastava2021-02-015-35/+56
* bpo-42834: Fix _json internal caches for subinterpreters (GH-24121)Ken Jin2021-02-012-38/+40
* Fix typo in Lib/trace.py (GH-24309)Yonatan Goldschmidt2021-02-011-1/+1
* bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)Mark Shannon2021-02-019-245/+247
* bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...Ronald Oussoren2021-02-016-6/+21
* bpo-42927: Update the What's new entry for LOAD_ATTR optimizations (GH-24383)Pablo Galindo2021-01-311-4/+4
* bpo-43017: Improve error message for unparenthesised tuples in comprehensions...Pablo Galindo2021-01-315-251/+343
* bpo-42986: Fix parser crash when reporting syntax errors in f-string with new...Pablo Galindo2021-01-313-1/+6
* bpo-43016: Fix test_curses on platform without cursesw (GH-24405)Serhiy Storchaka2021-01-311-5/+23
* bpo-41604: Don't decrement the reference count of the previous user_ptr when ...Anonymous Maarten2021-01-312-1/+5