gh-135661: Fix parsing start and end tags in HTMLParser by serhiy-storchaka · Pull Request #135930 · python/cpython (original) (raw)

@serhiy-storchaka

@serhiy-storchaka

ezio-melotti

@serhiy-storchaka

@serhiy-storchaka @ezio-melotti

Co-authored-by: Ezio Melotti ezio.melotti@gmail.com

@serhiy-storchaka

@serhiy-storchaka

serhiy-storchaka

ezio-melotti

@serhiy-storchaka

@serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 3, 2025

…ng to the HTML5 standard (pythonGH-135930)

Co-authored-by: Ezio Melotti ezio.melotti@gmail.com


(cherry picked from commit 0243f97)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com Co-authored-by: Ezio Melotti ezio.melotti@gmail.com

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 3, 2025

…ng to the HTML5 standard (pythonGH-135930)

Co-authored-by: Ezio Melotti ezio.melotti@gmail.com


(cherry picked from commit 0243f97)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com Co-authored-by: Ezio Melotti ezio.melotti@gmail.com

Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request

Jul 12, 2025

…ng to the HTML5 standard (pythonGH-135930)

Co-authored-by: Ezio Melotti ezio.melotti@gmail.com


Co-authored-by: Ezio Melotti ezio.melotti@gmail.com

picnixz pushed a commit to picnixz/cpython that referenced this pull request

Jul 13, 2025

…ng to the HTML5 standard (pythonGH-135930)

Co-authored-by: Ezio Melotti ezio.melotti@gmail.com


Co-authored-by: Ezio Melotti ezio.melotti@gmail.com

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Jul 21, 2025

@serhiy-storchaka

…=" separator in HTMLParser

This fixes a regression introduced in pythonGH-135930.

ambv pushed a commit that referenced this pull request

Jul 21, 2025

@serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 21, 2025

@serhiy-storchaka @miss-islington

…=" separator in HTMLParser (pythonGH-136908)

This fixes a regression introduced in pythonGH-135930. (cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

This was referenced

Jul 21, 2025

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 21, 2025

@serhiy-storchaka @miss-islington

…=" separator in HTMLParser (pythonGH-136908)

This fixes a regression introduced in pythonGH-135930. (cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 21, 2025

@serhiy-storchaka @miss-islington

…=" separator in HTMLParser (pythonGH-136908)

This fixes a regression introduced in pythonGH-135930. (cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 21, 2025

@serhiy-storchaka @miss-islington

…=" separator in HTMLParser (pythonGH-136908)

This fixes a regression introduced in pythonGH-135930. (cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 21, 2025

@serhiy-storchaka @miss-islington

…=" separator in HTMLParser (pythonGH-136908)

This fixes a regression introduced in pythonGH-135930. (cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Jul 21, 2025

@serhiy-storchaka

…d the "=" separator in HTMLParser (pythonGH-136908)

This fixes a regression introduced in pythonGH-135930. (cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

ambv pushed a commit that referenced this pull request

Jul 22, 2025

@miss-islington @serhiy-storchaka

…"=" separator in HTMLParser (GH-136908) (GH-136918)

This fixes a regression introduced in GH-135930. (cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

ambv pushed a commit that referenced this pull request

Jul 22, 2025

@miss-islington @serhiy-storchaka

…"=" separator in HTMLParser (GH-136908) (GH-136919)

This fixes a regression introduced in GH-135930. (cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

ambv pushed a commit that referenced this pull request

Jul 22, 2025

@miss-islington @serhiy-storchaka

…"=" separator in HTMLParser (GH-136908) (GH-136920)

This fixes a regression introduced in GH-135930. (cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

ambv pushed a commit that referenced this pull request

Jul 22, 2025

@miss-islington @serhiy-storchaka

…"=" separator in HTMLParser (GH-136908) (GH-136921)

This fixes a regression introduced in GH-135930. (cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

ambv pushed a commit that referenced this pull request

Jul 22, 2025

@miss-islington @serhiy-storchaka

…=" separator in HTMLParser (GH-136908) (GH-136922)

This fixes a regression introduced in GH-135930. (cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

gentoo-bot pushed a commit to gentoo/cpython that referenced this pull request

Jul 30, 2025

…ccording to the HTML5 standard (pythonGH-135930) (pythonGH-136268) (python#136293)

Also backport test.support.subTests() (pythongh-135120).


(cherry picked from commit 0243f97) (cherry picked from commit c555f88)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com Co-authored-by: Ezio Melotti ezio.melotti@gmail.com Co-authored-by: Waylan Limberg waylan.limberg@icloud.com Signed-off-by: Michał Górny mgorny@gentoo.org

gentoo-bot pushed a commit to gentoo/cpython that referenced this pull request

Jul 30, 2025

… the "=" separator in HTMLParser (pythonGH-136908) (pythonGH-136922)

This fixes a regression introduced in pythonGH-135930. (cherry picked from commit dee6501)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com Signed-off-by: Michał Górny mgorny@gentoo.org

taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request

Aug 4, 2025

…ng to the HTML5 standard (pythonGH-135930)

Co-authored-by: Ezio Melotti ezio.melotti@gmail.com


Co-authored-by: Ezio Melotti ezio.melotti@gmail.com

taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request

Aug 4, 2025

@serhiy-storchaka @taegyunkim

Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request

Aug 19, 2025

…ng to the HTML5 standard (pythonGH-135930)

Co-authored-by: Ezio Melotti ezio.melotti@gmail.com


Co-authored-by: Ezio Melotti ezio.melotti@gmail.com

Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request

Aug 19, 2025

@serhiy-storchaka @Agent-Hellboy

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})