summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-102871: Remove obsolete browsers from webbrowser (#102872)James De Bias2023-03-315-117/+29
* GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146)Furkan Onder2023-03-312-2/+2
* Quote literal tokens in standard format specifier grammar (GH-102902)Petr Viktorin2023-03-311-1/+1
* gh-101100: Expand list of clean docs (GH-103135)Hugo van Kemenade2023-03-312-0/+357
* gh-102799: use exception instance instead of sys.exc_info() (#102885)Irit Katriel2023-03-317-17/+16
* Minor docs improvements fix for `codeop` (#103123)gaogaotiantian2023-03-301-7/+7
* gh-102110: Add all tools description missed (GH-102625)Missoupro2023-03-302-3/+32
* Add IPv6 into to the docstring for socket.getsockname (#102961)Brian Haley2023-03-301-1/+2
* gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list (#103116)Hugo van Kemenade2023-03-304-3/+32
* gh-103085: Fix python locale.getencoding not to emit deprecation warning (gh-...Jeong, YunWon2023-03-302-1/+4
* gh-103099: Link mypy docs from typing.rst (#103100)Shantanu2023-03-301-1/+8
* gh-100227: Make the Global PyModuleDef Cache Safe for Isolated Interpreters (...Eric Snow2023-03-295-59/+274
* GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)Brandt Bucher2023-03-2914-250/+272
* gh-90110: Bring the whitelists up to date. (gh-103114)Eric Snow2023-03-292-2/+3
* GH-102973: add a dev container (GH-102975)Brett Cannon2023-03-294-0/+102
* gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (...Bernhard Wagner2023-03-292-0/+2
* gh-103068: Check condition expression of breakpoints for pdb (#103069)gaogaotiantian2023-03-293-13/+45
* gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635)Matěj Cepl2023-03-291-10/+14
* gh-103054: typing: Improve `Callable` type substitution tests (#103055)Nikita Sobolev2023-03-291-0/+42
* gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098)Steve Dower2023-03-281-0/+9
* gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)Eric Snow2023-03-286-718/+727
* GH-102711: Fix warnings found by clang (#102712)Chenxi Mao2023-03-282-2/+3
* gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060)Ethan Furman2023-03-272-8/+5
* gh-103056: [Enum] ensure final _generate_next_value_ is a staticmethod (GH-10...Ethan Furman2023-03-273-0/+23
* gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424)Oleg Iarygin2023-03-273-3/+13
* gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe fo...Eric Snow2023-03-277-204/+30
* gh-103046: Display current line correctly for `dis.disco()` with CACHE entrie...gaogaotiantian2023-03-273-1/+36
* gh-103023: Add SyntaxError check in pdb's `display` command (#103024)gaogaotiantian2023-03-273-13/+26
* gh-102941: Fix "‘subobj’ may be used uninitialized in this function" warn...Nikita Sobolev2023-03-271-1/+1
* Fix typo in _swappedbytes_ in ctypes comment (#102773)Matthias Görgens2023-03-251-1/+1
* gh-98886: Fix issues with dataclass fields with special underscore names (#10...Shantanu2023-03-253-10/+27
* Update pdb docs for arguments (#102965)gaogaotiantian2023-03-251-21/+21
* Fix typos in faulthandler, testcapi error messages (#103020)Liyang Zhang2023-03-252-3/+3
* gh-103027: Update `dataclass.make_dataclass` docstring (gh-103028)Nikita Sobolev2023-03-251-2/+5
* gh-103025: fix two ctypes doc issues (#103026)Peter Jiping Xie2023-03-251-3/+3
* GH-102833: Mention the key function in the docstrings (GH-103009)Raymond Hettinger2023-03-253-9/+33
* gh-101100: Test only Doc/ files in nit-picky mode (#103019)Hugo van Kemenade2023-03-251-0/+2
* gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#1...JakobDev2023-03-244-8/+35
* gh-102980: Add tests for pdf's display, alias and where commands (#102981)gaogaotiantian2023-03-242-0/+151
* gh-102873: logging.LogRecord docs: improve description of `msg` parameter (#1...Amin Alaee2023-03-241-2/+3
* gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373)David Benjamin2023-03-243-4/+10
* gh-101100: Test docs in nit-picky mode (#102513)Hugo van Kemenade2023-03-248-46/+116
* GH-100989: remove annotation from docstring (GH-102991)Raymond Hettinger2023-03-241-2/+2
* GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-10...Raymond Hettinger2023-03-241-24/+13
* gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709)MonadChains2023-03-234-6/+43
* gh-99726: Fix order of recently added fields for FILE_STAT_BASIC_INFORMATION ...Steve Dower2023-03-231-1/+1
* GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)Brandt Bucher2023-03-2318-447/+345
* gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)Dong-hee Na2023-03-232-1/+10
* Minor readability improvement to the factor() recipe (GH-102971)Raymond Hettinger2023-03-231-1/+1
* gh-98239: Document that `inspect.getsource()` can raise `TypeError` (#101689)Nikita Sobolev2023-03-231-0/+4