Showing content from http://mail.python.org/pipermail/python-checkins/2020-April/thread.html below:
The Python-checkins April 2020 Archive by thread
April 2020 Archives by thread
Starting: Wed Apr 1 04:38:50 EDT 2020
Ending: Thu Apr 30 23:28:01 EDT 2020
Messages: 409
- [Python-checkins] bpo-40121: Fix exception type in test (GH-19267) Steve Dower
- [Python-checkins] bpo-40130: _PyUnicode_AsKind() should not be exported. (GH-19265) Serhiy Storchaka
- [Python-checkins] bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) Victor Stinner
- [Python-checkins] bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514) Zackery Spytz
- [Python-checkins] bpo-39682: make `pathlib.Path` immutable by removing (undocumented) support for "closing" a path by using it as a context manager (GH-18846) Barney Gale
- [Python-checkins] bpo-40071: Fix potential crash in _functoolsmodule.c (GH-19273) Paulo Henrique Silva
- [Python-checkins] bpo-38527: fix configure script for Solaris (GH-16845) Arnon Yaari
- [Python-checkins] bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) Victor Stinner
- [Python-checkins] bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19278) Miss Islington (bot)
- [Python-checkins] bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19277) Miss Islington (bot)
- [Python-checkins] bpo-40141: Add line and column information to ast.keyword nodes (GH-19283) Pablo Galindo
- [Python-checkins] bpo-40094: mailcap.test() uses waitstatus_to_exitcode() (GH-19287) Victor Stinner
- [Python-checkins] bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) Victor Stinner
- [Python-checkins] bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288) Victor Stinner
- [Python-checkins] bpo-37207: Use PEP 590 vectorcall to speed up dict() (GH-19280) Dong-hee Na
- [Python-checkins] bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285) Victor Stinner
- [Python-checkins] bpo-40094: Fix which.py script exit code (GH-19286) Victor Stinner
- [Python-checkins] bpo-40115: Fix refleak in test_asyncio.test_run_in_executor_cancel() (GH-19282) Kyle Stanley
- [Python-checkins] bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19296) Miss Islington (bot)
- [Python-checkins] bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19297) Miss Islington (bot)
- [Python-checkins] bpo-1635741: Port resource extension module to multiphase initialization (PEP 489) (GH-19252) Hai Shi
- [Python-checkins] bpo-1635741: Fix refleak in _locale init error handling (GH-19307) Hai Shi
- [Python-checkins] bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) Derek Keeler
- [Python-checkins] lib2to3: Support named assignment expressions (GH-12702) Tim Hatch
- [Python-checkins] bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) Victor Stinner
- [Python-checkins] bpo-40156: Copy Codecov configuration from master (#19309) Victor Stinner
- [Python-checkins] bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-19316) Victor Stinner
- [Python-checkins] bpo-40156: Copy Codecov configuration from master (GH-19306) Victor Stinner
- [Python-checkins] bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319) Victor Stinner
- [Python-checkins] bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320) Victor Stinner
- [Python-checkins] bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19304) Victor Stinner
- [Python-checkins] bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (#17344) Victor Stinner
- [Python-checkins] bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320) (GH-19324) Miss Islington (bot)
- [Python-checkins] bpo-40122: Updated documentation for dis.findlabels() (GH-19274) laike9m
- [Python-checkins] bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-19316) (GH-19318) Victor Stinner
- [Python-checkins] bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225) Michael Felt
- [Python-checkins] bpo-40131: Fix source and target order in zipapp example (GH-19290) Zackery Spytz
- [Python-checkins] bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19339) Miss Islington (bot)
- [Python-checkins] bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19340) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-36541: lib2to3: Support named assignment expressions (GH-12702) (GH-19317) Tim Hatch
- [Python-checkins] bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289) Pablo Galindo
- [Python-checkins] bpo-40141: Include the value in the column position for keyword AST nodes (GH-19348) Pablo Galindo
- [Python-checkins] bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) Chris Martinez
- [Python-checkins] Update macOS installer build for 2.7.18 end-of-life. (GH-19352) Ned Deily
- [Python-checkins] bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152) Tal Einat
- [Python-checkins] bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359) Steve Dower
- [Python-checkins] Convert tuples to sets for faster searches (GH-19365) Raymond Hettinger
- [Python-checkins] bpo-36517: Raise error on multiple inheritance with NamedTuple (GH-19363) Serhiy Storchaka
- [Python-checkins] bpo-40077: Fix potential refleaks of _json: traverse memo (GH-19344) Hai Shi
- [Python-checkins] (no subject) Batuhan Taşkaya
- [Python-checkins] bpo-36320: Use the deprecated-removed directive for _field_types (GH-19370) Serhiy Storchaka
- [Python-checkins] bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368) Serhiy Storchaka
- [Python-checkins] [3.8] closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24. (GH-19373) Benjamin Peterson
- [Python-checkins] Fix misinformation about NaN != NaN comparison (GH-19357) Mark Dickinson
- [Python-checkins] Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19383) Miss Islington (bot)
- [Python-checkins] Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19384) Miss Islington (bot)
- [Python-checkins] bpo-40197: Better describe the benchmark results table (GH-19386) Raymond Hettinger
- [Python-checkins] bpo-40147: Fix a compiler warning on Windows in Python/compile.c (GH-19389) Zackery Spytz
- [Python-checkins] bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377) Victor Stinner
- [Python-checkins] Make 2.7.18rc1 release notes. Benjamin Peterson
- [Python-checkins] bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391) Pablo Galindo
- [Python-checkins] bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391) (GH-19394) Miss Islington (bot)
- [Python-checkins] closes bpo-40166: Change Unicode Howto so that it does not have a specific number of assigned code points. (GH-19328) amaajemyfren
- [Python-checkins] bpo-40214: Temporarily disable a ctypes test (GH-19404) Zachary Ware
- [Python-checkins] bpo-37388: Don't check encoding/errors during finalization (GH-19409) Victor Stinner
- [Python-checkins] bpo-40149: Implement traverse in _abc._abc_data (GH-19412) Victor Stinner
- [Python-checkins] bpo-39481: Implementation for PEP 585 (#18239) Guido van Rossum
- [Python-checkins] bpo-40089: Add _at_fork_reinit() method to locks (GH-19195) Victor Stinner
- [Python-checkins] bpo-40089: Fix threading._after_fork() (GH-19191) (GH-19194) Miss Islington (bot)
- [Python-checkins] bpo-40089: Fix threading._after_fork() (GH-19191) (GH-19193) Miss Islington (bot)
- [Python-checkins] bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) Victor Stinner
- [Python-checkins] bpo-40170: Convert PyObject_CheckBuffer() macro to a function (GH-19376) Victor Stinner
- [Python-checkins] bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378) Victor Stinner
- [Python-checkins] bpo-40170: Add _PyIndex_Check() internal function (GH-19426) Victor Stinner
- [Python-checkins] bpo-40170: Remove PyIndex_Check() macro (GH-19428) Victor Stinner
- [Python-checkins] bpo-40185: Refactor typing.NamedTuple (GH-19371) Serhiy Storchaka
- [Python-checkins] bpo-40187: Refactor typing.TypedDict. (GH-19372) Serhiy Storchaka
- [Python-checkins] Remove extraneous ')' in abstract.h (GH-19146) Jimmy Yang
- [Python-checkins] bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436) Victor Stinner
- [Python-checkins] bpo-37127: Remove _pending_calls.finishing (GH-19439) Victor Stinner
- [Python-checkins] bpo-40082: trip_signal() uses the main interpreter (GH-19441) Victor Stinner
- [Python-checkins] bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442) Victor Stinner
- [Python-checkins] bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) Zackery Spytz
- [Python-checkins] bpo-40077: Remove redundant cast in json module (GH-19438) Hai Shi
- [Python-checkins] bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225) (GH-19444) Victor Stinner
- [Python-checkins] bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448) pxinwr
- [Python-checkins] Remove extraneous ')' in abstract.h (GH-19146) (#19451) Miss Islington (bot)
- [Python-checkins] bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442) (GH-19443) Victor Stinner
- [Python-checkins] bpo-39943: Keep constness of pointer objects. (19405) Andy Lester
- [Python-checkins] Generic itertools.chain (GH-19417) Ethan Smith
- [Python-checkins] bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421) Ethan Smith
- [Python-checkins] bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422) Ethan Smith
- [Python-checkins] bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461) Pablo Galindo
- [Python-checkins] bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466) Pablo Galindo
- [Python-checkins] bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345) Serhiy Storchaka
- [Python-checkins] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) Serhiy Storchaka
- [Python-checkins] closes bpo-39953: Update OpenSSL error codes table. (GH-19082) Benjamin Peterson
- [Python-checkins] [3.8] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) (GH-19483) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) (GH-19484) Serhiy Storchaka
- [Python-checkins] bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472) Serhiy Storchaka
- [Python-checkins] bpo-39011: Preserve line endings within ElementTree attributes (GH-18468) mefistotelis
- [Python-checkins] bpo-13743: Add some documentation strings to xml.dom.minidom (GH-16355) Alex Itkes
- [Python-checkins] bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) Oren Milman
- [Python-checkins] bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19485) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19487) Miss Islington (bot)
- [Python-checkins] bpo-40246: Report a better error message for invalid string prefixes (GH-19476) Lysandros Nikolaou
- [Python-checkins] closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490) Benjamin Peterson
- [Python-checkins] bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456) Victor Stinner
- [Python-checkins] bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) Victor Stinner
- [Python-checkins] Add double quote cases to invalid prefix tests (GH-19489) Pablo Galindo
- [Python-checkins] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) laike9m
- [Python-checkins] [3.7] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19496) Miss Islington (bot)
- [Python-checkins] [3.8] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19495) Miss Islington (bot)
- [Python-checkins] bpo-40241: Add pycore_gc.h header file (GH-19494) Victor Stinner
- [Python-checkins] bpo-40268: Add pycore_runtime.h header file (GH-19493) Victor Stinner
- [Python-checkins] bpo-40241: Add pycore_interp.h header (GH-19499) Victor Stinner
- [Python-checkins] bpo-39481: fix test_genericalias on Android (GH-19469) Chih-Hsuan Yen
- [Python-checkins] bpo-40091: Fix a hang at fork in the logging module (GH-19416) Victor Stinner
- [Python-checkins] bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048) Sebastian Pedersen
- [Python-checkins] Fix typo from Lib/asyncio/events.py (GH-19410) Galden
- [Python-checkins] closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506) Benjamin Peterson
- [Python-checkins] bpo-39481: Make functools.cached_property, partial, partialmethod generic (#19427) Ethan Smith
- [Python-checkins] bpo-39481: Make weakref and WeakSet generic (GH-19497) Ethan Smith
- [Python-checkins] bpo-40268: Include explicitly pycore_interp.h (GH-19505) Victor Stinner
- [Python-checkins] bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) Victor Stinner
- [Python-checkins] bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19477) Dong-hee Na
- [Python-checkins] bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) Victor Stinner
- [Python-checkins] bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450) Dong-hee Na
- [Python-checkins] regrtest: log timeout at startup (GH-19514) Victor Stinner
- [Python-checkins] bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515) Victor Stinner
- [Python-checkins] bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19511) Dong-hee Na
- [Python-checkins] [3.8] Update libregrtest from master (GH-19516) Victor Stinner
- [Python-checkins] bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) Hai Shi
- [Python-checkins] bpo-32033: Fix test_pwd failures on Android (GH-19502) Zackery Spytz
- [Python-checkins] bpo-40260: Update modulefinder to use io.open_code() and respect coding comments (GH-19488) Barry
- [Python-checkins] bpo-39522: Always initialise kind attribute in constant ast nodes (GH-19525) Pablo Galindo
- [Python-checkins] Update libregrtest from master (GH-19517) Victor Stinner
- [Python-checkins] bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425) Ethan Smith
- [Python-checkins] bpo-40268: Remove explicit pythread.h includes (#19529) Victor Stinner
- [Python-checkins] bpo-40268: Remove unused structmember.h includes (GH-19530) Victor Stinner
- [Python-checkins] bpo-40268: Remove unused pycore_pymem.h includes (GH-19531) Victor Stinner
- [Python-checkins] bpo-40268: Remove unused osdefs.h includes (GH-19532) Victor Stinner
- [Python-checkins] bpo-40268: Remove unused imports in pylifecycle.c (GH-19533) Victor Stinner
- [Python-checkins] bpo-40277: Add a repr() to namedtuple's _tuplegetter to aid with introspection (GH-19537) Ammar Askar
- [Python-checkins] Optimize _Py_strhex_impl() (GH-19535) Victor Stinner
- [Python-checkins] bpo-40268: Reformat posixmodule.c includes (GH-19536) Victor Stinner
- [Python-checkins] Clean up compatibility code in importlib fixtures (#19156) Jason R. Coombs
- [Python-checkins] bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521) Lysandros Nikolaou
- [Python-checkins] bpo-35967: Baseline values for uname -p (GH-12824) Jason R. Coombs
- [Python-checkins] [3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701) Miss Islington (bot)
- [Python-checkins] bpo-29255: Wait in KqueueSelector.select when no fds are registered (GH-19508) Russell Davis
- [Python-checkins] bpo-40257: Output object's own docstring in pydoc (GH-19479) Serhiy Storchaka
- [Python-checkins] bpo-40270: Enable json extension in Windows sqlite extension (GH-19528) Ammar Askar
- [Python-checkins] bpo-35967: Make test_platform.test_uname_processor more lenient to satisfy build bots. (GH-19544) Jason R. Coombs
- [Python-checkins] Fix typo in exception thrown by ast.unparse (GH-19534) Shantanu
- [Python-checkins] bpo-35967 resolve platform.processor late (GH-12239) Jason R. Coombs
- [Python-checkins] bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547) Raymond Hettinger
- [Python-checkins] bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554) Miss Islington (bot)
- [Python-checkins] bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19555) Miss Islington (bot)
- [Python-checkins] Fix parameter names in assertIn() docs (GH-18829) Christoph Zwerschke
- [Python-checkins] bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542) Jeffrey Quesnelle
- [Python-checkins] Minor modernization and readability improvement to the tokenizer example (GH-19558) Raymond Hettinger
- [Python-checkins] bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540) Inada Naoki
- [Python-checkins] bpo-40302: Add pycore_byteswap.h header file (GH-19552) Victor Stinner
- [Python-checkins] bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551) Mariusz Felisiak
- [Python-checkins] bpo-39901: Move `pathlib.Path.owner()` and `group()` implementations into the path accessor. (GH-18844) Barney Gale
- [Python-checkins] bpo-40286: Add randbytes() method to random.Random (GH-19527) Victor Stinner
- [Python-checkins] bpo-40302: Replace PY_INT64_T with int64_t (GH-19573) Victor Stinner
- [Python-checkins] bpo-40302: UTF-32 encoder SWAB4() macro use a|b rather than a+b (GH-19572) Victor Stinner
- [Python-checkins] bpo-40282: Allow random.getrandbits(0) (GH-19539) Antoine Pitrou
- [Python-checkins] bpo-39897: Remove needless `Path(self.parent)` call, which makes `is_mount()` misbehave in `Path` subclasses. (GH-18839) Barney Gale
- [Python-checkins] bpo-39894: Route calls from pathlib.Path.samefile() to os.stat() via the path accessor (GH-18836) Barney Gale
- [Python-checkins] bpo-40286: Makes simpler the relation between randbytes() and getrandbits() (GH-19574) Serhiy Storchaka
- [Python-checkins] bpo-40286: Use random.randbytes() in tests (GH-19575) Victor Stinner
- [Python-checkins] bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) Miss Islington (bot)
- [Python-checkins] Fix two typos in multiprocessing (GH-19571) Galden
- [Python-checkins] Fix two typos in multiprocessing (GH-19571) (GH-19579) Miss Islington (bot)
- [Python-checkins] Fix two typos in multiprocessing (GH-19571) (GH-19578) Miss Islington (bot)
- [Python-checkins] bpo-40257: Improve help for the typing module (GH-19546) Serhiy Storchaka
- [Python-checkins] bpo-35967: Skip test with `uname -p` on Android (GH-19577) Chih-Hsuan Yen
- [Python-checkins] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) Serhiy Storchaka
- [Python-checkins] [3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19583) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19584) Serhiy Storchaka
- [Python-checkins] bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360) Serhiy Storchaka
- [Python-checkins] bpo-35113: Fix inspect.getsource to return correct source for inner classes (#10307) Karthikeyan Singaravelan
- [Python-checkins] bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) Miss Islington (bot)
- [Python-checkins] [2.7] Doc: Add an optional obsolete header. (GH-19229) Leonard Richardson
- [Python-checkins] bpo-40325: Deprecate set object support in random.sample() (GH-19591) Raymond Hettinger
- [Python-checkins] bpo-39285: Clarify example for PurePath.match (GH-19458) Tim Lo
- [Python-checkins] bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453) Kyle Stanley
- [Python-checkins] Remove incorrect comma. (GH-19604) Benjamin Peterson
- [Python-checkins] bpo-38891: avoid quadratic item access performance of ShareableList (GH-18996) Thomas Krennwallner
- [Python-checkins] bpo-40148: Add PurePath.with_stem() (GH-19295) Tim Hoffmann
- [Python-checkins] Bump version to 2.7.18. Benjamin Peterson
- [Python-checkins] Fix typo in Lib/tracepack.py (GH-19605) Galden
- [Python-checkins] bpo-40260: Revert breaking changes made in modulefinder (GH-19595) Barry
- [Python-checkins] bpo-39849: Enable assertions in _testcapimodule.c and _testinternalcapi.c (GH-19623) Hai Shi
- [Python-checkins] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) Antoine Pitrou
- [Python-checkins] [3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) (GH-19625) Antoine Pitrou
- [Python-checkins] bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616) HongWeipeng
- [Python-checkins] Fix uninitialized struct member (GH-19589) Raymond Hettinger
- [Python-checkins] bpo-40313: speed up bytes.hex() (GH-19594) sweeneyde
- [Python-checkins] bpo-40335: Correctly handle multi-line strings in tokenize error scenarios (GH-19619) Pablo Galindo
- [Python-checkins] bpo-34037: Add Python API whatsnew for loop.shutdown_default_executor() (#19634) Kyle Stanley
- [Python-checkins] Small improvements to the recipes and examples. (GH-19635) Raymond Hettinger
- [Python-checkins] Small improvements to the recipes and examples. (GH-19635) (GH-19638) Miss Islington (bot)
- [Python-checkins] bpo-40327: Improve atomicity, speed, and memory efficiency of the items() loop (GH-19628) Raymond Hettinger
- [Python-checkins] bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642) Ned Deily
- [Python-checkins] bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642) (GH-19644) Miss Islington (bot)
- [Python-checkins] bpo-38439: Add 256px IDLE icon (GH-17473) Miss Islington (bot)
- [Python-checkins] bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480) Joshua Root
- [Python-checkins] bpo-38329: python.org macOS installers now update Current symlink (GH-19650) Ned Deily
- [Python-checkins] bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637) Victor Stinner
- [Python-checkins] bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654) Victor Stinner
- [Python-checkins] bpo-40214: Fix ctypes WinDLL test with insecure flags (GH-19652) Steve Dower
- [Python-checkins] bpo-40260: Remove unnecessary newline in compile() call (GH-19641) Anthony Sottile
- [Python-checkins] Minor modernization and readability improvement to the tokenizer example (GH-19558) (GH-19661) Miss Islington (bot)
- [Python-checkins] bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) sweeneyde
- [Python-checkins] bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) Pablo Galindo
- [Python-checkins] PEP 617: Only run the CI with the new parser (GH-19664) Pablo Galindo
- [Python-checkins] bpo-40334: Fix errors in parse_string.c with old compilers (GH-19666) Pablo Galindo
- [Python-checkins] Add @pablogsal as code owner for pegen-related files (GH-19665) Pablo Galindo
- [Python-checkins] bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667) Pablo Galindo
- [Python-checkins] bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) Victor Stinner
- [Python-checkins] Compile extensions in test_peg_generator with C99 (GH-19668) Pablo Galindo
- [Python-checkins] bpo-40334: Don't downcast from Py_ssize_t to int (GH-19671) Pablo Galindo
- [Python-checkins] bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672) Pablo Galindo
- [Python-checkins] bpo-40334: Suppress all output in test_peg_generator (GH-19675) Lysandros Nikolaou
- [Python-checkins] gdbinit: Use proper define syntax (GH-19557) Florian Bruhin
- [Python-checkins] bpo-40370: Use the same compile and link args as the interpreter used in test_peg_generator (GH-19674) Pablo Galindo
- [Python-checkins] bpo-40334: Improve various PEG-Parser related stuff (GH-19669) Lysandros Nikolaou
- [Python-checkins] [3.7] gdbinit: Use proper define syntax (GH-19557) (GH-19678) Florian Bruhin
- [Python-checkins] Update ga_new to use _PyArg_CheckPositional and _PyArg_NoKwnames (GH-19679) Dong-hee Na
- [Python-checkins] bpo-39983: Add test.support.print_warning() (GH-19683) Victor Stinner
- [Python-checkins] bpo-40336: Refactor typing._SpecialForm (GH-19620) Serhiy Storchaka
- [Python-checkins] bpo-39983: Add test.support.print_warning() (GH-19683) (GH-19687) Victor Stinner
- [Python-checkins] bpo-39932: Fix multiprocessing test_heap() (GH-19690) Victor Stinner
- [Python-checkins] bpo-40334: Use old compiler when compile mode is func_type (GH-19692) Guido van Rossum
- [Python-checkins] [3.7] bpo-38546: Backport multiprocessing tests fixes from master (GH-19689) Victor Stinner
- [Python-checkins] Fix broken mkdir -p call in regen-pegen (#19695) Guido van Rossum
- [Python-checkins] bpo-40334: Allow to run make regen-pegen without distutils (GH-19684) Pablo Galindo
- [Python-checkins] Use Py_ssize_t instead of ssize_t (GH-19685) Pablo Galindo
- [Python-checkins] bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) Victor Stinner
- [Python-checkins] bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) (GH-19698) Victor Stinner
- [Python-checkins] Expand the implementation comments (GH-19699) Raymond Hettinger
- [Python-checkins] bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696) Victor Stinner
- [Python-checkins] Expand the implementation comments (GH-19699) (GH-19701) Miss Islington (bot)
- [Python-checkins] bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697) Victor Stinner
- [Python-checkins] bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694) Lysandros Nikolaou
- [Python-checkins] bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663) Carl Meyer
- [Python-checkins] bpo-40340: Separate examples more clearly in the programming FAQ (GH-19688) Cajetan Rodrigues
- [Python-checkins] bpo-40334: Add What's New sections for PEP 617 and PEP 585 (GH-19704) Guido van Rossum
- [Python-checkins] closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709) Ammar Askar
- [Python-checkins] bpo-40279: Add some error-handling to the module initialisation docs example (GH-19705) Cajetan Rodrigues
- [Python-checkins] bpo-40279: Add some error-handling to the module initialisation docs example (GH-19705) (GH-19710) Miss Islington (bot)
- [Python-checkins] bpo-40275: Avoid importing asyncio in test.support (GH-19600) Serhiy Storchaka
- [Python-checkins] bpo-40275: Avoid importing socket in test.support (GH-19603) Serhiy Storchaka
- [Python-checkins] bpo-40275: Avoid importing logging in test.support (GH-19601) Serhiy Storchaka
- [Python-checkins] Fix typo in object.__format__ docs (GH-19504) Heshy Roskes
- [Python-checkins] Fix typo in Lib/typing.py (GH-19717) Nickolena Fisher
- [Python-checkins] bpo-40396: Support GenericAlias in the typing functions. (GH-19718) Serhiy Storchaka
- [Python-checkins] bpo-40387: Improve queue join() example. (GH-19724) Raymond Hettinger
- [Python-checkins] bpo-40387: Improve queue join() example. (GH-19724) (GH-19726) Miss Islington (bot)
- [Python-checkins] bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725) Ammar Askar
- [Python-checkins] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) Brad Solomon
- [Python-checkins] [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19727) Zachary Ware
- [Python-checkins] [3.7] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19728) Zachary Ware
- [Python-checkins] bpo-40348: Fix typos in the programming FAQ (GH-19729) Zackery Spytz
- [Python-checkins] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720) Serhiy Storchaka
- [Python-checkins] Add files in tests/test_peg_generator to the install target lists (GH-19723) Pablo Galindo
- [Python-checkins] bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (GH-19414) Pablo Galindo
- [Python-checkins] bpo-40217: Clean code in PyType_FromSpec_Alloc and add NEWS entry (GH-19733) Pablo Galindo
- [Python-checkins] bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712) Dong-hee Na
- [Python-checkins] bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) Victor Stinner
- [Python-checkins] bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) Pablo Galindo
- [Python-checkins] bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736) Pablo Galindo
- [Python-checkins] bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738) Victor Stinner
- [Python-checkins] bpo-39995: Split test_concurrent_futures.test_crash() into sub-tests (GH-19739) Victor Stinner
- [Python-checkins] bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743) Lysandros Nikolaou
- [Python-checkins] bpo-40334: Don't skip test_parser:test_trigget_memory_error (GH-19744) Lysandros Nikolaou
- [Python-checkins] bpo-40334: Refactor peg_generator to receive a Tokens file when building c code (GH-19745) Pablo Galindo
- [Python-checkins] bpo-40421: Add pyframe.h header file (GH-19755) Victor Stinner
- [Python-checkins] bpo-40421: Add Include/cpython/code.h header file (GH-19756) Victor Stinner
- [Python-checkins] bpo-40421: Add PyFrame_GetCode() function (GH-19757) Victor Stinner
- [Python-checkins] bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098) Ethan Onstott
- [Python-checkins] bpo-39966: Revert "bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock" (GH-19734) Karthikeyan Singaravelan
- [Python-checkins] bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772) Victor Stinner
- [Python-checkins] bpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770) Eric Snow
- [Python-checkins] bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773) Victor Stinner
- [Python-checkins] bpo-38880: List interpreters associated with a channel end (GH-17323) Lewis Gaul
- [Python-checkins] bpo-40429: Refactor super_init() (GH-19776) Victor Stinner
- [Python-checkins] bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) Victor Stinner
- [Python-checkins] bpo-40334: Fix shifting of nested f-strings in the new parser (GH-19771) Lysandros Nikolaou
- [Python-checkins] bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) Victor Stinner
- [Python-checkins] bpo-40334: Explicitly cast to int in pegen.c to fix a compiler warning (GH-19779) Pablo Galindo
- [Python-checkins] bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716) Hai Shi
- [Python-checkins] bpo-40421: Add PyFrame_GetBack() function (GH-19765) Victor Stinner
- [Python-checkins] bpo-39995: Fix concurrent.futures _ThreadWakeup (GH-19760) Victor Stinner
- [Python-checkins] bpo-40334: Disallow invalid single statements in the new parser (GH-19774) Lysandros Nikolaou
- [Python-checkins] bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) Zackery Spytz
- [Python-checkins] [3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (#19784) Kyle Stanley
- [Python-checkins] bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) Serhiy Storchaka
- [Python-checkins] bpo-40432 Fix MSBuild project for Pegen grammars (#GH-9785) Anthony Shaw
- [Python-checkins] [3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (GH-19784) Miss Islington (bot)
- [Python-checkins] bpo-40334: refactor and cleanup for the PEG generators (GH-19775) Pablo Galindo
- [Python-checkins] Add missing sys import to socket_helper.py (GH-19791) Pablo Galindo
- [Python-checkins] bpo-40428: Cleanup free list part of C API Changes doc (GH-19793) Victor Stinner
- [Python-checkins] bpo-40436: Fix code parsing gdb version (GH-19792) Victor Stinner
- [Python-checkins] bpo-40228: More robust frame.setlineno. (GH-19437) Mark Shannon
- [Python-checkins] What's New in Python 3.9: Reorganize C API Changes (GH-19794) Victor Stinner
- [Python-checkins] bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703) Victor Stinner
- [Python-checkins] bpo-40286: Remove C implementation of Random.randbytes() (GH-19797) Victor Stinner
- [Python-checkins] bpo-40328: Add tool for generating cjk mapping headers (GH-19602) Dong-hee Na
- [Python-checkins] bpo-1635741: Port _stat module to multiphase initialization (GH-19798) Dong-hee Na
- [Python-checkins] Fix plural typo in documentation (GH-19799) Alex Povel
- [Python-checkins] bpo-40291: Add support for CAN_J1939 sockets (GH-19538) karl ding
- [Python-checkins] bpo-40334: Fix test_peg_parser to actually use the old parser (GH-19778) Lysandros Nikolaou
- [Python-checkins] bpo-40443: Remove unused imports in tests (GH-19805) Victor Stinner
- [Python-checkins] bpo-40443: Remove unused imports in tests (GH-19804) Victor Stinner
- [Python-checkins] bpo-40389: Improve repr of typing.Optional (#19714) Vlad Serebrennikov
- [Python-checkins] bpo-40443: Remove unused imports in idlelib (GH-19801) Victor Stinner
- [Python-checkins] bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) lrjball
- [Python-checkins] bpo-40443: Remove unused imports in the stdlib (GH-19803) Victor Stinner
- [Python-checkins] bpo-40443: Remove unused imports in distutils (GH-19802) Victor Stinner
- [Python-checkins] compileall: Fix typos in docstring (GH-19810) Jelle Zijlstra
- [Python-checkins] bpo-40334: Support type comments (GH-19780) Guido van Rossum
- [Python-checkins] bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811) Chris Jerdonek
- [Python-checkins] Revert "bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811)" (#19821) Victor Stinner
- [Python-checkins] bpo-1635741: Fix compiler warning in _stat.c (GH-19822) Victor Stinner
- [Python-checkins] Remove dead code in test__xxsubinterpreters (GH-19826) Victor Stinner
- [Python-checkins] bpo-40275: Fix name error in support.socket_helper (GH-19825) Victor Stinner
- [Python-checkins] bpo-40443: Remove unused imports in stdlib (GH-19815) Victor Stinner
- [Python-checkins] bpo-40334: Add support for feature_version in new PEG parser (GH-19827) Lysandros Nikolaou
Last message date: Thu Apr 30 23:28:01 EDT 2020
Archived on: Sun Sep 6 00:38:08 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