summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* GH-88691: Shrink the CALL caches (GH-103230)Brandt Bucher2023-04-051-0/+1
* gh-99069: Consolidate checks for static_assert (#94766)Joshua Root2023-04-051-0/+1
* gh-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566)Yeojin Kim2023-04-052-0/+3
* gh-103193: Micro-optimise helper functions for `inspect.getattr_static` (#103...Alex Waygood2023-04-051-0/+2
* gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)Michael Handler2023-04-052-0/+4
* GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)Charles Machalow2023-04-041-0/+1
* gh-103207: Add instructions to the macOS installer welcome display on how to ...Ned Deily2023-04-041-0/+2
* Merge branch 'main' of https://github.com/python/cpython into mainThomas Wouters2023-04-041-0/+1
|\
| * bpo-44844: Enable detection of Microsoft Edge browser in webbrowser module (G...Steve Dower2023-04-041-0/+1
* | Python 3.12.0a7v3.12.0a7Thomas Wouters2023-04-0473-149/+745
|/
* gh-103092: Isolate `_pickle` module (#102982)Erlend E. Aasland2023-04-041-0/+1
* GH-76846, GH-85281: Call `__new__()` and `__init__()` on pathlib subclasses (...Barney Gale2023-04-031-0/+3
* gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)Nikita Sobolev2023-04-031-0/+2
* gh-102038: Skip a sometimes unnecessary stat in site.py (#102039)Shantanu2023-04-021-0/+1
* bpo-4080: unittest durations (#12271)Giampaolo Rodola2023-04-021-0/+8
* gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancech...Alex Waygood2023-04-021-0/+10
* gh-102192: deprecate _PyErr_ChainExceptions (#102935)Irit Katriel2023-04-011-0/+2
* gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-10...Ethan Furman2023-03-311-0/+1
* gh-102871: Remove obsolete browsers from webbrowser (#102872)James De Bias2023-03-311-0/+3
* GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146)Furkan Onder2023-03-311-1/+1
* gh-103085: Fix python locale.getencoding not to emit deprecation warning (gh-...Jeong, YunWon2023-03-301-0/+1
* GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)Brandt Bucher2023-03-291-0/+2
* GH-102973: add a dev container (GH-102975)Brett Cannon2023-03-291-0/+2
* gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (...Bernhard Wagner2023-03-291-0/+1
* gh-103068: Check condition expression of breakpoints for pdb (#103069)gaogaotiantian2023-03-291-0/+2
* GH-102711: Fix warnings found by clang (#102712)Chenxi Mao2023-03-281-0/+1
* gh-103056: [Enum] ensure final _generate_next_value_ is a staticmethod (GH-10...Ethan Furman2023-03-271-0/+1
* gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424)Oleg Iarygin2023-03-271-0/+3
* gh-103046: Display current line correctly for `dis.disco()` with CACHE entrie...gaogaotiantian2023-03-271-0/+1
* gh-103023: Add SyntaxError check in pdb's `display` command (#103024)gaogaotiantian2023-03-271-0/+2
* gh-98886: Fix issues with dataclass fields with special underscore names (#10...Shantanu2023-03-251-0/+1
* gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#1...JakobDev2023-03-241-0/+1
* gh-102980: Add tests for pdf's display, alias and where commands (#102981)gaogaotiantian2023-03-241-0/+1
* gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373)David Benjamin2023-03-241-0/+2
* gh-101100: Test docs in nit-picky mode (#102513)Hugo van Kemenade2023-03-241-1/+1
* gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709)MonadChains2023-03-231-0/+1
* GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)Brandt Bucher2023-03-231-0/+1
* gh-88965: typing: fix type substitution of a list of types after initial `Pa...Nikita Sobolev2023-03-231-0/+7
* gh-102947: Improve traceback when calling `fields()` on a non-dataclass (#102...Alex Waygood2023-03-231-0/+2
* gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)Irit Katriel2023-03-221-0/+2
* gh-102780: Fix uncancel() call in asyncio timeouts (#102815)Kristján Valur Jónsson2023-03-221-0/+3
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-221-0/+7
* GH-89727: Fix pathlib.Path.walk RecursionError on deep trees (GH-100282)Stanislav Zmiev2023-03-221-0/+1
* gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)Benjamin Fogle2023-03-221-0/+1
* gh-102027: Fix macro name (#102124)Max Bachmann2023-03-221-0/+2
* gh-101313: Add -h and --help arguments to the webbrowser module (gh-101374)Icelain2023-03-221-0/+1
* GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495)David Benjamin2023-03-221-0/+7
* gh-102839: remove AC for math.log (GH-102863)Sergey B Kirpichev2023-03-211-0/+1
* gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)Irit Katriel2023-03-211-0/+1
* gh-102809: Remove `Misc/gdbinit` (#102854)Nikita Sobolev2023-03-202-176/+1