Overview
-
0 Active issues
-
- 114 Merged pull requests
- 52 Open pull requests
- 0 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
114 Pull requests merged by 34 people
-
[3.9] bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
#31312 merged
Feb 13, 2022 -
[3.10] bpo-45447: Add entry to What's new 3.10 (GH-31304)
#31308 merged
Feb 13, 2022 -
[3.9] bpo-45447: Add entry to What's new 3.9 (GH-31305)
#31310 merged
Feb 13, 2022 -
[3.10] bpo-45447: Add entry to What's new 3.9 (GH-31305)
#31309 merged
Feb 13, 2022 -
bpo-45447: Fix entry in What's New 3.11
#31307 merged
Feb 13, 2022 -
bpo-45447: Add entry to What's new 3.9
#31305 merged
Feb 13, 2022 -
bpo-45447: Add entry to What's new 3.10
#31304 merged
Feb 13, 2022 -
[3.9] bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
#31306 merged
Feb 13, 2022 -
[3.10] bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
#31303 merged
Feb 13, 2022 -
[3.9] bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152)
#31299 merged
Feb 13, 2022 -
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE
#28950 merged
Feb 13, 2022 -
bpo-46333: include `module` in `ForwardRef.__repr__`
#31283 merged
Feb 12, 2022 -
bpo-46400: Update libexpat from 2.4.1 to 2.4.4
#31022 merged
Feb 12, 2022 -
[3.10] bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152)
#31292 merged
Feb 12, 2022 -
bpo-45948: Remove constructor discrepancy in C version of `ElementTree.XMLParser`
#31152 merged
Feb 12, 2022 -
bpo-46586: Fix documentation links
#31216 merged
Feb 12, 2022 -
bpo-46355: Amend What's New wording
#31288 merged
Feb 12, 2022 -
[3.10] bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281)
#31287 merged
Feb 11, 2022 -
[3.9] bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281)
#31286 merged
Feb 11, 2022 -
[3.10] bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
#31284 merged
Feb 11, 2022 -
bpo-46483: [doc] Remove `pathlib` classes from list of stdlib classes that can be parameterized at runtime
#31281 merged
Feb 11, 2022 -
bpo-46615: Don't crash when set operations mutate the sets
#31120 merged
Feb 11, 2022 -
bpo-46613: Add PyType_GetModuleByDef to the public & limited API
#31081 merged
Feb 11, 2022 -
bpo-45490: Rename static inline functions
#31217 merged
Feb 11, 2022 -
[3.9] Fix the signature of multiprocessing.set_executable (GH-31276)
#31278 merged
Feb 11, 2022 -
Fix the signature of multiprocessing.set_executable
#31276 merged
Feb 11, 2022 -
[3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
#31262 merged
Feb 11, 2022 -
bpo-46323: Fix double-free issue for borrowed refs
#31272 merged
Feb 11, 2022 -
[3.10] bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
#31269 merged
Feb 11, 2022 -
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList
#30452 merged
Feb 11, 2022 -
bpo-36876: Make sure the c-analyzer is checking all the source files.'
#31264 merged
Feb 10, 2022 -
bpo-44953: Add newline at end of NEWS entry
#31265 merged
Feb 10, 2022 -
bpo-44953: Add vectorcall for itemgetter and attrgetter
#27828 merged
Feb 10, 2022 -
bpo-45923: Add `RESUME_QUICK`
#31244 merged
Feb 10, 2022 -
bpo-46072: Gather stats for PRECALL_METHOD.
#31259 merged
Feb 10, 2022 -
[3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252)
#31257 merged
Feb 10, 2022 -
Don't print rejected tokens when using the debug flags in the parser
#31258 merged
Feb 10, 2022 -
[3.9] bpo-46708: Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253)
#31256 merged
Feb 10, 2022 -
[3.10] bpo-46708: Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253)
#31255 merged
Feb 10, 2022 -
Allow the parser to avoid nested processing of invalid rules
#31252 merged
Feb 10, 2022 -
bpo-46532: Reduce number of memory writes to update call_shape.kwnames.
#31231 merged
Feb 10, 2022 -
bpo-46708: Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio
#31253 merged
Feb 10, 2022 -
bpo-46072: Fix sys.getdxp().
#31251 merged
Feb 10, 2022 -
bpo-46072: Add stats for PRECALL_FUNCTION.
#31250 merged
Feb 10, 2022 -
bpo-46072: Right justify numeric columns in stats summary script.
#31234 merged
Feb 10, 2022 -
bpo-46323: Allow alloca(0) for python callback function of ctypes
#31249 merged
Feb 10, 2022 -
Fix sphinx-lint after #31097 and b878b3a
#31248 merged
Feb 10, 2022 -
bpo-42238: [doc] moving from rstlint.py to sphinx-lint.
#31097 merged
Feb 10, 2022 -
[3.10] bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241).
#31242 merged
Feb 10, 2022 -
bpo-46707: Avoid potential exponential backtracking in some syntax errors
#31241 merged
Feb 10, 2022 -
bpo-36876: Minor cleanup to c-analyzer "ignored" data.'
#31239 merged
Feb 10, 2022 -
bpo-46528: Attempt `SWAP`s at compile-time
#30970 merged
Feb 9, 2022 -
[3.10] bpo-43532: add version added to KW_ONLY (GH-31235)
#31236 merged
Feb 9, 2022 -
bpo-43532: add version added to KW_ONLY
#31235 merged
Feb 9, 2022 -
bpo-46528: Check `PyMem_Malloc` call for `NULL`
#30998 merged
Feb 9, 2022 -
bpo-46323: Reduce stack usage of ctypes python callback function.
#31224 merged
Feb 9, 2022 -
[3.9] bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
#31232 merged
Feb 9, 2022 -
[3.10] bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
#31233 merged
Feb 9, 2022 -
bpo-45863: tarfile: don't zero out header fields unnecessarily
#29693 merged
Feb 9, 2022 -
bpo-46430: Intern strings in deep-frozen modules
#30683 merged
Feb 9, 2022 -
bpo-44289: Keep argument file object's current position in tarfile.is_tarfile
#26488 merged
Feb 9, 2022 -
[3.9] bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
#31230 merged
Feb 9, 2022 -
[3.10] bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
#31229 merged
Feb 9, 2022 -
bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing`
#31223 merged
Feb 9, 2022 -
bpo-46072: Output stats as markdown with collapsible sections.
#31228 merged
Feb 9, 2022 -
bpo-36876: Update the c-analyzer whitelist.
#31225 merged
Feb 9, 2022 -
[3.10] bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py (GH-31204)
#31207 merged
Feb 8, 2022 -
bpo-46556: emit `DeprecationWarning` from `pathlib.Path.__enter__()`
#30971 merged
Feb 8, 2022 -
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects.
#30928 merged
Feb 8, 2022 -
bpo-45952: Get the C analyzer tool working again.
#31220 merged
Feb 8, 2022 -
bpo-46475: Add typing.Never and typing.assert_never
#30842 merged
Feb 8, 2022 -
bpo-45952: Get the C analyzer tool working again.
#31219 merged
Feb 8, 2022 -
bpo-46323: Use PyObject_Vectorcall while calling ctypes callback function
#31138 merged
Feb 8, 2022 -
[3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
#31213 merged
Feb 8, 2022 -
bpo-46521: Fix codeop to use a new partial-input mode of the parser
#31010 merged
Feb 8, 2022 -
bpo-46675: Allow object value arrays and split key dictionaries larger than 16
#31191 merged
Feb 8, 2022 -
bpo-46072: Print summary stats for overall success of specialization.
#31211 merged
Feb 8, 2022 -
[3.8] bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
#31173 merged
Feb 8, 2022 -
[3.10] bpo-46676: Make ParamSpec args and kwargs equal to themselves …
#31210 merged
Feb 8, 2022 -
bpo-46676: Make ParamSpec args and kwargs equal to themselves
#31203 merged
Feb 8, 2022 -
bpo-46323 Fix ref leak if ctypes.CFuncPtr raises an error.
#31209 merged
Feb 8, 2022 -
bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py
#31204 merged
Feb 8, 2022 -
bpo-46659: calendar uses locale.getlocale()
#31166 merged
Feb 7, 2022 -
bpo-46534: Implement PEP 673 Self in typing.py
#30924 merged
Feb 7, 2022 -
[3.10] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186)
#31189 merged
Feb 7, 2022 -
GitHub Actions: Skip cron workflow for forks
#30748 merged
Feb 7, 2022 -
[3.9] bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130)
#31200 merged
Feb 7, 2022 -
[3.10] bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130)
#31199 merged
Feb 7, 2022 -
bpo-46638: Makes registry virtualisation setting stable when building MSIX packages
#31130 merged
Feb 7, 2022 -
bpo-46072: Merge dxpairs into py_stats.
#31197 merged
Feb 7, 2022 -
bpo-46166: Fix compiler warnings in What's New in Python 3.11
#31198 merged
Feb 7, 2022 -
[3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-…
#31175 merged
Feb 7, 2022 -
bpo-46670: Fix #ifdef in sha3module.c
#31180 merged
Feb 7, 2022 -
bpo-46670: Remove unused macros in the Python directory
#31192 merged
Feb 7, 2022 -
bpo-46670: Remove unused macros in the Objects directory
#31193 merged
Feb 7, 2022 -
bpo-46670: Remove unused macros in the Modules directory
#31194 merged
Feb 7, 2022 -
bpo-39277: Fix PY_TIMEOUT_MAX cast in _threadmodule.c
#31195 merged
Feb 7, 2022 -
bpo-46670: Remove unused macros in ceval.c
#31196 merged
Feb 7, 2022 -
bpo-46072: Improve LOAD_METHOD stats
#31104 merged
Feb 7, 2022 -
bpo-46323: _ctypes.CFuncPtr fails if _argtypes_ is too long
#31188 merged
Feb 7, 2022 -
[3.9] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186)
#31190 merged
Feb 7, 2022 -
bpo-46648: move `test_issue16464` to `urllib2_localnet`
#31186 merged
Feb 7, 2022 -
[3.10] bpo-46611: add coverage to instance and class checks in `typing.py` (GH-31078)
#31182 merged
Feb 7, 2022 -
[3.9] bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
#31184 merged
Feb 7, 2022 -
[3.10] bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
#31183 merged
Feb 7, 2022 -
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c
#31153 merged
Feb 7, 2022 -
bpo-46589: Improve documentation for typing._GenericAlias
#31026 merged
Feb 7, 2022 -
bpo-46611: add coverage to instance and class checks in `typing.py`
#31078 merged
Feb 7, 2022 -
bpo-46670: Test if a macro is defined, not its value
#31178 merged
Feb 7, 2022 -
bpo-46670: Define all macros for stringlib
#31176 merged
Feb 7, 2022 -
bpo-46670: Remove unused get_frame_state() function
#31177 merged
Feb 7, 2022 -
bpo-46655: allow stringized TypeAlias with get_type_hints
#31156 merged
Feb 6, 2022 -
bpo-46659: test.support avoids locale.getdefaultlocale()
#31167 merged
Feb 6, 2022 -
bpo-46659: Update the test on the mbcs codec alias
#31168 merged
Feb 6, 2022
52 Pull requests opened by 37 people
-
bpo-46668: Remove the mbcs alias
#31174 opened
Feb 6, 2022 -
bpo-46671 Fix empty iter error message in min/max
#31181 opened
Feb 7, 2022 -
Add escape characters code block to whitespace constant doc section.
#31185 opened
Feb 7, 2022 -
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails
#31187 opened
Feb 7, 2022 -
bpo-45459: Rename buffer.h to pybuffer.h
#31201 opened
Feb 7, 2022 -
bpo-46679: Don't ignore timeout argument in test.support.wait_process.
#31205 opened
Feb 7, 2022 -
bpo-46659: Deprecate locale.getdefaultlocale()
#31206 opened
Feb 7, 2022 -
bpo-20779: Add `chown()` and `lchown()` to `pathlib.Path`
#31212 opened
Feb 8, 2022 -
bpo-46659: Enhance LocaleTextCalendar for C locale
#31214 opened
Feb 8, 2022 -
bpo-46681: Forward gzip.compress() compresslevel to zlib
#31215 opened
Feb 8, 2022 -
bpo-46659: Fix the MBCS codec alias on Windows
#31218 opened
Feb 8, 2022 -
bpo-45490: Convert unicodeobject.h macros to static inline functions
#31221 opened
Feb 8, 2022 -
bpo-46685: improve test coverage of `Self` and `Never` in `typing`
#31222 opened
Feb 8, 2022 -
return element's updated index after heap change, skip news, skip issue
#31226 opened
Feb 9, 2022 -
bpo-46696: socketmodule SO_INCOMING_CPU constant addition
#31237 opened
Feb 9, 2022 -
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints
#31238 opened
Feb 9, 2022 -
bpo-46702: Specialize `UNPACK_SEQUENCE`
#31240 opened
Feb 10, 2022 -
Fix a typo in Doc/faq/programming.rst
#31243 opened
Feb 10, 2022 -
bpo-21910: Clarified codecs writelines method
#31245 opened
Feb 10, 2022 -
bpo-45393: help() on operator precedence has misleading entries
#31246 opened
Feb 10, 2022 -
[doc] configparser: avoid inline comments.
#31247 opened
Feb 10, 2022 -
bpo-46072: Include length in stats for UNPACK_SEQUENCE.
#31254 opened
Feb 10, 2022 -
bpo-46494: Mention the typing_extensions pkg in typing docs
#31260 opened
Feb 10, 2022 -
bpo-46712: Share global string identifiers in deepfreeze
#31261 opened
Feb 10, 2022 -
Remove unnecessary block from comprehensions
#31263 opened
Feb 10, 2022 -
bpo-46705: Memory optimization for set.issubset
#31267 opened
Feb 11, 2022 -
Introduce task groups in asyncio
#31270 opened
Feb 11, 2022 -
[doc] Add a note in howto/logging.rst about "do not log to root logger in libraries"
#31271 opened
Feb 11, 2022 -
bpo-46711: increase timeout for `test_logging::test_post_fork_child_no_deadlock`
#31274 opened
Feb 11, 2022 -
bpo-44011: New asyncio ssl implementation
#31275 opened
Feb 11, 2022 -
[3.10] Fix the signature of multiprocessing.set_executable (GH-31276)
#31277 opened
Feb 11, 2022 -
bpo-46721: Optimize set.issuperset() for non-set arguments
#31280 opened
Feb 11, 2022 -
bpo-39355: making Python.h compatible with C++20 compilers
#31282 opened
Feb 11, 2022 -
bpo-46724: Fix dis support for overflow args
#31285 opened
Feb 11, 2022 -
bpo-46072: Add detailed failure stats for `BINARY_OP`
#31289 opened
Feb 11, 2022 -
bpo-45274: Fix one race condition Thread.join
#31290 opened
Feb 12, 2022 -
Corrections to format precision description.
#31291 opened
Feb 12, 2022 -
bpo-46728: fix docstring of combinations_with_replacement for consistency
#31293 opened
Feb 12, 2022 -
bpo-46729: improved str() for BaseExceptionGroup
#31294 opened
Feb 12, 2022 -
[3.9] bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022)
#31295 opened
Feb 12, 2022 -
[3.10] bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022)
#31296 opened
Feb 12, 2022 -
[3.8] bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022)
#31297 opened
Feb 12, 2022 -
[3.7] bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022)
#31298 opened
Feb 12, 2022 -
bpo-46731: posix._fcopyfile adding couple of more flags
#31300 opened
Feb 12, 2022 -
bpo-46732: fix __bool__ docstring
#31301 opened
Feb 12, 2022 -
bpo-46734: Add method mailbox.Maildir.get_flags
#31302 opened
Feb 12, 2022 -
bpo-46730: Make @property AttributeError unique and sensible
#31311 opened
Feb 13, 2022 -
Implement asyncio.Task.__cancel_requested__
#31313 opened
Feb 13, 2022 -
bpo-46622: Async support for cached_property
#31314 opened
Feb 13, 2022 -
Improve docstring for set.discard()
#31315 opened
Feb 13, 2022 -
bpo-43464: Optimize set.intersection() for non-set arguments
#31316 opened
Feb 13, 2022
83 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
bpo-46066: Deprecate kwargs syntax for TypedDict definitions
#31126 commented on
Feb 13, 2022 • 31 new comments -
bpo-19217: Speed up assertEqual on long sequences
#27434 commented on
Feb 9, 2022 • 19 new comments -
bpo-46210: Fix deadlock in print.
#30310 commented on
Feb 9, 2022 • 14 new comments -
bpo-46333: Honor `module` parameter in ForwardRef
#30536 commented on
Feb 11, 2022 • 11 new comments -
bpo-24132: Add `pathlib._AbstractPath`
#31085 commented on
Feb 12, 2022 • 8 new comments -
bpo-46657: Add mimalloc memory allocator
#31164 commented on
Feb 11, 2022 • 7 new comments -
bpo-44899: add support for archiving changing files with tarfile
#30426 commented on
Feb 9, 2022 • 6 new comments -
bpo-46543: add sys._getcaller
#30950 commented on
Feb 8, 2022 • 6 new comments -
bpo-46649: Propagate Python thread name to PyThreadState
#31142 commented on
Feb 12, 2022 • 6 new comments -
bpo-45735: Promise the long-time truth that `args=list` works
#30982 commented on
Feb 11, 2022 • 4 new comments -
bpo-31582: Created a new section describing sys.path initialization
#31082 commented on
Feb 10, 2022 • 4 new comments -
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for cases where methodwrapper is given
#19261 commented on
Feb 13, 2022 • 3 new comments -
bpo-40255: Implement Immortal Instances
#19474 commented on
Feb 10, 2022 • 3 new comments -
Update csv.rst
#30376 commented on
Feb 12, 2022 • 3 new comments -
[docs] Correct typos in SSLContext.sni_callback.
#30623 commented on
Feb 13, 2022 • 3 new comments -
bpo-46285: Add command-line option -p/--protocol to module http.server
#30999 commented on
Feb 12, 2022 • 3 new comments -
bpo-43224: Implement PEP 646 changes to typing.py
#31021 commented on
Feb 8, 2022 • 3 new comments -
[3.9] bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701)
#31103 commented on
Feb 8, 2022 • 3 new comments -
bpo-38941: Warn when testing element truth values in C version of `ElementTree`
#31149 commented on
Feb 13, 2022 • 3 new comments -
Fix the Python equivalents of the Descriptor HowTo Guide
#24901 commented on
Feb 11, 2022 • 2 new comments -
Remove empty footnote section
#30451 commented on
Feb 12, 2022 • 2 new comments -
bpo-46372: Try to mutate the LHS during fast `float` ops
#30594 commented on
Feb 11, 2022 • 2 new comments -
bpo-46656: Remove Py_NO_NAN macro
#31160 commented on
Feb 8, 2022 • 2 new comments -
bpo-46658: shutil Lib enabling sendfile on solaris systems as it supports
#31165 commented on
Feb 13, 2022 • 2 new comments -
bpo-14527: fix (some) _ctypes liffi build problems
#20451 commented on
Feb 11, 2022 • 1 new comment -
bpo-42401: Fix parsing and writing of the date timezone.
#23384 commented on
Feb 13, 2022 • 1 new comment -
bpo-42101: allow inheritance of venv
#23504 commented on
Feb 8, 2022 • 1 new comment -
bpo-42722: Add --debug command line option to unittest to enable post-mortem debugging
#23900 commented on
Feb 12, 2022 • 1 new comment -
Doc: use `python -m pip` rather than plain `pip` in examples
#24003 commented on
Feb 12, 2022 • 1 new comment -
bpo-42643: Add support for HTTP range requests
#24228 commented on
Feb 12, 2022 • 1 new comment -
bpo-44011: Increase timeouts for asyncio SSL tests
#25846 commented on
Feb 11, 2022 • 1 new comment -
Issue43098: tarfile list() method does not show file type.
#29974 commented on
Feb 10, 2022 • 1 new comment -
bpo-10850: Fix multiprocessing.managers.Server classvar
#30086 commented on
Feb 9, 2022 • 1 new comment -
bpo-46055: Speed up right shifts of negative integers
#30277 commented on
Feb 9, 2022 • 1 new comment -
bpo-46227: Add pathlib.Path.walk method
#30340 commented on
Feb 8, 2022 • 1 new comment -
bpo-46232: Fix parsing of certs with bit string in DN
#30351 commented on
Feb 13, 2022 • 1 new comment -
Fix broken OMG link
#30383 commented on
Feb 7, 2022 • 1 new comment -
Align .suffixes example with .suffix example in pathlib doc
#30418 commented on
Feb 12, 2022 • 1 new comment -
bpo-38735: Don't fail when importing from / with sys.pycache_prefix set
#30456 commented on
Feb 7, 2022 • 1 new comment -
bpo-46279: Fixed __main__.py documentation typo
#30480 commented on
Feb 10, 2022 • 1 new comment -
bpo-28249: fix `lineno` location for empty `DocTest` instances
#30498 commented on
Feb 10, 2022 • 1 new comment -
bpo-46309: Added reference to task created by StreamReaderProtocol
#30505 commented on
Feb 11, 2022 • 1 new comment -
bpo-46337: Urllib.parse scheme-specific behavior without reliance on URL scheme
#30520 commented on
Feb 11, 2022 • 1 new comment -
Update html.parser.rst
#30678 commented on
Feb 11, 2022 • 1 new comment -
bpo-46646: mention that `bytes` are accepted in `ipaddress` docs
#31139 commented on
Feb 12, 2022 • 1 new comment -
bpo-46650: add more examples to `test_sched.test_priority`
#31144 commented on
Feb 7, 2022 • 1 new comment -
bpo-46642: explicitly disallow typing.TypeVar instance subclassing
#31148 commented on
Feb 7, 2022 • 1 new comment -
bpo-46644: Remove callable() requirement from typing._type_check
#31151 commented on
Feb 7, 2022 • 1 new comment -
bpo-46662: Fix convert_timestamp function that failed to correctly parse timestamp
#31169 commented on
Feb 8, 2022 • 1 new comment -
bpo-29757: don't swallows errors in the `socket.create_connection()` utility loop
#562 commented on
Feb 7, 2022 • 0 new comments -
bpo-33973: Only split request lines on b'\x20'
#7932 commented on
Feb 7, 2022 • 0 new comments -
bpo-22276: Fix pathlib.Path.glob not to ignore trailing path separator
#10349 commented on
Feb 7, 2022 • 0 new comments -
bpo-37969: Correct urllib.parse functions dropping the delimiters of empty URI components
#15642 commented on
Feb 11, 2022 • 0 new comments -
bpo-25567: Add Bytes Object Support to Shlex
#22657 commented on
Feb 7, 2022 • 0 new comments -
bpo-41607: Print clickable path to breakpoint in pdb
#22964 commented on
Feb 7, 2022 • 0 new comments -
bpo-27495: Make pprint.pformat always order sets
#22977 commented on
Feb 7, 2022 • 0 new comments -
bpo-9453: Fix SAX2DOM handling of PIs before the first XML element
#23012 commented on
Feb 7, 2022 • 0 new comments -
bpo-42258: argparse: show choices once per argument
#23143 commented on
Feb 8, 2022 • 0 new comments -
bpo-38119: fix shared memory's resource tracking
#23174 commented on
Feb 8, 2022 • 0 new comments -
bpo-41287: Handle `doc` argument of `property.__init__` in subclasses
#23205 commented on
Feb 8, 2022 • 0 new comments -
bpo-42363: enhance _check_running() ValuError output in Pool class
#23299 commented on
Feb 8, 2022 • 0 new comments -
bpo-42443 Add Thread Creation Hook to Threading.py
#23477 commented on
Feb 8, 2022 • 0 new comments -
bpo-42461: show f_fsid when pring os.statvfs object
#23511 commented on
Feb 8, 2022 • 0 new comments -
bpo-38520: Add multiprocessing.main_process()
#23621 commented on
Feb 11, 2022 • 0 new comments -
bpo-39791: importlib.abc: avoid use of deprecated abstractproperty
#23715 commented on
Feb 11, 2022 • 0 new comments -
bpo-42367: Restore os.makedirs() ability to apply *mode* recursively
#23901 commented on
Feb 12, 2022 • 0 new comments -
bpo-45276: make weak collection's copy() atomic and use this feature to avoid race conditions in asyncio and threading
#28541 commented on
Feb 7, 2022 • 0 new comments -
bpo-45653: Freeze encodings package modules
#29788 commented on
Feb 11, 2022 • 0 new comments -
bpo-45995: add "z" format specifer to coerce negative 0 to zero
#30049 commented on
Feb 9, 2022 • 0 new comments -
bpo-13966: Add enable/disable_interspersed_args to ArgumentParser
#30071 commented on
Feb 9, 2022 • 0 new comments -
bpo-38085: Fix throw exception in __init__subclass__ causes wrong isinstance() a…
#30112 commented on
Feb 7, 2022 • 0 new comments -
bpo-10483: fix definition of executable file for http.server on windows
#30216 commented on
Feb 9, 2022 • 0 new comments -
bpo-46142: split --help output into separate options
#30331 commented on
Feb 9, 2022 • 0 new comments -
bpo-46509: Add specializations of Py_DECREF when types are known
#30872 commented on
Feb 11, 2022 • 0 new comments -
Fix incorrect reference
#30896 commented on
Feb 11, 2022 • 0 new comments -
bpo-46498: Add new triplets for loongarch64
#30939 commented on
Feb 9, 2022 • 0 new comments -
bpo-45413: Define a "venv" sysconfig installation scheme
#31034 commented on
Feb 7, 2022 • 0 new comments -
bpo-43721: Fix docstrings for property.getter/setter/deleter
#31046 commented on
Feb 9, 2022 • 0 new comments -
[3.10] bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701)
#31102 commented on
Feb 10, 2022 • 0 new comments -
Update importlib.abc hierarchy
#31113 commented on
Feb 10, 2022 • 0 new comments -
Delete outdated comment in logging module
#31117 commented on
Feb 7, 2022 • 0 new comments -
bpo-20039: Add doc to argparse.ArgumentTypeError
#31125 commented on
Feb 10, 2022 • 0 new comments -
bpo-46644: No longer accept arbitrary callables as type arguments in generics
#31159 commented on
Feb 7, 2022 • 0 new comments