aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)gentoo-3.9.13_p1Victor Stinner2022-08-026-32/+199
* bpo-45433: Do not link libpython against libcryptgentoo-3.9.13Mike Gilbert2022-05-171-0/+3
* bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)Christian Heimes2022-05-176-17/+76
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2022-05-171-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2022-05-171-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2022-05-171-0/+2
* test.support.unlink: ignore PermissionErrorMike Gilbert2022-05-171-1/+1
* Install shared libs in LIBDESTMike Gilbert2022-05-171-3/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2022-05-172-10/+10
* Disable nisMike Gilbert2022-05-171-1/+0
* Improve distutils C++ supportMike Gilbert2022-05-176-52/+80
* setup.py: exit with non-zero status on failureMike Gilbert2022-05-171-0/+5
* Override libdirMike Gilbert2022-05-171-14/+10
* Disable modules and SSLMike Gilbert2022-05-171-2/+13
* Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/configMike Gilbert2022-05-174-14/+4
* Python 3.9.13v3.9.13Łukasz Langa2022-05-1756-152/+576
* [3.9] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (GH-...Jelle Zijlstra2022-05-163-9/+29
* [3.9] bpo-34480: fix bug where match variable is used prior to being defined ...Marek Suscak2022-05-163-0/+26
* Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) ...Miss Islington (bot)2022-05-165-38/+109
* gh-80143: Add clarification for escape characters (GH-92292) (GH-92630)Miss Islington (bot)2022-05-161-3/+7
* gh-92530: Fix an issue that occurred after interrupting threading.Condition.n...Miss Islington (bot)2022-05-162-7/+16
* gh-87670: Add web.archive redirects from effbot (GH-92816)Miss Islington (bot)2022-05-153-4/+5
* gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notice...Miss Islington (bot)2022-05-1321-22/+46
* Document Py_ssize_t. (GH-92512)Miss Islington (bot)2022-05-1310-24/+31
* Fix typo in argparse docs. (GH-92691) (#92731)thueringa2022-05-131-1/+1
* [3.9] gh-92311: Let frame_setlineno jump over listcomps (#92740)Dennis Sweeney2022-05-123-1/+53
* [3.9] gh-92436: __future__ docs: add note on expectations for "from __future_...Jelle Zijlstra2022-05-121-1/+9
* bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)Miss Islington (bot)2022-05-112-16/+21
* [3.9] gh-91810: ElementTree: Use text file's encoding by default in XML decla...Miss Islington (bot)2022-05-113-30/+29
* [3.9] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-9263...Miss Islington (bot)2022-05-111-1/+1
* [3.9] gh-76773: Update docs mentioning no-longer-supported Windows versions &...Miss Islington (bot)2022-05-109-115/+70
* gh-92256: Improve Argument Clinic parser error messages (GH-92268)Miss Islington (bot)2022-05-101-3/+9
* bpo-13553: Document tkinter.Tk args (GH-4786)Miss Islington (bot)2022-05-093-14/+71
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-094-1/+56
* Doc: Update py2app link. (GH-91585)Miss Islington (bot)2022-05-091-1/+1
* gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Pytho...Miss Islington (bot)2022-05-091-1/+0
* CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)Miss Islington (bot)2022-05-091-1/+1
* bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)Miss Islington (bot)2022-05-083-74/+127
* pdb docs: workaround for double semicolon in strings (GH-17011)Miss Islington (bot)2022-05-081-1/+2
* gh-77521: Add link to builtin module names in modules tutorial (GH-92438)Miss Islington (bot)2022-05-081-1/+2
* [3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. ...Miss Islington (bot)2022-05-083-10/+48
* Fix use of the default role in a news entry. (GH-92500)Miss Islington (bot)2022-05-081-1/+1
* gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH...Miss Islington (bot)2022-05-081-10/+0
* [3.9] gh-92417: `json` docs: `dict` is ordered on all supported Python versio...Miss Islington (bot)2022-05-081-7/+0
* [3.9] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92471)Miss Islington (bot)2022-05-081-11/+11
* [3.9] gh-77630: Change Charset to charset (GH-92439) (GH-92477)Miss Islington (bot)2022-05-082-12/+12
* [3.9] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (G...Miss Islington (bot)2022-05-081-10/+0
* gh-92417: `typing` docs: `from __future__ import annotations` can be used in ...Miss Islington (bot)2022-05-081-1/+1
* [3.9] gh-92448: Update the documentation builder to render the GitHub issue. ...Dong-hee Na2022-05-084-7/+8
* gh-92368: Fix missing possessive apostrophe (GH-92397)Miss Islington (bot)2022-05-061-1/+1