summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-43693: Un-revert commit f3fa63e. (#26609)Eric Snow2021-06-0816-4231/+4467
* bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)Terry Jan Reedy2021-06-083-139/+190
* bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH...Pablo Galindo2021-06-081-3/+17
* bpo-11105: document the new test.support.infinite_recursion context manager (...Batuhan Taskaya2021-06-081-1/+7
* bpo-11105: reduce the recursion limit for tests (GH-26550)Batuhan Taskaya2021-06-082-2/+13
* bpo-43795: Note Stable ABI PEP in What's New (GH-26479)Petr Viktorin2021-06-081-0/+10
* bpo-44329: Refactor sqlite3 statement creation (GH-26566)Erlend Egeberg Aasland2021-06-081-43/+35
* Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offset...Pablo Galindo2021-06-0816-4466/+4231
* Fix compiler errors for unused variables (GH-26601)Pablo Galindo2021-06-082-1/+2
* bpo-44335: Fix a regression when identifying invalid characters in syntax err...Pablo Galindo2021-06-083-1/+6
* bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26...Pablo Galindo2021-06-085-52/+9
* Use `from` imports (GH-26594)Machinexa22021-06-081-5/+4
* bpo-42238: Doc CI: Disable suspicious checks. (GH-26575)Julien Palard2021-06-082-2/+2
* fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)Ned Batchelder2021-06-082-3/+3
* bpo-43693: Silence some compiler warnings. (gh-26588)Eric Snow2021-06-072-5/+2
* bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-2...Eric Snow2021-06-0716-4231/+4466
* Use absolute imports in IDLE tests (GH-26581)Terry Jan Reedy2021-06-071-1/+1
* bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi...Ryan Hileman2021-06-072-4/+11
* bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)Eric Snow2021-06-0723-5707/+6041
* bpo-44187: Quickening infrastructure (GH-26264)Mark Shannon2021-06-0712-12/+416
* bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)Sergey B Kirpichev2021-06-075-11/+85
* bpo-37449: ensurepip uses importlib.resources.files() traversable APIs (#22659)wim glenn2021-06-073-5/+5
* bpo-44322: Document more SyntaxError details. (GH-26562)Terry Jan Reedy2021-06-072-2/+11
* bpo-44326: Remove unused members from pysqlite_Statement (GH-26564)Erlend Egeberg Aasland2021-06-062-16/+2
* bpo-44327: Remove unused members from pysqlite_Connection (GH-26565)Erlend Egeberg Aasland2021-06-062-8/+0
* Update bisect docstrings (GH-26548)hrchu2021-06-062-11/+11