Overview
-
0 Active Issues
-
- 98 Merged Pull Requests
- 44 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
98 Pull requests merged by 34 people
-
[3.9] bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)
#30524 merged
Jan 11, 2022 -
[3.10] bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)
#30523 merged
Jan 11, 2022 -
bpo-46205: exit if no workers are alive in runtest_mp
#30470 merged
Jan 11, 2022 -
bpo-46244: Remove __slots__ from typing.TypeVar, .ParamSpec
#30444 merged
Jan 10, 2022 -
bpo-45331: add rule to docs that `Enum` mixin type must be subclassable
#30521 merged
Jan 10, 2022 -
bpo-46327: remove skipped tests from `test_enum`
#30512 merged
Jan 10, 2022 -
bpo-46301: remove refleak from `Enum` tests
#30510 merged
Jan 10, 2022 -
bpo-46332: use raise..from instead of assigning __cause__ and raising
#30517 merged
Jan 10, 2022 -
bpo-46314: Remove extra RESUME when compiling a lamdba.
#30513 merged
Jan 10, 2022 -
[3.10] bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-30504)
#30509 merged
Jan 10, 2022 -
bpo-46270: Describe the in and not in operators as membership tests.
#30504 merged
Jan 10, 2022 -
bpo-23882: unittest: Drop PEP 420 support from discovery.
#29745 merged
Jan 10, 2022 -
bpo-46272: Fix two heading comments in python.gram
#30499 merged
Jan 9, 2022 -
bpo-37295: Use constant-time comb() for larger n depending on k
#30305 merged
Jan 9, 2022 -
bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494)
#30494 merged
Jan 9, 2022 -
bpo-46203: Add a (conservative) timeout for Windows builds on GitHub Actions
#30301 merged
Jan 9, 2022 -
[3.10] bpo-34602: Fix unportable test(1) operator in configure script (GH-30490)
#30491 merged
Jan 9, 2022 -
bpo-34602: Fix unportable test(1) operator in configure script
#30490 merged
Jan 9, 2022 -
bpo-46306: simplify `CodeType` attribute access in `doctest.py`
#30481 merged
Jan 8, 2022 -
[3.9] bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)
#30488 merged
Jan 8, 2022 -
[3.10] bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)
#30487 merged
Jan 8, 2022 -
bpo-46301: cover uncomparable values in `Enum._convert_`
#30472 merged
Jan 8, 2022 -
bpo-46261: Update `sqlite3.Cursor.lastrowid` docs
#30407 merged
Jan 8, 2022 -
[3.9] bpo-46290: Fix parameter names in dataclasses docs (GH-30450)
#30483 merged
Jan 8, 2022 -
[3.10] bpo-46290: Fix parameter names in dataclasses docs (GH-30450)
#30482 merged
Jan 8, 2022 -
bpo-46290: Fix parameter names in dataclasses docs
#30450 merged
Jan 8, 2022 -
bpo-46299: Improve test_descr
#30475 merged
Jan 8, 2022 -
[3.9] bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471)
#30476 merged
Jan 8, 2022 -
[3.10] bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471)
#30477 merged
Jan 8, 2022 -
bpo-46299: improve `test_descr.py` with stricter error handling
#30471 merged
Jan 8, 2022 -
bpo-46235: Do all ref-counting at once during list/tuple multiplication
#30346 merged
Jan 8, 2022 -
bpo-46237: Fix the line number of tokenizer errors inside f-strings
#30463 merged
Jan 8, 2022 -
bpo-46217: Revert use of Windows constant that is newer than what we support
#30473 merged
Jan 8, 2022 -
[3.10] bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)
#30469 merged
Jan 7, 2022 -
bpo-46297: Fix interpreter crash on bootup with multiple PythonPaths set in registry
#30466 merged
Jan 7, 2022 -
[3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)
#30468 merged
Jan 7, 2022 -
bpo-46296: add a test case for `enum.py` which covers `_use_args == True` and `_member_type_ == object`
#30458 merged
Jan 7, 2022 -
bpo-46289: Make conversion of FormattedValue not optional on ASDL
#30467 merged
Jan 7, 2022 -
[3.9] bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)
#30465 merged
Jan 7, 2022 -
[3.10] bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)
#30464 merged
Jan 7, 2022 -
bpo-28546: Clarify setting pdb breakpoints
#30360 merged
Jan 7, 2022 -
[3.10] bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663)
#30461 merged
Jan 7, 2022 -
[3.9] bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326)
#30460 merged
Jan 7, 2022 -
[3.9] bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663)
#30462 merged
Jan 7, 2022 -
[3.10] bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326)
#30459 merged
Jan 7, 2022 -
bpo-24650: Use full term "generator function" in yield expressions docs
#24663 merged
Jan 7, 2022 -
bpo-46216: remove spurious link to os.system() from os.time() documentation
#30326 merged
Jan 7, 2022 -
[3.9] bpo-46070: Fix asyncio initialisation guard (GH-30423)
#30454 merged
Jan 7, 2022 -
[3.10] bpo-46070: Fix asyncio initialisation guard (GH-30423)
#30453 merged
Jan 7, 2022 -
bpo-46070: Fix asyncio initialisation guard
#30423 merged
Jan 7, 2022 -
bpo-45723: Fix detection of epoll
#30449 merged
Jan 7, 2022 -
bpo-41011: venv -- add more variables to pyvenv.cfg (GH-30382)
#30382 merged
Jan 7, 2022 -
[3.10] bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411) (GH-30447)
#30447 merged
Jan 6, 2022 -
[3.9] bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411) (GH-30448)
#30448 merged
Jan 6, 2022 -
bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411)
#30411 merged
Jan 6, 2022 -
[3.9] bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440)
#30443 merged
Jan 6, 2022 -
[3.10] bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440)
#30442 merged
Jan 6, 2022 -
bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD
#30440 merged
Jan 6, 2022 -
bpo-46286: use the new POP_JUMP_IF_NOT_NONE opcode to simplify except*
#30439 merged
Jan 6, 2022 -
bpo-46208: Fix the relative path normalization of _Py_normpath() in fileutils.c
#30362 merged
Jan 6, 2022 -
bpo-45292: [PEP-654] exception groups and except* documentation
#30158 merged
Jan 6, 2022 -
bpo-46263: Do not ever expect "use_frozen_modules" to be -1.
#30438 merged
Jan 6, 2022 -
[3.9] bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434) (GH-30437)
#30437 merged
Jan 6, 2022 -
[3.10] bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434)
#30436 merged
Jan 6, 2022 -
bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory
#30434 merged
Jan 6, 2022 -
[3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (GH-30422)
#30425 merged
Jan 6, 2022 -
[3.10] bpo-46278: fix typo introduced in GH-30427 (GH-30430)
#30431 merged
Jan 6, 2022 -
[3.9] bpo-46278: fix typo introduced in GH-30427 (GH-30430)
#30432 merged
Jan 6, 2022 -
bpo-46278: fix typo introduced in GH-30427
#30430 merged
Jan 6, 2022 -
bpo-45923: Handle call events in bytecode
#30364 merged
Jan 6, 2022 -
[3.10] bpo-46278: Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427)
#30428 merged
Jan 6, 2022 -
[3.9] bpo-46278: Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427)
#30429 merged
Jan 6, 2022 -
bpo-46278: Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods
#30427 merged
Jan 6, 2022 -
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE
#30019 merged
Jan 6, 2022 -
bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)"
#30422 merged
Jan 6, 2022 -
bpo-46266: Improve day constants (`MONDAY` ... `SUNDAY`) in `calendar`
#30412 merged
Jan 5, 2022 -
bpo-46269: remove special-casing of `__new__` in `Enum.__dir__`
#30421 merged
Jan 5, 2022 -
bpo-46257: Convert statistics._ss() to a single pass algorithm
#30403 merged
Jan 5, 2022 -
[3.10] bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)
#30420 merged
Jan 5, 2022 -
bpo-46236: Fix PyFunction_GetAnnotations() returned tuple.
#30409 merged
Jan 5, 2022 -
bpo-43137: Revert "webbrowser: Don't run gvfs-open on GNOME"
#30417 merged
Jan 5, 2022 -
bpo-45256: Don't track the exact depth of each `InterpreterFrame`
#30372 merged
Jan 5, 2022 -
[3.9] bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)
#30414 merged
Jan 5, 2022 -
[3.10] bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)
#30413 merged
Jan 5, 2022 -
bpo-46263: Don't use MULTIARCH on FreeBSD
#30410 merged
Jan 5, 2022 -
bpo-46262: cover error path in `enum.Flag._missing_`
#30408 merged
Jan 5, 2022 -
bpo-46009: Remove `GEN_START`
#30367 merged
Jan 4, 2022 -
[3.10] Fix missing "," in the documentation of Executor Objects (GH-30404)
#30405 merged
Jan 4, 2022 -
[3.9] Fix missing "," in the documentation of Executor Objects (GH-30404)
#30406 merged
Jan 4, 2022 -
Fix missing "," in the documentation of Executor Objects
#30404 merged
Jan 4, 2022 -
bpo-45609: More specialization stats for STORE_SUBSCR
#30193 merged
Jan 4, 2022 -
[3.9] bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
#30401 merged
Jan 4, 2022 -
[3.10] bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
#30400 merged
Jan 4, 2022 -
bpo-20369: concurrent.futures.wait() now deduplicates futures given a…
#30168 merged
Jan 4, 2022 -
[3.9] bpo-33252: Document that ResourceWarning is ignored by default (GH-30358)
#30396 merged
Jan 4, 2022 -
[3.10] bpo-33252: Document that ResourceWarning is ignored by default (GH-30358)
#30395 merged
Jan 4, 2022 -
bpo-33252: Document that ResourceWarning is ignored by default
#30358 merged
Jan 4, 2022 -
[3.10] bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar docs (GH-30341)
#30391 merged
Jan 4, 2022
44 Pull requests opened by 33 people
-
bpo-46119: Add hash test for ensurepip packages
#30393 opened
Jan 4, 2022 -
bpo-46254: Better fitting type for iterating in the trace_init C function.
#30394 opened
Jan 4, 2022 -
bpo-46255: Remove unnecessary check in _IOBase._check*() methods
#30397 opened
Jan 4, 2022 -
bpo-43224: Draft implementation of PEP 646
#30398 opened
Jan 4, 2022 -
bpo-46267: Correctly use compresslevel in gzip.compress
#30416 opened
Jan 5, 2022 -
Align .suffixes example with .suffix example in pathlib doc
#30418 opened
Jan 5, 2022 -
Upload NEWS file as artifact
#30419 opened
Jan 5, 2022 -
[3.10] bpo-46266: Add calendar day of week constants to __all__ (GH-30412)
#30424 opened
Jan 5, 2022 -
bpo-44899: add support for archiving changing files with tarfile
#30426 opened
Jan 6, 2022 -
bpo-46282 Add return value to print() doc
#30435 opened
Jan 6, 2022 -
PEP-678: documentation on exception notes
#30441 opened
Jan 6, 2022 -
Remove empty footnote section
#30451 opened
Jan 7, 2022 -
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList
#30452 opened
Jan 7, 2022 -
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0
#30455 opened
Jan 7, 2022 -
bpo-38735: Don't fail when importing from / with sys.pycache_prefix set
#30456 opened
Jan 7, 2022 -
Fix hashlib's usedforsecurity for OpenSSL 3.0.0
#30457 opened
Jan 7, 2022 -
[3.10] bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
#30474 opened
Jan 8, 2022 -
bpo-46303: Fix _Py_stat and _Py_wstat status argument type
#30478 opened
Jan 8, 2022 -
bpo-46279: Fixed __main__.py documentation typo
#30480 opened
Jan 8, 2022 -
bpo-46303: Move fileutils.h private functions to internal C API
#30484 opened
Jan 8, 2022 -
bpo-45925: Update Windows and Mac installers to sqlite 3.37.2
#30485 opened
Jan 8, 2022 -
bpo-46340: fix DeprecationWarning when running asyncio tests
#30486 opened
Jan 8, 2022 -
bpo-46249: Move set `lastrowid` out of the `sqlite3` query loop
#30489 opened
Jan 8, 2022 -
bpo-46307: Add string.Template.get_identifiers() method
#30493 opened
Jan 9, 2022 -
bpo-40280: Add build target for Emscripten/node.js
#30495 opened
Jan 9, 2022 -
bpo-46311: Clean up PyLong_FromLong and PyLong_FromLongLong
#30496 opened
Jan 9, 2022 -
bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30
#30497 opened
Jan 9, 2022 -
bpo-28249: fix `lineno` location for empty `DocTest` instances
#30498 opened
Jan 9, 2022 -
Close stale PRs without signed CLA
#30500 opened
Jan 9, 2022 -
bpo-46316: optimize `pathlib.Path.iterdir()`
#30501 opened
Jan 9, 2022 -
bpo-43698: do not use `...` as argument name in docs
#30502 opened
Jan 9, 2022 -
Delete `oldresult`
#30503 opened
Jan 9, 2022 -
bpo-46309: Added reference to task created by StreamReaderProtocol
#30505 opened
Jan 9, 2022 -
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility
#30507 opened
Jan 9, 2022 -
bpo-46328: added sys.exception()
#30514 opened
Jan 10, 2022 -
bpo-46314: News item for GH-30513
#30515 opened
Jan 10, 2022 -
Remove unused `Any` from Concatenate example
#30516 opened
Jan 10, 2022 -
bpo-46331: Do not set line number of instruction storing doc-string.
#30518 opened
Jan 10, 2022 -
docs: Don't use code formatting for emphasis
#30519 opened
Jan 10, 2022 -
bpo-46337: Urllib.parse scheme-specific behavior without reliance on URL scheme
#30520 opened
Jan 10, 2022 -
bpo-1635741: Port _datetime extension module to multiphase initialization (PEP 489)
#30522 opened
Jan 11, 2022 -
bpo-1635741: port _ctypes extension module to multiphase initialization
#30525 opened
Jan 11, 2022 -
remove duplicates
#30526 opened
Jan 11, 2022 -
bpo-45729: [doc] Add license_url for python-docs-theme 2022.1.
#30527 opened
Jan 11, 2022
70 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-45953: Statically allocate the main interpreter (and initial thread state).
#29883 commented on
Jan 11, 2022 • 20 new comments -
Update csv.rst
#30376 commented on
Jan 5, 2022 • 12 new comments -
bpo-29688: document and test `pathlib.Path.absolute()`.
#26153 commented on
Jan 8, 2022 • 11 new comments -
Update http.client.rst
#24803 commented on
Jan 5, 2022 • 9 new comments -
bpo-30512: add CAN Socket support for NetBSD
#30066 commented on
Jan 10, 2022 • 8 new comments -
bpo-46195: Do not add `Optional` in `get_type_hints`
#30304 commented on
Jan 10, 2022 • 8 new comments -
bpo-43012: remove `pathlib._Accessor`
#25701 commented on
Jan 9, 2022 • 7 new comments -
bpo-45953: Statically allocate and initialize global bytes objects.
#30096 commented on
Jan 10, 2022 • 7 new comments -
bpo-46142: split --help output into separate options
#30331 commented on
Jan 7, 2022 • 7 new comments -
bpo-45924: Fix asyncio incorrect traceback when future's exception is…
#30274 commented on
Jan 10, 2022 • 6 new comments -
bpo-46212: Avoid temporary `varargs` tuple creation in argument passing
#30312 commented on
Jan 7, 2022 • 6 new comments -
Fix the output of syntax error example
#30097 commented on
Jan 9, 2022 • 5 new comments -
bpo-44024: Improve the TypeError message for non-string second arguments passed to the built-in functions getattr and hasattr
#25863 commented on
Jan 10, 2022 • 4 new comments -
bpo-42130: Fix for explicit suppressing of cancellations in wait_for()
#28149 commented on
Jan 7, 2022 • 4 new comments -
bpo-26897: Clarify Popen stdin, stdout, stderr file object docs
#30231 commented on
Jan 10, 2022 • 4 new comments -
bpo-46310: simplify `for` loop in `asyncio/windows_events`
#30334 commented on
Jan 11, 2022 • 4 new comments -
bpo-46252: Prevent _SelectorSocketTransport from closing on SSLWantRe…
#30385 commented on
Jan 6, 2022 • 4 new comments -
bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code
#30387 commented on
Jan 8, 2022 • 4 new comments -
Clarify glob logic a bit
#25028 commented on
Jan 10, 2022 • 3 new comments -
bpo-37952: SSL: add support for export_keying_material
#25255 commented on
Jan 11, 2022 • 3 new comments -
bpo-24132: Add direct subclassing of PurePath/Path in pathlib
#26906 commented on
Jan 5, 2022 • 3 new comments -
bpo-45653: Freeze encodings package modules
#29788 commented on
Jan 6, 2022 • 3 new comments -
bpo-45653: Freeze parts of the encodings package
#30030 commented on
Jan 10, 2022 • 3 new comments -
bpo-46213: Add support for Termux
#30106 commented on
Jan 7, 2022 • 3 new comments -
bpo-46080: Fix crash when argparse.BooleanOptionalAction is used with default=argparse.SUPPRESS and help specified
#30111 commented on
Jan 8, 2022 • 3 new comments -
bpo-46204: graphlib documentation: general improvements
#30269 commented on
Jan 7, 2022 • 3 new comments -
bpo-46258: Streamline isqrt fast path
#30333 commented on
Jan 9, 2022 • 3 new comments -
bpo-41643: always support pathlib in shutil.make_archive
#21962 commented on
Jan 5, 2022 • 2 new comments -
bpo-42444: Use attribute directives in the docs for pathlib.PurePath
#24977 commented on
Jan 5, 2022 • 2 new comments -
bpo-42627: Fix wrong parsing of Windows registry proxy settings
#26307 commented on
Jan 7, 2022 • 2 new comments -
bpo-33927: Handle pyton -m json.tool --json-lines infile infile
#29478 commented on
Jan 11, 2022 • 2 new comments -
bpo-14965: Proxy `super().x = y` and `del super().x` (updated)
#29950 commented on
Jan 10, 2022 • 2 new comments -
bpo-46055: Speed up right shifts of negative integers
#30277 commented on
Jan 9, 2022 • 2 new comments -
bpo-46227: Add pathlib.Path.walk method
#30340 commented on
Jan 8, 2022 • 2 new comments -
bpo-25095: test_httpservers hangs since Python 3.5
#9564 commented on
Jan 6, 2022 • 1 new comment -
bpo-4080: unittest durations
#12271 commented on
Jan 9, 2022 • 1 new comment -
bpo-38119: Fix shmem resource tracking
#15989 commented on
Jan 10, 2022 • 1 new comment -
Minor test fixes for zlib and gzip
#22408 commented on
Jan 10, 2022 • 1 new comment -
bpo-42937: Update ipaddress.py to include additional private range of IPs
#26205 commented on
Jan 9, 2022 • 1 new comment -
bpo-44155: Add backlog arg for multiprocessing manager server
#26332 commented on
Jan 7, 2022 • 1 new comment -
Experimental memory allocator with vendored mimalloc
#29123 commented on
Jan 5, 2022 • 1 new comment -
bpo-45929: extend json.tool --json-lines to ignore empty rows
#29858 commented on
Jan 7, 2022 • 1 new comment -
Fix typo in compileall.py's docstring
#29865 commented on
Jan 5, 2022 • 1 new comment -
bpo-44133: Export Py_FrozenMain() symbol.
#29876 commented on
Jan 5, 2022 • 1 new comment -
bpo-45970: Fix fatal error along the failure path of Py_NewIntperter
#29900 commented on
Jan 11, 2022 • 1 new comment -
Update os.py
#29918 commented on
Jan 6, 2022 • 1 new comment -
[3.9] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-29384)
#29964 commented on
Jan 7, 2022 • 1 new comment -
Issue43098: tarfile list() method does not show file type.
#29974 commented on
Jan 7, 2022 • 1 new comment -
bpo-45459: Add Py_buffer to limited API
#29991 commented on
Jan 8, 2022 • 1 new comment -
bpo-46021: fcntl module update supporting FreeBSD's F_KINFO proposal.
#30000 commented on
Jan 9, 2022 • 1 new comment -
bpo-42943: singledispatchmethod exposes registry and dispatch
#30007 commented on
Jan 9, 2022 • 1 new comment -
bpo-45774: Harden SQLite detection
#30016 commented on
Jan 5, 2022 • 1 new comment -
bpo-46030: socket module add couple of FreeBSD constants.
#30018 commented on
Jan 10, 2022 • 1 new comment -
bpo-45723: Use AC_CHECK_TYPES iso. AC_CHECK_TYPE
#30029 commented on
Jan 10, 2022 • 1 new comment -
bpo-46038: Mark /configure file as generated in .gitattributes
#30031 commented on
Jan 10, 2022 • 1 new comment -
bpo-46086: Add ratio_min(self,m) function
#30125 commented on
Jan 8, 2022 • 1 new comment -
bpo-46161: fix the bug of starunpack_helper in compile.c
#30235 commented on
Jan 6, 2022 • 1 new comment -
bpo-46198: rename duplicate tests and remove unused code
#30297 commented on
Jan 4, 2022 • 1 new comment -
bpo-46210: Fix deadlock in print.
#30310 commented on
Jan 5, 2022 • 1 new comment -
bpo-46242: better error message for extending `Enum` with members
#30357 commented on
Jan 8, 2022 • 1 new comment -
bpo-46249: Always compute `sqlite3.Cursor.lastrowid`, and do it lazily
#30380 commented on
Jan 8, 2022 • 1 new comment -
bpo-22276: Fix pathlib.Path.glob not to ignore trailing path separator
#10349 commented on
Jan 5, 2022 • 0 new comments -
bpo-43633 Improve the textual representation of IPv4-mapped IPv6 addresses
#29345 commented on
Jan 5, 2022 • 0 new comments -
bpo-46141: Fix ipaddress.ip_network TypeErrors
#30087 commented on
Jan 8, 2022 • 0 new comments -
bpo-46094: Add test to check that parameters explicitly exist on unittest.TestResult
#30132 commented on
Jan 8, 2022 • 0 new comments -
bpo-46126: Disable 'descriptions' when running tests internally.
#30194 commented on
Jan 6, 2022 • 0 new comments -
bpo-40296: Fix supporting generic aliases in pydoc
#30253 commented on
Jan 11, 2022 • 0 new comments -
docs: correct outdated MappingProxyType docstrings
#30281 commented on
Jan 6, 2022 • 0 new comments -
bpo-20281, bpo-29964: Refer %z and %Z to the footnote
#30354 commented on
Jan 5, 2022 • 0 new comments -
Fix broken OMG link
#30383 commented on
Jan 7, 2022 • 0 new comments