Overview
-
0 Active Issues
-
- 104 Merged Pull Requests
- 22 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
104 Pull requests merged by 29 people
-
bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642)
#29642 merged
Nov 19, 2021 -
[3.10] bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634)
#29643 merged
Nov 19, 2021 -
[3.10] bpo-45837: Note tiltangle is not deprecated, it's really settiltangle
#29629 merged
Nov 19, 2021 -
[3.9] bpo-45837: Note tiltangle is not deprecated, it's really settiltangle
#29630 merged
Nov 19, 2021 -
[3.9] bpo-45838: Fix incorrect line numbers in Tools/gdb/libpython.py
#29628 merged
Nov 19, 2021 -
[3.9] bpo-45806: Fix recovery from stack overflow for 3.9. Again.
#29640 merged
Nov 19, 2021 -
bpo-19072: Classmethod can wrap other classmethod like descriptors. See b83861f
#29634 merged
Nov 19, 2021 -
bpo-42238: [doc]: Hide false positive in make suspicious.
#29636 merged
Nov 19, 2021 -
bpo-45507: EOFErrors should be thrown for truncated gzip members
#29029 merged
Nov 19, 2021 -
bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)
#29616 merged
Nov 19, 2021 -
Fix link to exception handling notes
#29617 merged
Nov 19, 2021 -
bpo-45709: Fix tracing when exception is handled.
#29638 merged
Nov 19, 2021 -
bpo-45774: Autoconfiscate SQLite detection (GH-29507)
#29507 merged
Nov 19, 2021 -
bpo-45609: Specialize STORE_SUBSCR (alternate)
#29242 merged
Nov 19, 2021 -
[3.10] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606)
#29631 merged
Nov 18, 2021 -
[3.9] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606)
#29632 merged
Nov 18, 2021 -
bpo-45788: Link sys.prefix doc to 'Installation paths'
#29606 merged
Nov 18, 2021 -
[3.9] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data model (GH-29389)
#29619 merged
Nov 18, 2021 -
[3.10] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data model (GH-29389)
#29620 merged
Nov 18, 2021 -
[3.10] bpo-45640: [docs] Tokens are now clickable (GH-29260)
#29621 merged
Nov 18, 2021 -
[3.10] Expand about soft keywords in the docs for keyword.py (GH-29139)
#29195 merged
Nov 18, 2021 -
[3.10] bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857)
#29152 merged
Nov 18, 2021 -
[3.9] bpo-45835: Fix race condition in test_queue (GH-29601)
#29613 merged
Nov 18, 2021 -
[3.10] bpo-45701: Improve documentation for *typed* parameter (GH-29498)
#29509 merged
Nov 18, 2021 -
[3.9] bpo-29620: iterate over a copy of sys.modules (GH-4800)
#29605 merged
Nov 18, 2021 -
bpo-45640: Tokens are now clickable
#29260 merged
Nov 18, 2021 -
[3.10] bpo-45835: Fix race condition in test_queue (GH-29601)
#29612 merged
Nov 18, 2021 -
[doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data model.
#29389 merged
Nov 18, 2021 -
bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle
#29618 merged
Nov 18, 2021 -
bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)
#29615 merged
Nov 18, 2021 -
bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python.
#29592 merged
Nov 18, 2021 -
bpo-45573: check for ossaudiodev in configure (GH-29614)
#29614 merged
Nov 18, 2021 -
bpo-45510: Specialize BINARY_SUBTRACT
#29523 merged
Nov 18, 2021 -
bpo-45512: Use Argument Clinic to set `sqlite3` isolation level
#29593 merged
Nov 18, 2021 -
bpo-45835: Fix race condition in test_queue
#29601 merged
Nov 18, 2021 -
[3.9] [Enum] update member.member removal
#29611 merged
Nov 18, 2021 -
bpo-45573: Introduce extension module flags in Makefile (GH-29594)
#29594 merged
Nov 18, 2021 -
[3.9] Revert "[Enum] update member.member removal to 3.11"
#29609 merged
Nov 18, 2021 -
[3.10] [Enum] update member.member removal to 3.11
#29608 merged
Nov 18, 2021 -
[3.9] [Enum] update member.member removal to 3.11
#29607 merged
Nov 18, 2021 -
[3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590)
#29602 merged
Nov 18, 2021 -
bpo-45429: Merge whatsnew about time.sleep
#29589 merged
Nov 18, 2021 -
[3.9] [docs] Add missing word "any" in unittest -k cmdline option description (GH-29571)
#29604 merged
Nov 18, 2021 -
[3.10] [docs] Add missing word "any" in unittest -k cmdline option description (GH-29571)
#29603 merged
Nov 18, 2021 -
[3.9] bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580)
#29584 merged
Nov 18, 2021 -
[3.10] bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580)
#29583 merged
Nov 17, 2021 -
Add missing word in unittest docs.
#29571 merged
Nov 17, 2021 -
[3.9] bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582)
#29585 merged
Nov 17, 2021 -
[3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582).
#29586 merged
Nov 17, 2021 -
bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None`
#29590 merged
Nov 17, 2021 -
[3.9] bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564)
#29600 merged
Nov 17, 2021 -
[3.9] bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596)
#29597 merged
Nov 17, 2021 -
[3.10] bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596)
#29598 merged
Nov 17, 2021 -
[3.10] bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564)
#29599 merged
Nov 17, 2021 -
bpo-42540: reallocation of id_mutex should not force default allocator
#29564 merged
Nov 17, 2021 -
bpo-45831: _Py_DumpASCII() uses a single write() call if possible
#29596 merged
Nov 17, 2021 -
bpo-45512: Simplify manage isolation level
#29562 merged
Nov 17, 2021 -
bpo-45512: Extend `sqlite3` test suite regarding isolation levels
#29576 merged
Nov 17, 2021 -
bpo-28806: Continue work: improve the netrc library
#26330 merged
Nov 17, 2021 -
[3.10] bpo-45716: Improve the error message when using True/False/None as keywords in a call (GH-29413)
#29428 merged
Nov 16, 2021 -
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided
#29582 merged
Nov 16, 2021 -
bpo-37800: Clean up importlib documentation for some module attributes
#10016 merged
Nov 16, 2021 -
bpo-45820: Fix a segfault when the parser fails without reading any input
#29580 merged
Nov 16, 2021 -
bpo-45126: Harden `sqlite3` connection initialisation
#28227 merged
Nov 16, 2021 -
bpo-45636: Un-switch `BINARY_OP`
#29565 merged
Nov 16, 2021 -
bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible
#29203 merged
Nov 16, 2021 -
bpo-45292: Use raw strings for regex in tests
#29545 merged
Nov 16, 2021 -
[3.10] Save a reference for ensure_future and create_task (GH-29163)
#29572 merged
Nov 16, 2021 -
[3.9] Save a reference for ensure_future and create_task (GH-29163)
#29573 merged
Nov 16, 2021 -
bpo-45753: Make recursion checks more efficient.
#29524 merged
Nov 16, 2021 -
[3.8] bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533)
#29537 merged
Nov 16, 2021 -
[3.10] bpo-44295: ensure deprecation warning from assertDictContainsSubset points at actual test code
#26497 merged
Nov 16, 2021 -
[3.9] bpo-45677: Reword first section of `sqlite3` docs (GH-29326)
#29567 merged
Nov 15, 2021 -
[3.10] bpo-45677: Reword first section of `sqlite3` docs (GH-29326)
#29566 merged
Nov 15, 2021 -
bpo-28533: Remove asyncore, asynchat, smtpd modules
#29521 merged
Nov 15, 2021 -
[3.9] bpo-25381: Update explanation of exceptions in C. (GH-26838)
#29569 merged
Nov 15, 2021 -
[3.10] bpo-25381: Update explanation of exceptions in C. (GH-26838)
#29568 merged
Nov 15, 2021 -
bpo-43225: [DOC] Add missing value returned by methods on cookiejar
#24522 merged
Nov 15, 2021 -
bpo-25381: Update explanation of exceptions in C.
#26838 merged
Nov 15, 2021 -
bpo-44665: asyncio.create_task() documentation should mention user needs to keep reference to the task
#29163 merged
Nov 15, 2021 -
bpo-45677: Reword first section of `sqlite3` docs
#29326 merged
Nov 15, 2021 -
[3.9] bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource files (GH-29501)
#29503 merged
Nov 15, 2021 -
bpo-45636: Remove the old `%`-formatting fast-path
#29532 merged
Nov 15, 2021 -
bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad isolation level
#29561 merged
Nov 15, 2021 -
bpo-45512: Simplify isolation_level handling in `sqlite3`
#29053 merged
Nov 15, 2021 -
bpo-45573: Use Makefile's dependencies in setup.py (GH-29559)
#29559 merged
Nov 14, 2021 -
bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module docstring
#29555 merged
Nov 14, 2021 -
[3.10] bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)
#29556 merged
Nov 14, 2021 -
[3.9] bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)
#29554 merged
Nov 14, 2021 -
bpo-45752: Fix no-support examples in 'copy' docs
#29548 merged
Nov 14, 2021 -
bpo-45800: Move pyexpat build setup into configure (GH-29547)
#29547 merged
Nov 14, 2021 -
[3.9] bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
#29552 merged
Nov 14, 2021 -
[3.10] bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
#29551 merged
Nov 14, 2021 -
bpo-45738: Fix computation of error location for invalid continuation characters in the parser
#29550 merged
Nov 14, 2021 -
[3.10] bpo-45799: [Doc] improve confusing sentence in __main__.rst (GH-29546)
#29549 merged
Nov 13, 2021 -
bpo-45799: [Doc] improve confusing sentence in __main__.rst
#29546 merged
Nov 13, 2021 -
[3.10] [bpo-45765] Fix distribution discovery on empty path. (GH-29487)
#29510 merged
Nov 13, 2021 -
[3.9] [bpo-45765] Fix distribution discovery on empty path. (GH-29487).
#29511 merged
Nov 13, 2021 -
bpo-45798: Move _decimal build setup into configure (GH-29541)
#29541 merged
Nov 13, 2021 -
[3.9] bpo-45772: socket.socket should be a class instead of a function (GH-23960)
#29543 merged
Nov 13, 2021 -
[3.10] bpo-45772: socket.socket should be a class instead of a function (GH-23960)
#29542 merged
Nov 13, 2021 -
bpo-45772: socket.socket should be a class instead of a function
#23960 merged
Nov 13, 2021
22 Pull requests opened by 14 people
-
bpo-26175: Implement `io.IOBase` interface for `SpooledTemporaryFile`
#29560 opened
Nov 15, 2021 -
bpo-45808: Fix check for crypt_r on platforms without crypt.h
#29563 opened
Nov 15, 2021 -
bpo-45235: Fix argparse namespace overridden by subparsers default
#29574 opened
Nov 16, 2021 -
bpo-45753: Interpreter internal tweaks
#29575 opened
Nov 16, 2021 -
bpo-45816: Support building with VS 2022
#29577 opened
Nov 16, 2021 -
Clarify that distutils.(plat)include is for CPython's headers
#29578 opened
Nov 16, 2021 -
bpo-45819: Avoid releasing the GIL in nonblocking socket operations
#29579 opened
Nov 16, 2021 -
bpo-45292: [PEP-654] add except*
#29581 opened
Nov 16, 2021 -
bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong
#29587 opened
Nov 17, 2021 -
[3.9] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong
#29588 opened
Nov 17, 2021 -
bpo-45828: Use unraisable exceptions within sqlite3 callbacks
#29591 opened
Nov 17, 2021 -
bpo-44525: Copy freevars in bytecode to allow calls to inner functions to be specialized
#29595 opened
Nov 17, 2021 -
Changes for bpo10483
#29624 opened
Nov 18, 2021 -
bpo-45834: Move runtime 'except:' check to the parser
#29625 opened
Nov 18, 2021 -
bpo-45848: Delimitate when source lines can't be located in the parser error handling functions
#29626 opened
Nov 18, 2021 -
bpo-45711: use exc_value instead of exc_type to determine if exc_info is valid. Add more assertions.
#29627 opened
Nov 18, 2021 -
bpo-45840: Improve cross-references in the data model documentation
#29633 opened
Nov 19, 2021 -
bpo-45723: Add helpers for save/restore env
#29637 opened
Nov 19, 2021 -
bpo-45843: Optimize LOAD_CONST followed by COMPARE_OP or IS_OP
#29639 opened
Nov 19, 2021 -
bpo-45846: Fix capitalisation of Van Rossum in Doc/faq/programming.rst
#29641 opened
Nov 19, 2021 -
bpo-45847: Port _scproxy to PY_STDLIB_MOD
#29644 opened
Nov 19, 2021 -
Remove _bootsubprocess workaround
#29645 opened
Nov 19, 2021
45 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-45775: Implement rgb_to_yuv and yuv_to_rgb for colorsys
#29512 commented on
Nov 19, 2021 • 22 new comments -
bpo-45680: Clarify documentation on ``GenericAlias`` objects
#29335 commented on
Nov 19, 2021 • 7 new comments -
bpo-45582: Port getpath[p].c to Python
#29041 commented on
Nov 18, 2021 • 6 new comments -
bpo-45783: Preserve file moves and deletions in the tests for the freeze tool.
#29527 commented on
Nov 19, 2021 • 6 new comments -
bpo-45759: Better error messages for non-matching 'elif'/'else' statements
#29513 commented on
Nov 17, 2021 • 4 new comments -
bpo-42376: New C-APIs to simplify module attribute declaration
#23286 commented on
Nov 16, 2021 • 3 new comments -
bpo-44092: Don't reset statements/cursors before rollback
#26026 commented on
Nov 17, 2021 • 3 new comments -
bpo-45250: fix docs regarding `__iter__` and iterators
#29170 commented on
Nov 15, 2021 • 3 new comments -
bpo-41232: Updated WRAPPER_ASSIGNMENTS
#21379 commented on
Nov 13, 2021 • 2 new comments -
bpo-42158: Add MIME types for n-triples, n-quads, n3 and trig
#23230 commented on
Nov 19, 2021 • 2 new comments -
bpo-41818: Add os.login_tty() for *nix.
#23740 commented on
Nov 18, 2021 • 2 new comments -
bpo-45476: Convert PyFloat_AS_DOUBLE() to static inline
#28961 commented on
Nov 17, 2021 • 2 new comments -
bpo-45514: Deprecate importlib resources legacy functions.
#29036 commented on
Nov 16, 2021 • 2 new comments -
bpo-42627: Fix wrong parsing of Windows registry proxy settings
#26307 commented on
Nov 19, 2021 • 1 new comment -
bpo-44733: Add maxtasksperchild to ProcessPoolExecutor
#27373 commented on
Nov 16, 2021 • 1 new comment -
bpo-45138: Expand traced SQL statements in `sqlite3` trace callback
#28240 commented on
Nov 17, 2021 • 1 new comment -
bpo-42969: Hang non-main threads that attempt to acquire the GIL during finalization
#28525 commented on
Nov 16, 2021 • 1 new comment -
bpo-45455: Set `func.__doc__` lazily.
#28704 commented on
Nov 13, 2021 • 1 new comment -
tiny speedup in shutil fast copy on Windows
#28898 commented on
Nov 14, 2021 • 1 new comment -
bpo-45452: Able to use GDBM_NUMSYNC flag if gdbm supports.
#28942 commented on
Nov 19, 2021 • 1 new comment -
bpo-45468: Add support for pre-loading a Python script
#28946 commented on
Nov 14, 2021 • 1 new comment -
bpo-45472: Add PyUnicode_DecodeUnicodeEscapeStateful() and PyUnicode_DecodeRawUnicodeEscapeStateful()
#28955 commented on
Nov 15, 2021 • 1 new comment -
bpo-45476: Add _Py_RVALUE() macro
#28976 commented on
Nov 16, 2021 • 1 new comment -
Fixed minor Grammatical errors.
#28987 commented on
Nov 16, 2021 • 1 new comment -
doc: use colon for all color's rangs
#28998 commented on
Nov 16, 2021 • 1 new comment -
bpo-30528: ipaddress: support reverse pointer generation for network objects
#29011 commented on
Nov 18, 2021 • 1 new comment -
Deleted redundant macro
#29018 commented on
Nov 18, 2021 • 1 new comment -
doc: update MAC_address wiki url
#29019 commented on
Nov 18, 2021 • 1 new comment -
bpo-45509: Check gzip headers for corrupted fields
#29028 commented on
Nov 18, 2021 • 1 new comment -
bpo-45459: Add Py_buffer to limited API
#29035 commented on
Nov 18, 2021 • 1 new comment -
doc: issue45519 Minor clarification in doc string for __contains__ builtin method
#29043 commented on
Nov 18, 2021 • 1 new comment -
bpo-36481: Added callback to telnetlib so that incoming data can be decompressed before processes
#29052 commented on
Nov 19, 2021 • 1 new comment -
bpo-36073: Disallow recursive usage of cursors in `sqlite3` converters
#29054 commented on
Nov 17, 2021 • 1 new comment -
bpo-33277: Hack to proxy module attributes through their spec
#29078 commented on
Nov 16, 2021 • 1 new comment -
bpo-45573: Use pkg-config for Modules/Setup
#29164 commented on
Nov 16, 2021 • 1 new comment -
bpo-45548: Put Modules/Setup extensions into builddir
#29188 commented on
Nov 16, 2021 • 1 new comment -
bpo-40512: Store pointer to interpreter state in a thread local variable
#29228 commented on
Nov 19, 2021 • 1 new comment -
bpo-43853: Expand test suite for SQLite UDF's
#27642 commented on
Nov 16, 2021 • 0 new comments -
bpo-45516: improve TraversableResources's documentation
#29174 commented on
Nov 16, 2021 • 0 new comments -
fix missing import in dataclass code snippet
#29214 commented on
Nov 15, 2021 • 0 new comments -
bpo-45356: fix incorrect access of class property in pydoc and inspect
#29239 commented on
Nov 19, 2021 • 0 new comments -
bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined.
#29266 commented on
Nov 17, 2021 • 0 new comments -
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly
#29468 commented on
Nov 14, 2021 • 0 new comments -
bpo-45680: Improve docs on 'subscriptions'
#29479 commented on
Nov 19, 2021 • 0 new comments -
bpo-45573: Detect stdlib extension modules in configure
#29534 commented on
Nov 17, 2021 • 0 new comments