cpython/Lib
Miss Islington (bot) f67dede253
[3.13] gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575) (GH-135047)
50 producer and 50 consumer threads need more than 5GB of memory.
(cherry picked from commit 7a79f52d83)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2025-06-02 20:49:32 +00:00
..
__phello__
_pyrepl [3.13] gh-134097: Print number of refs & blocks after each statement in new REPL (gh-134136) (gh-134221) 2025-05-19 16:13:25 +02:00
asyncio [3.13] gh-114177: avoid calling connection lost callbacks when loop is already closed in asyncio subprocess (GH-134508) (#134562) 2025-05-23 04:56:14 +00:00
collections
concurrent [3.13] gh-132063: ensure that ProcessPoolExecutor does not swallow falsey exceptions (GH-132129) (#132275) 2025-04-08 15:36:52 +00:00
ctypes
curses
dbm
email [3.13] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_endchars (GH-134233) (#134677) 2025-05-26 11:02:58 +03:00
encodings
ensurepip [3.13] gh-132995: Upgrade bundled pip to 25.1.1 (gh-133308) 2025-05-02 18:26:38 +01:00
html [3.13] gh-86155: Fix data loss after unclosed script or style tag in HTMLParser (GH-22658) (GH-133845) 2025-05-10 17:58:29 +00:00
http [3.13] gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page (GH-134135) (GH-134191) 2025-05-18 22:16:56 +03:00
idlelib [3.13] gh-112936: Fix IDLE: no Shell menu item in single-process mode (GH-126598) (GH-133310) 2025-05-02 17:26:26 +00:00
importlib
json [3.13] gh-132021: Add bool type to the list of allowed JSON key types (GH-132048) (#132255) 2025-04-08 08:51:39 +00:00
logging [3.13] gh-134360 Add processName attribute to logging.Formatter docstring (GH-134371) (GH-134404) 2025-05-21 06:16:36 +01:00
multiprocessing [3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134620) 2025-05-24 04:13:37 +00:00
pathlib
pydoc_data Python 3.13.3 2025-04-08 15:54:08 +02:00
re
site-packages
sqlite3
sysconfig [3.13] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) (#130583) 2025-02-27 18:16:33 +00:00
test [3.13] gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575) (GH-135047) 2025-06-02 20:49:32 +00:00
tkinter
tomllib [3.13] gh-133117: Enable stricter mypy checks for tomllib (GH-133206) (#133343) 2025-05-03 14:20:34 +00:00
turtledemo
unittest
urllib
venv
wsgiref
xml
xmlrpc
zipfile [3.13] gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254) (GH-132263) 2025-04-08 11:19:40 +00:00
zoneinfo [3.13] gh-114713: Revert gh-114731 (GH-133330) (#133331) 2025-05-03 08:09:54 +00:00
__future__.py
__hello__.py
_aix_support.py
_android_support.py
_apple_support.py
_collections_abc.py
_colorize.py [3.13] gh-131507: Clean up tests and type checking for _pyrepl (GH-131509) (GH-131546) 2025-03-21 17:25:45 +01:00
_compat_pickle.py
_compression.py
_ios_support.py
_markupbase.py
_opcode_metadata.py
_osx_support.py
_py_abc.py
_pydatetime.py [3.13] Update HTTP links in the _pydatetime docstrings (GH-133025) (GH-133782) 2025-05-09 19:02:41 +00:00
_pydecimal.py
_pyio.py [3.13] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134436) 2025-05-21 17:55:55 +02:00
_pylong.py
_sitebuiltins.py
_strptime.py [3.13] gh-131434: Improve error reporting for incorrect format in strptime() (GH-131568) (GH-132309) 2025-04-09 10:50:24 +00:00
_threading_local.py [3.13] gh-107006: Move threading.local docstring to docs (GH-131840) (#133432) 2025-05-05 16:18:00 +03:00
_weakrefset.py
abc.py
antigravity.py
argparse.py [3.13] gh-134109: Fix showing comments in pydoc output for argparse (GH-134110) (GH-134113) 2025-05-16 20:52:42 +00:00
ast.py [3.13] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH-134936) 2025-05-30 15:48:48 +00:00
base64.py
bdb.py
bisect.py
bz2.py
calendar.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py [3.13] gh-130941: Fix configparser parsing values with allow_no_value and interpolation set (GH-130949) (#132588) 2025-04-16 14:19:46 +02:00
contextlib.py
contextvars.py
copy.py
copyreg.py
cProfile.py
csv.py
dataclasses.py
datetime.py
decimal.py
difflib.py [3.13] gh-131204: Fix difflib.HtmlDiff may not use monospaced font (GH-131221) (#131242) 2025-03-14 12:27:13 +00:00
dis.py
doctest.py
enum.py [3.13] gh-132684: [Enum] only call _missing_ in __contains__ for Flags (GH-132790) (GH-132896) 2025-04-25 13:30:33 -07:00
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py
gzip.py [3.13] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (GH-131462) (#131518) 2025-03-21 11:20:52 +01:00
hashlib.py [3.13] gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (GH-134713) (#134962) 2025-06-01 10:27:02 +02:00
heapq.py
hmac.py
imaplib.py
inspect.py [3.13] gh-119605: Respect follow_wrapped for __init__ and __new__ when getting class signature with inspect.signature (GH-132055) (#133277) 2025-05-01 20:06:07 -07:00
io.py
ipaddress.py [3.13] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (#134846) 2025-05-28 15:46:40 +00:00
keyword.py
linecache.py [3.13] gh-117174: Fix reference leak and gdb tests (GH-131095) (#131120) 2025-03-11 23:43:07 +00:00
locale.py
lzma.py
mailbox.py
mimetypes.py
modulefinder.py
netrc.py
ntpath.py [3.13] gh-76023: Make os.path.realpath to ignore WinError 1005 in non-strict mode (GH-128328) (GH-134204) 2025-05-19 09:57:19 +00:00
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py [3.13] gh-127541: Update os.walk example (GH-127765) (GH-131869) 2025-03-29 06:49:15 +00:00
pdb.py
pickle.py
pickletools.py
pkgutil.py
platform.py
plistlib.py
poplib.py [3.13] gh-130637: Add validation for numeric response data in stat() method (GH-130646) (#130763) 2025-03-02 20:28:56 +00:00
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py [3.13] gh-125225: Fix column misalignment in help('topics') output (gh-125226) (#134226) 2025-05-19 17:34:31 +02:00
queue.py
quopri.py
random.py [3.13] gh-130285: Fix handling of zero or empty counts in random.sample() (gh-130291) (gh-130416) 2025-02-21 17:56:51 +00:00
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py [3.13] gh-128066: Properly handle history file writes for RO fs on PyREPL (gh-134380) (gh-134386) 2025-05-20 22:15:43 +02:00
smtplib.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py [3.13] gh-133089: Use original timeout value for TimeoutExpired when the func subprocess.run is called with a timeout (GH-133103) (#133418) 2025-05-05 01:38:30 +00:00
symtable.py
tabnanny.py
tarfile.py [3.13] gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147) (GH-134196) 2025-05-19 10:37:36 +00:00
tempfile.py [3.13] gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372) (#130886) 2025-03-05 18:42:55 +01:00
textwrap.py
this.py
threading.py [3.13] gh-132542: Set native thread ID after fork (GH-132701) (GH-134361) 2025-05-20 17:03:19 +00:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py [3.13] gh-130999: Avoid exiting the new REPL when there are non-string candidates for suggestions (gh-131001) (gh-135020) 2025-06-02 16:58:29 +02:00
tracemalloc.py
tty.py
turtle.py
types.py
typing.py
uuid.py
warnings.py [3.13] gh-132159: Do not shadow user arguments in generated __new__ by @warnings.deprecated (GH-132160) (#132163) 2025-04-06 17:00:54 +00:00
wave.py
weakref.py
webbrowser.py
zipapp.py [3.13] gh-130379: Fix incorrect zipapp logic to avoid including the target in itself (gh-130509) (gh-130791) 2025-03-03 15:20:05 +00:00
zipimport.py