Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.5
/
Lib
tag
7b52b76d13869802945e0479b8128aa4906d7d31
tagger
Pablo Galindo <pablogsal@gmail.com>
Thu Aug 24 12:09:19 2023
object
cce6ba91b3a0111110d7e1db828bd6311d58a0a7
Python 3.11.5
cce6ba9
Python 3.11.5
by Pablo Galindo
· 2 years ago
v3.11.5
c3d129f
[3.11] Revert "gh-46376: Return existing pointer when possible in ctypes (GH-107131) (GH-107488)" (#108412)
by Łukasz Langa
· 2 years ago
d90f2f3
[3.11] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#108405)
by Łukasz Langa
· 2 years ago
34ef75d
[3.11] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Process before serializing it (GH-107275) (#108378)
by Miss Islington (bot)
· 2 years ago
93714b7
[3.11] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#108349)
by Miss Islington (bot)
· 2 years ago
1aff195
[3.11] gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343) (#108347)
by Victor Stinner
· 2 years ago
a153961
[3.11] gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325) (#108336)
by Victor Stinner
· 2 years ago
75a875e
[3.11] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw (#108317)
by Łukasz Langa
· 2 years ago
5be32d8
[3.11] gh-106016: Add Lib/test/test_module/ directory (GH-108293) (#108304)
by Miss Islington (bot)
· 2 years ago
8927cf0
[3.11] gh-106242: Make ntpath.realpath errors consistent with abspath when there are embedded nulls (GH-108248)
by Miss Islington (bot)
· 2 years ago
d678ee7
[3.11] Trim trailing whitespace and test on CI (GH-104275) (#108215)
by Hugo van Kemenade
· 2 years ago
8e83737
[3.11] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (GH-108209)
by Miss Islington (bot)
· 2 years ago
dd0a1f9
[3.11] gh-102507 Remove invisible pagebreak characters (GH-102531) (#108266)
by Miss Islington (bot)
· 2 years ago
75617ac
[3.11] gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107485) (GH-108208)
by Miss Islington (bot)
· 2 years ago
a1d2e2c
[3.11] gh-105736: Sync pure python version of OrderedDict with the C version (GH-108098) (GH-108201)
by Miss Islington (bot)
· 2 years ago
d4c66bd
[3.11] gh-107895: Fix test_asyncio.test_runners when run it in CPython's "development mode" (GH-108168) (GH-108197)
by Miss Islington (bot)
· 2 years ago
6b825c1
[3.11] gh-106300: Improve errors testing in test_unittest.test_runner (GH-106737) (GH-108007)
by Miss Islington (bot)
· 2 years ago
c1c3f0b
[3.11] bpo-18319: gettext() can retrieve a message even if a plural form exists (GH-19869) (GH-107107)
by Miss Islington (bot)
· 2 years ago
26137e2
[3.11] gh-100061: Proper fix of the bug in the matching of possessive quantifiers (GH-102612) (GH-108004)
by Serhiy Storchaka
· 2 years ago
af08bca
[3.11] gh-100814: Fix exception for invalid callable value of Tkinter image option (GH-107692) (GH-107723)
by Miss Islington (bot)
· 2 years ago
4cfbcff
[3.11] gh-99203: shutil.make_archive(): restore select CPython <= 3.10.5 behavior (GH-99802) (GH-107999)
by Serhiy Storchaka
· 2 years ago
3f7dfb6
[3.11] More actionable error message when spawn is incorrectly used. (GH-102203) (#107991)
by Miss Islington (bot)
· 2 years ago
ccf81e1
[3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982)
by Steve Dower
· 2 years ago
db4400b
[3.11] gh-107963: Fix set_forkserver_preload to check the type of given list (GH-107965) (gh-107976)
by Miss Islington (bot)
· 2 years ago
5f36e5c
[3.11] gh-107715: Escape class name in regular expression (GH-107716) (GH-107727)
by Miss Islington (bot)
· 2 years ago
ec254c5
[3.11] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (GH-107875)
by Serhiy Storchaka
· 2 years ago
fb08b79
[3.11] [3.12] GH-106684: Close `asyncio.StreamWriter` when `asyncio.StreamWriter` is not closed by application (GH-107650) (GH-107656) (#107836)
by Miss Islington (bot)
· 2 years ago
5b76eaf
[3.11] gh-106052: Fix bug in the matching of possessive quantifiers (GH-106515) (GH-107795)
by Serhiy Storchaka
· 2 years ago
22b39d1
[3.11] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-107736) (GH-107741)
by Serhiy Storchaka
· 2 years ago
81c8f7d
[3.11] gh-104496: Use correct Tcl or Tk version in Tkinter tests (GH-107688) (GH-107719)
by Serhiy Storchaka
· 2 years ago
1b40431
[3.11] gh-105751: Remove obsolete `object` base class in some ctypes tests (GH-107460) (#107502)
by Łukasz Langa
· 2 years, 1 month ago
a15d06c
[3.11] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#… (#107490)
by Charlie Zhao
· 2 years, 1 month ago
81d0c7c
[3.11] gh-106368: Add test for Argument Clinic misbehaving custom converter_init() (GH-107496) (#107500)
by Miss Islington (bot)
· 2 years, 1 month ago
3abcdc7
[3.11] gh-104280: Add test cases for DTrace probes (GH-107125) (#107492)
by Łukasz Langa
· 2 years, 1 month ago
57f27e4
[3.11] gh-46376: Return existing pointer when possible in ctypes (GH-107131) (#107488)
by Łukasz Langa
· 2 years, 1 month ago
aa5f2b1
[3.11] gh-105751, test_ctypes: Remove disabled tests (GH-105826) (#107484)
by Łukasz Langa
· 2 years, 1 month ago
ddccdbf
[3.11] gh-106634: Corrected minor asyncio doc issues (GH-106671) (#106711)
by Miss Islington (bot)
· 2 years, 1 month ago
8492aae
[3.11] gh-106723: forward -Xfrozen_modules option to spawned process interpreters (GH-106724) (#107368)
by Miss Islington (bot)
· 2 years, 1 month ago
51b302e
[3.11] gh-106368: Argument clinic tests: improve failure message when tests in `ClinicExternalTests` fail (GH-107364) (#107366)
by Miss Islington (bot)
· 2 years, 1 month ago
9edeeb2
[3.11] gh-106368: Increase Argument Clinic CLI test coverage (#107277) (#107326)
by Erlend E. Aasland
· 2 years, 1 month ago
cebe60b
[3.11] gh-106368: Increase Argument Clinic CLI test coverage (GH-107156) (#107190)
by Miss Islington (bot)
· 2 years, 1 month ago
41756e3
[3.11] gh-62519: Make pgettext search plurals when translation is not found (GH-107118) (GH-107133)
by Miss Islington (bot)
· 2 years, 1 month ago
db03cb9
[3.11] gh-107237: Fix test_udp_reconnection() of test_logging (#107238) (#107245)
by Victor Stinner
· 2 years, 1 month ago
b8b3e6a
[3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224)
by Serhiy Storchaka
· 2 years, 1 month ago
058741c
[3.11] gh-106774: Update bundled pip version to 23.2.1 (GH-106775) (gh-107223)
by Paul Moore
· 2 years, 1 month ago
afa24d5
[3.11] gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart emails when parsing header only (GH-107016) (#107112)
by Miss Islington (bot)
· 2 years, 1 month ago
9875b17
[3.11] gh-107028: tiny textual changes in logging docs and docstrings (GH-107029) (GH-107066)
by Miss Islington (bot)
· 2 years, 1 month ago
63c945a
[3.11] gh-106970: Fix Argument Clinic 'destination <name> clear' command (#106972) (#107059)
by Erlend E. Aasland
· 2 years, 1 month ago
06f8a43
[3.11] gh-106368: Increase coverage for Argument Clinic output directive (GH-106979) (#107002)
by Łukasz Langa
· 2 years, 1 month ago
951b08c
[3.11] gh-106368: Increase Argument Clinic test coverage for IndentStack (GH-106933) (#106944)
by Miss Islington (bot)
· 2 years, 1 month ago
a7acc5c
[3.11] gh-106368: Increase Argument Clinic test coverage for cpp.Monitor (GH-106833) (#106839)
by Miss Islington (bot)
· 2 years, 1 month ago
465f5b0
[3.11] gh-106752: Sync with zipp 3.16.2 (GH-106757) (#106778)
by Jason R. Coombs
· 2 years, 1 month ago
b132b77
[3.11] gh-106368: Increase Argument Clinic BlockParser test coverage (GH-106759) (#106770)
by Miss Islington (bot)
· 2 years, 1 month ago
d488970
[3.11] gh-105235: Prevent reading outside buffer during mmap.find() (… (#106710)
by Dennis Sweeney
· 2 years, 1 month ago
d22224a
[3.11] gh-106368: Increase Argument Clinic test coverage (#106728) (#106731)
by Erlend E. Aasland
· 2 years, 1 month ago
a276ce4
[3.11] gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106694)
by Miss Islington (bot)
· 2 years, 1 month ago
3e61e20
[3.11] gh-102541: Add test case for help() for non_existent_module (GH-106340) (#106640)
by Miss Islington (bot)
· 2 years, 1 month ago
da15b12
[3.11] gh-106498: Revert incorrect colorsys.rgb_to_hls change (GH-106627) (#106633)
by Miss Islington (bot)
· 2 years, 1 month ago
318f6ae
[3.11] gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (GH-106468) (#106621)
by Miss Islington (bot)
· 2 years, 1 month ago
d63953d
[3.11] gh-94777: Fix deadlock in ProcessPoolExecutor (GH-94784) (#106607)
by Miss Islington (bot)
· 2 years, 1 month ago
563829d
[3.11] gh-103186: Fix or catch 'extra' stderr output from unittests (#103196) (#106606)
by Terry Jan Reedy
· 2 years, 1 month ago
769b7d2
[3.11] Move implementation specific RE tests to separate class (GH-106563) (GH-106565)
by Miss Islington (bot)
· 2 years, 1 month ago
2d037fb
[3.11] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106549)
by Miss Islington (bot)
· 2 years, 1 month ago
6cd08a5
[3.11] gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302). (GH-106545)
by Serhiy Storchaka
· 2 years, 1 month ago
1931c2a
[3.11] gh-90876: Restore the ability to import multiprocessing when `sys.executable` is `None` (GH-106464) (#106495)
by Miss Islington (bot)
· 2 years, 1 month ago
3f244b2
[3.11] gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (GH-105542) (#105571)
by Miss Islington (bot)
· 2 years, 2 months ago
23b731a
[3.11] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105760)
by Miss Islington (bot)
· 2 years, 2 months ago
33fb895
[3.11] gh-89392: Make test_decimal discoverable (GH-106209) (#106229)
by Miss Islington (bot)
· 2 years, 2 months ago
edb29f0
[3.11] gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (GH-106443) (#106445)
by Miss Islington (bot)
· 2 years, 2 months ago
9f8aa7a
[3.11] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-106407) (#106410)
by Miss Islington (bot)
· 2 years, 2 months ago
3cc5c4a
[3.11] gh-106368: Increase Argument Clinic test coverage (GH-106389) (#106391)
by Miss Islington (bot)
· 2 years, 2 months ago
7688964
[3.11] gh-106368: Harden Argument Clinic parser tests (GH-106384) (#106388)
by Miss Islington (bot)
· 2 years, 2 months ago
3fdda97
[3.11] gh-106368: Clean up Argument Clinic tests (#106373) (#106381)
by Erlend E. Aasland
· 2 years, 2 months ago
52d5049
[3.11] gh-106368: Increase Argument Clinic test coverage (#106369) (#106374)
by Erlend E. Aasland
· 2 years, 2 months ago
9e33586
[3.11] gh-102541: Fix Helper.help("mod") for non-existent mod (GH-105934) (#106323)
by Miss Islington (bot)
· 2 years, 2 months ago
d5418e9
[3.11] gh-101634: regrtest reports decoding error as failed test (#106169) (#106175)
by Victor Stinner
· 2 years, 2 months ago
fbb0151
[3.11] IDLE: Condense run.main threading.Thread start. (GH-106125) (#106153)
by Miss Islington (bot)
· 2 years, 2 months ago
307c59a
[3.11] gh-105979: Fix exception handling in unmarshal_frozen_code (`Python/import.c`) (GH-105980). (#106100)
by Kumar Aditya
· 2 years, 2 months ago
2944a6c
[3.11] GH-105840: Fix assertion failures when specializing calls with too many __defaults__ (GH-105864)
by Miss Islington (bot)
· 2 years, 2 months ago
e590338
[3.11] gh-105834: Backport new tests for `typing.Protocol` (#105835) (#105860)
by Alex Waygood
· 2 years, 2 months ago
c0c4186
[3.11] GH-105588: Add missing error checks to some obj2ast_* converters (GH-105839)
by Miss Islington (bot)
· 2 years, 2 months ago
abeb589
[3.11] gh-102541: Hide traceback in help prompt (gh-102614). (gh-105830)
by Dong-hee Na
· 2 years, 2 months ago
c2e51a9
[3.11] gh-105436: Ignore unrelated errors when checking empty env (GH-105742) (#105757)
by Miss Islington (bot)
· 2 years, 2 months ago
261d0b4
[3.11] gh-105436: The environment block should end with two null wchar_t values (GH-105495) (#105701)
by Miss Islington (bot)
· 2 years, 2 months ago
2ba8e6a
[3.11] Fix typo in configparser module docstring (GH-105652) (#105654)
by Miss Islington (bot)
· 2 years, 2 months ago
6cb1308
[3.11] Miscellaneous improvements to the typing docs (#105529) (#105568)
by Alex Waygood
· 2 years, 2 months ago
6dcbd50
[3.11] gh-105557: Remove duplicate sqlite3 test method (GH-105558) (#105562)
by Miss Islington (bot)
· 2 years, 2 months ago
fed1b5a
[3.11] gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348) (GH-105519)
by Miss Islington (bot)
· 2 years, 2 months ago
c2df09f
[3.11] gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackviewer (GH-103339) (#105527)
by Miss Islington (bot)
· 2 years, 2 months ago
b073b30
[3.11] test_types: Replace raw assert statements (GH-105500) (#105508)
by Miss Islington (bot)
· 2 years, 2 months ago
af80db0
[3.11] Further improve docs for `typing.Annotated` (GH-105498) (#105504)
by Miss Islington (bot)
· 2 years, 2 months ago
3a195f3
[3.11] gh-105286: Further improvements to `typing.py` docstrings (GH-105363) (#105417)
by Jelle Zijlstra
· 2 years, 2 months ago
ccc9717
[3.11] typing: Improve documentation of generic classes and aliases (#105369) (#105454)
by Alex Waygood
· 2 years, 2 months ago
18e9fd8
[3.11] gh-103171: Revert undocumented behaviour change for runtime-checkable protocols decorated with `@final` (#105445)
by Alex Waygood
· 2 years, 2 months ago
d2340ef
Python 3.11.4
by Pablo Galindo
· 2 years, 2 months ago
v3.11.4
daf22ca
[3.11] gh-104411: Update test_getint for Tcl 9.0 (GH-104412) (#105357)
by Miss Islington (bot)
· 2 years, 2 months ago
faae548
[3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module docs (GH-105046) (#105328)
by Miss Islington (bot)
· 2 years, 2 months ago
93d9e99
[3.11] gh-105286: Improve typing.py docstrings (#105287) (#105322)
by Alex Waygood
· 2 years, 3 months ago
4895788
[3.11] gh-105164: Detect annotations inside match blocks (GH-105177). (#105314)
by Jelle Zijlstra
· 2 years, 3 months ago
aca77b5
[3.11] gh-105080: Fixed inconsistent signature on derived classes (GH… (#105274)
by Tian Gao
· 2 years, 3 months ago
Next »