Showing content from http://mail.python.org/pipermail/python-checkins/2019-September/thread.html below:
The Python-checkins September 2019 Archive by thread
September 2019 Archives by thread
Starting: Sun Sep 1 04:18:44 EDT 2019
Ending: Mon Sep 30 23:40:59 EDT 2019
Messages: 896
- [Python-checkins] bpo-36543: Remove old-deprecated ElementTree features. (GH-12707) Serhiy Storchaka
- [Python-checkins] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) Serhiy Storchaka
- [Python-checkins] bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622) Serhiy Storchaka
- [Python-checkins] bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621) Serhiy Storchaka
- [Python-checkins] bpo-15999: Clean up of handling boolean arguments. (GH-15610) Serhiy Storchaka
- [Python-checkins] [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635) Serhiy Storchaka
- [Python-checkins] bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) Jason R. Coombs
- [Python-checkins] bpo-36853: Fix suspicious.py to actually print the unused rules (#13579) Jason R. Coombs
- [Python-checkins] bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) (GH-15648) Jason R. Coombs
- [Python-checkins] bpo-36853: Fix suspicious.py to actually print the unused rules (GH-13579) (GH-15649) Jason R. Coombs
- [Python-checkins] bpo-36853: Fix suspicious.py to actually print the unused rules (#13579) (#15653) Jason R. Coombs
- [Python-checkins] Enforce PEP 257 conventions in ftplib.py (GH-15604) Miss Islington (bot)
- [Python-checkins] bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) Terry Jan Reedy
- [Python-checkins] bpo-37798: Fix _statistics module doc (GH-15546) Tal Einat
- [Python-checkins] [3.7] bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) (GH-15654) Miss Islington (bot)
- [Python-checkins] [3.8] bpo-21315: Fix parsing of encoded words with missing leading ws (GH-13425) (GH-15655) Miss Islington (bot)
- [Python-checkins] bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663) Steve Dower
- [Python-checkins] bpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664) Terry Jan Reedy
- [Python-checkins] closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558) Benjamin Peterson
- [Python-checkins] closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15558) Miss Islington (bot)
- [Python-checkins] Fix grammar in asyncio-dev.rst (GH-15672) Miss Islington (bot)
- [Python-checkins] bpo-36030: Fix a possible segfault in PyTuple_New() (GH-15670) Victor Stinner
- [Python-checkins] bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681) Steve Dower
- [Python-checkins] Fix idlelib.help comments (GH-15669) Terry Jan Reedy
- [Python-checkins] bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522) (GH-15687) Miss Islington (bot)
- [Python-checkins] [3.8] bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) (GH-15686) Abhilash Raj
- [Python-checkins] bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368) Terry Jan Reedy
- [Python-checkins] bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368) Miss Islington (bot)
- [Python-checkins] bpo-38026: fix inspect.getattr_static (GH-15676) Inada Naoki
- [Python-checkins] bpo-36324: Apply review comments from Allen Downey (GH-15693) Raymond Hettinger
- [Python-checkins] bpo-36324: Apply review comments from Allen Downey (GH-15693) (GH-15694) Raymond Hettinger
- [Python-checkins] bpo-36324: Apply review comment from Jake Vanderplas (GH-15695) Raymond Hettinger
- [Python-checkins] bpo-36324: Apply review comment from Jake Vanderplas (GH-15695) (GH-15696) Raymond Hettinger
- [Python-checkins] bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615) Ronald Oussoren
- [Python-checkins] Correct minor gramatical mistake in sys.settrace doc (GH-15637) Victor Stinner
- [Python-checkins] bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548) Victor Stinner
- [Python-checkins] bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) Miss Islington (bot)
- [Python-checkins] bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315) Victor Stinner
- [Python-checkins] bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) Victor Stinner
- [Python-checkins] replace inline function `is_small_int` with a macro version (GH-15710) Raymond Hettinger
- [Python-checkins] More refinements to the statistics docs (GH-15713) Raymond Hettinger
- [Python-checkins] More refinements to the statistics docs (GH-15713) (GH-15715) Raymond Hettinger
- [Python-checkins] bpo-37380: subprocess: don't use _active on win (GH-14360) (GH-15706) Victor Stinner
- [Python-checkins] bpo-37380: subprocess: don't use _active on win (GH-14360) (GH-15707) Victor Stinner
- [Python-checkins] bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702) Victor Stinner
- [Python-checkins] bpo-38041: Refine IDLE Shell restart lines. (GH-15709) Terry Jan Reedy
- [Python-checkins] [3.5] bpo-34155: Dont parse domains containing @ (GH-13079) (#15317) larryhastings
- [Python-checkins] bpo-36576: Skip test_ssl and test_asyncio tests failing with OpenSSL 1.1.1 (#12694) larryhastings
- [Python-checkins] bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-13814) (#14772) larryhastings
- [Python-checkins] bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479) Serhiy Storchaka
- [Python-checkins] [3.5] bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794) (#15446) larryhastings
- [Python-checkins] Remove some unused defines in multiprocessing.h. (GH-15661) Serhiy Storchaka
- [Python-checkins] bpo-38038: Remove urllib.parse._splittype from xmlrpc.client. (GH-15703) Serhiy Storchaka
- [Python-checkins] Correct Roman-numeral example in Unicode HOWTO. (GH-15541) Serhiy Storchaka
- [Python-checkins] bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639) Serhiy Storchaka
- [Python-checkins] [3.8] Correct Roman-numeral example in Unicode HOWTO. (GH-15541). (GH-15728) Serhiy Storchaka
- [Python-checkins] bpo-36018: Address more reviewer feedback (GH-15733) Raymond Hettinger
- [Python-checkins] [3.8] bpo-36018: Address more reviewer feedback (GH-15733) (GH-15734) Raymond Hettinger
- [Python-checkins] Revert "Raise a RuntimeError when tee iterator is consumed from different threads (GH-15567)" (GH-15736) Serhiy Storchaka
- [Python-checkins] bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) Serhiy Storchaka
- [Python-checkins] Fix assertions regarding magic methods function body that was not executed (GH-14154) Lisa Roach
- [Python-checkins] bpo-15817: gdbinit: Document commands after defining them (GH-15021) Zachary Ware
- [Python-checkins] bpo-11953: Extend table of Windows WSA* error codes (GH-15004) Steve Dower
- [Python-checkins] bpo-38043: Use `bool` for boolean flags on is_normalized_quickcheck. (GH-15711) Benjamin Peterson
- [Python-checkins] bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) Steve Dower
- [Python-checkins] bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239) Steve Dower
- [Python-checkins] bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) Miss Islington (bot)
- [Python-checkins] bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623) Steve Dower
- [Python-checkins] [2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) (GH-15740) Serhiy Storchaka
- [Python-checkins] [3.8] bpo-15817: gdbinit: Document commands after defining them (GH-15021) (#15744) Zachary Ware
- [Python-checkins] bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239) Miss Islington (bot)
- [Python-checkins] bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) Zachary Ware
- [Python-checkins] Future-proof .travis.yml for Python 3.10 (GH-14831) Zachary Ware
- [Python-checkins] Doc: Fix PDF build (NoUri). (GH-15739) Julien Palard
- [Python-checkins] bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages (GH-14310) Zachary Ware
- [Python-checkins] [3.8] Doc: Fix PDF build (NoUri). (GH-15739) (GH-15754) Miss Islington (bot)
- [Python-checkins] logging.Formatter docs: Add missing `validate` parameter, clarify `style` parameter (GH-15222) Vinay Sajip
- [Python-checkins] bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253) Miss Islington (bot)
- [Python-checkins] bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758) Benjamin Peterson
- [Python-checkins] bpo-37283: Ensure command-line and unattend.xml setting override previously detected states in Windows installer (GH-15759) Steve Dower
- [Python-checkins] bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757) T. Wouters
- [Python-checkins] bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632) Steve Dower
- [Python-checkins] Fix typo in math.prod example (GH-15614) Pablo Galindo
- [Python-checkins] bpo-26185: Fix repr() on empty ZipInfo object (#13441) Dino Viehland
- [Python-checkins] bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) (GH-15748) Zachary Ware
- [Python-checkins] bpo-32587: Fixes unsafe downcast in PC/winreg.c (GH-15766) Jason R. Coombs
- [Python-checkins] [3.7] bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757) (GH-15769) Miss Islington (bot)
- [Python-checkins] bpo-38037: Fix reference counters in signal module (GH-15753) Victor Stinner
- [Python-checkins] bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768) Vinay Sajip
- [Python-checkins] bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082) Michael Foord
- [Python-checkins] Fix typo in the algorithm description (GH-15774) Pablo Galindo
- [Python-checkins] bpo-38053 Update documentation for plistlib (GH-15727) Ronald Oussoren
- [Python-checkins] bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) Steve Dower
- [Python-checkins] Mark files as executable that are meant as scripts. (GH-15354) T. Wouters
- [Python-checkins] docs: Add references to AsyncMock in unittest.mock.patch (#13681) Lisa Roach
- [Python-checkins] Blurb release and pydoc-topics for 3.5.8rc1. Larry Hastings
- [Python-checkins] bpo-37876: Tests for ROT-13 codec (GH-15314) Steve Dower
- [Python-checkins] (no subject) Stéphane Wirtel
- [Python-checkins] bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) Victor Stinner
- [Python-checkins] bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (GH-9082) (#15781) Michael Foord
- [Python-checkins] bpo-20490: Improve circular import error message (GH-15308) Steve Dower
- [Python-checkins] bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302) T. Wouters
- [Python-checkins] bpo-38070: visit_decref() calls _PyObject_IsFreed() (GH-15782) Victor Stinner
- [Python-checkins] bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111) T. Wouters
- [Python-checkins] Fix docs bz.open default mode (GH-15100) T. Wouters
- [Python-checkins] Clarify that shutil's copy functions can accept path-like values (GH-15141) Steve Dower
- [Python-checkins] bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) Zachary Ware
- [Python-checkins] Fix punctuation in `os.execvpe` docstring. (GH-15051) Steve Dower
- [Python-checkins] bpo-37649: Fix exec_prefix check (GH-14897) Steve Dower
- [Python-checkins] bpo-35941: Fix performance regression in new code (GH-12610) Steve Dower
- [Python-checkins] bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250) T. Wouters
- [Python-checkins] bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631) Serhiy Storchaka
- [Python-checkins] bpo-36502: Update link to UAX #44, the Unicode doc on the UCD. (GH-15301) Benjamin Peterson
- [Python-checkins] bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662) Davin Potts
- [Python-checkins] bpo-37383: Updates docs to reflect AsyncMock call_count after await. (#15761) Lisa Roach
- [Python-checkins] [2.7] bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15808) Benjamin Peterson
- [Python-checkins] bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15301) Miss Islington (bot)
- [Python-checkins] bpo-38049: Add command-line interface for the ast module. (GH-15724) Serhiy Storchaka
- [Python-checkins] Correct overflow check in PyTuple_New() (GH-14838) T. Wouters
- [Python-checkins] bpo-36511: clean up python process before deploy on ARM Windows buildbots (GH-14431) Zachary Ware
- [Python-checkins] bpo-34293: Fix PDF documentation paper size (GH-8585) Zachary Ware
- [Python-checkins] [3.8] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15816) Zachary Ware
- [Python-checkins] [3.7] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15817) Zachary Ware
- [Python-checkins] bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) (GH-15789) Victor Stinner
- [Python-checkins] bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) Terry Jan Reedy
- [Python-checkins] bpo-38018: Fix test for multiprocessing.shared_memory in BSD systems (GH-15821) Pablo Galindo
- [Python-checkins] bpo-37383: Updates docs to reflect AsyncMock call_count after await. (GH-15761) Miss Islington (bot)
- [Python-checkins] bpo-35941: Fix performance regression in SSL certificate code (GH-12610) Steve Dower
- [Python-checkins] Cut tricky `goto` that isn't needed, in _PyBytes_DecodeEscape. (GH-15825) Benjamin Peterson
- [Python-checkins] bpo-25237: Documentation for tkinter modules (GH-1870) Julien Palard
- [Python-checkins] Expand comment explaining update_one_slot (GH-14810) T. Wouters
- [Python-checkins] bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712) Benjamin Peterson
- [Python-checkins] bpo-37725: have "make clean" remove PGO task data (#15033) Dino Viehland
- [Python-checkins] Fix typo in dict object comment (#15814) Dino Viehland
- [Python-checkins] Revert "bpo-33418: Add tp_clear for function object (GH-8058)" (GH-15826) T. Wouters
- [Python-checkins] bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. (GH-15824) T. Wouters
- [Python-checkins] Fix typo in dict object comment (GH-15814) Miss Islington (bot)
- [Python-checkins] bpo-38076: Make struct module PEP-384 compatible (#15805) T. Wouters
- [Python-checkins] bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792) T. Wouters
- [Python-checkins] Skip zoneinfo tests on VxWorks (#13535) Dino Viehland
- [Python-checkins] Remove macOS tests from Travis. (GH-15809) Benjamin Peterson
- [Python-checkins] Fix calling order of PyEval_InitThreads. (GH-4602) Benjamin Peterson
- [Python-checkins] bpo-38072: PEP-384 grpmodule (GH-15788) T. Wouters
- [Python-checkins] bpo-38071: Make termios PEP-384 compatible (GH-15785) T. Wouters
- [Python-checkins] bpo-37052: Add examples for mocking async iterators and context managers (GH-14660) Miss Islington (bot)
- [Python-checkins] bpo-38068: Clean up gettimeofday configure logic. (GH-15775) T. Wouters
- [Python-checkins] bpo-36971: add subsections in C API "Common Object Structures" page (#13446) Dino Viehland
- [Python-checkins] bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920) Miss Islington (bot)
- [Python-checkins] bpo-38069: Convert _posixsubprocess to PEP-384 (GH-15780) Miss Islington (bot)
- [Python-checkins] bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830) Lisa Roach
- [Python-checkins] bpo-37499: Test various C calling conventions (GH-15776) Miss Islington (bot)
- [Python-checkins] bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-14836) T. Wouters
- [Python-checkins] bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950) Miss Islington (bot)
- [Python-checkins] closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11836) Benjamin Peterson
- [Python-checkins] bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) Julien Palard
- [Python-checkins] bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-15838) T. Wouters
- [Python-checkins] bpo-38066: Hide internal Stream methods (GH-15762) Miss Islington (bot)
- [Python-checkins] bpo-38073: Make pwd module PEP-384 compatible (GH-15790) Miss Islington (bot)
- [Python-checkins] Note regarding + mode truncation applies to both text and binary mode (#11314) Dino Viehland
- [Python-checkins] docs: Add references to AsyncMock in unittest.mock.patch (GH-13681) Miss Islington (bot)
- [Python-checkins] bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-14238) Ned Deily
- [Python-checkins] bpo-36781: Optimize sum() for bools. (#13074) Dino Viehland
- [Python-checkins] bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) (GH-15845) Julien Palard
- [Python-checkins] bpo-38090: Fix reference leak in ceval.c (GH-15848) Steve Dower
- [Python-checkins] bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) (GH-15846) Julien Palard
- [Python-checkins] Fix typo in ssl.RAND_bytes documentation (GH-14791) Miss Islington (bot)
- [Python-checkins] Fix subprocess docstring typo (GH-15812) Gregory P. Smith
- [Python-checkins] bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) Zachary Ware
- [Python-checkins] bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) Zachary Ware
- [Python-checkins] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) Brett Cannon
- [Python-checkins] bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383) Steve Dower
- [Python-checkins] bpo-37913: Link to NotImplemented from new docs (GH-15860) Steve Dower
- [Python-checkins] Fix calling order of PyEval_InitThreads. (GH-5833) Benjamin Peterson
- [Python-checkins] Fix calling order of PyEval_InitThreads. (GH-15836) Benjamin Peterson
- [Python-checkins] bpo-37504: Fix documentation build with texinfo builder (GH-14606) Steve Dower
- [Python-checkins] Correct minor grammatical mistake in open docs (GH-15865) Gregory P. Smith
- [Python-checkins] Correct info about "f.read(size)". (GH13852) Benjamin Peterson
- [Python-checkins] [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) (#15861) Jason R. Coombs
- [Python-checkins] Note regarding + mode truncation applies to both text and binary mode (GH-11314) (GH-15869) Gregory P. Smith
- [Python-checkins] Docs: Small tweaks to c-api/intro#Include_Files (GH-14698) Benjamin Peterson
- [Python-checkins] bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) Julien Palard
- [Python-checkins] bpo-36253: Remove use after free reference in ctypes test suite (GH-12257) T. Wouters
- [Python-checkins] bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.copy() (GH-12995) Stefan Behnel
- [Python-checkins] bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15875) Julien Palard
- [Python-checkins] bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15876) Julien Palard
- [Python-checkins] bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851) Zachary Ware
- [Python-checkins] [3.7] bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15874) Victor Stinner
- [Python-checkins] bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15871) Victor Stinner
- [Python-checkins] bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) Steve Dower
- [Python-checkins] bpo-37574: Mention helper functions for find_spec documentation (GH-14739) Steve Dower
- [Python-checkins] Remove unneeded assignment in PyBytes_Concat() (GH-15274) Gregory P. Smith
- [Python-checkins] bpo-28494: Test existing zipfile working behavior. (GH-15853) T. Wouters
- [Python-checkins] Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698) Miss Islington (bot)
- [Python-checkins] bpo-38034: Fix typo in logging.handlers.rst (GH-15708) Carol Willing
- [Python-checkins] bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893) Carol Willing
- [Python-checkins] bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15894) Carol Willing
- [Python-checkins] bpo-36373: Fix deprecation warnings (GH-15889) Miss Islington (bot)
- [Python-checkins] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323) Petr Viktorin
- [Python-checkins] Overhaul datetime documentation (GH-13410) Paul Ganssle
- [Python-checkins] bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) T. Wouters
- [Python-checkins] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) Zachary Ware
- [Python-checkins] bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-15822) Steve Dower
- [Python-checkins] bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899) Zachary Ware
- [Python-checkins] bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521) Julien Palard
- [Python-checkins] bpo-37585: Add clarification regarding comparing dict.values() (GH-14954) Brett Cannon
- [Python-checkins] bpo-37409: fix relative import with no parent (#14956) Brett Cannon
- [Python-checkins] bpo-25810: Clarify eval() docs, it does not keywords (GH-15173) Gregory P. Smith
- [Python-checkins] [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) (GH-15900) Zachary Ware
- [Python-checkins] bpo-28494: install ziptestdata to fix install bot (GH-15902) Gregory P. Smith
- [Python-checkins] [3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901) Andrew Svetlov
- [Python-checkins] bpo-35066: Make trailing percent test more portable. (GH-15907) Benjamin Peterson
- [Python-checkins] bpo-38103: fix conflicting labels in the docs. (GH-15906) Lisa Roach
- [Python-checkins] bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) Petr Viktorin
- [Python-checkins] bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) Miss Islington (bot)
- [Python-checkins] bpo-35168: Make shlex.punctuation_chars read-only (#11631) Vinay Sajip
- [Python-checkins] bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10638) Benjamin Peterson
- [Python-checkins] bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH-15918) Andrew Svetlov
- [Python-checkins] bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439) Julien Palard
- [Python-checkins] [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) Brett Cannon
- [Python-checkins] bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638) Miss Islington (bot)
- [Python-checkins] Minor ReST formatting fixes in subprocess docs (GH-14876) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926) Vinay Sajip
- [Python-checkins] [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927) Vinay Sajip
- [Python-checkins] bpo-35649: update http client example (GH-11441) Julien Palard
- [Python-checkins] bpo-37326: Include libffi license when available (GH-15921) Zachary Ware
- [Python-checkins] bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialized module (GH-15057) Brett Cannon
- [Python-checkins] bpo-35649: update http client example (GH-11441) (GH-15930) Julien Palard
- [Python-checkins] bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398) Zachary Ware
- [Python-checkins] bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928) Andrew Svetlov
- [Python-checkins] bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) Jason R. Coombs
- [Python-checkins] bpo-35649: update http client example (GH-11441) (GH-15931) Julien Palard
- [Python-checkins] bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) Miss Islington (bot)
- [Python-checkins] Turn off AppVeyor CI (GH-15929) Brett Cannon
- [Python-checkins] bpo-33944: note about the intended use of code in .pth files (GH-10131) Miss Islington (bot)
- [Python-checkins] closes bpo-36711: Remove duplicate method in Lib/email/feedparser.py. (GH-14801) Benjamin Peterson
- [Python-checkins] closes bpo-36712: Fix duplicate method in Lib/email/test/test_email_renamed.py. (GH-14800) Benjamin Peterson
- [Python-checkins] bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) Jason R. Coombs
- [Python-checkins] bpo-37305: add MIME type for Web App Manifest (#14199) Jason R. Coombs
- [Python-checkins] closes bpo-37252: Fix devpoll tests. (GH-14017) Benjamin Peterson
- [Python-checkins] bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (#13639) Jason R. Coombs
- [Python-checkins] bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773) Miss Islington (bot)
- [Python-checkins] bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) Julien Palard
- [Python-checkins] bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) Stefan Behnel
- [Python-checkins] bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950) Miss Islington (bot)
- [Python-checkins] bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) (GH-15944) Jason R. Coombs
- [Python-checkins] bpo-37305: add MIME type for Web App Manifest (GH-14199) (#15946) Jason R. Coombs
- [Python-checkins] bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) (GH-15945) Jason R. Coombs
- [Python-checkins] bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) Paul Ganssle
- [Python-checkins] bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable (GH-15565) Michael Foord
- [Python-checkins] bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (GH-13639) (GH-15953) Jason R. Coombs
- [Python-checkins] bpo-35224: Additional documentation for Assignment Expressions (GH-15935) Miss Islington (bot)
- [Python-checkins] bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (GH-13639) (GH-15952) Jason R. Coombs
- [Python-checkins] bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) (GH-15954) Julien Palard
- [Python-checkins] [3.8] Turn off AppVeyor CI (GH-15929) (GH-15941) Zachary Ware
- [Python-checkins] [3.7] Turn off AppVeyor CI (GH-15929) (GH-15943) Zachary Ware
- [Python-checkins] bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) Zachary Ware
- [Python-checkins] bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15958) Stefan Behnel
- [Python-checkins] Update ftplib.all_errors documentation to match code (GH-15026) Miss Islington (bot)
- [Python-checkins] Improve the io module documentation (GH-15099) Carol Willing
- [Python-checkins] bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330) T. Wouters
- [Python-checkins] Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828) Miss Islington (bot)
- [Python-checkins] bpo-36260: Add pitfalls to zipfile module documentation (#13378) Jason R. Coombs
- [Python-checkins] bpo-36182: Update pathlib.Path.write_text() docs (GH-12161) Julien Palard
- [Python-checkins] bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) Gregory P. Smith
- [Python-checkins] bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949) Zachary Ware
- [Python-checkins] bpo-38114: Do not include pip.ini in Nuget package (GH-15964) Zachary Ware
- [Python-checkins] bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15972) Stefan Behnel
- [Python-checkins] bpo-38113: Update Python/ast.c to PEP-384 (GH-15975) Miss Islington (bot)
- [Python-checkins] Doc: Fix missing negation. (GH-14640) Miss Islington (bot)
- [Python-checkins] bpo-36182: Update pathlib.Path.write_text() docs (GH-12161) (GH-15977) Julien Palard
- [Python-checkins] bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973) T. Wouters
- [Python-checkins] bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15974) T. Wouters
- [Python-checkins] bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard-coded value (GH-15651) Brett Cannon
- [Python-checkins] bpo-36528: Remove duplicate re tests. (GH-2689) Benjamin Peterson
- [Python-checkins] bpo-36260: Add pitfalls to zipfile module documentation (GH-13378) (GH-15976) Jason R. Coombs
- [Python-checkins] bpo-32592: Set Windows 8 as the minimum required version for API support (GH-15951) Zachary Ware
- [Python-checkins] bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) Miss Islington (bot)
- [Python-checkins] bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) Miss Islington (bot)
- [Python-checkins] bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889) Victor Stinner
- [Python-checkins] bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957) Eric Snow
- [Python-checkins] Doc: recursive glob ** follows symlinks to directories (GH-12918) Julien Palard
- [Python-checkins] [2.7] bpo-35264: Modules/_ssl.c: fix build with OpenSSL 1.1.0 (GH-10570) Miss Islington (bot)
- [Python-checkins] bpo-34001: Fix test_ssl with LibreSSL (GH-13783) T. Wouters
- [Python-checkins] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) (GH-15994) Miss Islington (bot)
- [Python-checkins] Correct typo in min version test (GH-16000) T. Wouters
- [Python-checkins] bpo-36270: Doc: add link to traceback object reference (GH-13119) Julien Palard
- [Python-checkins] Correct typo in min version test (GH-16001) T. Wouters
- [Python-checkins] bpo-36876: Add a tool that identifies unsupported global C variables. (#15877) Eric Snow
- [Python-checkins] closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) Benjamin Peterson
- [Python-checkins] bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15961) Raymond Hettinger
- [Python-checkins] bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15962) Raymond Hettinger
- [Python-checkins] Klientskie Bazy http://prodawez.tilda.ws/page7270311.html Python-checkins at python.org
- [Python-checkins] Correct typos in the codecs module documentation (#15135) Carol Willing
- [Python-checkins] bpo-38120: Fix DeprecationWarning in test_random for invalid type of arguments to random.seed. (GH-15987) Serhiy Storchaka
- [Python-checkins] bpo-32820: __format__ method for ipaddress (#5627) Zachary Ware
- [Python-checkins] bpo-37879: Fix warnings in _testcapimodule (GH-16004) Petr Viktorin
- [Python-checkins] bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. (GH-15265) Benjamin Peterson
- [Python-checkins] closes bpo-37758: Extend unicodedata checksum tests to cover all of Unicode. (GH-15125) Benjamin Peterson
- [Python-checkins] bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634) Mark Shannon
- [Python-checkins] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) Paul Ganssle
- [Python-checkins] Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003) Brett Cannon
- [Python-checkins] [3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323, GH-16004) (GH-15966) Petr Viktorin
- [Python-checkins] bpo-36876: Skip test_check_c_globals for now. (gh-16017) Eric Snow
- [Python-checkins] closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) Benjamin Peterson
- [Python-checkins] closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011) Benjamin Peterson
- [Python-checkins] bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647) Ivan Levkivskyi
- [Python-checkins] bpo-13927: time.ctime and time.asctime return string explantion (GH-11303) Paul Ganssle
- [Python-checkins] closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) (GH-16018) Benjamin Peterson
- [Python-checkins] bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable (GH-15565) (GH-15965) Michael Foord
- [Python-checkins] bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362) Miss Islington (bot)
- [Python-checkins] bpo-36675: Remove obsolete code. (GH-16024) Gregory P. Smith
- [Python-checkins] bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456) Julien Palard
- [Python-checkins] bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028) Gregory P. Smith
- [Python-checkins] bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) Julien Palard
- [Python-checkins] bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) Miss Islington (bot)
- [Python-checkins] Enhance Py_UNREACHABLE macro (GH-16032) Gregory P. Smith
- [Python-checkins] bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) Andrew Svetlov
- [Python-checkins] bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) Gregory P. Smith
- [Python-checkins] bpo-37363: Document internal audit events (GH-14663) Miss Islington (bot)
- [Python-checkins] Fix depth-first-search computation in compile.c (GH-16042) T. Wouters
- [Python-checkins] bpo-38132: Check EVP_DigestUpdate for error (GH-16041) Miss Islington (bot)
- [Python-checkins] Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050) Gregory P. Smith
- [Python-checkins] bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632) Gregory P. Smith
- [Python-checkins] bpo-21872: fix lzma library decompresses data incompletely (GH-14048) Gregory P. Smith
- [Python-checkins] bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) Miss Islington (bot)
- [Python-checkins] bpo-38138: Fix memory leak introduced by interned strings (GH-16053) Miss Islington (bot)
- [Python-checkins] bpo-37802: Slightly improve perfomance of PyLong_FromUnsigned*() (GH-15192) Gregory P. Smith
- [Python-checkins] bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) Raymond Hettinger
- [Python-checkins] [3.8] bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) (GH-16057) Miss Islington (bot)
- [Python-checkins] bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) (GH-16043) Gregory P. Smith
- [Python-checkins] bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16063) Raymond Hettinger
- [Python-checkins] bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16062) Raymond Hettinger
- [Python-checkins] [3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) (GH-16064) Jason R. Coombs
- [Python-checkins] bpo-37908: Add an example of ArgumentParser.exit() (GH-15455) Miss Islington (bot)
- [Python-checkins] closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) Benjamin Peterson
- [Python-checkins] bpo-36876: Fix the globals checker tool. (gh-16058) Eric Snow
- [Python-checkins] Emphasize the need to always call PySequence_Fast. (GH-11140) Benjamin Peterson
- [Python-checkins] bpo-36046: Add user and group parameters to subprocess (GH-11950) Gregory P. Smith
- [Python-checkins] bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025) Steve Dower
- [Python-checkins] Move Eric's TODO file into his directory. (GH-16072) Benjamin Peterson
- [Python-checkins] Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013) Benjamin Peterson
- [Python-checkins] bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) Gregory P. Smith
- [Python-checkins] bpo-37785: Fix xgettext warning in argparse (GH-15161) Julien Palard
- [Python-checkins] bpo-38075: Port _randommodule.c to PEP-384 (GH-15798) T. Wouters
- [Python-checkins] Revert "bpo-37785: Fix xgettext warning in argparse (GH-15161)" (GH-16082) Julien Palard
- [Python-checkins] bpo-36889: Document Stream class and add docstrings (GH-14488) Miss Islington (bot)
- [Python-checkins] bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) Miss Islington (bot)
- [Python-checkins] bpo-38148: Add slots to asyncio transports (GH-16077) Andrew Svetlov
- [Python-checkins] [3.7] bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) (GH-16092) Andrew Svetlov
- [Python-checkins] bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095) Julien Palard
- [Python-checkins] Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004) Miss Islington (bot)
- [Python-checkins] [3.8] bpo-38148: Add slots to asyncio transports (GH-16077) (GH-16093) Andrew Svetlov
- [Python-checkins] bpo-38153: Normalize hashlib algorithm names (GH-16083) Gregory P. Smith
- [Python-checkins] Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100) Benjamin Peterson
- [Python-checkins] closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) Benjamin Peterson
- [Python-checkins] bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765) Miss Islington (bot)
- [Python-checkins] bpo-36046: Fix buildbot failures (GH-16091) T. Wouters
- [Python-checkins] bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) Miss Islington (bot)
- [Python-checkins] Run autoreconf. (GH-16106) Benjamin Peterson
- [Python-checkins] bpo-37199: Replace the early returns added in c2cda63. (GH-14535) Benjamin Peterson
- [Python-checkins] bpo-37555: Update _CallList.__contains__ to respect ANY (#14700) Paul Ganssle
- [Python-checkins] bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109) Miss Islington (bot)
- [Python-checkins] bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) Gregory P. Smith
- [Python-checkins] bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) Miss Islington (bot)
- [Python-checkins] bpo-38150 Fix refleak in the finalizer of a _testcapimodule type (GH-16115) Miss Islington (bot)
- [Python-checkins] bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624) Miss Islington (bot)
- [Python-checkins] Fix typo in test_api.py. (GH-16119) Benjamin Peterson
- [Python-checkins] Doc: fcntl.lockf() is more powerful than written (GH-6750) Miss Islington (bot)
- [Python-checkins] bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) Ivan Levkivskyi
- [Python-checkins] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) Serhiy Storchaka
- [Python-checkins] bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) Nick Coghlan
- [Python-checkins] Doc: Fix link to window.getch in curses documentation (GH-16132) Miss Islington (bot)
- [Python-checkins] bpo-37953: Fix deprecation warnings in test_typing (GH-16133) Miss Islington (bot)
- [Python-checkins] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) Serhiy Storchaka
- [Python-checkins] [3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141) Serhiy Storchaka
- [Python-checkins] Fix leaks in Python-ast.c (#16127) Dino Viehland
- [Python-checkins] bpo-38116: Convert select module to PEP-384 (#15971) Dino Viehland
- [Python-checkins] bpo-38153: detect shake independently from sha3 (GH-16143) Christian Heimes
- [Python-checkins] [3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-34155: Dont parse domains containing @ (GH-13079) (GH-16006) Miss Islington (bot)
- [Python-checkins] bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) Miss Islington (bot)
- [Python-checkins] bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) Stefan Behnel
- [Python-checkins] bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) (GH-16154) Stefan Behnel
- [Python-checkins] Fix missing dec ref (#16158) Dino Viehland
- [Python-checkins] bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (#16149) Raymond Hettinger
- [Python-checkins] bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (GH-16149) (GH-16160) Raymond Hettinger
- [Python-checkins] bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) Miss Islington (bot)
- [Python-checkins] bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) Ned Deily
- [Python-checkins] bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171) Ned Deily
- [Python-checkins] Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) Xiang Zhang
- [Python-checkins] [3.8] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16174) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16175) Miss Islington (bot)
- [Python-checkins] Doc: remove duplicate word in controlflow tutorial (GH-16163) Julien Palard
- [Python-checkins] [2.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16176) Xiang Zhang
- [Python-checkins] bpo-38117: Updates bundled OpenSSL to 1.0.2t (GH-16178) Steve Dower
- [Python-checkins] [3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144) Christian Heimes
- [Python-checkins] [3.7] bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) (GH-16181) Julien Palard
- [Python-checkins] bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184) Steve Dower
- [Python-checkins] bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156) Steve Dower
- [Python-checkins] bpo-38100: Fix spelling error in unittest.mock code (GH-16168) Miss Islington (bot)
- [Python-checkins] bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-38100: Fix spelling error in unittest.mock code (GH-16195) Miss Islington (bot)
- [Python-checkins] Doc: Fix Wikipedia link for functools.lru_cache (GH-16183) Miss Islington (bot)
- [Python-checkins] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) (GH-16200) Miss Islington (bot)
- [Python-checkins] bpo-28556: Update the opening note in typing docs (GH-16204) Ivan Levkivskyi
- [Python-checkins] bpo-38183: Test_idle ignores user config directory GH-16198) Terry Jan Reedy
- [Python-checkins] bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) Terry Jan Reedy
- [Python-checkins] bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155). (GH-16215) Serhiy Storchaka
- [Python-checkins] bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) Miss Islington (bot)
- [Python-checkins] bpo-37531: regrtest main process uses shorter timeout (GH-16220) Victor Stinner
- [Python-checkins] Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) Miss Islington (bot)
- [Python-checkins] bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166) Pablo Galindo
- [Python-checkins] bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16224) Victor Stinner
- [Python-checkins] bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16223) Victor Stinner
- [Python-checkins] bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) Miss Islington (bot)
- [Python-checkins] bpo-38187: Fix reference leak in test_tools (GH-16233) Pablo Galindo
- [Python-checkins] bpo-37904: Edition on python tutorial - section 4 (GH-16169) Miss Islington (bot)
- [Python-checkins] bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (GH-16239) Serhiy Storchaka
- [Python-checkins] bpo-38191: Turn warnings into errors in NamedTuple() and TypedDict(). (GH-16238) Serhiy Storchaka
- [Python-checkins] bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244) Victor Stinner
- [Python-checkins] bpo-38070: Enhance _PyObject_Dump() (GH-16243) Victor Stinner
- [Python-checkins] bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245) Victor Stinner
- [Python-checkins] bpo-38070: Py_FatalError() logs runtime state (GH-16246) Victor Stinner
- [Python-checkins] bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on Windows (GH-16247) Victor Stinner
- [Python-checkins] bpo-36546: No longer a need to make "data" positional only (GH-16252) Raymond Hettinger
- [Python-checkins] bpo-36546: No longer a need to make "data" positional only (GH-16252) (GH-16253) Raymond Hettinger
- [Python-checkins] bpo-38191: Use positional-only parameters in TypedDict(). (GH-16240) Serhiy Storchaka
- [Python-checkins] bpo-38203: regrtest: put a 2 min timeout on Python exit (GH-16250) Victor Stinner
- [Python-checkins] bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234) Eric V. Smith
- [Python-checkins] bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16235) Eric V. Smith
- [Python-checkins] bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16236) Eric V. Smith
- [Python-checkins] [3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258) Victor Stinner
- [Python-checkins] bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) Victor Stinner
- [Python-checkins] bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260) Victor Stinner
- [Python-checkins] Fix _PyTraceMalloc_Fini() definition (GH-16259) Victor Stinner
- [Python-checkins] bpo-35696: Simplify long_compare() (GH-16146) Inada Naoki
- [Python-checkins] Doc: Clarify dict equality irrespective of ordering. (GH-16266) Miss Islington (bot)
- [Python-checkins] bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735) Andrew Svetlov
- [Python-checkins] bpo-38155: Add __all__ to datetime module (GH-16203) Paul Ganssle
- [Python-checkins] bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on all platforms (GH-16282) Victor Stinner
- [Python-checkins] bpo-34037: test_asyncio uses shutdown_default_executor() (GH-16284) Victor Stinner
- [Python-checkins] bpo-37531: sync regrtest with master branch (GH-16285) Victor Stinner
- [Python-checkins] bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) Dino Viehland
- [Python-checkins] bpo-37531: sync regrtest with master branch (GH-16285) (GH-16289) Victor Stinner
- [Python-checkins] bpo-34002: Minor efficiency and clarity improvements in email package. (GH-7999) Abhilash Raj
- [Python-checkins] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) Lisa Roach
- [Python-checkins] bpo-37353: Updated parser note about source code compatibility(GH-14277) Zachary Ware
- [Python-checkins] bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) Nick Coghlan
- [Python-checkins] bpo-6559: Update _posixsubprocess.fork_exec doc (GH-16283) Miss Islington (bot)
- [Python-checkins] bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288) Victor Stinner
- [Python-checkins] bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) Victor Stinner
- [Python-checkins] bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) (GH-16306) Victor Stinner
- [Python-checkins] bpo-38234: Remove _PyPathConfig.dll_path (GH-16307) Victor Stinner
- [Python-checkins] Doc: Remove provisional note for asyncio.run() (GH-16310) Miss Islington (bot)
- [Python-checkins] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) Victor Stinner
- [Python-checkins] [3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) (GH-16313) Victor Stinner
- [Python-checkins] bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) Miss Islington (bot)
- [Python-checkins] Minor code and comment cleanup (GH-16315) Raymond Hettinger
- [Python-checkins] Minor code and comment cleanup (GH-16315) (GH-16316) Raymond Hettinger
- [Python-checkins] Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) Miss Islington (bot)
- [Python-checkins] bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320) Raymond Hettinger
- [Python-checkins] Shorter docstring (GH-16322) Raymond Hettinger
- [Python-checkins] bpo-38237: Shorter docstring (GH-16322) (GH-16323) Raymond Hettinger
- [Python-checkins] Updated incorrect level-setting code to use setLevel(). (GH-16325) Vinay Sajip
- [Python-checkins] Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16327) Vinay Sajip
- [Python-checkins] Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16326) Vinay Sajip
- [Python-checkins] bpo-38209: Simplify dataclasses.InitVar by using __class_getitem__(). (GH-16255) Serhiy Storchaka
- [Python-checkins] bpo-38236: Dump path config at first import error (GH-16300) Victor Stinner
- [Python-checkins] bpo-38236: Fix init_dump_ascii_wstr() (GH-16333) Victor Stinner
- [Python-checkins] bpo-38236: Dump path config at first import error (GH-16300) (GH-16332) Victor Stinner
- [Python-checkins] bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) Victor Stinner
- [Python-checkins] bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) (GH-16336) Victor Stinner
- [Python-checkins] bpo-38234: read_pth_file() now returns PyStatus (GH-16338) Victor Stinner
- [Python-checkins] closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230) Benjamin Peterson
- [Python-checkins] closes bpo-16637: libpython: construct integer object directly from gdbvalue (GH-15232) Benjamin Peterson
- [Python-checkins] bpo-38136: Updates await_count and call_count to be different things (GH-16192) Lisa Roach
- [Python-checkins] bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) Victor Stinner
- [Python-checkins] bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) Victor Stinner
- [Python-checkins] bpo-38234: Py_SetPath() uses the program full path (GH-16357) Victor Stinner
- [Python-checkins] bpo-38234: Add tests for Python init path config (GH-16358) Victor Stinner
- [Python-checkins] bpo-36871: Handle spec errors in assert_has_calls (GH-16005) Miss Islington (bot)
- [Python-checkins] bpo-36871: Avoid duplicated 'Actual:' in assertion message (GH-16361) Gregory P. Smith
- [Python-checkins] bpo-38234: test_embed: test pyvenv.cfg and pybuilddir.txt (GH-16366) Victor Stinner
- [Python-checkins] [3.8] bpo-36871: Handle spec errors in assert_has_calls (GH-16005) (GH-16364) Miss Islington (bot)
- [Python-checkins] bpo-38234: Cleanup getpath.c (GH-16367) Victor Stinner
- [Python-checkins] bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) Vinay Sajip
- [Python-checkins] bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16370) Vinay Sajip
- [Python-checkins] bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16369) Vinay Sajip
- [Python-checkins] [3.7] bpo-36871: Handle spec errors in assert_has_calls (GH-16364) (GH-16374) Gregory P. Smith
- [Python-checkins] bpo-38265: Update os.pread to accept the length type as Py_ssize_t. (GH-16359) Serhiy Storchaka
- [Python-checkins] bpo-38219: Optimize dict creating and updating by a dict. (GH-16268) Serhiy Storchaka
- [Python-checkins] bpo-22273: Disabled tests while investigating buildbot failures on ARM7L/PPC64. (GH-16377) Vinay Sajip
- [Python-checkins] bpo-38260: Add Docs on asyncio.run (GH-16337) Miss Islington (bot)
- [Python-checkins] Changed conditions for ctypes array-in-struct handling. (GH-16381) Vinay Sajip
- [Python-checkins] bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) Carol Willing
- [Python-checkins] bpo-38140: Document offsets in PyMemberDef (GH-16354) Petr Viktorin
- [Python-checkins] bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383) Carol Willing
- [Python-checkins] bpo-37064: Add option -a to pathfix.py tool (GH-15717) Victor Stinner
- [Python-checkins] bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387) Victor Stinner
- [Python-checkins] bpo-36046: posix_spawn() doesn't support uid/gid (GH-16384) T. Wouters
- [Python-checkins] bpo-22273: Re-enabled ctypes test on ARM machines. (GH-16388) Vinay Sajip
- [Python-checkins] bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389) Victor Stinner
- [Python-checkins] bpo-36210: correct logic in setup.py for optional extensions for AIX (GH-12202) (GH-16376) Ned Deily
- [Python-checkins] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) Miss Islington (bot)
- [Python-checkins] bpo-38234: Fix test_embed pathconfig tests (GH-16390) Victor Stinner
- [Python-checkins] bpo-38255: super() can search attributes as well as methods (GH-16368) Raymond Hettinger
- [Python-checkins] bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16391) Raymond Hettinger
- [Python-checkins] bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16392) Raymond Hettinger
- [Python-checkins] bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227) Serhiy Storchaka
- [Python-checkins] [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (GH-16393) Miss Islington (bot)
- [Python-checkins] bpo-38271: encrypt private key test files with AES256 (GH-16385) Miss Islington (bot)
- [Python-checkins] bpo-22273: Removed temporary test skipping on PPC platforms. (GH-16399) Vinay Sajip
- [Python-checkins] [3.7] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16400) Vinay Sajip
- [Python-checkins] bpo-38142: Updated _hashopenssl.c to be PEP 384 compliant (#16071) Christian Heimes
- [Python-checkins] [3.8] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16401) Vinay Sajip
- [Python-checkins] bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402) Victor Stinner
- [Python-checkins] bpo-38234: Complete init config documentation (GH-16404) Victor Stinner
- [Python-checkins] bpo-38234: Fix test_embed.test_init_setpath_config() on FreeBSD (GH-16406) Victor Stinner
- [Python-checkins] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346) Benjamin Peterson
- [Python-checkins] [2.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16408) Benjamin Peterson
- [Python-checkins] [3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407) Benjamin Peterson
- [Python-checkins] [3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409) Benjamin Peterson
- [Python-checkins] [3.6] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16410) Benjamin Peterson
- [Python-checkins] bpo-38174 follow up: Remove loadlibrary.c from VS9.0. (GH-16411) Benjamin Peterson
- [Python-checkins] bpo-38112: Compileall improvements (GH-16012) Petr Viktorin
- [Python-checkins] bpo-38244: [Documentation] Fix unreliable link to sever in ftplib.rst (#16319) Giampaolo Rodola
- [Python-checkins] bpo-38112: compileall: Skip long path path on Windows if the path can't be created (GH-16414) Petr Viktorin
- [Python-checkins] bpo-38223: Reorganize test_shutil. (GH-16281) Serhiy Storchaka
- [Python-checkins] compileall tests: Use shorter name for long_path test (GH-16419) Petr Viktorin
- [Python-checkins] bpo-38234: Py_Initialize() sets global path configuration (GH-16421) Victor Stinner
- [Python-checkins] [3.8] bpo-38234: Backport init path config changes from master (GH-16423) Victor Stinner
- [Python-checkins] bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) Victor Stinner
- [Python-checkins] bpo-38275: Skip ssl tests for disabled versions (GH-16386) Miss Islington (bot)
- [Python-checkins] bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426) Victor Stinner
- [Python-checkins] bpo-38275: Fix test_ssl issue caused by GH-16386 (#16428) Christian Heimes
- [Python-checkins] bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672) Tal Einat
- [Python-checkins] [3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425) Christian Heimes
- [Python-checkins] [3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427) Christian Heimes
- [Python-checkins] cleanup ababstractproperty in typing.py (GH-16432) Ivan Levkivskyi
- [Python-checkins] bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248) Miss Islington (bot)
- [Python-checkins] bpo-38270: More fixes for strict crypto policy (GH-16418) Miss Islington (bot)
- [Python-checkins] bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) Eric Snow
- [Python-checkins] bpo-32820: Simplify __format__ implementation for ipaddress. (GH-16378) Serhiy Storchaka
- [Python-checkins] Fix typo in the "Porting to Python 3.8" section. (GH-16435) Serhiy Storchaka
- [Python-checkins] bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) Victor Stinner
- [Python-checkins] [3.8] bpo-38136: Updates await_count and call_count to be different things (GH-16192) (GH-16431) Lisa Roach
- [Python-checkins] bpo-38304: Add PyConfig.struct_size (GH-16451) Victor Stinner
- [Python-checkins] bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) Victor Stinner
- [Python-checkins] bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441) Ned Deily
- [Python-checkins] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) Jason R. Coombs
- [Python-checkins] [3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) (GH-16461) Jason R. Coombs
- [Python-checkins] bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) Gregory P. Smith
- [Python-checkins] bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389) Gregory P. Smith
- [Python-checkins] bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464) Gregory P. Smith
- [Python-checkins] [3.6] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) (GH-16462) Ned Deily
- [Python-checkins] bpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_FUNCTION_EX. (GH-16467) Raymond Hettinger
- [Python-checkins] bpo-38108: Makes mock objects inherit from Base (GH-16060) Lisa Roach
- [Python-checkins] bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) Andrew Svetlov
- [Python-checkins] bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) Victor Stinner
- [Python-checkins] bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) Lisa Roach
- [Python-checkins] bpo-38108: Makes mock objects inherit from Base (GH-16060) (GH-16470) Lisa Roach
- [Python-checkins] bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) (GH-16481) Lisa Roach
- [Python-checkins] bpo-37096: Add large-file tests for modules using sendfile(2) (GH-13676) Giampaolo Rodola
- [Python-checkins] bpo-38163: Child mocks detect their type as sync or async (GH-16471) Lisa Roach
- [Python-checkins] bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) Yury Selivanov
- [Python-checkins] [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484) Lisa Roach
- [Python-checkins] bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) Yury Selivanov
- [Python-checkins] bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (#7468) Yury Selivanov
- [Python-checkins] bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (GH-7468) (#16486) Yury Selivanov
- [Python-checkins] bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16487) Victor Stinner
- [Python-checkins] bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16488) Victor Stinner
- [Python-checkins] bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16489) Victor Stinner
- [Python-checkins] bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16490) Victor Stinner
- [Python-checkins] bpo-38321: Fix _asynciomodule.c compiler warning (GH-16493) Victor Stinner
- [Python-checkins] bpo-38321: Fix PyCStructUnionType_update_stgdict() warning (GH-16492) Vinay Sajip
- [Python-checkins] bpo-38321: Fix _testcapimodule.c warning (GH-16494) Victor Stinner
- [Python-checkins] bpo-38304: Remove PyConfig.struct_size (GH-16500) Nick Coghlan
- [Python-checkins] Fix and improve `asyncio.run()` docs (GH-16403) Yury Selivanov
- [Python-checkins] Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504) Yury Selivanov
- [Python-checkins] Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505) Yury Selivanov
- [Python-checkins] bpo-32689: Updates shutil.move to allow for Path objects to be used as source arg (GH-15326) Miss Islington (bot)
- [Python-checkins] bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) Giampaolo Rodola
Last message date: Mon Sep 30 23:40:59 EDT 2019
Archived on: Sun Sep 6 00:36:50 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