@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.14\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2025-11-13 14:15 +0000\n"
14+ "POT-Creation-Date: 2025-11-15 14:12 +0000\n"
1515"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616"Last-Translator: python-doc bot, 2025\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -87,6 +87,11 @@ msgid ""
8787"verbose`` option anymore. Patch by Victor Stinner."
8888msgstr ""
8989
90+ msgid ""
91+ ":gh:`136442`: Use exitcode ``1`` instead of ``5`` if :func:`unittest."
92+ "TestCase.setUpClass` raises an exception"
93+ msgstr ""
94+
9095msgid "Security"
9196msgstr "Bezpieczeństwo"
9297
@@ -115,6 +120,12 @@ msgstr ""
115120msgid "Library"
116121msgstr "Biblioteka"
117122
123+ msgid ""
124+ ":gh:`140938`: The :func:`statistics.stdev` and :func:`statistics.pstdev` "
125+ "functions now raise a :exc:`ValueError` when the input contains an infinity "
126+ "or a NaN."
127+ msgstr ""
128+
118129msgid ""
119130":gh:`124111`: Updated Tcl threading configuration in :mod:`_tkinter` to "
120131"assume that threads are always available in Tcl 9 and later."
@@ -136,6 +147,11 @@ msgid ""
136147"Contributed by Benel Tayar."
137148msgstr ""
138149
150+ msgid ""
151+ ":gh:`137969`: Fix :meth:`annotationlib.ForwardRef.evaluate` returning :class:"
152+ "`~annotationlib.ForwardRef` objects which don't update with new globals."
153+ msgstr ""
154+
139155msgid ""
140156":gh:`140797`: The undocumented :class:`!re.Scanner` class now forbids "
141157"regular expressions containing capturing groups in its lexicon patterns. "
@@ -163,6 +179,12 @@ msgid ""
163179":gh:`140874`: Bump the version of pip bundled in ensurepip to version 25.3"
164180msgstr ""
165181
182+ msgid ""
183+ ":gh:`140691`: In :mod:`urllib.request`, when opening a FTP URL fails because "
184+ "a data connection cannot be made, the control connection's socket is now "
185+ "closed to avoid a :exc:`ResourceWarning`."
186+ msgstr ""
187+
166188msgid ""
167189":gh:`103847`: Fix hang when cancelling process created by :func:`asyncio."
168190"create_subprocess_exec` or :func:`asyncio.create_subprocess_shell`. Patch by "
@@ -659,6 +681,16 @@ msgstr ""
659681msgid "Core and Builtins"
660682msgstr "Core i builtiny"
661683
684+ msgid ""
685+ ":gh:`141579`: Fix :func:`sys.activate_stack_trampoline` to properly support "
686+ "the ``perf_jit`` backend. Patch by Pablo Galindo."
687+ msgstr ""
688+
689+ msgid ""
690+ ":gh:`114203`: Skip locking if object is already locked by two-mutex critical "
691+ "section."
692+ msgstr ""
693+
662694msgid ""
663695":gh:`140939`: Fix memory leak when :class:`bytearray` or :class:`bytes` is "
664696"formated with the ``%*b`` format with a large width that results in a :exc:"
@@ -752,6 +784,11 @@ msgid ""
752784"numbers of small tuples causing excessive GCs."
753785msgstr ""
754786
787+ msgid ""
788+ ":gh:`140104`: Fix a bug with exception handling in the JIT. Patch by Ken "
789+ "Jin. Bug reported by Daniel Diniz."
790+ msgstr ""
791+
755792msgid ""
756793":gh:`140061`: Fixing the checking of whether an object is uniquely "
757794"referenced to ensure free-threaded compatibility. Patch by Sergey Miryanov."
0 commit comments