aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Skip tests which interact with invalid UTF-8 filesgentoo-3.11.4Sam James2023-06-0710-0/+15
* Workaround clang+musl build failureMichał Górny2023-06-071-9/+11
* Skip sched/priority testsSam James2023-06-071-0/+2
* Replace hard-coded system libdir listMike Gilbert2023-06-071-4/+4
* Temporary hack: handle all extensions via .addext()Michał Górny2023-06-072-9/+15
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2023-06-071-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2023-06-071-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2023-06-071-0/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2023-06-072-10/+10
* Python 3.11.4v3.11.4Pablo Galindo2023-06-0683-7006/+10733
* [3.11] gh-104411: Update test_getint for Tcl 9.0 (GH-104412) (#105357)Miss Islington (bot)2023-06-061-1/+4
* [3.11] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105344)Miss Islington (bot)2023-06-062-2/+25
* [3.11] gh-90005: Don't link with libbsd if not needed (#105236) (#105359)Erlend E. Aasland2023-06-063-6/+6
* [3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)2023-06-053-2/+18
* [3.11] gh-105286: Improve typing.py docstrings (#105287) (#105322)Alex Waygood2023-06-051-201/+234
* [3.11] gh-105164: Detect annotations inside match blocks (GH-105177). (#105314)Jelle Zijlstra2023-06-053-0/+122
* [3.11] gh-105080: Fixed inconsistent signature on derived classes (GH… (#10...Tian Gao2023-06-043-11/+31
* [3.11] gh-104882: Docs: fix description of relationship between `socket.getbl...Miss Islington (bot)2023-06-041-1/+1
* [3.11] gh-105184: document that marshal functions can fail and need to be che...Miss Islington (bot)2023-06-022-0/+8
* [3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Gregory P. Smith2023-06-0111-16/+185
* gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...Miss Islington (bot)2023-05-312-3/+5
* [3.11] gh-105096: Reformat wave documentation (#105136) (#105138) (#105155)Victor Stinner2023-05-312-100/+108
* [3.11] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105131)Miss Islington (bot)2023-05-312-3/+4
* Enable the ABI check job to publish the updated ABI data file (GH-105103)Steve Dower2023-05-301-1/+14
* [3.11] GH-89455: Add missing attributes (added in 3.11) to traceback module d...Miss Islington (bot)2023-05-293-1/+23
* [3.11] gh-103921: Improve typing documentation (GH-104642) (#105007)Jelle Zijlstra2023-05-272-158/+190
* [3.11] gh-104497: Make tkinter test pass with tk 8.7 (GH-104789) (#105029)Miss Islington (bot)2023-05-271-1/+4
* [3.11] CI: Precompute hash for config cache key in check_source job (GH-10500...Itamar Ostricher2023-05-271-5/+10
* [3.11] gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExi...Miss Islington (bot)2023-05-261-0/+4
* [3.11] gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986)...Miss Islington (bot)2023-05-261-6/+3
* [3.11] CI: Cache config.cache across runs to speed up build (GH-104800) (#104...Hugo van Kemenade2023-05-261-5/+34
* [3.11] Remove raw asserts in test_typing.py (GH-104951) (#104979)Miss Islington (bot)2023-05-261-22/+30
* [3.11] gh-104924: Fix `read()able` in `http.client` log messages (gh-104926) ...Miss Islington (bot)2023-05-261-2/+2
* [3.11] gh-104943: Remove mentions of old Python versions (GH-104945) (#104962)Miss Islington (bot)2023-05-262-4/+2
* [3.11] Fix typo in the tokenizer (GH-104950) (#104952)Miss Islington (bot)2023-05-251-1/+1
* [3.11] gh-104479: Update outdated tutorial floating-point reference (GH-10468...Shantanu2023-05-261-10/+17
* [3.11] Fix test_importlib.test_side_effect_import() (GH-104840) (#104843)Miss Islington (bot)2023-05-251-1/+2
* [3.11] gh-104874: Document NewType.__supertype__ (GH-104875) (#104907)Miss Islington (bot)2023-05-252-0/+14
* [3.11] Improve test coverage for is_typeddict (GH-104884) (#104888)Miss Islington (bot)2023-05-241-3/+16
* [3.11] gh-103207: The macOS 13 Ventura Installer.app permission problem is fi...Ned Deily2023-05-241-5/+7
* [3.11] gh-104719: IDLE - test existence of all tokenize references. (GH-10476...Miss Islington (bot)2023-05-245-12/+54
* [3.11] gh-104372: Cleanup _posixsubprocess make_inheritable for async signal ...Gregory P. Smith2023-05-232-34/+92
* [3.11] gh-104271: Fix auto() fallback in case of mixed type Enum (GH-104809)Miss Islington (bot)2023-05-232-2/+5
* [3.11] gh-103726: Set up gcc-10 for ASAN (gh-103728) (#104794)Miss Islington (bot)2023-05-231-0/+4
* [3.11] howto/urllib2: remove link to an outdated french translation (GH-10419...Miss Islington (bot)2023-05-221-7/+0
* [3.11] gh-104536: Improve `multiprocessing.process._cleanup` logic (GH-104537...Miss Islington (bot)2023-05-222-1/+4
* [3.11] gh-102978: Fix mock.patch function signatures for class and staticmeth...Miss Islington (bot)2023-05-225-0/+58
* [3.11] Add IPv6 into to the docstring for socket.getsockname (GH-102961) (#10...Miss Islington (bot)2023-05-221-1/+2
* [3.11] gh-104683: `clinic.py`: Improve coverage for the `parse_converter` met...Alex Waygood2023-05-211-0/+39
* [3.11] gh-103606: Improve error message from logging.config.FileConfig (GH-10...Prince Roshan2023-05-213-6/+61