Showing content from http://mail.python.org/pipermail/python-checkins/2020-December/thread.html below:
The Python-checkins December 2020 Archive by thread
December 2020 Archives by thread
Starting: Tue Dec 1 02:58:50 EST 2020
Ending: Thu Dec 31 20:36:22 EST 2020
Messages: 397
- [Python-checkins] [3.9] [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) (GH-23380) JulienPalard
- [Python-checkins] bpo-31904: Fix fifo test cases for VxWorks (GH-20254) vstinner
- [Python-checkins] bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) vstinner
- [Python-checkins] bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) vstinner
- [Python-checkins] [doc] Fix abc.update_abstractmethods markup (GH-23576) miss-islington
- [Python-checkins] Fix bz2 examples markup (#23580) JulienPalard
- [Python-checkins] Fix bz2 examples markup (GH-23580) miss-islington
- [Python-checkins] [3.9] bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) (GH-23527) miss-islington
- [Python-checkins] build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582) benjaminp
- [Python-checkins] build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23583) benjaminp
- [Python-checkins] [3.7] Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.3. (GH-23596) benjaminp
- [Python-checkins] Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327) (GH-23590) pablogsal
- [Python-checkins] bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595) vstinner
- [Python-checkins] [3.9] build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23597) benjaminp
- [Python-checkins] bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675) vstinner
- [Python-checkins] bpo-40939: Restore some stable API functions incorrectly deleted (GH-23606) pablogsal
- [Python-checkins] Correct return type in Modules/_ssl.c::sslmodule_legacy (GH-23609) pablogsal
- [Python-checkins] bpo-42500: Fix recursion in or after except (GH-23568) markshannon
- [Python-checkins] bpo-42246: Make sure that line number is correct after a return, as required by PEP 626 (GH-23495) markshannon
- [Python-checkins] bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607) pablogsal
- [Python-checkins] bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608) pablogsal
- [Python-checkins] bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) ned-deily
- [Python-checkins] Remove the conditional for setting query. (#23604) orsenthil
- [Python-checkins] bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612) serhiy-storchaka
- [Python-checkins] bpo-42431: Fix outdated bytes comments (GH-23458) serhiy-storchaka
- [Python-checkins] bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) vstinner
- [Python-checkins] bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626) vstinner
- [Python-checkins] bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603) zooba
- [Python-checkins] bpo-42562: Fix issue when dis failed to parse function that has no line numbers (GH-23632) markshannon
- [Python-checkins] bpo-42246: Don't forget the entry block when ensuring that all exits have a line number (GH-23636) markshannon
- [Python-checkins] bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) vstinner
- [Python-checkins] bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630) taleinat
- [Python-checkins] bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419) gpshead
- [Python-checkins] [3.9] bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531) (GH-23578) miss-islington
- [Python-checkins] bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633) taleinat
- [Python-checkins] bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) pablogsal
- [Python-checkins] bpo-42545: Improve the error message in the stable API script (GH-23648) pablogsal
- [Python-checkins] bpo-26131: Deprecate usage of load_module() (GH-23469) brettcannon
- [Python-checkins] bpo-42536: GC track recycled tuples (GH-23623) brandtbucher
- [Python-checkins] bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) ned-deily
- [Python-checkins] [3.9] bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) (GH-23650) ned-deily
- [Python-checkins] bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975) vstinner
- [Python-checkins] GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638) orsenthil
- [Python-checkins] [3.9] bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (GH-23638) (GH-23657) miss-islington
- [Python-checkins] bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656) miss-islington
- [Python-checkins] bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function (GH23613) cjw296
- [Python-checkins] bpo-42576: Clarify only debug builds are affected in news (GH-23663) miss-islington
- [Python-checkins] bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664) serhiy-storchaka
- [Python-checkins] [3.9] bpo-42576: Clarify only debug builds are affected in news (GH-23663) (GH-23666) miss-islington
- [Python-checkins] bpo-38843: Document behavior of default when the attribute is already set (GH-23653) rhettinger
- [Python-checkins] bpo-42508: Keep IDLE running on macOS (GH-23577) ned-deily
- [Python-checkins] bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669) ned-deily
- [Python-checkins] Update macos installer ReadMe for 3.10.0a3 (GH-23671) ned-deily
- [Python-checkins] bpo-38843: Document behavior of default when the attribute is already set (GH-23653) (#23668) rhettinger
- [Python-checkins] bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) ethanfurman
- [Python-checkins] bpo-30459: Cast the result of PyCell_SET to void (GH-23654) vstinner
- [Python-checkins] bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match distutils (GH-22088) zooba
- [Python-checkins] bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662) pablogsal
- [Python-checkins] bpo-42536: GC track recycled tuples (GH-23623) (GH-23651) pablogsal
- [Python-checkins] bpo-42536: GC track recycled tuples (GH-23623) (GH-23652) pablogsal
- [Python-checkins] bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713) vstinner
- [Python-checkins] bpo-42574: Use format() instead of f-string in Tools/clinic/clinic.py to allow using older Python versions (GH-23685) pablogsal
- [Python-checkins] bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) (GH-23672) ethanfurman
- [Python-checkins] bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) (GH-23673) ethanfurman
- [Python-checkins] Python 3.8.7rc1 ambv
- [Python-checkins] Python 3.9.1 ambv
- [Python-checkins] Python 3.10.0a3 pablogsal
- [Python-checkins] bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) vstinner
- [Python-checkins] bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691) vstinner
- [Python-checkins] bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692) vstinner
- [Python-checkins] bpo-41910: move news entry (GH-23695) terryjreedy
- [Python-checkins] bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226) miss-islington
- [Python-checkins] bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692) (GH-23696) vstinner
- [Python-checkins] [3.9] bpo-41910: move news entry (GH-23697) terryjreedy
- [Python-checkins] [3.8] bpo-41910: move news entry (GH-23698) terryjreedy
- [Python-checkins] bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) ethanfurman
- [Python-checkins] bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23703) ethanfurman
- [Python-checkins] bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23704) ethanfurman
- [Python-checkins] [Enum] reformat and add doc strings (GH-23705) ethanfurman
- [Python-checkins] [3.8] [Enum] reformat and add doc strings (GH-23705). (GH-23706) ethanfurman
- [Python-checkins] [3.9] [Enum] reformat and add doc strings (GH-23705). (GH-23707) ethanfurman
- [Python-checkins] bpo-32381: Rewrite PyErr_ProgramText() (GH-23700) vstinner
- [Python-checkins] bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701) vstinner
- [Python-checkins] bpo-41443: Add more attribute checking in test_posix (GH-21688) vstinner
- [Python-checkins] bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-21684) vstinner
- [Python-checkins] bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709) vstinner
- [Python-checkins] bpo-40084: [Enum] dir() includes member attributes (GH-19219) (GH-22853) ethanfurman
- [Python-checkins] bpo-32381: Remove unused _Py_fopen() function (GH-23711) vstinner
- [Python-checkins] bpo-32381: Add _PyRun_AnyFileObject() (GH-23723) vstinner
- [Python-checkins] bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718) vstinner
- [Python-checkins] [doc] Document logging.basicConfig default format (GH-23710) miss-islington
- [Python-checkins] [doc] Link to issue regarding logging.disable level param default value (GH-23726) miss-islington
- [Python-checkins] bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714) ethanfurman
- [Python-checkins] bpo-42517: [Enum] do not convert private names into members (GH-23722) ethanfurman
- [Python-checkins] [3.9] [doc] Link to issue regarding logging.disable level param default value GH-23732 orsenthil
- [Python-checkins] [3.8] [doc] Link to issue regarding logging.disable level param default value GH-23731 orsenthil
- [Python-checkins] bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) vstinner
- [Python-checkins] bpo-41877: Improve docs for assert misspellings check in mock (GH-23729) miss-islington
- [Python-checkins] bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735) ethanfurman
- [Python-checkins] bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725) ethanfurman
- [Python-checkins] bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736) brandtbucher
- [Python-checkins] bpo-41879: Doc: Fix description of async for statement (GH-23548) miss-islington
- [Python-checkins] bpo-39717: [tarfile] update nested exception raising (GH-23739) ethanfurman
- [Python-checkins] [3.9] bpo-41879: Doc: Fix description of async for statement (GH-23548) (GH-23749) miss-islington
- [Python-checkins] Add two spaces around equal sign (#23719) willingc
- [Python-checkins] bpo-30858: Improve error location for expressions with assignments (GH-23753) pablogsal
- [Python-checkins] bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060) gvanrossum
- [Python-checkins] bpo-42598: Fix implicit function declarations in configure (GH-23690) ned-deily
- [Python-checkins] bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23756) ned-deily
- [Python-checkins] bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23757) ned-deily
- [Python-checkins] [3.9] bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function (GH-23613) (GH-23676) tirkarthi
- [Python-checkins] Don't generate spurious line number in try-except-finally. (#23760) markshannon
- [Python-checkins] bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spurious line events. (GH-23761) markshannon
- [Python-checkins] [3.9] bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23765) gvanrossum
- [Python-checkins] bpo-40791: Make compare_digest more constant-time. (GH-23438) (GH-23767) ned-deily
- [Python-checkins] bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759) gpshead
- [Python-checkins] bpo-41877: Check for misspelled speccing arguments (GH-23737) gpshead
- [Python-checkins] bpo-42639: Cleanup atexitmodule.c (GH-23770) vstinner
- [Python-checkins] bpo-42639: atexit now logs callbacks exceptions (GH-23771) vstinner
- [Python-checkins] bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741) vstinner
- [Python-checkins] bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736) (GH-23747) brandtbucher
- [Python-checkins] bpo-40084: Enum - dir() includes member attributes (GH-19219) miss-islington
- [Python-checkins] bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) (GH-23734) vstinner
- [Python-checkins] [3.9] bpo-42517: [Enum] deprecate private name members (GH-23722) (GH-23748) ethanfurman
- [Python-checkins] [3.9] bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714) (GH-23772) ethanfurman
- [Python-checkins] bpo-33610: Edit idlelib.codecontext (GH-23773) terryjreedy
- [Python-checkins] bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if statements conform to PEP 626. (GH-23743) markshannon
- [Python-checkins] bpo-33610: Edit idlelib.codecontext (GH-23773) (GH-23775) terryjreedy
- [Python-checkins] bpo-42639: Move atexit state to PyInterpreterState (GH-23763) vstinner
- [Python-checkins] bpo-14935: Remove static state from the _csv module (GH-23224) encukou
- [Python-checkins] bpo-42639: Add script_helper.run_test_script() (GH-23777) vstinner
- [Python-checkins] bpo-32381: pymain_run_file() uses PySys_FormatStderr() (GH-23778) vstinner
- [Python-checkins] bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779) vstinner
- [Python-checkins] bpo-36675: Doc: Reveal doctest directives (GH-23620) JulienPalard
- [Python-checkins] bpo-42641: Enhance test_select.test_select() (GH-23782) vstinner
- [Python-checkins] Update stable ABI script for MacOS and update list of exported symbols (GH-23783) pablogsal
- [Python-checkins] [3.9] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281). (GH-23784) serhiy-storchaka
- [Python-checkins] Let dependabot create PRs against the maintenance branches (GH-22992) miss-islington
- [Python-checkins] bpo-40219: Lowered ttk LabeledScale dummy (GH-21467) serhiy-storchaka
- [Python-checkins] Adding "stale" GitHub Action (GH-21247) Mariatta
- [Python-checkins] bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687) vstinner
- [Python-checkins] bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on VxWorks (GH-23716) vstinner
- [Python-checkins] bpo-31904: Skip os.path.expanduser() tests on VxWorks (GH-23776) vstinner
- [Python-checkins] Update idlelib/help.html to current Sphinx output (GH-22833) miss-islington
- [Python-checkins] bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976) miss-islington
- [Python-checkins] Update Stale action message (GH-23791) Mariatta
- [Python-checkins] bpo-42179: Clarify exception chaining (GH-23160) willingc
- [Python-checkins] [3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869) merwok
- [Python-checkins] bpo-42644: Validate values in logging.disable() (#23786) asvetlov
- [Python-checkins] bpo-42644: Validate values in logging.disable() (GH-23786) miss-islington
- [Python-checkins] bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) vstinner
- [Python-checkins] bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785) serhiy-storchaka
- [Python-checkins] bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798) vstinner
- [Python-checkins] bpo-42613: Fix freeze.py config directory (GH-23792) vstinner
- [Python-checkins] bpo-1635741: Refactor _threadmodule.c (GH-23793) vstinner
- [Python-checkins] bpo-42615: Delete redundant jump instructions that only bypass empty blocks (GH-23733) markshannon
- [Python-checkins] bpo-42645: Make sure that return/break/continue are only traced once when exiting via a finally block. (GH-23780) markshannon
- [Python-checkins] Add symbols of the stable ABI to python3dll.c (GH-23598) vstinner
- [Python-checkins] Fix reStructuredText typo in NEWS.d. (GH-23800) JulienPalard
- [Python-checkins] bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614) vstinner
- [Python-checkins] Clarify eval() doc from library/functions. (GH-22700) JulienPalard
- [Python-checkins] bpo-23915: update and elucidate documentation of with_traceback (GH-23680) JulienPalard
- [Python-checkins] bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614) (GH-23804) vstinner
- [Python-checkins] bpo-38323: Add guard clauses in MultiLoopChildWatcher. (#22756) asvetlov
- [Python-checkins] bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654) miss-islington
- [Python-checkins] bpo-38323: Add guard clauses in MultiLoopChildWatcher. (GH-22756) miss-islington
- [Python-checkins] bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805) vstinner
- [Python-checkins] Add symbols of the stable ABI to python3dll.c (GH-23598) (GH-23801) vstinner
- [Python-checkins] Fix indentation for get_stats_profile() docs (GH-23618) berkerpeksag
- [Python-checkins] Correct referenced RFC number in cgi module (GH-22827) ethanfurman
- [Python-checkins] [doc] Fix erroneous backslashes in signatures and names (GH-23658) miss-islington
- [Python-checkins] bpo-31904: Skip some asyncio tests on VxWorks (#23815) asvetlov
- [Python-checkins] bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) (GH-23814) vstinner
- [Python-checkins] bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) (GH-23388) vstinner
- [Python-checkins] bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) (GH-23389) vstinner
- [Python-checkins] bpo-26564: fix obsolete comment in traceback.c (GH-23819) vstinner
- [Python-checkins] bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803) markshannon
- [Python-checkins] bpo-42613: Fix freeze.py config directory (GH-23792) (GH-23817) vstinner
- [Python-checkins] [doc] Fix a few margins due to bad markup (GH-23619) miss-islington
- [Python-checkins] bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530) vstinner
- [Python-checkins] bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) miss-islington
- [Python-checkins] bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031) DinoV
- [Python-checkins] bpo-1635741: Port _thread to multiphase init (GH-23811) vstinner
- [Python-checkins] bpo-39096: Format specification documentation fixes for numeric types (GH-23575) JulienPalard
- [Python-checkins] bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802) JulienPalard
- [Python-checkins] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) pablogsal
- [Python-checkins] bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341) corona10
- [Python-checkins] bpo-40956: Fix sqlite3 AC code (GH-23837) corona10
- [Python-checkins] bpo-41891: ensure asyncio.wait_for waits for task completion (#22461) 1st1
- [Python-checkins] bpo-42675: Document collections.abc.Callable changes (GH-23839) gvanrossum
- [Python-checkins] bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) miss-islington
- [Python-checkins] [3.8] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23835) miss-islington
- [Python-checkins] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23836) ned-deily
- [Python-checkins] bpo-34398: Allow glossary results to show up on search page (GH-8773) JulienPalard
- [Python-checkins] bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039) JulienPalard
- [Python-checkins] bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) (#23840) 1st1
- [Python-checkins] bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039) miss-islington
- [Python-checkins] bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) miss-islington
- [Python-checkins] bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) rhettinger
- [Python-checkins] bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) (GH-23824) rhettinger
- [Python-checkins] bpo-42559: Not that getrandbits() is non-negative. (GH-23843) rhettinger
- [Python-checkins] bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) (GH-23850) rhettinger
- [Python-checkins] bpo-42559: Not that getrandbits() is non-negative. (GH-23843) (GH-23851) rhettinger
- [Python-checkins] Fixed typo in itertools documentation (GH-23816) rhettinger
- [Python-checkins] bpo-42470: Do not warn on sequences which are also sets in random.sample() (GH-23665) rhettinger
- [Python-checkins] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) serhiy-storchaka
- [Python-checkins] [3.9] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23853) serhiy-storchaka
- [Python-checkins] [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23854) serhiy-storchaka
- [Python-checkins] [doc] Mention with and except clauses in globals() (GH-13232) JulienPalard
- [Python-checkins] bpo-40219: Lowered ttk LabeledScale dummy (GH-21467) (GH-23788) serhiy-storchaka
- [Python-checkins] [3.9] bpo-42675: Document collections.abc.Callable changes (GH-23839) (#23852) gvanrossum
- [Python-checkins] bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) ericvsmith
- [Python-checkins] bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) (GH-23862) ericvsmith
- [Python-checkins] bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) (GH-23863) ericvsmith
- [Python-checkins] bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708) pablogsal
- [Python-checkins] bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708) (GH-23866) pablogsal
- [Python-checkins] bpo-42572: Improve argparse docs for the type parameter. (GH-23849) rhettinger
- [Python-checkins] bpo-42669: Document that `except` rejects nested tuples (GH-23822) miss-islington
- [Python-checkins] bpo-42572: Improve argparse docs for the type parameter. (GH-23849) (GH-23869) rhettinger
- [Python-checkins] bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23870) ericvsmith
- [Python-checkins] bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23871) ericvsmith
- [Python-checkins] bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821) vstinner
- [Python-checkins] [WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967) miss-islington
- [Python-checkins] bpo-35790: Correct the description of sys.exc_info() and add a code example (GH-11625) JulienPalard
- [Python-checkins] bpo-42634: Mark reraise after except blocks as artificial. (GH-23877) markshannon
- [Python-checkins] Fix typo in docstring (GH-23515) asvetlov
- [Python-checkins] Update macOS installer ReadMe for 3.8.7 and Big Sur (GH-23882) ambv
- [Python-checkins] Python 3.8.7 ambv
- [Python-checkins] bpo-42008: Fix internal _random.Random() seeding for the one argument case (GH-22668) rhettinger
- [Python-checkins] bpo-39159: Declare error that might be raised from literal_eval (GH-19899) rhettinger
- [Python-checkins] [3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-23827) miss-islington
- [Python-checkins] [3.9] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23859) miss-islington
- [Python-checkins] [3.8] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23860) miss-islington
- [Python-checkins] [3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-23828) miss-islington
- [Python-checkins] bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868) miss-islington
- [Python-checkins] [doc] Fix missing commas in signatures (#23693) pganssle
- [Python-checkins] bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884) rhettinger
- [Python-checkins] bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884) (GH-23894) rhettinger
- [Python-checkins] bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427) taleinat
- [Python-checkins] Fix typos in sysmodule (GH-23883) nanjekyejoannah
- [Python-checkins] bpo-39465: Add pycore_atomic_funcs.h header (GH-20766) vstinner
- [Python-checkins] bpo-42620: Improve socket.getsockname doc string (GH-23742) miss-islington
- [Python-checkins] bpo-1635741: Port resource extension module to module state (GH-23462) tiran
- [Python-checkins] BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881) asvetlov
- [Python-checkins] bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896) markshannon
- [Python-checkins] bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) rhettinger
- [Python-checkins] bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724) vstinner
- [Python-checkins] bpo-25246: Optimize deque.remove() (GH-23898) rhettinger
- [Python-checkins] bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable (GH-22583) isidentical
- [Python-checkins] bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915) miss-islington
- [Python-checkins] bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914) rhettinger
- [Python-checkins] bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702) gvanrossum
- [Python-checkins] GH: Add isidentical to the CODEOWNERS (GH-23923) isidentical
- [Python-checkins] closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) miss-islington
- [Python-checkins] bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. (gh-23918) ericsnowcurrently
- [Python-checkins] [Enum] EnumMeta.__prepare__ now accepts **kwds (#23917) ethanfurman
- [Python-checkins] bpo-42685: Improve placing of simple query windows. (GH-23856) serhiy-storchaka
- [Python-checkins] [3.9] bpo-42727: [Enum] EnumMeta.__prepare__ now accepts **kwds (GH-23917). (GH-23926) ethanfurman
- [Python-checkins] bpo-42727: [Enum] use super() and include **kwds (GH-23927) ethanfurman
- [Python-checkins] bpo-42727: Fix the NEWS entry .rst (GH-23932) gpshead
- [Python-checkins] bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) gpshead
- [Python-checkins] bpo-29076: Add fish support to macOS installer (GH-23302) miss-islington
- [Python-checkins] bpo-42734: Fix crasher bogus_code_obj.py (GH-23939) serhiy-storchaka
- [Python-checkins] bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904) serhiy-storchaka
- [Python-checkins] bpo-28964: add line number of node (if available) to ast.literal_eval error messages (GH-23677) isidentical
- [Python-checkins] bpo-42721: Improve using simple dialogs without root window (GH-23897) serhiy-storchaka
- [Python-checkins] bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885) serhiy-storchaka
- [Python-checkins] Rename Tkinter tests for widget options (GH-23944) serhiy-storchaka
- [Python-checkins] [3.8] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281). (GH-23784) (GH-23787) serhiy-storchaka
- [Python-checkins] bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-23929) ericsnowcurrently
- [Python-checkins] Sync what's new in 3.9 with 3.9 branch (GH-23943) pablogsal
- [Python-checkins] bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058) vstinner
- [Python-checkins] Add convolve() to the itertools recipes (GH-23928) rhettinger
- [Python-checkins] bpo-42745: Make the type cache per-interpreter (GH-23947) vstinner
- [Python-checkins] bpo-42694: Prevent creating _curses_panel.panel (GH-23948) vstinner
- [Python-checkins] bpo-40521: Per-interpreter interned strings (GH-20085) vstinner
- [Python-checkins] Add convolve() to the itertools recipes (GH-23928) (GH-23949) rhettinger
- [Python-checkins] [3.8] Rename Tkinter tests for widget options (GH-23944) (GH-23946) serhiy-storchaka
- [Python-checkins] bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954) isidentical
- [Python-checkins] bpo-16396: fix BPO number in changelog (GH-23951) miss-islington
- [Python-checkins] Add small validator utility for PEG grammars (GH-23519) pablogsal
- [Python-checkins] bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953) vstinner
- [Python-checkins] bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955) serhiy-storchaka
- [Python-checkins] bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838) corona10
- [Python-checkins] bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955) (GH-23962) serhiy-storchaka
- [Python-checkins] bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170) vstinner
- [Python-checkins] bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965) pablogsal
- [Python-checkins] bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-23972) vstinner
- [Python-checkins] bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975) miss-islington
- [Python-checkins] [workflow] Use MSVC problem matcher for Windows action build (GH-18532) zware
- [Python-checkins] bpo-42222: Modernize integer test/conversion in randrange() (#23064) rhettinger
- [Python-checkins] bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963) miss-islington
- [Python-checkins] Use Py_NewRef in Modules/_struct.c (GH-23981) pablogsal
- [Python-checkins] Fix compiler warnings regarding loss of data (GH-23983) pablogsal
- [Python-checkins] bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942) gvanrossum
- [Python-checkins] bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982) miss-islington
- [Python-checkins] bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966) serhiy-storchaka
- [Python-checkins] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) serhiy-storchaka
- [Python-checkins] Fix typo in NEWS (GH23958) serhiy-storchaka
- [Python-checkins] bpo-16396: fix BPO number in changelog (GH-23951) (GH-23956) serhiy-storchaka
- [Python-checkins] bpo-41781: Fix typo in internal function name in typing (GH-23957) serhiy-storchaka
- [Python-checkins] Allow / character in username, password fields in _PROXY envvars. (#23973) orsenthil
- [Python-checkins] Fix minor typo in comments in readline.c (GH-23911) serhiy-storchaka
- [Python-checkins] [doc] Fix missing commas in signatures (GH-23693) miss-islington
- [Python-checkins] bpo-42700: Swap descriptions in pyexpat.errors (GH-23876) serhiy-storchaka
- [Python-checkins] bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405) miss-islington
- [Python-checkins] Allow / character in username, password fields in _PROXY envvars. (GH-23973) miss-islington
- [Python-checkins] bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762) serhiy-storchaka
- [Python-checkins] Allow / character in username, password fields in _PROXY envvars. (GH-23973) (#23992) orsenthil
- [Python-checkins] bpo-40956: Convert _sqlite3.Row to Argument Clinic (GH-23964) serhiy-storchaka
- [Python-checkins] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861) serhiy-storchaka
- [Python-checkins] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) miss-islington
- [Python-checkins] bpo-40137: Fix refleak in _functools_exec() (GH-24006) vstinner
- [Python-checkins] bpo-27794: Add `name` attribute to `property` class (GH-23967) rhettinger
- [Python-checkins] bpo-27640: Add --disable-test-modules configure option (GH-23886) vstinner
- [Python-checkins] bpo-42773: fix tests not being run on pushes (GH-24004) miss-islington
- [Python-checkins] Minor improvements to the convolve() recipe (GH-24012) rhettinger
- [Python-checkins] bpo-39068: Fix race condition in base64 (GH-17627) serhiy-storchaka
- [Python-checkins] [3.9] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24017) serhiy-storchaka
- [Python-checkins] [3.8] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24016) serhiy-storchaka
- [Python-checkins] bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons (GH-23980) serhiy-storchaka
- [Python-checkins] bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758) jaraco
- [Python-checkins] bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (#23010) jaraco
- [Python-checkins] Fixes a typo in importlib.metadata. (#23921) warsaw
- [Python-checkins] bpo-37193: Remove thread objects which finished process its request (GH-23127) pablogsal
- [Python-checkins] Fixes a typo in importlib.metadata. (GH-23921) (#24030) warsaw
- [Python-checkins] Fixes a typo in importlib.metadata. (GH-23921) (#24029) warsaw
- [Python-checkins] bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031) rhettinger
- [Python-checkins] bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031) (#24035) rhettinger
Last message date: Thu Dec 31 20:36:22 EST 2020
Archived on: Thu Dec 31 20:36:23 EST 2020
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4