Showing content from http://mail.python.org/pipermail/python-checkins/2020-March/thread.html below:
The Python-checkins March 2020 Archive by thread
March 2020 Archives by thread
Starting: Sun Mar 1 13:43:08 EST 2020
Ending: Tue Mar 31 21:52:28 EDT 2020
Messages: 454
- [Python-checkins] bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718) Gregory P. Smith
- [Python-checkins] [3.7] bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718) (GH-18725) Gregory P. Smith
- [Python-checkins] bpo-38641: Add lib2to3 support for starred expressions in return/yield statements (GH-16994) Vlad Emelianov
- [Python-checkins] (no subject) Batuhan Taşkaya
- [Python-checkins] bpo-39678: refactor queue manager thread (GH-18551) Thomas Moreau
- [Python-checkins] closes bpo-39803: Remove unused str from _PyLong_FormatAdvancedWriter. (GH-18709) Andy Lester
- [Python-checkins] [3.8] bpo-39815: add cached_property to all (GH-18726) (GH-18728) Pablo Galindo
- [Python-checkins] bpo-39199: Add descriptions of non-deprecated nodes to the AST module documentation (GH-17812) Pablo Galindo
- [Python-checkins] bpo-39378: partial of PickleState struct should be traversed. (GH-18046) Hai Shi
- [Python-checkins] bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275) Shantanu
- [Python-checkins] bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) Chris A
- [Python-checkins] bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. (GH-18656) Serhiy Storchaka
- [Python-checkins] [3.8] bpo-38913: Fix segfault in Py_BuildValue("(sGH-O)", ...) if entered with exception raised. (GH-18656). (GH-18732) Serhiy Storchaka
- [Python-checkins] bpo-38410: Properly handle PySys_Audit() failures (GH-18658) Serhiy Storchaka
- [Python-checkins] Fix misleading statement about mixed-type numeric comparisons (GH-18615) Mark Dickinson
- [Python-checkins] bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684) Inada Naoki
- [Python-checkins] bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678) Erlend Egeberg Aasland
- [Python-checkins] bpo-39764: Make Task.get_stack accept ag_frame (#18669) Lidi Zheng
- [Python-checkins] bpo-39764: Make Task.get_stack accept ag_frame (GH-18669) Miss Islington (bot)
- [Python-checkins] bpo-39796: Fix _warnings module initialization (GH-18739) Victor Stinner
- [Python-checkins] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750) Serhiy Storchaka
- [Python-checkins] bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746) Stefan Krah
- [Python-checkins] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) Pablo Galindo
- [Python-checkins] [3.8] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) (GH-18756) Pablo Galindo
- [Python-checkins] bpo-38597: Never statically link extension initialization code on Windows (GH-18724) Steve Dower
- [Python-checkins] [3.7] bpo-38597: Never statically link extension initialization code on Windows (GH-18724) (GH-18759) Steve Dower
- [Python-checkins] [3.8] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750) (GH-18761) Pablo Galindo
- [Python-checkins] [3.7] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750). (GH-18760) Pablo Galindo
- [Python-checkins] bpo-38091: Import deadlock detection causes deadlock (GH-17518) Armin Rigo
- [Python-checkins] bpo-39778: Add clarification about tp_traverse and ownership (GH-18754) Pablo Galindo
- [Python-checkins] bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746) (#18752) Stefan Krah
- [Python-checkins] bpo-39776: Lock ++interp->tstate_next_unique_id (GH-18746) Stefan Krah
- [Python-checkins] bpo-12915: Skip test_pkgutil.test_name_resolution() non-encodable filenames (GH-18720) Michael Felt
- [Python-checkins] Fix misleading statement about mixed-type numeric comparisons (GH-18615) (GH-18737) Miss Islington (bot)
- [Python-checkins] bpo-39674: Update collections ABC deprecation doc (GH-18747) Victor Stinner
- [Python-checkins] bpo-39674: Update collections ABC deprecation doc (GH-18748) Victor Stinner
- [Python-checkins] bpo-39831: Remove outdated comment. (GH-18764) Serhiy Storchaka
- [Python-checkins] bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195) MojoVampire
- [Python-checkins] bpo-39674: Suggest to test with DeprecationWarning (GH-18552) Victor Stinner
- [Python-checkins] bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) Brandt Bucher
- [Python-checkins] bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) (GH-18751) Ryan Rowe
- [Python-checkins] [3.7] bpo-39389: gzip: fix compression level metadata (GH-18077) (GH-18101) Miss Islington (bot)
- [Python-checkins] 3.7.7rc1 Ned Deily
- [Python-checkins] bpo-39826: add getConnection() hook to logging HTTPHandler (GH-18745) l0rb
- [Python-checkins] Fix misleading statement about mixed-type numeric comparisons (GH-18615) (#18773) Miss Islington (bot)
- [Python-checkins] bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) Andy Lester
- [Python-checkins] bpo-39763: distutils.spawn now uses subprocess (GH-18743) Victor Stinner
- [Python-checkins] bpo-39674: Fix typo in What's New In Python 3.9 (GH-18776) Victor Stinner
- [Python-checkins] bpo-39770, array module: Remove unnecessary descriptor counting (GH-18675) Andy Lester
- [Python-checkins] Update macOS installer ReadMe for 3.7.7. (GH-18775) Ned Deily
- [Python-checkins] bpo-39763: Refactor setup.py (GH-18778) Victor Stinner
- [Python-checkins] bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) Victor Stinner
- [Python-checkins] Allow python_uwp.vcxproj to build with toolset v142 if present (GH-18777) Steve Dower
- [Python-checkins] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) Brett Cannon
- [Python-checkins] [3.7] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18782) Miss Islington (bot)
- [Python-checkins] Add a missing space after a period in 'typing.TypedDict' documentation (GH-18784) Miss Islington (bot)
- [Python-checkins] bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) Gregory P. Smith
- [Python-checkins] bpo-39855: Fix test_subprocess if nobody user doesn't exist (GH-18781) Victor Stinner
- [Python-checkins] Add a comment to _Py_RestoreSignals() (GH-18792) Victor Stinner
- [Python-checkins] [3.8] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18783) Miss Islington (bot)
- [Python-checkins] IDLE doc: improve Startup failure subsection. (#18771) Jules Lasne (jlasne)
- [Python-checkins] IDLE doc: improve Startup failure subsection. (GH-18771) Miss Islington (bot)
- [Python-checkins] closes bpo-39870: Remove unused arg from sys_displayhook_unencodable. (GH-18796) Andy Lester
- [Python-checkins] closes bpo-39859: Do not downcast result of hstrerror (GH-18790) Andy Lester
- [Python-checkins] bpo-39868: Update Language Reference for PEP 572. (#18793) Brandt Bucher
- [Python-checkins] bpo-39868: Update Language Reference for PEP 572. (GH-18793) Miss Islington (bot)
- [Python-checkins] bpo-39573: Make Py_IS_TYPE() take constant parameters (GH-18799) Andy Lester
- [Python-checkins] PyPy already supports Python 3 (GH-18774) Slam
- [Python-checkins] bpo-39873: PyObject_Init() uses PyObject_INIT() (GH-18804) Victor Stinner
- [Python-checkins] closes bpo-39872: Remove unused args from symtable_exit_block and symtable_visit_annotations. (GH-18800) Andy Lester
- [Python-checkins] bpo-36144: Implement defaultdict union (GH-18729) Brandt Bucher
- [Python-checkins] bpo-39873: Cleanup _PyObject_CheckConsistency() (GH-18807) Victor Stinner
- [Python-checkins] bpo-17422: slightly more precise language (GH-18682) Caleb Donovick
- [Python-checkins] bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809) Andy Lester
- [Python-checkins] bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816) Victor Stinner
- [Python-checkins] bpo-39882: Py_FatalError() logs the function name (GH-18819) Victor Stinner
- [Python-checkins] bpo-39837: Disable macOS tests on Azure Pipelines (GH-18818) Steve Dower
- [Python-checkins] bpo-39889: Fix ast.unparse() for subscript. (GH-18824) Serhiy Storchaka
- [Python-checkins] [3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826) Serhiy Storchaka
- [Python-checkins] closes bpo-39878: Remove unused arguments from static functions. (GH-18822) Andy Lester
- [Python-checkins] closes bpo-39886: Remove unused arg from config_get_stdio_errors. (GH-18823) Andy Lester
- [Python-checkins] bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815) Pablo Galindo
- [Python-checkins] bpo-39199: Use 'eval' mode for the examples with expression nodes (GH-18828) Pablo Galindo
- [Python-checkins] bpo-39702: Update the Language Reference (PEP 614) (GH-18802) Brandt Bucher
- [Python-checkins] bpo-36144: Update MappingProxyType with PEP 584's operators (#18814) Brandt Bucher
- [Python-checkins] bpo-39890: Don't mutate the AST when compiling starred assignments (GH-18833) Brandt Bucher
- [Python-checkins] bpo-39877: Fix PyEval_RestoreThread() for daemon threads (GH-18811) Victor Stinner
- [Python-checkins] bpo-39567: Document audit for os.walk, os.fwalk, Path.glob and Path.rglob. (GH-18499) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750). (GH-18765) Serhiy Storchaka
- [Python-checkins] closes bpo-39898: Remove unused arg from append_formattedvalue. (GH-18840) Andy Lester
- [Python-checkins] fix typo: add space (GH-18853) Julin S
- [Python-checkins] bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) Terry Jan Reedy
- [Python-checkins] bpo-39885: IDLE context menu clears selection (#18859) Terry Jan Reedy
- [Python-checkins] bpo-39885: IDLE context menu clears selection (GH-18859) Miss Islington (bot)
- [Python-checkins] bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699) Maor Kleinberger
- [Python-checkins] Fix typo in the parser generator (GH-18603) xatier
- [Python-checkins] bpo-27115: Move IDLE Query error blanking (GH-18868) Terry Jan Reedy
- [Python-checkins] bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627) idomic
- [Python-checkins] bpo-39903: Fix double decref in _elementtree.Element.__getstate__ (GH-18850) Serhiy Storchaka
- [Python-checkins] bpo-39822: Use NULL instead of None for empty attrib in Element. (GH-18735) Serhiy Storchaka
- [Python-checkins] bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) Pablo Galindo
- [Python-checkins] [3.7] bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) (GH-18877) Pablo Galindo
- [Python-checkins] [3.8] bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) (GH-18876) Pablo Galindo
- [Python-checkins] bpo-39904: Move handling of one-argument call of type() from type.__new__() to type.__call__(). (GH-18852) Serhiy Storchaka
- [Python-checkins] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863) Serhiy Storchaka
- [Python-checkins] bpo-36184: Port python-gdb.py to FreeBSD (GH-18873) Victor Stinner
- [Python-checkins] bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329) Serhiy Storchaka
- [Python-checkins] bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883) Victor Stinner
- [Python-checkins] bpo-39877: Py_Initialize() pass tstate to PyEval_InitThreads() (GH-18884) Victor Stinner
- [Python-checkins] bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) Terry Jan Reedy
- [Python-checkins] bpo-39877: Refactor take_gil() function (GH-18885) Victor Stinner
- [Python-checkins] bpo-36287: Make ast.dump() not output optional fields and attributes with default values. (GH-18843) Serhiy Storchaka
- [Python-checkins] bpo-39877: take_gil() checks tstate_must_exit() twice (GH-18890) Victor Stinner
- [Python-checkins] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757) Pete Wicken
- [Python-checkins] bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848) Victor Stinner
- [Python-checkins] bpo-39763: Add _bootsubprocess to build Python on AIX (GH-18872) Victor Stinner
- [Python-checkins] bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891) Victor Stinner
- [Python-checkins] bpo-39877: Deprecate PyEval_InitThreads() (GH-18892) Victor Stinner
- [Python-checkins] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779) Dong-hee Na
- [Python-checkins] Post release updates Ned Deily
- [Python-checkins] [3.8] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18894) Dong-hee Na
- [Python-checkins] [3.7] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18895) Dong-hee Na
- [Python-checkins] bpo-1294959: Add sys.platlibdir attribute (GH-18381) Victor Stinner
- [Python-checkins] bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897) Victor Stinner
- [Python-checkins] bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) Antoine
- [Python-checkins] bpo-34822: Simplify AST for subscription. (GH-9605) Serhiy Storchaka
- [Python-checkins] tracemalloc: 'pretty top' example no longer changes the filename (GH-18903) Adam Johnson
- [Python-checkins] bpo-38662: ensurepip invokes pip via runpy (GH-18901) Miss Islington (bot)
- [Python-checkins] bpo-38631: _PyGILState_Init() returns PyStatus (GH-18908) Victor Stinner
- [Python-checkins] Updates functools.py with consistent quotes (GH-18825) Nikita Sobolev
- [Python-checkins] closes bpo-39922: Remove unused args from four functions. (GH-18893) Andy Lester
- [Python-checkins] closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) Benjamin Peterson
- [Python-checkins] Update some www.unicode.org URLs to use HTTPS. (GH-18912) Benjamin Peterson
- [Python-checkins] bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913) Benjamin Peterson
- [Python-checkins] Fix download.html (GH-18902) Inada Naoki
- [Python-checkins] bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918) Steve Dower
- [Python-checkins] bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766) Petr Viktorin
- [Python-checkins] bpo-39930: Convert error to warning for more silent failure (GH-18921) Steve Dower
- [Python-checkins] bpo-39915: Ensure await_args_list is updated according to the order in which coroutines were awaited (GH-18924) Karthikeyan Singaravelan
- [Python-checkins] bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880) Serhiy Storchaka
- [Python-checkins] bpo-1635741: Port _locale extension module to multiphase initialization (PEP 489) (GH-18358) Hai Shi
- [Python-checkins] bpo-1635741: Port audioop extension module to multiphase initialization (PEP 489) (GH-18608) Hai Shi
- [Python-checkins] bpo-1635741: Fix potential refleaks in binascii module (GH-18613) Hai Shi
- [Python-checkins] bpo-1635741: Fix refleaks of time module error handling (GH-18486) Hai Shi
- [Python-checkins] bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304) Miss Islington (bot)
- [Python-checkins] bpo-39930: Fix MSBuild detection for Build Tools (GH-18938) Steve Dower
- [Python-checkins] bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780) bobince
- [Python-checkins] Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946) Pablo Galindo
- [Python-checkins] Simplify defaultdict.__or__ (#18931) Brandt Bucher
- [Python-checkins] [3.8] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18954) Serhiy Storchaka
- [Python-checkins] bpo-39884: Add method name in "bad call flags" error (GH-18944) Victor Stinner
- [Python-checkins] Remove unused args from two pylifecycle.c functions (GH-18867) Andy Lester
- [Python-checkins] [3.7] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18955) Serhiy Storchaka
- [Python-checkins] bpo-39884: Add method name in "bad call flags" error (GH-18944) (GH-18956) Victor Stinner
- [Python-checkins] bpo-39884: Add method name in "bad call flags" error (GH-18944) (GH-18957) Victor Stinner
- [Python-checkins] [3.7] bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780) (GH-18959) bobince
- [Python-checkins] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) Daniel Hahler
- [Python-checkins] bpo-39689: Do not test undefined casts to _Bool (GH-18964) Stefan Krah
- [Python-checkins] bpo-39689: Do not test undefined casts to _Bool (GH-18964) (#18965) Miss Islington (bot)
- [Python-checkins] bpo-39689: Do not test undefined casts to _Bool (GH-18964) (#18966) Miss Islington (bot)
- [Python-checkins] bpo-39936: _aix_support uses _bootsubprocess (GH-18970) Victor Stinner
- [Python-checkins] bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340) Victor Stinner
- [Python-checkins] bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972) Victor Stinner
- [Python-checkins] bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974) Victor Stinner
- [Python-checkins] bpo-37207: Use PEP 590 vectorcall to speed up tuple() (GH-18936) Dong-hee Na
- [Python-checkins] [3.8] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18976) Karthikeyan Singaravelan
- [Python-checkins] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18963) Miss Islington (bot)
- [Python-checkins] bpo-35370: Add _PyEval_SetTrace() function (GH-18975) Victor Stinner
- [Python-checkins] bpo-39947: Hide implementation detail of trashcan macros (GH-18971) Victor Stinner
- [Python-checkins] bpo-36144: Update os.environ and os.environb for PEP 584 (#18911) Charles Burkland
- [Python-checkins] bpo-36144: OrderedDict Union (PEP 584) (#18967) Brandt Bucher
- [Python-checkins] bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978) Victor Stinner
- [Python-checkins] bpo-39947: Add PyInterpreterState_Get() function (GH-18979) Victor Stinner
- [Python-checkins] bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981) Victor Stinner
- [Python-checkins] bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659) Inada Naoki
- [Python-checkins] bpo-39937: Improve suggestions for removal of getchildren and getiterator in changelog (GH-18937) Rahul Kumaresan
- [Python-checkins] Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985) Inada Naoki
- [Python-checkins] bpo-39915: Ensure await_args_list is updated according to the order in which coroutines were awaited (GH-18927) Miss Islington (bot)
- [Python-checkins] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) Zackery Spytz
- [Python-checkins] [3.8] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) (GH-18989) Mark Dickinson
- [Python-checkins] Make cpython/abstract.h compatible with C90 (#18481) Peter Eisentraut
- [Python-checkins] [3.7] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) (GH-18990) Mark Dickinson
- [Python-checkins] bpo-39585: Delete a pending comment in _warning.c (GH-18414) Hai Shi
- [Python-checkins] bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-18412) David CARLIER
- [Python-checkins] bpo-39509: Update HTTP status code to follow IANA (GH-18294) Dong-hee Na
- [Python-checkins] bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550) Taine Zhao
- [Python-checkins] bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) Ashwin Ramaswami
- [Python-checkins] Link to list of keywords in the laguage reference (GH-18024) Борис Верховский
- [Python-checkins] bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) (GH-18898) Miss Islington (bot)
- [Python-checkins] bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) (GH-19002) Miss Islington (bot)
- [Python-checkins] bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010) Pablo Galindo
- [Python-checkins] bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291) Ross
- [Python-checkins] Fix a possible refleak in tupleobject.c (GH-19018) Hai Shi
- [Python-checkins] bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH-19009) Miss Islington (bot)
- [Python-checkins] bpo-39968: Convert extension modules' macros of get_module_state() to inline functions (GH-19017) Hai Shi
- [Python-checkins] bpo-37207: Use _PyArg_CheckPositional() for tuple vectorcall (GH-18986) Dong-hee Na
- [Python-checkins] bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980) Dong-hee Na
- [Python-checkins] bpo-1635741: Port _statistics module to multiphase initialization (GH-19015) Dong-hee Na
- [Python-checkins] bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) Victor Stinner
- [Python-checkins] bpo-39968: Fix a typo error in get_readline_state() (GH-19028) Hai Shi
- [Python-checkins] bpo-37207: Use PEP 590 vectorcall to speed up set() constructor (GH-19019) Dong-hee Na
- [Python-checkins] bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) (GH-19029) Victor Stinner
- [Python-checkins] bpo-1635741: Port _ctypes_test extension to multiphase initialization (PEP 489) (GH-19012) Hai Shi
- [Python-checkins] bpo-39656: Ensure `bin/python3.#` is always present in virtual environments on POSIX (GH-19030) Anthony Sottile
- [Python-checkins] bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) Zackery Spytz
- [Python-checkins] bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043) Victor Stinner
- [Python-checkins] bpo-39987: Simplify setting lineno in the compiler. (GH-19037) Serhiy Storchaka
- [Python-checkins] bpo-39943: Remove unused self from find_nfc_index() (GH-18973) Andy Lester
- [Python-checkins] bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#19032) Matthias Braun
- [Python-checkins] bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738) Victor Stinner
- [Python-checkins] bpo-39991: Enhance uuid parser for MAC address (GH-19045) Victor Stinner
- [Python-checkins] bpo-1635741: Port itertools module to multiphase initialization (GH-19044) Dong-hee Na
- [Python-checkins] bpo-39984: Add PyInterpreterState.ceval (GH-19047) Victor Stinner
- [Python-checkins] bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038) Serhiy Storchaka
- [Python-checkins] bpo-39719: Remove softspace from tempfile.SpooledTemporaryFile (GH-18599) Shantanu
- [Python-checkins] bpo-38373: Change list overallocating strategy. (GH-18952) Serhiy Storchaka
- [Python-checkins] bpo-39984: Pass tstate to handle_signals() (GH-19050) Victor Stinner
- [Python-checkins] bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051) Victor Stinner
- [Python-checkins] bpo-39877: Fix take_gil() for daemon threads (GH-19054) Victor Stinner
- [Python-checkins] bpo-39957: Change Signature.parameters to OrderedDict (GH-18988) Jens Reidel
- [Python-checkins] bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049) Victor Stinner
- [Python-checkins] bpo-1635741: Port _heapq module to multiphase initialization (GH19057) Dong-hee Na
- [Python-checkins] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) Victor Stinner
- [Python-checkins] bpo-37207: Use PEP 590 vectorcall to speed up frozenset() (GH-19053) Dong-hee Na
- [Python-checkins] bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061) Victor Stinner
- [Python-checkins] bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866) Pablo Galindo
- [Python-checkins] Remove unused variable to fix compiler warning in _threadmodule.c (GH-19064) Pablo Galindo
- [Python-checkins] bpo-39984: Move pending calls to PyInterpreterState (GH-19066) Victor Stinner
- [Python-checkins] bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968) Miss Islington (bot)
- [Python-checkins] bpo-1635741: Port _collections module to multiphase initialization (GH-19074) Dong-hee Na
- [Python-checkins] bpo-40010: Optimize signal handling in multithreaded applications (GH-19067) Victor Stinner
- [Python-checkins] bpo-39824: Convert PyModule_GetState() to get_module_state() (GH-19076) Hai Shi
- [Python-checkins] Fix "versionchanged" for pow named arguments (GH-19042) Mark Dickinson
- [Python-checkins] Fix "versionchanged" for pow named arguments (GH-19042) (GH-19079) Miss Islington (bot)
- [Python-checkins] bpo-39877: 4th take_gil() fix for daemon threads (GH-19080) Victor Stinner
- [Python-checkins] bpo-40019: Skip test_gdb if Python was optimized (GH-19081) Victor Stinner
- [Python-checkins] bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929) amaajemyfren
- [Python-checkins] bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19084) Hai Shi
- [Python-checkins] bpo-40010: Pass tstate to ceval GIL functions (GH-19077) Victor Stinner
- [Python-checkins] bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087) Victor Stinner
- [Python-checkins] bpo-40010: Optimize pending calls in multithreaded applications (GH-19091) Victor Stinner
- [Python-checkins] [3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) (GH-19090) Victor Stinner
- [Python-checkins] bpo-39947: Add PyThreadState_GetFrame() function (GH-19092) Victor Stinner
- [Python-checkins] bpo-39946: Remove _PyThreadState_GetFrame (GH-19094) Victor Stinner
- [Python-checkins] bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418) (GH-17444) (#17445) Ned Deily
- [Python-checkins] bpo-24916: Remove an outdated comment. (GH-19101) Serhiy Storchaka
- [Python-checkins] bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942). (GH-19104) Serhiy Storchaka
- [Python-checkins] bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108) Serhiy Storchaka
- [Python-checkins] bpo-40024: Add PyModule_AddType() helper function (GH-19088) Dong-hee Na
- [Python-checkins] bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) Ronald Oussoren
- [Python-checkins] bpo-39999: Improve compatibility of the ast module. (GH-19056) Serhiy Storchaka
- [Python-checkins] bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) (GH-19110) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) (GH-19111) Jason R. Coombs
- [Python-checkins] bpo-39830: Add zipfile.Path to __all__ (GH-19115) Zackery Spytz
- [Python-checkins] bpo-1635741: Port time module to multiphase initialization (PEP 489) (GH-19107) Paulo Henrique Silva
- [Python-checkins] bpo-40014: Fix os.getgrouplist() on macOS (GH-19118) Victor Stinner
- [Python-checkins] bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832) Curtis Bucher
- [Python-checkins] bpo-40036: Deleting duplicates in itertoolsmodule.c (GH-18958) AlphaHot
- [Python-checkins] bpo-36144: Add union operators to WeakKeyDictionary (#19106) Curtis Bucher
- [Python-checkins] Revert "bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19084)" (#19128) Victor Stinner
- [Python-checkins] Updated documentation for FOR_ITER (GH-19113) laike9m
- [Python-checkins] closes bpo-40017: Add CLOCK_TAI constant to the time module. (GH-19096) Russell Owen
- [Python-checkins] bpo-39689: Do not use native packing for format "?" with standard size (GH-18969) Stefan Krah
- [Python-checkins] bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) Victor Stinner
- [Python-checkins] bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136) Victor Stinner
- [Python-checkins] Clarify a guarantee of the logging module. (GH-19132) Gregory P. Smith
- [Python-checkins] bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136) (GH-19137) Victor Stinner
- [Python-checkins] bpo-40050: Fix importlib._bootstrap_external (GH-19135) Victor Stinner
- [Python-checkins] bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) Juhana Jauhiainen
- [Python-checkins] bpo-40014: Fix os.getgrouplist() (GH-19126) Victor Stinner
- [Python-checkins] bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19140) Victor Stinner
- [Python-checkins] bpo-40029 mark test_importlib.test_zip as requiring zlib (#19105) Roman Yurchak
- [Python-checkins] bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119) Dong-hee Na
- [Python-checkins] bpo-36144: Add union operators to WeakValueDictionary584 (#19127) Curtis Bucher
- [Python-checkins] bpo-1635741: Port operator module to multiphase initialization (PEP 489) (GH-19150) Paulo Henrique Silva
- [Python-checkins] bpo-1635741: Port _functools module to multiphase initialization (PEP 489) (GH-19151) Paulo Henrique Silva
- [Python-checkins] Use calloc-based functions, not malloc. (GH-19152) Andy Lester
- [Python-checkins] bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) (GH-19141) Miss Islington (bot)
- [Python-checkins] bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) (GH-19142) Miss Islington (bot)
- [Python-checkins] bpo-40050: Rephrase NEWS entry (GH-19148) Victor Stinner
- [Python-checkins] bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) Victor Stinner
- [Python-checkins] bpo-40016: re docstring: Clarify relationship of inline and argument flags (#19078) Ram Rachum
- [Python-checkins] bpo-39947: Use PyThreadState_GetFrame() (GH-19159) Victor Stinner
- [Python-checkins] bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) Brett Cannon
- [Python-checkins] bpo-40016: re docstring: Clarify relationship of inline and argument flags (GH-19078) Miss Islington (bot)
- [Python-checkins] bpo-39947: Add _PyThreadState_GetDict() function (GH-19160) Victor Stinner
- [Python-checkins] bpo-39947: Add PyThreadState_GetID() function (GH-19163) Victor Stinner
- [Python-checkins] bpo-39943: Properly const the pointers in dictkeys_get_index (GH-19170) Andy Lester
- [Python-checkins] bpo-38410: Properly handle PySys_Audit() failures (GH-16657) Zackery Spytz
- [Python-checkins] bpo-40071: Fix refleak in _functools module (GH19172) Paulo Henrique Silva
- [Python-checkins] bpo-39879: Update datamodel docs to include dict ordering (GH-19006) Lahfa Samy
- [Python-checkins] bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385) Peter Donis
- [Python-checkins] bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) (#19164) Miss Islington (bot)
- [Python-checkins] bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) (GH-19165) Miss Islington (bot)
- [Python-checkins] bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180) Victor Stinner
- [Python-checkins] bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184) Victor Stinner
- [Python-checkins] bpo-38644: Make tstate more explicit inside pystate.c (GH-19182) Victor Stinner
- [Python-checkins] bpo-40077: Convert _json module to use PyType_FromSpec() (GH-19177) Dong-hee Na
- [Python-checkins] bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183) Victor Stinner
- [Python-checkins] bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171) Ammar Askar
- [Python-checkins] bpo-40089: Fix threading._after_fork() (GH-19191) Victor Stinner
- [Python-checkins] bpo-40045: Make "dunder" method documentation easier to locate (#19153) Javad Mokhtari
- [Python-checkins] bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH-19198) Miss Islington (bot)
- [Python-checkins] bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH-19199) Miss Islington (bot)
- [Python-checkins] bpo-39812: Remove daemon threads in concurrent.futures (GH-19149) Kyle Stanley
- [Python-checkins] bpo-38002: Use False/True for IDLE pyshell bools (GH-19203) Terry Jan Reedy
- [Python-checkins] bpo-40024: Update _elementtree to use PyModule_AddType() (GH-19205) Dong-hee Na
- [Python-checkins] bpo-39073: validate Address parts to disallow CRLF (#19007) Ashwin Ramaswami
- [Python-checkins] bpo-37207: Use vectorcall for list() (GH-18928) Petr Viktorin
- [Python-checkins] bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202) Dong-hee Na
- [Python-checkins] bpo-8901: Windows registry path is now ignored with the -E option (GH-18169) Zackery Spytz
- [Python-checkins] Fix bug in test_collections.py (#19221) Curtis Bucher
- [Python-checkins] bpo-39943: Remove unnecessary casts in import.c that remove constness (GH-19209) Andy Lester
- [Python-checkins] bpo-40020: Fix realloc leak on failure in growable_comment_array_add (GH-19083) Alexander Riccio
- [Python-checkins] fix comma location in various places (GH-19233) Mathieu Dupuy
- [Python-checkins] bpo-40108: Improve the error message in runpy when importing a module that includes the extension (GH-19239) Pablo Galindo
- [Python-checkins] bpo-40121: Fixes audit event raised on creating a new socket (GH-19238) Steve Dower
- [Python-checkins] bpo-1635741: Port _uuid module to multiphase initialization (GH-19242) Dong-hee Na
- [Python-checkins] bpo-1635741: Port math module to multiphase initialization (GH-19243) Dong-hee Na
- [Python-checkins] bpo-32591: _PyErr_WarnUnawaitedCoroutine() sets source (GH-19247) Victor Stinner
- [Python-checkins] bpo-40003: test.bisect_cmd copies Python options (GH-19246) Victor Stinner
- [Python-checkins] closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248) Benjamin Peterson
- [Python-checkins] Document most common signals (GH-19245) Victor Stinner
- [Python-checkins] Document most common signals (GH-19245) (GH-19257) Victor Stinner
- [Python-checkins] Document most common signals (GH-19245) (GH-19258) Victor Stinner
- [Python-checkins] bpo-40094: Add test.support.wait_process() (GH-19254) Victor Stinner
- [Python-checkins] bpo-40094: Enhance fork and wait tests (GH-19259) Victor Stinner
- [Python-checkins] bpo-40094: Enhance threading tests (GH-19260) Victor Stinner
- [Python-checkins] bpo-39943: Clean up marshal.c. (GH-19236) Serhiy Storchaka
- [Python-checkins] bpo-40094: Add _bootsubprocess._waitstatus_to_exitcode (GH-19264) Victor Stinner
- [Python-checkins] bpo-31160: Fix race condition in test_os.PtyTests (GH-19263) Victor Stinner
- [Python-checkins] bpo-40094: Add run_command() to setup.py (GH-19266) Victor Stinner
- [Python-checkins] bpo-40094: Add missing import to wait_process() (GH-19268) Victor Stinner
- [Python-checkins] Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270) Pablo Galindo
- [Python-checkins] [2.7] closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19251) Benjamin Peterson
Last message date: Tue Mar 31 21:52:28 EDT 2020
Archived on: Sun Sep 6 00:37:44 EDT 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