Overview
-
0 Active Issues
-
- 91 Merged Pull Requests
- 46 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
91 Pull requests merged by 29 people
-
[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 -
bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar docs
#30341 merged
Jan 4, 2022 -
bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished
#30378 merged
Jan 4, 2022 -
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE
#30302 merged
Jan 4, 2022 -
bpo-44092: Move What's New entry to where it belongs
#30381 merged
Jan 4, 2022 -
Update old-style strings to f-strings
#30384 merged
Jan 4, 2022 -
[3.10] bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353)
#30388 merged
Jan 4, 2022 -
[3.9] bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353)
#30389 merged
Jan 4, 2022 -
bpo-46239: improve error message when importing `asyncio.windows_events`
#30353 merged
Jan 4, 2022 -
bpo-46238: reuse `_winapi` constants in `asyncio.windows_events`
#30352 merged
Jan 4, 2022 -
[3.10] Add doctest and improve readability for move_to_end() example. (GH-30370)
#30373 merged
Jan 4, 2022 -
bpo-46233: Minor speedup for bigint squaring
#30345 merged
Jan 4, 2022 -
bpo-44092: Remove unused member `reset` from `sqlite3.Cursor`
#30377 merged
Jan 3, 2022 -
[3.9] bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
#30375 merged
Jan 3, 2022 -
[3.10] bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
#30374 merged
Jan 3, 2022 -
bpo-34538: Remove Exception subclassing from tutorial
#30361 merged
Jan 3, 2022 -
Add doctest and improve readability for move_to_end() example.
#30370 merged
Jan 3, 2022 -
bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multiple leading periods
#30347 merged
Jan 3, 2022 -
bpo-46110: Restore commit 9d35dedc5e7e940b639230fba93c763bd9f19c09
#30366 merged
Jan 3, 2022 -
bpo-44092: Don't reset statements/cursors before rollback
#26026 merged
Jan 3, 2022 -
bpo-46110: Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser"
#30363 merged
Jan 3, 2022 -
bpo-46222: posixmodule sendfile FreeBSD's constants updates.
#30327 merged
Jan 3, 2022 -
[3.9] bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348)
#30350 merged
Jan 3, 2022 -
[3.10] bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348)
#30349 merged
Jan 3, 2022 -
bpo-40477: macOS Python Launcher app fixes for recent macOS releases
#30348 merged
Jan 3, 2022 -
bpo-46229: remove `CODE_OF_CONDUCT.md` to use org default
#30342 merged
Jan 2, 2022 -
[3.9] bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)
#30343 merged
Jan 2, 2022 -
[3.10] bpo-46228: argparse docs: prog default is the basename of argv[0] (GH-30298)
#30339 merged
Jan 2, 2022 -
[3.10] Update copyright year to 2022. (GH-30335)
#30336 merged
Jan 2, 2022 -
[3.9] Update copyright year to 2022. (GH-30335)
#30337 merged
Jan 2, 2022 -
bpo-46228: argparse docs: prog default is the basename of argv[0]
#30298 merged
Jan 2, 2022 -
Update copyright year to 2022.
#30335 merged
Jan 2, 2022 -
bpo-46218: Change long_pow() to sliding window algorithm
#30319 merged
Jan 2, 2022 -
bpo-46196: document method cmd.Cmd.columnize
#30303 merged
Jan 2, 2022 -
bpo-45903: Fix typo in What's New: Signature.from_builtin is removed
#29813 merged
Jan 2, 2022 -
bpo-45615: Add missing test for printing traceback for non-exception. Fix…
#30091 merged
Jan 2, 2022 -
[3.10] bpo-46095: Improve SeqIter documentation. (GH-30316)
#30330 merged
Jan 1, 2022 -
bpo-46095: Improve SeqIter documentation.
#30316 merged
Jan 1, 2022 -
[3.9] bpo-46079: Replace external link that is down for maintenance. (GH-30315)
#30329 merged
Jan 1, 2022 -
[3.10] bpo-46079: Replace external link that is down for maintenance. (GH-30315)
#30328 merged
Jan 1, 2022 -
bpo-46079: Replace external link that is down for maintenance.
#30315 merged
Jan 1, 2022 -
bpo-37295: More direct computation of power-of-two factor in math.comb
#30313 merged
Dec 31, 2021 -
bpo-45321: Add missing error codes to module `xml.parsers.expat.errors`
#30188 merged
Dec 31, 2021
46 Pull requests opened by 31 people
-
bpo-46212: Avoid temporary `varargs` tuple creation in argument passing
#30312 opened
Dec 31, 2021 -
bpo-46214: remove unused opcode ROT_FOUR
#30314 opened
Dec 31, 2021 -
Doc: Add the omitted secondary prompt
#30317 opened
Jan 1, 2022 -
bpo-44136: pathlib: merge `_Flavour.make_uri()` into `PurePath.as_uri()`
#30320 opened
Jan 1, 2022 -
bpo-44136: pathlib: merge `_Flavour.is_reserved()` into `PurePath.is_reserved()`
#30321 opened
Jan 1, 2022 -
build(deps): bump actions/upload-artifact from 2.2.4 to 2.3.1
#30325 opened
Jan 1, 2022 -
bpo-46216: remove spurious link to os.system() from os.time() documentation
#30326 opened
Jan 1, 2022 -
bpo-46142: split --help output into separate options
#30331 opened
Jan 2, 2022 -
bpo-46258: Streamline isqrt fast path
#30333 opened
Jan 2, 2022 -
Microrefactoring: simplify `for` loop in `asyncio/windows_events`
#30334 opened
Jan 2, 2022 -
bpo-23952: Document cgi module's maxlen variable
#30338 opened
Jan 2, 2022 -
bpo-46227: Add pathlib.Path.walk method
#30340 opened
Jan 2, 2022 -
[3.8] bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)
#30344 opened
Jan 2, 2022 -
bpo-46235: Do all ref-counting at once during list/tuple multiplication
#30346 opened
Jan 2, 2022 -
bpo-46232: Fix parsing of certs with bit string in DN
#30351 opened
Jan 3, 2022 -
bpo-20281, bpo-29964: Refer %z and %Z to the footnote
#30354 opened
Jan 3, 2022 -
bpo-26571: Reinit class variable _RUNNING
#30355 opened
Jan 3, 2022 -
bpo-24905: Add incremental I/O to blobs support in `sqlite3`
#30356 opened
Jan 3, 2022 -
bpo-46242: better error message for extending `Enum` with members
#30357 opened
Jan 3, 2022 -
bpo-23183: Document the timeit output
#30359 opened
Jan 3, 2022 -
bpo-28546: Clarify setting pdb breakpoints
#30360 opened
Jan 3, 2022 -
bpo-46245: Add optional parameter dir_fd in shutil.rmtree()
#30365 opened
Jan 3, 2022 -
Update csv.rst
#30376 opened
Jan 3, 2022 -
bpo-44958: Keep the number of pending SQLite statements to a minimum
#30379 opened
Jan 3, 2022 -
bpo-46249: Always compute `sqlite3.Cursor.lastrowid`, and do it lazily
#30380 opened
Jan 4, 2022 -
bpo-41011: venv -- add more variables to pyvenv.cfg
#30382 opened
Jan 4, 2022 -
Fix broken OMG link
#30383 opened
Jan 4, 2022 -
bpo-46252: Prevent _SelectorSocketTransport from closing on SSLWantRe…
#30385 opened
Jan 4, 2022 -
bpo-46245: Add support for dir_fd in shutil.rmtree()
#30386 opened
Jan 4, 2022 -
bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code
#30387 opened
Jan 4, 2022 -
[3.9] bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar docs (GH-30341)
#30392 opened
Jan 4, 2022 -
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-46261: Update `sqlite3.Cursor.lastrowid` docs
#30407 opened
Jan 4, 2022 -
bpo-46267: Correctly use compresslevel in gzip.compress
#30416 opened
Jan 5, 2022 -
Align suffixes example
#30418 opened
Jan 5, 2022 -
Upload NEWS file as artifact
#30419 opened
Jan 5, 2022 -
bpo-46070: Fix asyncio initialisation guard
#30423 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 -
bpo-46244: add missing __slots__ to typing._TypeVarLike
#30444 opened
Jan 6, 2022
63 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-46204: graphlib documentation: general improvements
#30269 commented on
Dec 31, 2021 • 16 new comments -
bpo-46209: add documentation for decoding newlines in the `io` module
#30308 commented on
Jan 1, 2022 • 15 new comments -
bpo-37295: Use constant-time comb() for larger n depending on k
#30305 commented on
Jan 1, 2022 • 12 new comments -
Update http.client.rst
#24803 commented on
Jan 5, 2022 • 9 new comments -
bpo-43012: remove `pathlib._Accessor`
#25701 commented on
Jan 5, 2022 • 8 new comments -
bpo-45953: Statically allocate the main interpreter (and initial thread state).
#29883 commented on
Jan 4, 2022 • 6 new comments -
bpo-46005: add note about setuptools to Doc/extending/building.rst
#30062 commented on
Jan 2, 2022 • 6 new comments -
bpo-46198: rename duplicate tests and remove unused code
#30297 commented on
Jan 4, 2022 • 6 new comments -
bpo-26175: Implement `io.IOBase` interface for `SpooledTemporaryFile`
#29560 commented on
Jan 3, 2022 • 5 new comments -
bpo-45578: add a test case for `dis.findlabels`
#30058 commented on
Jan 2, 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 5, 2022 • 4 new comments -
bpo-46192: Optimize builtin functions min() and max()
#30286 commented on
Dec 31, 2021 • 4 new comments -
bpo-46210: Fix deadlock in print.
#30310 commented on
Jan 5, 2022 • 4 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-46213: Add support for Termux
#30106 commented on
Dec 31, 2021 • 3 new comments -
Update documentation in datetime module strftime-and-strptime-behavior fix typo in '%W' format code description
#30232 commented on
Dec 31, 2021 • 3 new comments -
bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown
#15811 commented on
Jan 3, 2022 • 2 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-42130: Fix for explicit suppressing of cancellations in wait_for()
#28149 commented on
Jan 4, 2022 • 2 new comments -
Experimental memory allocator with vendored mimalloc
#29123 commented on
Jan 5, 2022 • 2 new comments -
bpo-46195: Do not add `Optional` in `get_type_hints`
#30304 commented on
Jan 2, 2022 • 2 new comments -
[3.10] bpo-46197: Add isolated flag if currently isolated
#30307 commented on
Jan 3, 2022 • 2 new comments -
bpo-26175: Fix SpooledTemporaryFile IOBase abstract
#3249 commented on
Dec 31, 2021 • 1 new comment -
bpo-25095: test_httpservers hangs since Python 3.5
#9564 commented on
Jan 6, 2022 • 1 new comment -
bpo-23677: Mention dict and set comprehension in stdtypes
#20027 commented on
Jan 2, 2022 • 1 new comment -
bpo-38893: Add preserve_security_context to shutil
#23720 commented on
Jan 3, 2022 • 1 new comment -
bpo-29688: document and test `pathlib.Path.absolute()`.
#26153 commented on
Jan 5, 2022 • 1 new comment -
bpo-42627: Fix wrong parsing of Windows registry proxy settings
#26307 commented on
Jan 7, 2022 • 1 new comment -
bpo-44953: Add vectorcall for itemgetter and attrgetter
#27828 commented on
Jan 3, 2022 • 1 new comment -
bpo-45138: Expand traced SQL statements in `sqlite3` trace callback
#28240 commented on
Jan 4, 2022 • 1 new comment -
[3.9] bpo-45520: Backport __getstate__, __setstate__ methods for `dataclasses` from 3.10 into 3.9 (GH-25786)
#29147 commented on
Jan 2, 2022 • 1 new comment -
bpo-45759: Re: Better error messages for non-matching 'elif'/'else' statements
#29775 commented on
Jan 4, 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-45944: Avoid calling isatty() for most open() calls
#29870 commented on
Jan 1, 2022 • 1 new comment -
bpo-44133: Export Py_FrozenMain() symbol.
#29876 commented on
Jan 5, 2022 • 1 new comment -
bpo-44637: Fix DBQuote mail header refold
#29881 commented on
Jan 2, 2022 • 1 new comment -
bpo-40280: Enable assertions in Emscripten debug builds
#29892 commented on
Jan 2, 2022 • 1 new comment -
bpo-44844: Enable detection of Microsoft Edge browser in webbrowser module
#29908 commented on
Jan 3, 2022 • 1 new comment -
bpo-45976: Remove unhelpful locals in Random._randbelow()
#29911 commented on
Jan 4, 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-45774: Harden SQLite detection
#30016 commented on
Jan 5, 2022 • 1 new comment -
bpo-46033: Remove duplicated sentence from for statement docs
#30025 commented on
Jan 3, 2022 • 1 new comment -
bpo-45653: Freeze parts of the encodings package
#30030 commented on
Jan 6, 2022 • 1 new comment -
bpo-46028: Calculate base_executable by resolving symlinks in a venv
#30144 commented on
Jan 2, 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-46162: make `property` generic
#30238 commented on
Dec 31, 2021 • 1 new comment -
bpo-42259: clarify pprint saferepr docs
#30256 commented on
Jan 4, 2022 • 1 new comment -
bpo-46203: Add a (conservative) timeout for Windows builds on GitHub Actions
#30301 commented on
Dec 31, 2021 • 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-14074: argparse doesn't allow metavar to be a tuple
#10847 commented on
Jan 1, 2022 • 0 new comments -
bpo-40899: Document exception raised when module cannot be imported
#27709 commented on
Jan 2, 2022 • 0 new comments -
bpo-36481: Added callback to telnetlib so that incoming data can be decompressed before processes
#29052 commented on
Jan 2, 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-46126: Disable 'descriptions' when running tests internally.
#30194 commented on
Jan 6, 2022 • 0 new comments -
IDLE about dialog - add open action to docs link
#30251 commented on
Dec 31, 2021 • 0 new comments -
bpo-45924: Fix asyncio incorrect traceback when future's exception is…
#30274 commented on
Jan 5, 2022 • 0 new comments -
docs: correct outdated MappingProxyType docstrings
#30281 commented on
Jan 6, 2022 • 0 new comments -
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the coroutine
#30288 commented on
Jan 4, 2022 • 0 new comments