Insights: python/cpython
Overview
Could not load contribution data
Please try again later
77 Pull requests merged by 34 people
-
[3.10] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI issue
#102079 merged
Feb 20, 2023 -
gh-101981: Apply HOMEBREW related environment variables
#102074 merged
Feb 20, 2023 -
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros
#101912 merged
Feb 20, 2023 -
[3.10] gh-101981: Build macOS as recommended by the devguide (GH-102070)
#102073 merged
Feb 20, 2023 -
gh-101819: Adapt _io types to heap types, batch 1
#101949 merged
Feb 20, 2023 -
[3.11] gh-101981: Build macOS as recommended by the devguide (GH-102070)
#102072 merged
Feb 20, 2023 -
gh-101981: Build macOS as recommended by the devguide
#102070 merged
Feb 20, 2023 -
gh-97786: Fix compiler warnings in pytime.c
#101826 merged
Feb 20, 2023 -
gh-101578: Amend PyErr_{Set,Get}RaisedException docs
#101962 merged
Feb 19, 2023 -
[3.10] gh-99735: Use required=True in argparse subparsers example (GH-100927)
#102037 merged
Feb 19, 2023 -
Misc improvements to the float tutorial
#102052 merged
Feb 19, 2023 -
gh-85417: Clarify behaviour on branch cuts in cmath module
#102046 merged
Feb 19, 2023 -
[3.11] gh-99735: Use required=True in argparse subparsers example (GH-100927)
#102036 merged
Feb 19, 2023 -
gh-100425: Update tutorial docs related to sum() accuracy
#101854 merged
Feb 19, 2023 -
Add missing 'is' to `cmath.log()` docstring
#102049 merged
Feb 19, 2023 -
[3.10] gh-100210: Correct the comment link for unescaping HTML (GH-100212)
#102045 merged
Feb 19, 2023 -
gh-100210: Correct the comment link for unescaping HTML
#100212 merged
Feb 19, 2023 -
gh-97930: Also include subdirectory in makefile.
#102030 merged
Feb 19, 2023 -
gh-99735: Use required=True in argparse subparsers example
#100927 merged
Feb 19, 2023 -
[3.11] Fix incorrectly documented attribute in csv docs (GH-101250)
#102034 merged
Feb 19, 2023 -
[3.10] Fix incorrectly documented attribute in csv docs (GH-101250)
#102035 merged
Feb 19, 2023 -
Fix incorrectly documented attribute in csv docs
#101250 merged
Feb 19, 2023 -
GH-84783: Make the slice object hashable
#101264 merged
Feb 19, 2023 -
gh-97930: Apply changes from importlib_resources 5.12.
#102010 merged
Feb 18, 2023 -
bpo-46978: Correct docstrings for built-in in-place operators
#31802 merged
Feb 18, 2023 -
gh-101536: [docs] Improve attributes of `urllib.error.HTTPError`
#101612 merged
Feb 18, 2023 -
[3.10] gh-101967: add a missing error check (GH-101968)
#102016 merged
Feb 18, 2023 -
gh-101967: add a missing error check
#101968 merged
Feb 18, 2023 -
[3.11] gh-101739: [Enum] update docs - default boundary for Flag is CONFORM (GH-101746)
#102004 merged
Feb 17, 2023 -
gh-101739: update docs - default boundary for enum.Flag is CONFORM not STRICT
#101746 merged
Feb 17, 2023 -
[3.10] gh-100226: Clarify StreamReader.read behavior (GH-101807)
#102002 merged
Feb 17, 2023 -
gh-100226: Clarify StreamReader.read behavior
#101807 merged
Feb 17, 2023 -
[3.10] gh-101992: update plistlib examples to be runnable (GH-101994)
#101999 merged
Feb 17, 2023 -
[3.11] gh-101992: update plistlib examples to be runnable (GH-101994)
#102000 merged
Feb 17, 2023 -
gh-101992: update plistlib examples to be runnable
#101994 merged
Feb 17, 2023 -
gh-101766: Fix refleak for _BlockingOnManager resources from test suite level
#101988 merged
Feb 17, 2023 -
gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute()
#100812 merged
Feb 17, 2023 -
gh-101360: Fix anchor matching in pathlib.PureWindowsPath.match()
#101363 merged
Feb 17, 2023 -
gh-101766: Fix refleak for _BlockingOnManager resources
#101942 merged
Feb 17, 2023 -
[3.10] gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (GH-101976)
#101983 merged
Feb 17, 2023 -
[3.11] gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (GH-101976)
#101982 merged
Feb 17, 2023 -
Docs: fix typos in PyFunction_WatchCallback docs and in 3.12 NEWS
#101980 merged
Feb 17, 2023 -
gh-101973: Fix parameter reference for PyModule_FromDefAndSpec
#101976 merged
Feb 17, 2023 -
gh-101758: Fix Refleak Testing With test_singlephase_variants
#101969 merged
Feb 17, 2023 -
gh-101758: Add _PyState_AddModule() Back for the Stable ABI
#101956 merged
Feb 16, 2023 -
GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout`
#98518 merged
Feb 16, 2023 -
gh-99942: correct the pkg-config/python-config flags for cygwin/android
#100967 merged
Feb 16, 2023 -
gh-101952: Fix possible segfault in `BUILD_SET` opcode
#101958 merged
Feb 16, 2023 -
[3.11] gh-93573: Replace wrong example domains in configparser doc (GH-93574)
#101953 merged
Feb 16, 2023 -
[3.10] gh-93573: Replace wrong example domains in configparser doc (GH-93574)
#101954 merged
Feb 16, 2023 -
gh-93573: Replace wrong example domains in configparser doc
#93574 merged
Feb 16, 2023 -
gh-101881: os: support blocking functions on Windows
#101882 merged
Feb 16, 2023 -
gh-101951: use textwrap.dedent in compiler tests to make them more readable
#101950 merged
Feb 16, 2023 -
gh-101928: fix crash in compiler on multi-line lambda in function call
#101933 merged
Feb 16, 2023 -
gh-99108: Refactor _sha256 & _sha512 into _sha2.
#101924 merged
Feb 16, 2023 -
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibility
#99040 merged
Feb 16, 2023 -
gh-101758: Fix the wasm Builtbots
#101943 merged
Feb 16, 2023 -
gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters
#101920 merged
Feb 15, 2023 -
gh-101758: Clean Up Uses of Import State
#101919 merged
Feb 15, 2023 -
gh-99138: Isolate _zoneinfo
#99218 merged
Feb 15, 2023 -
gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL
#101904 merged
Feb 15, 2023 -
GH-87849: Fix refleak in SEND instruction.
#101908 merged
Feb 15, 2023 -
gh-101819: Remove _testcapi dependencies on specific _io symbols
#101918 merged
Feb 15, 2023 -
gh-101693: In sqlite3, deprecate using named placeholders with parameters supplied as a sequence
#101698 merged
Feb 15, 2023 -
gh-99108: Build the hashlib HACL* code as a static library. (fix wasm builds)
#101917 merged
Feb 14, 2023 -
gh-101758: Add a Test For Single-Phase Init Module Variants
#101891 merged
Feb 14, 2023 -
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function
#101800 merged
Feb 14, 2023 -
[3.10] GH-101898: Fix missing term references for hashable definition (GH-101899)
#101902 merged
Feb 14, 2023 -
[3.11] GH-101898: Fix missing term references for hashable definition (GH-101899)
#101901 merged
Feb 14, 2023 -
GH-101898: Fix missing term references for hashable definition
#101899 merged
Feb 14, 2023 -
gh-99108: Import SHA2-384/512 from HACL*
#101707 merged
Feb 14, 2023 -
gh-101857: Allow xattr detection on musl libc
#101858 merged
Feb 14, 2023 -
gh-74895: getaddrinfo no longer raises OverflowError
#2435 merged
Feb 14, 2023 -
gh-101849: Add upgrade codes for old versions of launcher that ended up with later version numbers
#101877 merged
Feb 13, 2023
53 Pull requests opened by 31 people
-
gh-101860: Expose __name__ on property
#101876 opened
Feb 13, 2023 -
gh-101880: add link to object.__hash__() in hash() builtin documentation
#101883 opened
Feb 13, 2023 -
Update http.cookiejar document for cookie object attributes
#101885 opened
Feb 13, 2023 -
gh-101879: docs - italicize argument in smtplib.SMPT() description
#101886 opened
Feb 13, 2023 -
gh-87634: remove locking from functools.cached_property
#101890 opened
Feb 13, 2023 -
[3.11] gh-101857: Allow xattr detection on musl libc (GH-101858)
#101894 opened
Feb 14, 2023 -
gh-101892: Fix SystemError when a callable iterator call exhausts the iterator
#101896 opened
Feb 14, 2023 -
GH-72249: Include the module name in the repr of partial object
#101910 opened
Feb 14, 2023 -
Remove unnecessary undefs for non-existent/old macros Py_EnterRecursiveCall and Py_LeaveRecursiveCall
#101923 opened
Feb 14, 2023 -
gh-101903: use _Py_EnterRecursiveCall internal API in _bisectmodule.c
#101931 opened
Feb 15, 2023 -
gh-101925: Validate the output file "pegen.py"
#101937 opened
Feb 15, 2023 -
gh-88110: clear concurrent.futures.thread._threads_queues after fork
#101940 opened
Feb 15, 2023 -
gh-100227: Isolate the Import State to Each Interpreter
#101941 opened
Feb 15, 2023 -
[PoC] gh-101819: Isolate _io
#101948 opened
Feb 16, 2023 -
gh-101944: mistake in documentation for `PyModule_AddObjectRef()`
#101957 opened
Feb 16, 2023 -
Remove or update bitbucket links
#101963 opened
Feb 16, 2023 -
gh-101965: fix incorrect usage of the return value of ``Py_EnterRecursiveCall()``
#101966 opened
Feb 16, 2023 -
GH-100982: Restrict `FOR_ITER_RANGE` to a single instruction to allow instrumentation.
#101985 opened
Feb 17, 2023 -
Add gettext support to tools/extensions/c_annotations.py
#101989 opened
Feb 17, 2023 -
support __exit__/__aexit__(self, exc)
#101995 opened
Feb 17, 2023 -
gh-101997: Update bundled pip version to 23.0.1
#101998 opened
Feb 17, 2023 -
[3.11] gh-100226: Clarify StreamReader.read behavior (GH-101807)
#102001 opened
Feb 17, 2023 -
GH-78079: Fix UNC device path root normalization in pathlib
#102003 opened
Feb 17, 2023 -
gh-102008: simplify test_except_star by using sys.exception() instead of sys.exc_info()
#102009 opened
Feb 17, 2023 -
gh-102011: use sys.exception() instead of sys.exc_info() in docs where possible
#102012 opened
Feb 18, 2023 -
gh-102013: Add PyGC_VisitObjects
#102014 opened
Feb 18, 2023 -
[3.11] gh-101967: add a missing error check (GH-101968)
#102015 opened
Feb 18, 2023 -
ZipFile: allow setting compress_type/compresslevel in open() as well
#102017 opened
Feb 18, 2023 -
gh-101566: Sync with zipp 3.14.
#102018 opened
Feb 18, 2023 -
Fix deadlock on shutdown if test_current_{exception,frames} fails
#102019 opened
Feb 18, 2023 -
gh-102021 : Allow multiple input files for interpreter loop generator
#102022 opened
Feb 18, 2023 -
gh-102024: Reduced _idle_semaphore.release calls
#102025 opened
Feb 18, 2023 -
gh-101777: minor clarification in `PriorityQueue` docs
#102026 opened
Feb 18, 2023 -
gh-98886: Fix issues with dataclass fields with special underscore names
#102032 opened
Feb 18, 2023 -
gh-102038: Skip a sometimes unnecessary stat in site.py
#102039 opened
Feb 19, 2023 -
[3.11] bpo-46978: Correct docstrings for in-place builtin operators
#102042 opened
Feb 19, 2023 -
[3.10] bpo-46978: Correct docstrings for in-place builtin operators
#102043 opened
Feb 19, 2023 -
[3.11] gh-100210: Correct the comment link for unescaping HTML (GH-100212)
#102044 opened
Feb 19, 2023 -
gh-102028: Improve `generate_cases.py`
#102050 opened
Feb 19, 2023 -
gh-62432: unittest runner: Exit code 5 if no tests were run
#102051 opened
Feb 19, 2023 -
gh-101578: Amend exception docs
#102057 opened
Feb 19, 2023 -
gh-102058: Update descriptor.rst
#102059 opened
Feb 19, 2023 -
Improve grammar/fix missing word
#102060 opened
Feb 20, 2023 -
[3.11] gh-97786: Fix compiler warnings in pytime.c (GH-101826)
#102062 opened
Feb 20, 2023 -
gh-80925: permit using singledispatch on keyword argument
#102063 opened
Feb 20, 2023 -
gh-102033: Fix syntax error in `Tools/c-analyzer`
#102066 opened
Feb 20, 2023 -
Few coverage nitpicks for the cmath module
#102067 opened
Feb 20, 2023 -
gh-101961 Do not pass encoding if binary mode
#102068 opened
Feb 20, 2023 -
gh-102029: Sync `__new__` sigs of `_CRLock` and `_PyRLock` in `threading`
#102071 opened
Feb 20, 2023 -
gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses
#102075 opened
Feb 20, 2023 -
gh-102056: Fix a few bugs in error handling of exception printing code
#102078 opened
Feb 20, 2023 -
[3.10] gh-101981: Apply HOMEBREW related environment variables (gh-102074)
#102081 opened
Feb 20, 2023 -
[3.11] gh-101981: Apply HOMEBREW related environment variables (gh-102074)
#102082 opened
Feb 20, 2023
70 Issues closed by 34 people
-
Refleak in `test_importlib` on `aarch64 RHEL8`
#101766 closed
Feb 20, 2023 -
code.h uses MS-only C++ extensions
#101907 closed
Feb 20, 2023 -
pathlib.Path.absolute() mishandles drive-relative Windows paths
#100809 closed
Feb 20, 2023 -
Sqlite3 driver returning error for table having more than 2000 Columns
#102065 closed
Feb 20, 2023 -
Implicit namespace packages in Python 3.6
#73330 closed
Feb 20, 2023 -
Bus error when an extension is loaded into sqlite3
#101974 closed
Feb 20, 2023 -
Intermittent regression in test_asyncio .. test_subprocess_shell since Python 3.11
#101922 closed
Feb 19, 2023 -
Bad SIGINT handling behavior after creating tk.Tk object in interactive mode
#94296 closed
Feb 19, 2023 -
cmath module documentation is misleading on branch cuts
#85417 closed
Feb 19, 2023 -
virtualenv doc misleading in terms of isolation from base site-packages
#102053 closed
Feb 19, 2023 -
Create modular packages for zipfile and test_zipfile
#98098 closed
Feb 19, 2023 -
Infinite instance creation in finalizers
#101916 closed
Feb 19, 2023 -
Improve `list_repeat`
#101619 closed
Feb 19, 2023 -
email.feedparser regex duplicate
#46931 closed
Feb 19, 2023 -
eval is needlessly limited
#80464 closed
Feb 19, 2023 -
Incorrect docstring of math.exp (math.e vs Euler's number)
#101594 closed
Feb 19, 2023 -
slice not hashable
#84783 closed
Feb 19, 2023 -
Ability to filter warnings to print current stack
#73917 closed
Feb 18, 2023 -
Remove documentation and internal use of the *RESTRICTED constants for PyMemberDef's flags field
#80536 closed
Feb 18, 2023 -
Document that spwd is considered harmful
#81178 closed
Feb 18, 2023 -
Incorrect application of func.__defaults__ by inspect's signature APIs
#81244 closed
Feb 18, 2023 -
test_importlib.util.writes_bytecode_files decorator make false success instead of skipped when -B given
#95971 closed
Feb 18, 2023 -
HTTPError documentation needs improvement
#101536 closed
Feb 18, 2023 -
uname_result _asdict and _fields are missing platform
#97966 closed
Feb 18, 2023 -
ceval.c: `positional_only_passed_as_keyword` can be failed with segfault
#101967 closed
Feb 18, 2023 -
signing needs two serialisation passes
#83312 closed
Feb 18, 2023 -
plistlib documentation examples are not runnable
#101992 closed
Feb 17, 2023 -
IntEnum access is slower in 3.11 vs 3.10
#101370 closed
Feb 17, 2023 -
Argparse is ignoring the double quotes
#101984 closed
Feb 17, 2023 -
pathlib.PureWindowsPath.match() mishandles path anchors
#101360 closed
Feb 17, 2023 -
Windows Error: Multicast setsocketopt socket.IP_MULTICAST_IF not working >3.8.12
#101960 closed
Feb 17, 2023 -
Add months and years support to datetime.timedelta for consistency with datetime.datetime
#101938 closed
Feb 17, 2023 -
Pure-python version of `collections._tuplegetter` is not picklable
#101785 closed
Feb 17, 2023 -
Docs: Name of parameter should be 'def' in PyModule_FromDefAndSpec.
#101973 closed
Feb 17, 2023 -
itertool.permutations object empties its contents after printing as a list
#101978 closed
Feb 17, 2023 -
Add truncated SHA512/224 and SHA512/256
#71021 closed
Feb 16, 2023 -
In some cases asyncio.wait_for can lead to socket leak.
#81839 closed
Feb 16, 2023 -
Rewrite `asyncio.wait_for` using `asyncio.timeout`
#96764 closed
Feb 16, 2023 -
AsyncIO's wait_for can hide cancellation in a rare race condition
#86296 closed
Feb 16, 2023 -
Set: `BUILD_SET` opcode can be failed with segfault
#101952 closed
Feb 16, 2023 -
os: support blocking functions on Windows
#101881 closed
Feb 16, 2023 -
use textwrap.dedent in compiler tests to make them more readable
#101951 closed
Feb 16, 2023 -
Multi-line arguments in a function call crashes CPython
#101928 closed
Feb 16, 2023 -
optparse module does not emit DeprecationWarning
#69707 closed
Feb 16, 2023 -
Port zoneinfo module to use module state
#99138 closed
Feb 15, 2023 -
zip() docstring should comment on the difference in handling ordered and unordered interables
#101939 closed
Feb 15, 2023 -
parse_qsl does not decode parameters well
#101934 closed
Feb 15, 2023 -
Unexpected Python's (re) regular expression matching twice with the $ symbol.
#101930 closed
Feb 15, 2023 -
Error while installing the library
#101929 closed
Feb 15, 2023 -
sqlite3: issue a warning if a sequence of params are used with named placeholders in queries
#101693 closed
Feb 15, 2023 -
help(list.pop) reports it takes a named parameter called index but list.pop only takes a positional parameters.
#101921 closed
Feb 14, 2023 -
Cannot regenerate parser from metaparser.gram, on Windows.
#101836 closed
Feb 14, 2023 -
Improve Enum `__new__` error messages
#101818 closed
Feb 14, 2023 -
Missing term references for hashable definition
#101898 closed
Feb 14, 2023 -
tkinter filedialog keeps outputing info message(CATransaction synchronize) on macOS 13 Ventura
#101895 closed
Feb 14, 2023 -
Duplicated st_ino calculation
#101810 closed
Feb 14, 2023 -
Misinterpretation when returning lambdas capturing dictionaries from a generator
#101905 closed
Feb 14, 2023 -
marshal: `r_PyLong` result can be `PyObject *` which casted to `NULL`
#101897 closed
Feb 14, 2023 -
PREP_RERAISE_STAR can be replaced by an intrinsic function
#101799 closed
Feb 14, 2023 -
`posixmodule.c` doesn't detect xattr support on Linux with non-glibc (e.g. musl)
#101857 closed
Feb 14, 2023 -
Allow ssl certificates to be specified from memory rather than files.
#60691 closed
Feb 14, 2023 -
pstats: sub-millisecond display
#68272 closed
Feb 14, 2023 -
getaddrinfo raises OverflowError
#74895 closed
Feb 14, 2023 -
Windows Launcher MSI package has wrong version in 3.11.2, breaks upgrade from 3.11.0, .1
#101849 closed
Feb 13, 2023 -
pip install mrx_link
#101874 closed
Feb 13, 2023 -
Weird matching on sets
#101878 closed
Feb 13, 2023
48 Issues opened by 44 people
-
Provide standard infrastructure for clearing global caches
#102080 opened
Feb 20, 2023 -
[abc] Support ABCMeta with bases other than type
#102077 opened
Feb 20, 2023 -
Unexpected behavior with dataclasses and weakref
#102069 opened
Feb 20, 2023 -
heapq module could be more efficient
#102061 opened
Feb 20, 2023 -
Descriptor HOWTO: usage of f-strings in sql queries example
#102058 opened
Feb 19, 2023 -
Assertion failure on interrupt when catching exception group
#102056 opened
Feb 19, 2023 -
ElementTree.iterparse fails to free unused elements during loop
#102055 opened
Feb 19, 2023 -
site.py does a sometimes unnecessary stat
#102038 opened
Feb 19, 2023 -
Syntax error in _delim.py
#102033 opened
Feb 18, 2023 -
Dual declaration of directories in Makefile is a foot gun
#102031 opened
Feb 18, 2023 -
`threading.RLock` must not support `*args, **kwargs` arguments
#102029 opened
Feb 18, 2023 -
Useless check in `generated_cases.c.h`?
#102028 opened
Feb 18, 2023 -
blake2-config.h `HAVE_SSE4_1` typo fix
#102027 opened
Feb 18, 2023 -
Reduce _idle_semaphore calls in ThreadPoolExecutor
#102024 opened
Feb 18, 2023 -
Enable definition for generated interpreter cases to be composed from multiple files
#102021 opened
Feb 18, 2023 -
Enable generated interpreter cases to be composed from multiple inputs
#102020 opened
Feb 18, 2023 -
Add a public C-API function to iterate over GC’able objects
#102013 opened
Feb 18, 2023 -
Some of the docs no longer need to mention sys.exc_info()
#102011 opened
Feb 18, 2023 -
test_except_star can be simplified with sys.exception()
#102008 opened
Feb 17, 2023 -
Build failure: install race condition
#102007 opened
Feb 17, 2023 -
Upgrade the bundled version of pip to 23.0.1
#101997 opened
Feb 17, 2023 -
docs: `secrets.token_bytes()` has imprecise security properties
#101996 opened
Feb 17, 2023 -
argparse: positional with `nargs=*` results in ignored option argument if they share a `dest`
#101990 opened
Feb 17, 2023 -
The annotations in c_annotations.py cannot be translated
#101986 opened
Feb 17, 2023 -
CI: intermittent macOS failures for make checksharedmods
#101981 opened
Feb 17, 2023 -
argparse metavar parentheses dropped on usage line
#101979 opened
Feb 17, 2023 -
Potential SegFault with multithreading garbage collection.
#101975 opened
Feb 17, 2023 -
`Py_EnterRecursiveCall()`/`_Py_EnterRecursiveCall()` return value misused in a number of places
#101965 opened
Feb 16, 2023 -
object.c inconsistently truncates tp_name in exception error messages, hampering debugging
#101964 opened
Feb 16, 2023 -
Exception using fileinput.hook_compressed in binary mode
#101961 opened
Feb 16, 2023 -
SystemError in re.match with a "*+" pattern
#101955 opened
Feb 16, 2023 -
test_sqlite3 failure with SQLite 3.40.1
#101947 opened
Feb 16, 2023 -
Include _run_once duration in asyncio debug
#101946 opened
Feb 16, 2023 -
Docs: PyModule_AddObjectRef should return -1 if value is NULL.
#101944 opened
Feb 16, 2023 -
HTTPError fp.read returns bytes instead of string
#101936 opened
Feb 15, 2023 -
email.message.get_filename() returning not a filename
#101932 opened
Feb 15, 2023 -
"pegen.py python" should validate the output file.
#101925 opened
Feb 15, 2023 -
ArgumentParser returns wrong values when the argument name is a particular substring of the know argument
#101915 opened
Feb 14, 2023 -
pylint is broken with CPython main
#101914 opened
Feb 14, 2023 -
docstring for email._parseaddr._parsedate_tz says "declaims knowledge" vs "disclaims"
#101913 opened
Feb 14, 2023 -
Too early EOFError
#101911 opened
Feb 14, 2023 -
Use _Py_EnterRecursiveCall private API in _bisectmodule.c
#101903 opened
Feb 14, 2023 -
Error when trying to build Python 3.11.2 in Debian 11
#101893 opened
Feb 14, 2023 -
Callable iterator can SystemError if call exhausts the iterator
#101892 opened
Feb 13, 2023 -
DOC: func.__builtins__ was exposed in 3.10 but not documented
#101888 opened
Feb 13, 2023 -
Docs: reference to object.__hash__ docs in "See __hash__ for details" without link.
#101880 opened
Feb 13, 2023 -
Documentation for smtplib Missing Italics
#101879 opened
Feb 13, 2023
132 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.
-
`PyErr_SetObject()` behavior is strange and not as documented.
#101578 commented on
Feb 20, 2023 • 9 new comments -
Isolate PyModuleDef to Each Interpreter for Extension/Builtin Modules
#101758 commented on
Feb 20, 2023 • 8 new comments -
gh-78319: add UTF8 marker per RFC
#9436 commented on
Feb 16, 2023 • 8 new comments -
gh-99942: python.pc on android/cygwin should link to libpython per configure.ac
#100356 commented on
Feb 17, 2023 • 8 new comments -
gh-97696: DRAFT asyncio eager tasks factory prototype
#101613 commented on
Feb 14, 2023 • 7 new comments -
GH-101291: Low level opt-in API for pylong
#101685 commented on
Feb 20, 2023 • 7 new comments -
Show the version of Python Launcher for Windows
#100829 commented on
Feb 14, 2023 • 6 new comments -
gh-89550: Buffer GzipFile.write to reduce execution time by ~15%
#101251 commented on
Feb 18, 2023 • 6 new comments -
gh-101825: mention, that as_integer_ratio() output is normalized
#101843 commented on
Feb 14, 2023 • 6 new comments -
pathlib.Path.glob does not follow symlinks
#77609 commented on
Feb 20, 2023 • 4 new comments -
asyncio: Use strong references for free-flying tasks
#91887 commented on
Feb 18, 2023 • 3 new comments -
Pre-populate user editable text in input()
#81342 commented on
Feb 20, 2023 • 3 new comments -
bpo-32353: Added docs about Embedding with an frozen module limitation.
#4910 commented on
Feb 20, 2023 • 3 new comments -
gh-72894: Dynamically allocate select fd_sets on Windows based on inputs size
#13842 commented on
Feb 17, 2023 • 3 new comments -
gh-101410: Improve error messages in math module
#101492 commented on
Feb 20, 2023 • 3 new comments -
Allow the `f_func` field of the `_PyInterpreterFrame` struct to be any object (and rename it)
#96237 commented on
Feb 14, 2023 • 2 new comments -
Derby #16: Convert 50 sites to Argument Clinic across 9 files
#64383 commented on
Feb 14, 2023 • 2 new comments -
tempfile module misinterprets access denied error on Windows
#66305 commented on
Feb 14, 2023 • 2 new comments -
Processes in Python 3.9 exiting with code 1 when It's created inside a ThreadPoolExecutor
#88110 commented on
Feb 15, 2023 • 2 new comments -
Support recursive wildcards in pathlib.PurePath.match()
#73435 commented on
Feb 17, 2023 • 2 new comments -
Subclassing threading Lock/RLock: better Exception messages
#94077 commented on
Feb 18, 2023 • 2 new comments -
The rich comparison operators are second class citizens
#80798 commented on
Feb 18, 2023 • 2 new comments -
Doc strings for built-in, in-place operators are misleading
#91134 commented on
Feb 19, 2023 • 2 new comments -
test_tar test_add_dir_getmember fails if uid/gid is larger than 16777215
#95675 commented on
Feb 20, 2023 • 2 new comments -
pipe test failures on some Linux configurations
#95672 commented on
Feb 20, 2023 • 2 new comments -
mmap module: add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants
#81652 commented on
Feb 20, 2023 • 2 new comments -
euc_kr char '0x3164' decode('ksx1001') cause UnicodeDecodeError
#101863 commented on
Feb 20, 2023 • 2 new comments -
Define SOABI, LIBRARY, LDLIBRARY and LIBPL on Windows
#88402 commented on
Feb 20, 2023 • 2 new comments -
bpo-36305: Fixes to path handling and parsing in pathlib
#12361 commented on
Feb 17, 2023 • 2 new comments -
gh-88929: remove outdated reference to `Py_USING_MEMORY_DEBUGGER`
#27509 commented on
Feb 13, 2023 • 2 new comments -
gh-93548: Add an example of SASL PLAIN authentication to documentation
#93549 commented on
Feb 16, 2023 • 2 new comments -
gh-99761: add invalid_index macro
#99762 commented on
Feb 20, 2023 • 2 new comments -
DOC: fix URL redirects and minor URL clean ups
#99863 commented on
Feb 14, 2023 • 2 new comments -
gh-100829: Show the Python Launcher version
#100832 commented on
Feb 14, 2023 • 2 new comments -
expand the warning about untrusted archives in the `tarfile` docs
#101812 commented on
Feb 17, 2023 • 2 new comments -
gh-101688: Implement typing.get_orig_class and get_orig_bases
#101827 commented on
Feb 18, 2023 • 2 new comments -
[easy doc] Remove redundant info in README.valgrind
#88929 commented on
Feb 13, 2023 • 1 new comment -
[unittest.mock] `spec_set` should be applied after setting attributes via kwargs
#101756 commented on
Feb 13, 2023 • 1 new comment -
In documentation same-named attributes erroneously link to built-in names
#90744 commented on
Feb 13, 2023 • 1 new comment -
do_mkvalue and 'boolean'
#55089 commented on
Feb 13, 2023 • 1 new comment -
Cache types.GenericAlias in getitems
#101859 commented on
Feb 13, 2023 • 1 new comment -
sqlite callback functions can deadlock in Python subinterpreters
#101767 commented on
Feb 13, 2023 • 1 new comment -
Add getters for all SSLContext internal configuration
#76540 commented on
Feb 14, 2023 • 1 new comment -
Windows builds fail when no version of Python is present
#99042 commented on
Feb 14, 2023 • 1 new comment -
Python should support exporting thread names to the OS
#59705 commented on
Feb 14, 2023 • 1 new comment -
request make uninstall target
#85874 commented on
Feb 15, 2023 • 1 new comment -
Streamline repr(partial object)
#72249 commented on
Feb 15, 2023 • 1 new comment -
weakref.WeakMethod equality behaves differently than weakref.ref (always False after garbage collection)
#101848 commented on
Feb 15, 2023 • 1 new comment -
sys.settrace doesn't disable tracing if a local trace function returns None
#56201 commented on
Feb 15, 2023 • 1 new comment -
Datetime NoneType after calling Py_Finalize and Py_Initialize
#71587 commented on
Feb 15, 2023 • 1 new comment -
Incorrect / incomplete documentation of asyncio.Server
#101786 commented on
Feb 15, 2023 • 1 new comment -
Replace built-in hashlib with verified implementations from HACL*
#99108 commented on
Feb 16, 2023 • 1 new comment -
Use __spec__.__name__ instead of __name__ in the docs where appropriate
#70100 commented on
Feb 16, 2023 • 1 new comment -
email.utils.make_msgid return ids that break email messages with related content
#100293 commented on
Feb 16, 2023 • 1 new comment -
Accommodate Sphinx option by changing docstring return type of "integer" to "int".
#100989 commented on
Feb 16, 2023 • 1 new comment -
Use zlib-ng or chromium's zlib rather than mainline stale zlib in binary releases
#91349 commented on
Feb 17, 2023 • 1 new comment -
Clarify the documentation of pathlib.Path.is_relative_to()
#99334 commented on
Feb 17, 2023 • 1 new comment -
[pathlib] issues with Windows device paths
#78079 commented on
Feb 17, 2023 • 1 new comment -
MessageID parser raises IndexError: string index out of range
#90593 commented on
Feb 18, 2023 • 1 new comment -
if check_hostname is true, context can't be used for server purposes
#65224 commented on
Feb 18, 2023 • 1 new comment -
Weird PriorityQueue description
#101777 commented on
Feb 18, 2023 • 1 new comment -
socketserver: BaseServer.handle_request() infinite loop
#81207 commented on
Feb 18, 2023 • 1 new comment -
builtins.chr and the 'c' format flag raise different errors
#88830 commented on
Feb 18, 2023 • 1 new comment -
Add instancemethod to types.py
#80118 commented on
Feb 18, 2023 • 1 new comment -
Deprecate os.path.commonprefix
#74453 commented on
Feb 18, 2023 • 1 new comment -
Make str.count one character for latin1 string faster
#73107 commented on
Feb 18, 2023 • 1 new comment -
static_assert undefined (with C11 compiler) on macOS <= 10.10
#99069 commented on
Feb 19, 2023 • 1 new comment -
Python version ending with plus sign not compatible with PEP 508 `python_full_version` marker
#99968 commented on
Feb 19, 2023 • 1 new comment -
gh-74185: repr() of ImportError now contains attributes name and path.
#1011 commented on
Feb 14, 2023 • 1 new comment -
bpo-32196: Rewrite plistlib with functional style.
#4671 commented on
Feb 15, 2023 • 1 new comment -
bpo-32188: do not call os.path.realpath in ImpImporter.find_module
#4672 commented on
Feb 16, 2023 • 1 new comment -
bpo-36694: Do not memoize temporary objects in the C implementation of pickle.
#13036 commented on
Feb 19, 2023 • 1 new comment -
gh-86155: Fix htmlparser "unclosed script tag causes data loss"
#22658 commented on
Feb 13, 2023 • 1 new comment -
gh-86552: Update icons for macOS 11
#23339 commented on
Feb 13, 2023 • 1 new comment -
gh-62824: add alias for iso-8859-8-i and -e to iso_8859_8
#32279 commented on
Feb 16, 2023 • 1 new comment -
gh-101357: use `os.path.exists()` etc from pathlib
#101361 commented on
Feb 16, 2023 • 1 new comment -
Improve the efficiency of instantiating DynOptionsMenu instances.
#101371 commented on
Feb 15, 2023 • 1 new comment -
gh-101517: Attach line number to the RERAISE at the end of a try-except*
#101768 commented on
Feb 14, 2023 • 1 new comment -
gh-100176: Remove outdated Tools/{io,cc,string}bench
#101853 commented on
Feb 14, 2023 • 1 new comment -
fix the typos
#101868 commented on
Feb 13, 2023 • 1 new comment -
Add `__name__` to property
#101860 commented on
Feb 13, 2023 • 0 new comments -
3.10 MSI no longer built with VS2022 after #101651
#101875 commented on
Feb 13, 2023 • 0 new comments -
functools.cached_property incorrectly locks the entire descriptor on class instead of per-instance locking
#87634 commented on
Feb 13, 2023 • 0 new comments -
subprocess.Popen leaks file descriptors opened for DEVNULL or PIPE stdin/stdout/stderr arguments
#87474 commented on
Feb 14, 2023 • 0 new comments -
WFERR_UNMARSHALLABLE breaks recursion limit
#82166 commented on
Feb 14, 2023 • 0 new comments -
Handle generator (and coroutine) state in the bytecode.
#87849 commented on
Feb 14, 2023 • 0 new comments -
pty.spawn deadlock
#96522 commented on
Feb 15, 2023 • 0 new comments -
Improve Interpreter Isolation
#100227 commented on
Feb 15, 2023 • 0 new comments -
Isolate the `_io` extension module
#101819 commented on
Feb 16, 2023 • 0 new comments -
Replace bytebong.com reference
#93573 commented on
Feb 16, 2023 • 0 new comments -
Specialization of some instructions does not conform to PEP 659, and prevents PEP 669
#100982 commented on
Feb 17, 2023 • 0 new comments -
`asyncio.StreamReader.read` does what exactly?
#100226 commented on
Feb 17, 2023 • 0 new comments -
enum.Flag: default for boundary is incorrect
#101739 commented on
Feb 17, 2023 • 0 new comments -
Please use active voice in async docs.
#85747 commented on
Feb 17, 2023 • 0 new comments -
ZipFile.extractall fails if zipfile.Path object is created based on the ZipFile object
#101566 commented on
Feb 18, 2023 • 0 new comments -
Attempt to further increase test coverage of calendar module
#69714 commented on
Feb 18, 2023 • 0 new comments -
Improve documentation of slice.indices()
#80825 commented on
Feb 18, 2023 • 0 new comments -
Refresh importlib.resources
#97930 commented on
Feb 18, 2023 • 0 new comments -
Fields with single underscore names can mess up dataclasses
#98886 commented on
Feb 18, 2023 • 0 new comments -
Handle no arguments when using sub-commands in argparse
#99735 commented on
Feb 19, 2023 • 0 new comments -
Link in code comment no longer relevant for HTML unescaping
#100210 commented on
Feb 19, 2023 • 0 new comments -
running a suite with no tests is not an error
#62432 commented on
Feb 19, 2023 • 0 new comments -
Document correctness proof for Fraction.limit_denominator
#95723 commented on
Feb 19, 2023 • 0 new comments -
textwrap.dedent doesn't work properly with strings containing CRLF
#63678 commented on
Feb 19, 2023 • 0 new comments -
Compiler warning for `_Py_InIntegralTypeRange`
#97786 commented on
Feb 20, 2023 • 0 new comments -
functools.singledispatch: Shouldn't require a positional argument if there is only one keyword argument
#80925 commented on
Feb 20, 2023 • 0 new comments -
Zipfile module doesn't replace `os.altsep` in filenames in some cases
#92184 commented on
Feb 20, 2023 • 0 new comments -
gh-71759: Deprecate using bytes-like objects in builtins.
#779 commented on
Feb 18, 2023 • 0 new comments -
gh-74865: textwrap support for true (Unicode) em-dashes
#2224 commented on
Feb 15, 2023 • 0 new comments -
gh-74946: pdb: Add step/next count argument
#2399 commented on
Feb 18, 2023 • 0 new comments -
gh-74902: add unicode grapheme cluster break algorithm
#2673 commented on
Feb 15, 2023 • 0 new comments -
gh-69057: Add startline and endline attributes to the tokens returned by shlex
#2799 commented on
Feb 15, 2023 • 0 new comments -
bpo-31954: Reuse oldkeys if oldkeys->dk_size == newsize. (alt)
#4901 commented on
Feb 17, 2023 • 0 new comments -
WIP: bpo-21914: Add tests for Turtle GUI
#13494 commented on
Feb 17, 2023 • 0 new comments -
bpo-45339: Allow user to specify Thread class for use with ThreadPoolExecutor
#28640 commented on
Feb 19, 2023 • 0 new comments -
bpo-10483: fix definition of executable file for http.server on windows
#30216 commented on
Feb 17, 2023 • 0 new comments -
gh-72793: C implementation of parts of copy.deepcopy
#91610 commented on
Feb 20, 2023 • 0 new comments -
GH-92184: Convert os.altsep to '/' in filenames when creating ZipInfo objects
#92185 commented on
Feb 20, 2023 • 0 new comments -
gh-69714: Make `calendar` module fully tested
#93655 commented on
Feb 18, 2023 • 0 new comments -
gh-96471: Add queue shutdown
#96474 commented on
Feb 16, 2023 • 0 new comments -
gh-96522: Fix deadlock in pty.spawn
#96639 commented on
Feb 15, 2023 • 0 new comments -
gh-82054: Implements test.regrtest unittest sharding to pull in long tails
#99637 commented on
Feb 14, 2023 • 0 new comments -
gh-89727: Fix pathlib.Path.walk RecursionError on deep trees
#100282 commented on
Feb 18, 2023 • 0 new comments -
GH-100719: Remove redundant `gi_code` field from generator object.
#100749 commented on
Feb 17, 2023 • 0 new comments -
gh-100989: Fix docstrings of `collections.deque`
#100990 commented on
Feb 15, 2023 • 0 new comments -
GH-90744: Fix erroneous doc links in the sys module
#101319 commented on
Feb 13, 2023 • 0 new comments -
gh-73435: Implement recursive wildcards in pathlib.PurePath.match()
#101398 commented on
Feb 20, 2023 • 0 new comments -
Doc: fixed style in library/argparse.rst
#101733 commented on
Feb 18, 2023 • 0 new comments -
gh-101773: Optimize creation of Fractions in private methods
#101780 commented on
Feb 19, 2023 • 0 new comments -
gh-88071: Update docstrings of dataclass' astuple and asdict
#101806 commented on
Feb 19, 2023 • 0 new comments -
gh-85984: New additions and improvements to the tty library.
#101832 commented on
Feb 19, 2023 • 0 new comments -
gh-81677: basic support for annotations in __text_signature__'s
#101872 commented on
Feb 20, 2023 • 0 new comments