Showing content from http://mail.python.org/pipermail/python-checkins/2020-June/thread.html below:
The Python-checkins June 2020 Archive by thread
June 2020 Archives by thread
Starting: Mon Jun 1 02:58:21 EDT 2020
Ending: Tue Jun 30 15:30:30 EDT 2020
Messages: 402
- [Python-checkins] bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) Christian Heimes
- [Python-checkins] Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553) Mark Shannon
- [Python-checkins] bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571) Victor Stinner
- [Python-checkins] bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) Zackery Spytz
- [Python-checkins] bpo-1635741: Port fcntl module to multiphase initialization (GH-20540) Dong-hee Na
- [Python-checkins] bpo-39593: Add test on ctypes cfield.c s_set() (GH-18424) Hai Shi
- [Python-checkins] bpo-39943: Fix MSVC warnings in sre extension (GH-20508) Ammar Askar
- [Python-checkins] bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546) Huon Wilson
- [Python-checkins] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) Victor Stinner
- [Python-checkins] bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413) Skip Montanaro
- [Python-checkins] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20579) Victor Stinner
- [Python-checkins] Ensure correct version of Sphinx is used for Windows builds (GH-20582) Steve Dower
- [Python-checkins] bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206) Sanyam Khurana
- [Python-checkins] Fix MSVC warnings in pythonrun.c (#GH-0587) Ammar Askar
- [Python-checkins] bpo-40244: Remove XLC's support from the noreturn flag (GH-20588) Batuhan Taskaya
- [Python-checkins] bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586) Victor Stinner
- [Python-checkins] bpo-35078: Allow customization of CSS class name of a month in calendar module (gh-10137) Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
- [Python-checkins] bpo-40839: PyDict_GetItem() requires the GIL (GH-20580) Victor Stinner
- [Python-checkins] bpo-39465: Cleanup _PyUnicode_FromId() code (GH-20595) Victor Stinner
- [Python-checkins] PyOS_AfterFork_Child() uses PyStatus (GH-20596) Victor Stinner
- [Python-checkins] bpo-40232: _PyImport_ReInitLock() can now safely use its lock (GH-20597) Victor Stinner
- [Python-checkins] PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598) Victor Stinner
- [Python-checkins] bpo-32604: Fix reference leak in select module (GH-20600) Victor Stinner
- [Python-checkins] bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599) Victor Stinner
- [Python-checkins] bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) Jeremy Attali
- [Python-checkins] bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847) Alex Povel
- [Python-checkins] Update error message in _zoneinfo.py to use f-string (GH-20577) aboddie
- [Python-checkins] Remove unused ReaderObject_Check macro (#20614) Dong-hee Na
- [Python-checkins] [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616) Victor Stinner
- [Python-checkins] Fix MSVC warning in frameobject.c (GH-20590) Ammar Askar
- [Python-checkins] Don't raise an exception on normal return from generator. (GH-19473) Mark Shannon
- [Python-checkins] bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412) Christian Heimes
- [Python-checkins] bpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615) Victor Stinner
- [Python-checkins] Fix spacing in docs for tarfile (GH-20629) Harsha Laxman
- [Python-checkins] bpo-40865: Remove unused insint() macro from hash modules (GH-20627) Erlend Egeberg Aasland
- [Python-checkins] bpo-39573: Porting to Python 3.10: Py_SET_SIZE() macro (GH-20610) Victor Stinner
- [Python-checkins] bpo-40521: Make tuple free list per-interpreter (GH-20247) Victor Stinner
- [Python-checkins] bpo-40521: Make float free list per-interpreter (GH-20636) Victor Stinner
- [Python-checkins] bpo-40521: Make slice cache per-interpreter (GH-20637) Victor Stinner
- [Python-checkins] bpo-40521: Make frame free list per-interpreter (GH-20638) Victor Stinner
- [Python-checkins] bpo-40807: Show warnings once from codeop._maybe_compile (#20486) Cheryl Sabella
- [Python-checkins] bpo-40521: Make list free list per-interpreter (GH-20642) Victor Stinner
- [Python-checkins] bpo-40521: Make async gen free lists per-interpreter (GH-20643) Victor Stinner
- [Python-checkins] bpo-40521: Make context free list per-interpreter (GH-20644) Victor Stinner
- [Python-checkins] [3.8] bpo-40807: Backport test_codeop change [GH-19670] Terry Jan Reedy
- [Python-checkins] bpo-1635741: Port mmap module to multiphase initialization (GH-19459) Dong-hee Na
- [Python-checkins] bpo-40874: Update to libmpdec-2.5.0 (GH-20652) Stefan Krah
- [Python-checkins] (no subject) Furkan Önder
- [Python-checkins] Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655) Stefan Krah
- [Python-checkins] bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) Jason R. Coombs
- [Python-checkins] bpo-40876: Clarify error message in the csv module (GH-20653) Ram Rachum
- [Python-checkins] bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635) Erlend Egeberg Aasland
- [Python-checkins] bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667) Pablo Galindo
- [Python-checkins] bpo-40880: Fix invalid read in newline_in_string in pegen.c (#20666) Pablo Galindo
- [Python-checkins] Refactor scripts in Tools/peg_generator/scripts (GH-20401) Lysandros Nikolaou
- [Python-checkins] bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486) Miss Islington (bot)
- [Python-checkins] bpo-40614: Respect feature version for f-string debug expressions (GH-20196) (GH-20466) Shantanu
- [Python-checkins] [workflow] Use gcc problem matcher for Ubuntu action build (GH-18567) Ammar Askar
- [Python-checkins] bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649) Batuhan Taskaya
- [Python-checkins] bpo-40724: Support setting buffer slots from type specs (GH-20648) scoder
- [Python-checkins] Update comments to reflect the current API (GH-20682) Raymond Hettinger
- [Python-checkins] bpo-40898: Remove redundant if statements in tp_traverse (GH-20692) Hai Shi
- [Python-checkins] bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (#20681) Jason R. Coombs
- [Python-checkins] bpo-40887: Fix finalize_interp_clear() for free lists (GH-20698) Victor Stinner
- [Python-checkins] bpo-40881: Fix unicode_release_interned() (GH-20699) Victor Stinner
- [Python-checkins] bpo-40887: Don't use finalized free lists (GH-20700) Victor Stinner
- [Python-checkins] bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701) Pablo Galindo
- [Python-checkins] bpo-39791 native hooks for importlib.resources.files (GH-20576) Jason R. Coombs
- [Python-checkins] bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) Pablo Galindo
- [Python-checkins] bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705) Ned Deily
- [Python-checkins] bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) Lysandros Nikolaou
- [Python-checkins] Deny eval() direct access to builtins (GH-20713) Raymond Hettinger
- [Python-checkins] allow macOS installer builds to package pre-built html docs (GH-20715) Ned Deily
- [Python-checkins] bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) Shantanu
- [Python-checkins] bpo-29882: Add _Py_popcount32() function (GH-20518) Victor Stinner
- [Python-checkins] bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) Sandro Mani
- [Python-checkins] bpo-40910: Export Py_GetArgcArgv() function (GH-20721) Victor Stinner
- [Python-checkins] bpo-40861: Enable optimizations when building liblzma (GH-20724) Steve Dower
- [Python-checkins] Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20730) Stefan Krah
- [Python-checkins] Add multicore support to deccheck.py. (GH-20731) Stefan Krah
- [Python-checkins] bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735) Victor Stinner
- [Python-checkins] bpo-24914: mention Python supports multiple paradigms in the FAQ (#20658) Brett Cannon
- [Python-checkins] bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (GH-20738) Miss Islington (bot)
- [Python-checkins] Minor improvement to the namedtuple implementation (GH-20741) Raymond Hettinger
- [Python-checkins] [3.8] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20743) Stefan Krah
- [Python-checkins] [3.7] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20744) Stefan Krah
- [Python-checkins] [3.8] Revert bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-20745) Stefan Krah
- [Python-checkins] [3.7] Revert bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-20746) Stefan Krah
- [Python-checkins] [3.7] Revert bpo-39576: Prevent memory error for overly optimistic precisions (GH-20748) Stefan Krah
- [Python-checkins] [3.8] Revert bpo-39576: Prevent memory error for overly optimistic precisions (GH-20747) Stefan Krah
- [Python-checkins] Remove reference to 3.7 and 3.8 backports. (GH-20754) Stefan Krah
- [Python-checkins] Add quotes to code to be a string Miss Islington (bot)
- [Python-checkins] bpo-40684: Fix make install for platlibdir=lib64 (GH-20736) Victor Stinner
- [Python-checkins] Remove usesless function from csv module (GH-20762) Dong-hee Na
- [Python-checkins] [3.8] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20771) Miss Islington (bot)
- [Python-checkins] bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH-20611) Joannah Nanjekye
- [Python-checkins] bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718) Dennis Sweeney
- [Python-checkins] bpo-40275: Add os_helper submodule in test.support (GH-20765) Hai Shi
- [Python-checkins] Raise specialised syntax error for invalid lambda parameters (GH-20776) Pablo Galindo
- [Python-checkins] bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) Serhiy Storchaka
- [Python-checkins] bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set yet. (GH-20273) scoder
- [Python-checkins] bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781) Victor Stinner
- [Python-checkins] bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) Victor Stinner
- [Python-checkins] _PyPreConfig_Read() decodes argv at each iteration (GH-20786) Victor Stinner
- [Python-checkins] bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) (GH-20787) Victor Stinner
- [Python-checkins] bpo-40927: Fix test_binhex when run twice (GH-20764) Victor Stinner
- [Python-checkins] bpo-39465: Use _PyInterpreterState_GET() (GH-20788) Victor Stinner
- [Python-checkins] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) Daniel Fortunov
- [Python-checkins] [3.7] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) (GH-20793) Antoine Pitrou
- [Python-checkins] [3.8] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) (GH-20792) Antoine Pitrou
- [Python-checkins] Restrict co_code to be under INT_MAX in codeobject (GH-20628) Ammar Askar
- [Python-checkins] bpo-40275: Add import_helper submodule in test.support (GH-20794) Hai Shi
- [Python-checkins] bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769) Lysandros Nikolaou
- [Python-checkins] Collections module reformatting and minor code refactoring (GH-20772) Raymond Hettinger
- [Python-checkins] bpo-40925: Remove unused stack macro SET_VALUE (GH-20783) Dong-hee Na
- [Python-checkins] bpo-40939: Generate keyword.py using the new parser (GH-20800) Lysandros Nikolaou
- [Python-checkins] bpo-34401: Fix test_gdb for HP GDB version string (GH-20804) Victor Stinner
- [Python-checkins] bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) Victor Stinner
- [Python-checkins] bpo-40275: test.supports imports lazily fnmatch, glob, struct (GH-20810) Victor Stinner
- [Python-checkins] bpo-40275: Add warnings_helper submodule in test.support (GH-20797) Hai Shi
- [Python-checkins] bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802) Lysandros Nikolaou
- [Python-checkins] bpo-40275: Move TransientResource to test_urllib2net (GH-20812) Victor Stinner
- [Python-checkins] bpo-40939: Remove the old parser (GH-20768) Pablo Galindo
- [Python-checkins] bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815) Pablo Galindo
- [Python-checkins] bpo-29620: iterate over a copy of sys.modules (GH-4800) kernc
- [Python-checkins] bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20816) Miss Islington (bot)
- [Python-checkins] bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20817) Miss Islington (bot)
- [Python-checkins] bpo-40626: Support HDF5 in mimetypes (GH-20042) MARK SCHWAB
- [Python-checkins] bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762) Miss Islington (bot)
- [Python-checkins] Remove unnecessary grammar decorations and change header (GH-20819) Pablo Galindo
- [Python-checkins] bpo-40939: Clean and adapt the peg_generator directory after deleting the old parser (GH-20822) Pablo Galindo
- [Python-checkins] bpo-40950: Port nis module to multiphase initialization (GH-20811) Dong-hee Na
- [Python-checkins] bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110) native-api
- [Python-checkins] bpo-39035: travis: Update image to xenial (#17623) Inada Naoki
- [Python-checkins] bpo-39073: validate Address parts to disallow CRLF (#19007) (#20450) Victor Stinner
- [Python-checkins] bpo-40955: Fix memory leak in subprocess module (GH-20825) Christian Heimes
- [Python-checkins] bpo-40890: Add `mapping` property to dict views (GH-20749) Dennis Sweeney
- [Python-checkins] bpo-40964: disable remote IMAP tests (GH-20836) Ned Deily
- [Python-checkins] bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
- [Python-checkins] Minor change on threading.Thread.native_id documentation. (GH-18129) Antoine
- [Python-checkins] bpo-37556 Extend help to include latest overrides (GH-14701) Steve (Gadget) Barnes
- [Python-checkins] Remove redundant var in PyErr_NewException() (GH-20850) Hai Shi
- [Python-checkins] bpo-40834: Fix truncate when sending str object with channel (GH-20555) An Long
- [Python-checkins] bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827) Christian Heimes
- [Python-checkins] Minor code clean-ups (GH-20838) Raymond Hettinger
- [Python-checkins] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) Zackery Spytz
- [Python-checkins] [3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20860) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20861) Miss Islington (bot)
- [Python-checkins] bpo-40855: Fix ignored mu and xbar parameters (GH-20835) Raymond Hettinger
- [Python-checkins] bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (GH-20863) Miss Islington (bot)
- [Python-checkins] Some reformatting (suggested by Black) and minor factoring. (GH-20865) Raymond Hettinger
- [Python-checkins] bpo-30064: Fix slow asyncio sock test (GH-20868) Fantix King
- [Python-checkins] Fixes dead links to Django's logging config docs (GH-20823) kevin seelbach
- [Python-checkins] bpo-40890: Fix compiler warning in dictobject.c (GH-20876) Pablo Galindo
- [Python-checkins] Include soft keywords in keyword.py (GH-20877) Pablo Galindo
- [Python-checkins] Fix trailing whitespace in keyword.py (GH-20881) Pablo Galindo
- [Python-checkins] bpo-29782: Consolidate _Py_Bit_Length() (GH-20739) Niklas Fiekas
- [Python-checkins] Improve readability and style in parser files (GH-20884) Pablo Galindo
- [Python-checkins] bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886) Victor Stinner
- [Python-checkins] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) roger
- [Python-checkins] [3.7] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) (GH-20892) Miss Islington (bot)
- [Python-checkins] bpo-1635741: Port _dbm module to multiphase initialization (GH-20848) Dong-hee Na
- [Python-checkins] bpo-40448: ensurepip: Do not use cache (GH-19812) Krzysztof Konopko
- [Python-checkins] bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) Xavier Fernandez
- [Python-checkins] bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) Victor Stinner
- [Python-checkins] bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900) Ned Deily
- [Python-checkins] bpo-36020: Require vsnprintf() to build Python (GH-20899) Victor Stinner
- [Python-checkins] bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) Victor Stinner
- [Python-checkins] closes bpo-28557: error message for bad raw readinto (GH-7496) David Szotten
- [Python-checkins] bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888) Lysandros Nikolaou
- [Python-checkins] bpo-19569: Add a macro to suppress deprecation warnings (GH-9004) Zackery Spytz
- [Python-checkins] Remove old comment in string_parser.c (GH-20906) Pablo Galindo
- [Python-checkins] bpo-40993: Don't run Travis CI coverage on PRs (GH-20916) Victor Stinner
- [Python-checkins] bpo-40989: Make _PyTraceMalloc_NewReference() internal (GH-20915) Victor Stinner
- [Python-checkins] bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) Pablo Galindo
- [Python-checkins] bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920) Dong-hee Na
- [Python-checkins] bpo-32604: Clean up test.support.interpreters. (gh-20926) Eric Snow
- [Python-checkins] bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) Inada Naoki
- [Python-checkins] bpo-35059: Enhance _PyObject_GC_TRACK() macros (GH-20931) Victor Stinner
- [Python-checkins] bpo-36346: Make unicodeobject.h C89 compatible (GH-20934) Inada Naoki
- [Python-checkins] bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) Victor Stinner
- [Python-checkins] bpo-41009: fix requires_OS_version() class decorator (GH-20942) Christian Heimes
- [Python-checkins] bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) (GH-20946) Victor Stinner
- [Python-checkins] bpo-41006: collections imports lazily heap (GH-20940) Victor Stinner
- [Python-checkins] bpo-41006: pkgutil imports lazily re (GH-20939) Victor Stinner
- [Python-checkins] bpo-40637: Do not emit warnings for disabled builtin hashes (GH-20937) stratakis
- [Python-checkins] bpo-41006: importlib.util no longer imports typing (GH-20938) Victor Stinner
- [Python-checkins] bpo-41006: Document the runpy optimization (GH-20953) Victor Stinner
- [Python-checkins] bpo-41006: Remove init_sys_streams() hack (GH-20954) Victor Stinner
- [Python-checkins] bpo-41006: What's New: less => fewer modules (GH-20955) Victor Stinner
- [Python-checkins] Synchronize macOS installer with 3.9 Ned Deily
- [Python-checkins] 3.6.11rc1 Ned Deily
- [Python-checkins] bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) Victor Stinner
- [Python-checkins] bpo-40884: Added defaults parameter for logging.Formatter (GH-20668) Bar Harel
- [Python-checkins] bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) (GH-20966) Victor Stinner
- [Python-checkins] bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075) Serhiy Storchaka
- [Python-checkins] Update CODEOWNERS to account for the new parser location (GH-20971) Pablo Galindo
- [Python-checkins] bpo-40334: Produce better error messages on invalid targets (GH-20106) Lysandros Nikolaou
- [Python-checkins] bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784) Victor Stinner
- [Python-checkins] bpo-40636: PEP 618: add strict parameter to zip() (GH-20921) Guido van Rossum
- [Python-checkins] Improve readability of `formataddr` docstring (GH-20963) Miss Islington (bot)
- [Python-checkins] Improve blake2 comment for Victor (GH-20981) Christian Heimes
- [Python-checkins] bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960) Dong-hee Na
- [Python-checkins] bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) Victor Stinner
- [Python-checkins] bpo-40636: Documentation for zip-strict (#20961) Ram Rachum
- [Python-checkins] bpo-41040: Fix test_modulefinder. (GH-20991) Serhiy Storchaka
- [Python-checkins] bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (#19305) Victor Stinner
- [Python-checkins] [3.5] closes bpo-38576: Disallow control characters in hostnames in http.client. (#19300) Tapas Kundu
- [Python-checkins] bpo-41043: Escape literal part of the path for glob(). (GH-20994) Serhiy Storchaka
- [Python-checkins] bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970) Lysandros Nikolaou
- [Python-checkins] Add link to .pypirc specification (GH-20680) Brian Rutledge
- [Python-checkins] bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995) Batuhan Taskaya
- [Python-checkins] bpo-40939: Remove the old parser (Part 2) (GH-21005) Lysandros Nikolaou
- [Python-checkins] bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) Gregory P. Smith
- [Python-checkins] Add link to .pypirc specification (GH-20680) (#21019) Miss Islington (bot)
- [Python-checkins] bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011) Gregory P. Smith
- [Python-checkins] bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020) Lysandros Nikolaou
- [Python-checkins] bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) Serhiy Storchaka
- [Python-checkins] bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006) Serhiy Storchaka
- [Python-checkins] bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002) Dong-hee Na
- [Python-checkins] bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) Lysandros Nikolaou
- [Python-checkins] Skip tests to fix bot (GH-20777) Joannah Nanjekye
- [Python-checkins] bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013) Gregory P. Smith
- [Python-checkins] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007) Gregory P. Smith
- [Python-checkins] bpo-41061: Fix incorrect expressions in hashtable (GH-21028) Christian Heimes
- [Python-checkins] bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) Serhiy Storchaka
- [Python-checkins] bpo-26407: Do not mask errors in csv. (GH-20536) Serhiy Storchaka
- [Python-checkins] bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) Serhiy Storchaka
- [Python-checkins] bpo-41005: Fixed perrmission error (GH-20936) Krishna Chivukula
- [Python-checkins] bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) Victor Stinner
- [Python-checkins] bpo-41078: Add pycore_list.h internal header file (GH-21057) Victor Stinner
- [Python-checkins] bpo-1635741: Port _lzma module to multiphase initialization (GH-19382) Dong-hee Na
- [Python-checkins] bpo-41078: Fix bltinmodule.c with Py_TRACE_REFS (GH-21058) Victor Stinner
- [Python-checkins] Improve asyncio.loop.call_soon() documentation (GH-20883) Roger Iyengar
- [Python-checkins] Small clean-ups for the random module (GH-21038) Raymond Hettinger
- [Python-checkins] bpo-40521: Make dict free lists per-interpreter (GH-20645) Victor Stinner
- [Python-checkins] bpo-40521: Make the empty frozenset per interpreter (GH-21068) Victor Stinner
- [Python-checkins] bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071) WildCard65
- [Python-checkins] bpo-40521: Remove freelist from collections.deque() (GH-21073) Raymond Hettinger
- [Python-checkins] bpo-40521: Make bytes singletons per interpreter (GH-21074) Victor Stinner
- [Python-checkins] bpo-36710: Pass tstate explicitly in abstract.c (GH-21075) Victor Stinner
- [Python-checkins] Call _PyWarnings_InitState() in subinterpreters (GH-21078) Victor Stinner
- [Python-checkins] bpo-41065: Use zip-strict in zoneinfo (GH-21031) Ram Rachum
- [Python-checkins] bpo-40521: Cleanup code of free lists (GH-21082) Victor Stinner
- [Python-checkins] bpo-40521: Empty frozenset is no longer a singleton (GH-21085) Raymond Hettinger
- [Python-checkins] bpo-39699: Remove accidentally committed test change (GH-21089) Ammar Askar
- [Python-checkins] bpo-41089: Filters and other issues in Visual Studio projects (GH-21070) Nikita Nemkin
- [Python-checkins] On path with known exact float, extract the double with the fast macro. (GH-21072) Raymond Hettinger
- [Python-checkins] bpo-41054: Simplify resource compilation on Windows (GH-21004) Nikita Nemkin
- [Python-checkins] bpo-41039: Simplify python3.dll build (GH-20989) Nikita Nemkin
- [Python-checkins] bpo-40521: Make MemoryError free list per interpreter (GH-21086) Victor Stinner
- [Python-checkins] bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) Anthony Sottile
- [Python-checkins] bpo-40521: Make empty Unicode string per interpreter (GH-21096) Victor Stinner
- [Python-checkins] [3.8] bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) (GH-21098) Anthony Sottile
- [Python-checkins] bpo-40521: Optimize PyUnicode_New(0, maxchar) (GH-21099) Victor Stinner
- [Python-checkins] bpo-41070: Simplify pyshellext.dll build (GH-21037) Nikita Nemkin
- [Python-checkins] bpo-40521: Make Unicode latin1 singletons per interpreter (GH-21101) Victor Stinner
- [Python-checkins] bpo-40521: Fix _PyContext_Fini() (GH-21103) Victor Stinner
- [Python-checkins] bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283) Gareth Rees
- [Python-checkins] bpo-41094: Fix decoding errors with audit when open files. (GH-21095) Serhiy Storchaka
- [Python-checkins] Fix typo in dataclasses module (GH-21109) (#21111) Miss Islington (bot)
- [Python-checkins] bpo-41005: Fixed perrmission error (GH-20936) (GH-21052) Miss Islington (bot)
- [Python-checkins] bpo-40521: Always create the empty tuple singleton (GH-21116) Victor Stinner
- [Python-checkins] bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985) Nikita Nemkin
- [Python-checkins] bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) Serhiy Storchaka
- [Python-checkins] bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) Arisaka97
- [Python-checkins] bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943) Bruce Merry
- [Python-checkins] Fix macOS installer build typos Ned Deily
- [Python-checkins] bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) Serhiy Storchaka
- [Python-checkins] Forward port macOS installer updates from 3.7/3.8/3.9 (GH-21132) Ned Deily
- [Python-checkins] Forward port macOS installer updates from 3.7 (GH-21132) (GH-21137) Ned Deily
- [Python-checkins] Update macOS installer reader for 3.7.8 Ned Deily
- [Python-checkins] bpo-39580: add check for CLI installation on macOS (GH-20271) Rick Heil
- [Python-checkins] bpo-40275: Use new test.support helper submodules in tests (GH-20849) Hai Shi
- [Python-checkins] bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) Serhiy Storchaka
- [Python-checkins] bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) Ned Deily
- [Python-checkins] bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138) Serhiy Storchaka
- [Python-checkins] bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) Serhiy Storchaka
- [Python-checkins] bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21147) Ned Deily
- [Python-checkins] bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142) Victor Stinner
- [Python-checkins] [3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949) Christian Heimes
- [Python-checkins] bpo-40275: Use new test.support helper submodules in tests (GH-20824) Hai Shi
- [Python-checkins] [3.8] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20948) Christian Heimes
- [Python-checkins] bpo-40939: run autoreconf to fix configure{, .ac} disparity (GH-21152) Ned Deily
- [Python-checkins] BPO-41100: Support macOS 11 when building (GH-21113) Ronald Oussoren
- [Python-checkins] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035) Serhiy Storchaka
- [Python-checkins] BPO-41100: Support macOS 11 when building (GH-21113) (GH-21155) Miss Islington (bot)
- [Python-checkins] bpo-40275: Use new test.support helper submodules in tests (GH-21151) Hai Shi
- [Python-checkins] Fix typo in functions.rst (GH-21131) Ram Rachum
- [Python-checkins] bpo-41103: Remove old buffer protocol support (#21117) Inada Naoki
- [Python-checkins] bpo-41119: Output correct error message for list/tuple followed by colon (GH-21160) Lysandros Nikolaou
- [Python-checkins] Improve code organization for the random module (GH-21161) Raymond Hettinger
- [Python-checkins] bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084) Lysandros Nikolaou
- [Python-checkins] bpo-41100: clarify NEWS item about macOS 11 support (GH-21174) Ned Deily
- [Python-checkins] bpo-41123: Remove Py_UNICODE_str* functions (GH-21164) Inada Naoki
- [Python-checkins] Remove dead code from tracemalloc (GH-21029) Christian Heimes
- [Python-checkins] 3.6.11 Ned Deily
- [Python-checkins] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) Lysandros Nikolaou
- [Python-checkins] bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387) Batuhan Taskaya
- [Python-checkins] [3.8] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH-21184) Lysandros Nikolaou
- [Python-checkins] Add soft keywords to the documentation (GH-21185) Pablo Galindo
- [Python-checkins] bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) Lysandros Nikolaou
- [Python-checkins] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021) Guido van Rossum
- [Python-checkins] [3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21023) Guido van Rossum
- [Python-checkins] bpo-39151: Simplify DFS in the assembler (GH-17733) Pablo Galindo
- [Python-checkins] bpo-38870: Extend subject of ast.unparse warnings (GH-21053) Batuhan Taskaya
- [Python-checkins] bpo-41144: Fix IDLE open module error (#21182) E-Paine
- [Python-checkins] bpo-41144: Fix IDLE open module error (GH-21182) Miss Islington (bot)
- [Python-checkins] bpo-31082: Use "iterable" in the docstring for functools.reduce() (GH-20796) Zackery Spytz
- [Python-checkins] bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) Serhiy Storchaka
- [Python-checkins] 3.7.8 Ned Deily
- [Python-checkins] [3.8] bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) (GH-21200) Serhiy Storchaka
- [Python-checkins] bpo-40874 Update the required libmpdec version for the decimal module (GH-21202) Stefan Krah
- [Python-checkins] bpo-41123: Remove PyUnicode_GetMax() (GH-21192) Inada Naoki
- [Python-checkins] bpo-41123: Remove PyLong_FromUnicode() (GH-21204) Inada Naoki
- [Python-checkins] bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205) Miss Islington (bot)
- [Python-checkins] Update ssl.rst Miss Islington (bot)
- [Python-checkins] bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
- [Python-checkins] Update libmpdec license dates (GH-21216) Stefan Krah
- [Python-checkins] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) Ravi Teja P
- [Python-checkins] Fix typo in Object/listobject.c (GH-21079) Jeong Ukjae
- [Python-checkins] bpo-37999: Simplify the conversion code for %c, %d, %x, etc. (GH-20437) Serhiy Storchaka
- [Python-checkins] bpo-40924: Ensure importlib.resources.path returns an extant path (GH-20857) Jason R. Coombs
- [Python-checkins] bpo-23427: Add sys.orig_argv attribute (GH-20729) Victor Stinner
- [Python-checkins] bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) Serhiy Storchaka
- [Python-checkins] bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) Inada Naoki
- [Python-checkins] bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) Serhiy Storchaka
- [Python-checkins] bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933) Inada Naoki
- [Python-checkins] bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215) Serhiy Storchaka
- [Python-checkins] bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227) Miss Islington (bot)
- [Python-checkins] bpo-41142: Add support of non-ASCII paths for CAB files. (GH-21195) Serhiy Storchaka
- [Python-checkins] bpo-41100: fix _decimal for arm64 Mac OS (GH-21228) Lawrence D'Anna
- [Python-checkins] Update FAQ release schedule and estimated users (GH-21180) E-Paine
- [Python-checkins] bpo-40275: Use new test.support helper submodules in tests (GH-21219) Hai Shi
- [Python-checkins] bpo-40275: Use new test.support helper submodules in tests (GH-21169) Hai Shi
- [Python-checkins] bpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243) Stefan Krah
- [Python-checkins] [3.7] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) (GH-21231) Tapas Kundu
- [Python-checkins] [3.6] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) (GH-21232) Tapas Kundu
Last message date: Tue Jun 30 15:30:30 EDT 2020
Archived on: Sun Sep 6 00:38:38 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