| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090) | Miss Islington (bot) | 2021-08-31 | 1 | -1/+1 |
|
|
* | bpo-44449: faulthandler don't modify frame refcnt (GH-27850) | Victor Stinner | 2021-08-30 | 1 | -5/+5 |
|
|
* | bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957) | Dong-hee Na | 2021-08-26 | 1 | -0/+4 |
|
|
* | bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i... | Miss Islington (bot) | 2021-08-10 | 1 | -1/+15 |
|
|
* | Remove unused variable. (GH-27677) (#27680) | Mark Shannon | 2021-08-09 | 1 | -3/+0 |
|
|
* | bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to ... | Mark Shannon | 2021-08-09 | 4 | -3803/+3814 |
|
|
* | bpo-44856: Possible reference leak in error paths of update_bases() and __bui... | Miss Islington (bot) | 2021-08-07 | 1 | -22/+13 |
|
|
* | bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623) | Miss Islington (bot) | 2021-08-06 | 1 | -3/+4 |
|
|
* | bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065) | Miss Islington (bot) | 2021-08-06 | 2 | -0/+24 |
|
|
* | bpo-39091: Fix segfault when Exception constructor returns non-exception for ... | Miss Islington (bot) | 2021-08-03 | 1 | -4/+16 |
|
|
* | bpo-32280: Store _PyRuntime in a named section (GH-4802) (#27448) | Miss Islington (bot) | 2021-07-29 | 1 | -2/+28 |
|
|
* | [3.10] bpo-43897: Reject "_" captures and top-level MatchStar in the AST vali... | Miss Islington (bot) | 2021-07-29 | 1 | -20/+28 |
|
|
* | bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2... | Miss Islington (bot) | 2021-07-26 | 1 | -1/+1 |
|
|
* | [3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-2734... | Miss Islington (bot) | 2021-07-26 | 1 | -4/+12 |
|
|
* | bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216) ... | Miss Islington (bot) | 2021-07-19 | 1 | -1/+6 |
|
|
* | bpo-44655: Include the name of the type in unset __slots__ attribute errors (... | Miss Islington (bot) | 2021-07-17 | 1 | -4/+9 |
|
|
* | bpo-44655: Don't include suggestions for attributes that are the same as the ... | Miss Islington (bot) | 2021-07-16 | 1 | -0/+3 |
|
|
* | Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (G... | Miss Islington (bot) | 2021-07-16 | 1 | -6/+1 |
|
|
* | bpo-44626: Merge basic blocks earlier to enable better handling of exit block... | Mark Shannon | 2021-07-16 | 3 | -3819/+3856 |
|
|
* | [3.10] bpo-44645: Check for interrupts on any potentially backwards edge. (GH... | Mark Shannon | 2021-07-16 | 1 | -1/+6 |
|
|
* | bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27... | Mark Shannon | 2021-07-15 | 1 | -1/+3 |
|
|
* | [3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate li... | Miss Islington (bot) | 2021-07-15 | 1 | -4/+41 |
|
|
* | bpo-44616: Mark all clean up instructions at end of named exception block as ... | Mark Shannon | 2021-07-14 | 1 | -3/+2 |
|
|
* | bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (GH... | Miss Islington (bot) | 2021-07-13 | 1 | -0/+3 |
|
|
* | [3.10] bpo-43897: ast validation for pattern matching nodes (GH-27074) | Batuhan Taskaya | 2021-07-10 | 1 | -31/+123 |
|
|
* | bpo-44570: Fix line tracing for forward jumps to duplicated tails (GH-27067) | Mark Shannon | 2021-07-08 | 1 | -19/+13 |
|
|
* | bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ... | Steve Dower | 2021-06-30 | 1 | -10/+20 |
|
|
* | bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877) | Victor Stinner | 2021-06-23 | 1 | -0/+3 |
|
|
* | bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826) | Victor Stinner | 2021-06-21 | 1 | -0/+4 |
|
|
* | bpo-44297: Fix missing line number in generator expressions (GH-26821) | Mark Shannon | 2021-06-21 | 2 | -958/+959 |
|
|
* | bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi... | Miss Islington (bot) | 2021-06-20 | 1 | -4/+10 |
|
|
* | bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) | Miss Islington (bot) | 2021-06-03 | 1 | -0/+808 |
|
|
* | [3.10] bpo-44298: Backport #26513 to 3.10 (#26516) | Mark Shannon | 2021-06-03 | 3 | -2853/+2862 |
|
|
* | bpo-28146: Fix a confusing error message in str.format() (GH-24213) | Miss Islington (bot) | 2021-05-13 | 1 | -2/+8 |
|
|
* | [3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061) | Mark Shannon | 2021-05-13 | 1 | -0/+29 |
|
|
* | bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972) | Miss Islington (bot) | 2021-05-07 | 1 | -5/+13 |
|
|
* | bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937) | Miss Islington (bot) | 2021-05-07 | 1 | -8/+5 |
|
|
* | Correct location for syntax error in try-except (GH-25939) | Mark Shannon | 2021-05-06 | 1 | -1/+1 |
|
|
* | bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) | Dennis Sweeney | 2021-05-03 | 1 | -59/+130 |
|
|
* | bpo-43754: Fix compiler warning in Python/compile.c (GH-25855) | Pablo Galindo | 2021-05-03 | 1 | -1/+1 |
|
|
* | bpo-43916: Move the _PyStructSequence_InitType function to the internal API (... | Pablo Galindo | 2021-05-03 | 1 | -0/+1 |
|
|
* | bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583) | Batuhan Taskaya | 2021-05-03 | 1 | -10/+91 |
|
|
* | bpo-43754: Eliminate bindings for partial pattern matches (GH-25229) | Brandt Bucher | 2021-05-02 | 4 | -340/+483 |
|
|
* | bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719) | Mark Shannon | 2021-04-30 | 4 | -2950/+2956 |
|
|
* | bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) | Jakub KulĂk | 2021-04-30 | 1 | -0/+106 |
|
|
* | bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749) | Victor Stinner | 2021-04-30 | 1 | -1/+1 |
|
|
* | bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721) | Victor Stinner | 2021-04-30 | 1 | -30/+9 |
|
|
* | bpo-43977: Use tp_flags for collection matching (GH-25723) | Mark Shannon | 2021-04-30 | 2 | -66/+8 |
|
|
* | bpo-43892: Validate the first term of complex literal value patterns (GH-25735) | Brandt Bucher | 2021-04-30 | 2 | -38/+20 |
|
|
* | bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736) | Steve Dower | 2021-04-30 | 1 | -1/+1 |
|
|