summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add extra stats for attribute misses (GH-26732)Mark Shannon2021-06-152-2/+90
* Fix a typo in _make_class_unpicklable() docstring (GH-26729)andrei kulakov2021-06-151-1/+1
* bpo-44409: Fix error location in tokenizer errors that happen during initiali...Pablo Galindo2021-06-143-0/+4
* Fix typo in lnotab_notes.txt (GH-26711)Gabriele N. Tornetta2021-06-141-1/+1
* bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)Sebastian Rittau2021-06-142-2/+12
* Remove accidentally duplicated STAT_INC (GH-26718)Mark Shannon2021-06-141-1/+0
* bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)Mark Shannon2021-06-149-337/+209
* bpo-44310: Note that lru_cache keep references to both arguments and results...Raymond Hettinger2021-06-141-6/+9
* bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700)Christian Heimes2021-06-133-9/+58
* Fix a potential reference-counting bug in long_pow (GH-26690)Mark Dickinson2021-06-131-0/+1
* Fix typos in multiple files (GH-26689)Binbin2021-06-1324-1023/+1023
* bpo-43425: Update test_c_parser not to use TempdirManager (GH-26693)Dong-hee Na2021-06-121-5/+8
* bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680)Erlend Egeberg Aasland2021-06-121-1/+1
* bpo-44396: Update multi-line-start location when reallocating tokenizer buffe...Pablo Galindo2021-06-123-0/+14
* bpo-44376 - reduce pow() overhead for small exponents (GH-26662)Tim Peters2021-06-122-5/+46
* Add more const modifiers. (GH-26691)Serhiy Storchaka2021-06-129-27/+27
* bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)Serhiy Storchaka2021-06-124-10/+36
* bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)Mark Dickinson2021-06-126-11/+21
* bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)Kaustubh J2021-06-112-0/+4
* bpo-44381: Windows build now allows enabling control flow guard (GH-26645)Steve Dower2021-06-112-2/+4
* bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-2...huzhaojie2021-06-113-1/+31
* bpo-44351: Restore back parse_makefile in distutils.sysconfig (GH-26637)Lumír 'Frenzy' Balhar2021-06-112-4/+109
* bpo-44242: [Enum] improve error messages (GH-26669)Ethan Furman2021-06-112-19/+30
* bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)Victor Stinner2021-06-112-1/+6
* bpo-44342: [Enum] fix data type search (GH-26667)Ethan Furman2021-06-112-1/+9
* bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)Christian Heimes2021-06-116-47/+98
* Doc: Prettier exception hierarchy. (GH-26533)Julien Palard2021-06-113-65/+66
* bpo-44342: [Enum] changed pickling from by-value to by-name (GH-26658)Ethan Furman2021-06-103-25/+9
* bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632)Pablo Galindo2021-06-104-213/+332
* bpo-44385: Remove unused grammar rules (GH-26655)Lysandros Nikolaou2021-06-102-1267/+791
* bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from re...Daniel Hahler2021-06-103-14/+48
* bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (G...Ethan Furman2021-06-103-4/+52
* bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)Mark Roseman2021-06-103-118/+73
* Run address sanitiser in the GitHub CI (GH-26640)Pablo Galindo2021-06-101-0/+43
* bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)Ajith Ramachandran2021-06-106-0/+36
* bpo-44364:Add non integral tests for `sqrt()` (#26625)Ajith Ramachandran2021-06-102-0/+5
* bpo-44363: Get test_capi passing with address sanitizer (GH-26639)Mark Shannon2021-06-103-1/+17
* bpo-44348: Move trace-info to thread-state (GH-26623)Mark Shannon2021-06-104-85/+73
* bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)Mark Shannon2021-06-1014-218/+508
* bpo-35800: Remove smtpd.MailmanProxy since 3.11 (GH-26617)Dong-hee Na2021-06-094-111/+9
* bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft key...Pablo Galindo2021-06-093-5/+31
* bpo-21760: fix __file__ description (GH-19097)Furkan Onder2021-06-092-3/+10
* bpo-40468: Split IDLE settings General tab (GH-26621)Terry Jan Reedy2021-06-093-141/+184
* bpo-43693: Do not check co_cell2arg if a non-cell offset. (gh-26626)Eric Snow2021-06-091-2/+5
* bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586)Ethan Furman2021-06-094-30/+309
* Delete line that was accidentally copied. (GH-26624)Mark Shannon2021-06-091-1/+0
* bpo-44345: Fix 'generated by' comment in parser.c (GH-26615)Akira Nonaka2021-06-092-2/+2
* bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)Terry Jan Reedy2021-06-092-201/+216
* bpo-44349: Fix edge case when displaying text from files with encoding in syn...Pablo Galindo2021-06-083-2/+22
* bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)Serhiy Storchaka2021-06-085-3/+246