September 10, 2021 – September 17, 2021
Overview
-
0 Active Issues
-
- 135 Merged Pull Requests
- 27 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
135 Pull requests merged by 33 people
-
bpo-45198: __set_name__ documentation not clear about its usage with non-descriptor classes
#28439 merged
Sep 18, 2021 -
[3.9] bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420)
#28443 merged
Sep 18, 2021 -
[3.10] bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420)
#28442 merged
Sep 18, 2021 -
bpo-45235: Fix argparse overrides namespace with subparser defaults
#28420 merged
Sep 18, 2021 -
[3.9] Fix minor typo in Doc/c-api/type.rst (GH-28432)
#28441 merged
Sep 18, 2021 -
[3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432)
#28440 merged
Sep 18, 2021 -
Fix minor typo in Doc/c-api/type.rst
#28432 merged
Sep 18, 2021 -
[3.9] [doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660)
#28434 merged
Sep 17, 2021 -
[3.10] [doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660)
#28433 merged
Sep 17, 2021 -
bpo-44640: Improve punctuation in isinstance() error message
#27144 merged
Sep 17, 2021 -
[3.10] Fix missing space with help for `-m compileall -o` (GH-27591)
#28430 merged
Sep 17, 2021 -
[Doc] Add clarification on multiprocessing.cpu_count
#23660 merged
Sep 17, 2021 -
[3.9] bpo-42038: fix description of returned list of lines (GH-27529)
#28429 merged
Sep 17, 2021 -
[3.10] bpo-42038: fix description of returned list of lines (GH-27529)
#28428 merged
Sep 17, 2021 -
[3.9] Fix missing space with help for `-m compileall -o` (GH-27591)
#28431 merged
Sep 17, 2021 -
bpo-45020: Freeze os, site, and codecs.
#28398 merged
Sep 17, 2021 -
Fix missing spaces with help for `-m compileall -o`, revisit
#27591 merged
Sep 17, 2021 -
bpo-42038: fix description of returned list of lines
#27529 merged
Sep 17, 2021 -
[3.9] [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391)
#28426 merged
Sep 17, 2021 -
[3.10] [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391)
#28425 merged
Sep 17, 2021 -
[doc] Add a missing apostrophe in a code example in venv.rst
#28391 merged
Sep 17, 2021 -
bpo-45116: Py_DEBUG ignores Py_ALWAYS_INLINE
#28419 merged
Sep 17, 2021 -
[3.9] bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH-28422)
#28424 merged
Sep 17, 2021 -
[3.10] bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH-28422)
#28423 merged
Sep 17, 2021 -
bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest
#28422 merged
Sep 17, 2021 -
bpo-45020: Fix build out of source tree
#28410 merged
Sep 17, 2021 -
bpo-45231: update_file.py preserves end of line
#28411 merged
Sep 17, 2021 -
Remove compatibility check for Python versions below 2.2 in platform.libc_ver()
#28314 merged
Sep 17, 2021 -
bpo-45212: Add a comment for time.sleep() in tests
#28414 merged
Sep 17, 2021 -
[3.10] bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-28396)
#28418 merged
Sep 17, 2021 -
bpo-45116: Add the Py_ALWAYS_INLINE macro
#28390 merged
Sep 17, 2021 -
[3.9] bpo-45187: Collect test_socket tests using unittest (GH-28317)
#28413 merged
Sep 17, 2021 -
[3.9] bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-28396)
#28416 merged
Sep 17, 2021 -
bpo-45219: Factor dictkey indexing
#28389 merged
Sep 17, 2021 -
[3.9] docs: correct references to __isub__ etc (GH-28297).
#28415 merged
Sep 17, 2021 -
bpo-45217: adds note that `allow_no_value` in `configparser` is optional
#28396 merged
Sep 17, 2021 -
bpo-45107: Make LOAD_METHOD_CLASS safer and faster, clean up comments
#28177 merged
Sep 17, 2021 -
[3.10] bpo-45187: Collect test_socket tests using unittest (GH-28317)
#28412 merged
Sep 17, 2021 -
bpo-45162: Remove many old deprecated unittest features
#28268 merged
Sep 17, 2021 -
bpo-45187: Collect test_socket tests using unittest.
#28317 merged
Sep 17, 2021 -
[3.9] bpo-45212: Fix dangling threads in skipped tests in test_socket…
#28408 merged
Sep 17, 2021 -
[3.10] bpo-45212: Fix dangling threads in skipped tests in test_socke…
#28409 merged
Sep 17, 2021 -
bpo-45203: fix compiler warnings
#28357 merged
Sep 17, 2021 -
[3.9] bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)
#28407 merged
Sep 17, 2021 -
bpo-5846: Fix deprecations for obsolete unittest functions and add tests.
#28382 merged
Sep 17, 2021 -
[3.10] bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)
#28406 merged
Sep 17, 2021 -
bpo-45228: Fix stack buffer overflow in parsing J1939 address
#28404 merged
Sep 17, 2021 -
[3.10] Fix typo and add a module prefix (GH-28401)
#28402 merged
Sep 17, 2021 -
Fix typo and add a module prefix
#28401 merged
Sep 17, 2021 -
bpo-45020: Drop the frozen .h files from the repo.
#28392 merged
Sep 16, 2021 -
bpo-45225: use map function instead of genexpr in capwords
#28342 merged
Sep 16, 2021 -
[3.10] bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when building (GH-28393)
#28394 merged
Sep 16, 2021 -
[3.9] bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when building (GH-28393)
#28395 merged
Sep 16, 2021 -
bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when building.
#28393 merged
Sep 16, 2021 -
bpo-45212: Fix dangling threads in skipped tests in test_socket
#28361 merged
Sep 16, 2021 -
[3.10] docs: correct references to __isub__ etc (GH-28297)
#28383 merged
Sep 16, 2021 -
docs: correct references to __isub__ etc
#28297 merged
Sep 16, 2021 -
[3.9] bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354)
#28381 merged
Sep 16, 2021 -
bpo-45020: Revert "Drop the frozen .h files from the repo. (gh-28375)"
#28380 merged
Sep 16, 2021 -
bpo-45155 : Default arguments for int.to_bytes(length=1, byteorder=sys.byteorder)
#28265 merged
Sep 16, 2021 -
bpo-45020: Drop the frozen .h files from the repo.
#28375 merged
Sep 16, 2021 -
bpo-39710: Remove Python 2-specific sentence from calendar documentation
#26985 merged
Sep 15, 2021 -
bpo-45019: Clean up the frozen __hello__ module.
#28374 merged
Sep 15, 2021 -
Fix typo in Lib/sqlite3/test/test_types.py
#28226 merged
Sep 15, 2021 -
[3.10] bpo-45167: Fix deepcopying of GenericAlias (GH-28324)
#28367 merged
Sep 15, 2021 -
[3.9] bpo-45205: Make test_compileall quiet (GH-28356)
#28364 merged
Sep 15, 2021 -
bpo-45019: Silence a warning in test_ctypes.
#28362 merged
Sep 15, 2021 -
[3.10] bpo-45205: Make test_compileall quiet (GH-28356)
#28370 merged
Sep 15, 2021 -
[3.9] bpo-45167: Fix deepcopying of GenericAlias (GH-28324)
#28368 merged
Sep 15, 2021 -
[3.9] bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355)
#28366 merged
Sep 15, 2021 -
[3.10] bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355)
#28365 merged
Sep 15, 2021 -
[3.9] bpo-45089: Improve sqlite3 trace callback docs (GH-28238)
#28372 merged
Sep 15, 2021 -
[3.10] bpo-45089: Improve sqlite3 trace callback docs (GH-28238)
#28371 merged
Sep 15, 2021 -
[3.10] bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354)
#28363 merged
Sep 15, 2021 -
[3.10] bpo-45193: News for IDLE PR_28343 (GH-28348)
#28369 merged
Sep 15, 2021 -
bpo-45089: Improve `sqlite3` trace callback docs
#28238 merged
Sep 15, 2021 -
[3.10] bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309)
#28280 merged
Sep 15, 2021 -
bpo-5846: Deprecate obsolete methods in `unittest`
#28299 merged
Sep 15, 2021 -
bpo-45193: News for IDLE PR_28343
#28348 merged
Sep 15, 2021 -
bpo-45167: Fix deepcopying of GenericAlias
#28324 merged
Sep 15, 2021 -
bpo-45207: Make test_gdb.test_pycfunction() quiet
#28355 merged
Sep 15, 2021 -
bpo-45205: Make test_compileall quiet
#28356 merged
Sep 15, 2021 -
bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet
#28354 merged
Sep 15, 2021 -
bpo-45204: Reduce verbosity of test_peg_generator
#28360 merged
Sep 15, 2021 -
bpo-45188: Windows now regenerates frozen modules at the start of build instead of late
#28322 merged
Sep 15, 2021 -
bpo-45185: enables `TestEnumerations` in `test_ssl`
#28330 merged
Sep 15, 2021 -
[3.10] bpo-44786: Fix a warning in RE in c-analyzer (GH-28351)
#28353 merged
Sep 15, 2021 -
bpo-45020: Freeze some of the modules imported during startup.
#28335 merged
Sep 15, 2021 -
bpo-44786: Fix a warning in RE in c-analyzer
#28351 merged
Sep 15, 2021 -
bpo-45203: Cleanup stats gathering code for LOAD_METHOD
#28352 merged
Sep 15, 2021 -
[3.9] bpo-45195: Fix test_readline.test_nonascii() (GH-28329)
#28334 merged
Sep 15, 2021 -
[3.10] bpo-45195: Fix test_readline.test_nonascii() (GH-28329)
#28333 merged
Sep 15, 2021 -
bpo-21302: Add _PyTime_AsNanoseconds()
#28350 merged
Sep 15, 2021 -
bpo-45152: refactor the dis module to make handling of hasconst opcod…
#28258 merged
Sep 15, 2021 -
[3.10] bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)
#28347 merged
Sep 15, 2021 -
[3.9] bpo-45020: Don't test IDLE with frozen module. (GH-28344)
#28346 merged
Sep 15, 2021 -
[3.10] bpo-45020: Don't test IDLE with frozen module. (GH-28344)
#28345 merged
Sep 15, 2021 -
bpo-45193: Restore IDLE completion boxes on Ubuntu
#28343 merged
Sep 15, 2021 -
bpo-45020: Don't test IDLE with frozen module.
#28344 merged
Sep 15, 2021 -
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen modules.
#28320 merged
Sep 14, 2021 -
[3.10] bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.10 What's new (GH-28339)
#28340 merged
Sep 14, 2021 -
bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.10 What's new
#28339 merged
Sep 14, 2021 -
[3.10] bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331)
#28337 merged
Sep 14, 2021 -
[3.9] bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331)
#28338 merged
Sep 14, 2021 -
bpo-45196 ./configure --with-address-sanitizer; make test; cause test case crash.
#28331 merged
Sep 14, 2021 -
closes bpo-45190: Update Unicode data to version 14.0.0.
#28336 merged
Sep 14, 2021 -
bpo-45195: Fix test_readline.test_nonascii()
#28329 merged
Sep 14, 2021 -
[3.10] bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300)
#28326 merged
Sep 14, 2021 -
[3.9] bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300)
#28327 merged
Sep 14, 2021 -
bpo-45156: fixes inifite loop on `mock.seal()`
#28300 merged
Sep 14, 2021 -
bpo-45168: change dis output to omit missing values rather than replacing them by their index
#28313 merged
Sep 14, 2021 -
bpo-45152: Add HAS_CONST macro and get_const_value() function and use…
#28262 merged
Sep 14, 2021 -
[3.10] bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)
#28321 merged
Sep 13, 2021 -
bpo-42135 Correct version slated for importlib.find_loader removal
#28312 merged
Sep 13, 2021 -
bpo-45019: Do some cleanup related to frozen modules.
#28319 merged
Sep 13, 2021 -
[3.10] bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH-28286)
#28289 merged
Sep 13, 2021 -
[3.9] bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH-28286)
#28290 merged
Sep 13, 2021 -
bpo-45173 Remove configparser deprecations
#28292 merged
Sep 13, 2021 -
[3.9] bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305)
#28309 merged
Sep 13, 2021 -
bpo-21302: Update time.sleep() doc for clock_nanosleep()
#28311 merged
Sep 13, 2021 -
bpo-21302: Add clock_nanosleep() implementation for time.sleep()
#28111 merged
Sep 13, 2021 -
[3.10] bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305)
#28308 merged
Sep 13, 2021 -
bpo-45181: Simplify loading sqlite3 tests
#28304 merged
Sep 13, 2021 -
bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm
#28305 merged
Sep 13, 2021 -
bpo-5846: Do not use obsolete unittest functions.
#28303 merged
Sep 13, 2021 -
[3.9] bpo-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231). (GH-28298)
#28302 merged
Sep 13, 2021 -
[3.10] bpo-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231)
#28298 merged
Sep 13, 2021 -
bpo-45126: Fix ref. leak in `sqlite3.Connection.__init__`
#28231 merged
Sep 12, 2021 -
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes
#26456 merged
Sep 12, 2021 -
bpo-44987: Fix typo whatsnew 3.11
#28293 merged
Sep 11, 2021 -
bpo-44987: Speed up unicode normalization of ASCII strings
#28283 merged
Sep 11, 2021 -
bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list
#28286 merged
Sep 11, 2021 -
bpo-45163: haiku build fix proposal.
#28269 merged
Sep 11, 2021
27 Pull requests opened by 19 people
-
bpo-45171: Fix stacklevel handling in logging module
#28287 opened
Sep 11, 2021 -
bpo-45172: netbsd socketmodule CAN protocol constants addition.
#28288 opened
Sep 11, 2021 -
bpo-45160: Ttk optionmenu only set variable once
#28291 opened
Sep 11, 2021 -
bpo-45125: Improves pickling docs and tests for `shared_memory`
#28294 opened
Sep 11, 2021 -
bpo-45174: dragonflybsd fix nis module build.
#28295 opened
Sep 11, 2021 -
bpo-20524: adds better error message for `.format()`
#28310 opened
Sep 13, 2021 -
Add missing autojunk parameter to docstring
#28318 opened
Sep 13, 2021 -
bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str
#28323 opened
Sep 14, 2021 -
bpo-45191: Fix tb_lineno for multi-line expressions
#28325 opened
Sep 14, 2021 -
IDLE: make the auto-complete window's winnconfig handler only trigger once
#28332 opened
Sep 14, 2021 -
bpo-21302: Add Waitable timer implementation for time.sleep() in Windows
#28341 opened
Sep 14, 2021 -
bpo-45210: Document that error indicator may be set in tp_dealloc
#28358 opened
Sep 15, 2021 -
bpo-45214: add the LOAD_NONE opcode
#28376 opened
Sep 15, 2021 -
bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing
#28377 opened
Sep 15, 2021 -
bpo-45215: In Mock class, deprecate invalid name parent args and expand docs
#28378 opened
Sep 16, 2021 -
bpo-34093: Produce consistent output from marshal.dumps().
#28379 opened
Sep 16, 2021 -
bpo-45128: fixes `test_multiprocessing_fork` mysterious crash
#28387 opened
Sep 16, 2021 -
bpo-45223: Lib/pty.py: handle stdin I/O errors same way as master I/O errors
#28388 opened
Sep 16, 2021 -
bpo-22699: Allow compiling on debian/ubuntu with a different compiler
#28397 opened
Sep 16, 2021 -
bpo-45055: Add retry when downloading externals on Windows
#28399 opened
Sep 16, 2021 -
bpo-20853: fixed PDB's args and retval commands to handle objects with broken repr()
#28400 opened
Sep 17, 2021 -
bpo-43413: Revert changes in set.__init__
#28403 opened
Sep 17, 2021 -
bpo-45229: Remove test_main in many tests
#28405 opened
Sep 17, 2021 -
IDLE: Fix docs URL in the About window
#28417 opened
Sep 17, 2021 -
bpo-45234: fix wrong FileNotFound exception raised in shutil.copyfile()
#28421 opened
Sep 17, 2021 -
bpo-45116: Use Py_ALWAYS_INLINE in object.h
#28427 opened
Sep 17, 2021 -
[3.10] bpo-44640: Improve punctuation consistency in isinstance/issubclass error messages (GH-27144)
#28436 opened
Sep 17, 2021
40 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-30856: Update TestResult early, without buffering in _Outcome
#28180 commented on
Sep 17, 2021 • 12 new comments -
bpo-21261: IDLE: add completion of dict keys of type str
#26039 commented on
Sep 14, 2021 • 6 new comments -
bpo-44766: remove outdated reference to Py_USING_MEMORY_DEBUGGER
#27509 commented on
Sep 14, 2021 • 5 new comments -
bpo-45021: Fix a hang in forked children
#28007 commented on
Sep 15, 2021 • 5 new comments -
bpo-25625: add contextlib.chdir
#28271 commented on
Sep 17, 2021 • 4 new comments -
bpo-44733: Add maxtasksperchild to ProcessPoolExecutor
#27373 commented on
Sep 16, 2021 • 3 new comments -
bpo-40497: Fix handling of check in subprocess.check_output()
#19897 commented on
Sep 17, 2021 • 2 new comments -
bpo-42476: Allow cross compiling on darwin
#23523 commented on
Sep 16, 2021 • 2 new comments -
bpo-42627: Fix wrong parsing of Windows registry proxy settings
#26307 commented on
Sep 17, 2021 • 2 new comments -
bpo-19217: Speed up assertEqual on long sequences
#27434 commented on
Sep 17, 2021 • 2 new comments -
bpo-43853: Expand test suite for SQLite UDF's
#27642 commented on
Sep 15, 2021 • 2 new comments -
bpo-1514420: Do not attempt to open files with names in <>s when form…
#28143 commented on
Sep 17, 2021 • 2 new comments -
bpo-37529: add test for guessing extensions
#28243 commented on
Sep 12, 2021 • 2 new comments -
bpo-34093: Stablize FLAG_REF usage (two-pass version)
#8293 commented on
Sep 16, 2021 • 1 new comment -
bpo-40988: Optimized singledispatchmethod access (noticeable improvement).
#23213 commented on
Sep 17, 2021 • 1 new comment -
bpo-41930: Add support for SQLite serialise/deserialise API
#26728 commented on
Sep 14, 2021 • 1 new comment -
bpo-44848: Update Windows installer to use SQLite 3.36.0
#27622 commented on
Sep 17, 2021 • 1 new comment -
bpo-40899: Document exception raised when module cannot be imported
#27709 commented on
Sep 18, 2021 • 1 new comment -
bpo-44881: Integrate GC untrack into trashcan begin.
#27718 commented on
Sep 16, 2021 • 1 new comment -
bpo-44897: WIP: Integrate trashcan into _Py_Dealloc
#27738 commented on
Sep 16, 2021 • 1 new comment -
bpo-38656: Clarify MimeTypes obj behaviour in documentation
#27750 commented on
Sep 12, 2021 • 1 new comment -
bpo-44951: Allow setting EPOLLEXCLUSIVE on selectors.EpollSelector
#27819 commented on
Sep 11, 2021 • 1 new comment -
bpo-44972: Add workflow_dispatch trigger to GitHub Actions workflows
#27873 commented on
Sep 16, 2021 • 1 new comment -
bpo-42130: Fix for suppressing cancellations in wait_for()
#28149 commented on
Sep 11, 2021 • 1 new comment -
bpo-42064: Add module backref to `sqlite3` callback context
#28242 commented on
Sep 14, 2021 • 1 new comment -
bpo-22276: Fix pathlib.Path.glob not to ignore trailing path separator
#10349 commented on
Sep 15, 2021 • 0 new comments -
bpo-34916: Add support for aggregate window functions in sqlite3
#20903 commented on
Sep 14, 2021 • 0 new comments -
bpo-44092: Don't reset statements/cursors before rollback
#26026 commented on
Sep 14, 2021 • 0 new comments -
bpo-44525: Specialize ``CALL_FUNCTION`` for C function calls
#26934 commented on
Sep 17, 2021 • 0 new comments -
bpo-44859: Raise more accurate exceptions in `sqlite3`
#27695 commented on
Sep 14, 2021 • 0 new comments -
bpo-44896: drop lineno requirement on nodes for ast.unparse
#27770 commented on
Sep 13, 2021 • 0 new comments -
bpo-44958: Only reset `sqlite3` statements when needed
#27844 commented on
Sep 14, 2021 • 0 new comments -
bpo-45046: Support context managers in unittest
#28045 commented on
Sep 13, 2021 • 0 new comments -
bpo-24139: Add support for SQLite extended result codes
#28076 commented on
Sep 14, 2021 • 0 new comments -
Remove a redundant assignment
#28106 commented on
Sep 14, 2021 • 0 new comments -
bpo-36521: Remove docstring from code object.
#28138 commented on
Sep 17, 2021 • 0 new comments -
bpo-43950: handle wide unicode characters in tracebacks
#28150 commented on
Sep 11, 2021 • 0 new comments -
bpo-45126: Harden `sqlite3` connection initialisation
#28227 commented on
Sep 14, 2021 • 0 new comments -
bpo-45138: Expand traced SQL statements in `sqlite3` trace callback
#28240 commented on
Sep 15, 2021 • 0 new comments -
bpo-45166: fixes `get_type_hints` failure on `Final`
#28279 commented on
Sep 13, 2021 • 0 new comments