Results 11 issues of LamentXU

I don't know what is going on with the label file in https://www.openslr.org/resources/18/test-noise.tgz PROBABLY BECAUSE THIS PROGRAM DON'T SUPPORT THIS FILE :( so the label file begins like: ![image](https://github.com/xxbb1234021/speech_recognition/assets/108666168/13a7d0b1-80ff-4a79-97a1-dd4aed3c95cb) so...

I am translating doc recently. I've noticed that there are duplicate words in every corner of cpython. This PR fixes all duplicate words I've found in the current main branch....

skip issue
awaiting changes
skip news

Yet another IPv6 bug fix. Instead of using the helper functions here, I've found a regex in the code, it looks like this: ```python cut_port_re = re.compile(r":\d+$", re.ASCII) ``` This...

awaiting review

### Bug description: POC: ```python import urllib.request from http.cookiejar import CookieJar, DefaultCookiePolicy class FakeResponse: def __init__(self, headers=[], url=None): """ headers: list of RFC822-style 'Key: value' strings """ import email self._headers...

type-bug
stdlib

# Bug report ### Bug description: Now, let's open a flask app here: ```python from flask import Flask, make_response app = Flask(__name__) @app.route('/') def set_cookie(): response = make_response("Cookie has been...

type-bug
stdlib

PR for #135768, Thanks! * Issue: gh-135768

awaiting merge

### 项目地址 https://github.com/LamentXU123/Typhon ### 类别 Python ### 项目标题 一个专为解决 CTF pyjail 类题目设计的自动化工具 ### 项目描述 Typhon 是一款基于 python3 的开源工具,旨在为 CTF 选手提供方便的 pyjail 自动化解决工具。 CTF 竞赛中我们往往会遇到 python 沙箱题目(即,在受限制的 python 环境中执行代码获取 flag 的题目)而此工具提供了针对该题型的自动化解决方案。只需要将沙箱环境的限制通过合适的...

PR for #1594 ---- 📚 Documentation preview 📚: https://cpython-devguide--1595.org.readthedocs.build/

### Describe the bug Hi, In the doc of triage-team. We've got this statment: ![Image](https://github.com/user-attachments/assets/42847a1f-cfe9-4283-b337-6e5bfc89586c) AFAIK, only core devs can open the request issue of triager on the core-workflow repository....

bug
topic-triage

#109 Not done yet, 1/3 remain. No need to review this until I'm finished. Please ignore the unrelated line changes XD.