Showing content from http://mail.python.org/pipermail/python-checkins/2020-February/thread.html below:
The Python-checkins February 2020 Archive by thread
February 2020 Archives by thread
Starting: Sat Feb 1 06:08:39 EST 2020
Ending: Sat Feb 29 17:10:30 EST 2020
Messages: 313
- [Python-checkins] Update sum comment. (#18240) Brandt Bucher
- [Python-checkins] bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533) Andrew Svetlov
- [Python-checkins] fixes typos in http.client documentation (#18300) James Corbett
- [Python-checkins] bpo-39496: Remove redundant checks from _sqlite/cursor.c (GH-18270) Alex Henrie
- [Python-checkins] Fix 5-space indentation and trailing whitespace (GH-18311) Mark Dickinson
- [Python-checkins] bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057) Kyle Stanley
- [Python-checkins] bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance (GH-18266) Pierre Glaser
- [Python-checkins] [3.8] bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance (GH-18266) (#18316) Antoine Pitrou
- [Python-checkins] bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175) Steve Cirelli
- [Python-checkins] bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18321) Miss Islington (bot)
- [Python-checkins] bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175) (#18323) Miss Islington (bot)
- [Python-checkins] bpo-36051: Fix compiler warning. (GH-18325) Inada Naoki
- [Python-checkins] fixes typos in http.client documentation (GH-18300) Miss Islington (bot)
- [Python-checkins] bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) Victor Stinner
- [Python-checkins] bpo-39542: Move object.h debug functions to internal C API (GH-18331) Victor Stinner
- [Python-checkins] Fixes in sorting descriptions (GH-18317) Stefan Pochmann
- [Python-checkins] bpo-39542: Simplify _Py_NewReference() (GH-18332) Victor Stinner
- [Python-checkins] bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973) Adorilson Bezerra
- [Python-checkins] add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217578eb (#18344) Chris Withers
- [Python-checkins] bpo-38076 Clear the interpreter state only after clearing module globals (GH-18039) Eddie Elizondo
- [Python-checkins] Restore PyObject_IsInstance() comment (GH-18345) Victor Stinner
- [Python-checkins] bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150) Stefan Behnel
- [Python-checkins] bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058) Miss Islington (bot)
- [Python-checkins] closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) Philipp Gesang
- [Python-checkins] closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18350) Miss Islington (bot)
- [Python-checkins] Fix MinGW library generation command (GH-17917) Baljak
- [Python-checkins] bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346) Victor Stinner
- [Python-checkins] bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824) Saiyang Gou
- [Python-checkins] bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791) Anthony Shaw
- [Python-checkins] bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260) Jakub Stasiak
- [Python-checkins] bpo-39553: Delete HAVE_SXS protected code (GH-18356) Zackery Spytz
- [Python-checkins] bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) schwarzichet
- [Python-checkins] bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) (GH-18359) Miss Islington (bot)
- [Python-checkins] bpo-39543: Remove unused _Py_Dealloc() macro (GH-18361) Victor Stinner
- [Python-checkins] bpo-39542: Exclude trashcan from the limited C API (GH-18362) Victor Stinner
- [Python-checkins] bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363) Victor Stinner
- [Python-checkins] bpo-39542: Convert PyType_Check() to static inline function (GH-18364) Victor Stinner
- [Python-checkins] bpo-39542: Define PyTypeObject earlier in object.h (GH-18366) Victor Stinner
- [Python-checkins] Add PyInterpreterState.fs_codec.utf8 (GH-18367) Victor Stinner
- [Python-checkins] bpo-39488: Skip test_largefile tests if not enough disk space (GH-18261) Giampaolo Rodola
- [Python-checkins] bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368) Victor Stinner
- [Python-checkins] bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369) Shantanu
- [Python-checkins] bpo-39127: Make _Py_HashPointer's argument be const (GH-17690) Andy Lester
- [Python-checkins] bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-18357) Steve Dower
- [Python-checkins] bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360) Serhiy Storchaka
- [Python-checkins] bpo-38823: Fix refleaks in _ast initialization error path (GH-17276) Brandt Bucher
- [Python-checkins] bpo-39245: Make Vectorcall C API public (GH-17893) Petr Viktorin
- [Python-checkins] bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017) Sebastian Berg
- [Python-checkins] bpo-39542: Document limited C API changes (GH-18378) Victor Stinner
- [Python-checkins] What's New in Python 3.9: sort improved modules (GH-18383) Victor Stinner
- [Python-checkins] bpo-39534: Doc: Clarify return in finally (GH-18324) Julien Palard
- [Python-checkins] bpo-39573: Use Py_REFCNT() macro (GH-18388) Victor Stinner
- [Python-checkins] bpo-39573: Add Py_SET_REFCNT() function (GH-18389) Victor Stinner
- [Python-checkins] bpo-39571: Fix clang warning on PyTypeObject typedef (GH-18385) Victor Stinner
- [Python-checkins] bpo-39573: Use Py_TYPE() in abstract.c (GH-18390) Victor Stinner
- [Python-checkins] bpo-39491: Mention Annotated in get_origin() docstring (GH-18379) Jakub Stasiak
- [Python-checkins] bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391) Victor Stinner
- [Python-checkins] bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) Victor Stinner
- [Python-checkins] bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393) Victor Stinner
- [Python-checkins] bpo-39573: Add Py_SET_TYPE() function (GH-18394) Victor Stinner
- [Python-checkins] bpo-35134: Create Include/cpython/listobject.h (GH-18395) Victor Stinner
- [Python-checkins] bpo-39573: Use Py_TYPE() macro in object.c (GH-18398) Victor Stinner
- [Python-checkins] bpo-38644: Add Py_EnterRecursiveCall() to python3.def (GH-18399) Victor Stinner
- [Python-checkins] bpo-39573: Add Py_SET_SIZE() function (GH-18400) Victor Stinner
- [Python-checkins] bpo-39502: Fix 64-bit Python PyTime_localtime() on AIX (GH-18285) Michael Felt
- [Python-checkins] bpo-39573: Use Py_SET_SIZE() function (GH-18402) Victor Stinner
- [Python-checkins] bpo-39350: Fix fractions for int subclasses (GH-18375) Victor Stinner
- [Python-checkins] bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405) Lysandros Nikolaou
- [Python-checkins] closes bpo-39575: Change -lgcov to --coverage. (GH-18382) Fangrui Song
- [Python-checkins] [3.8] bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405) (GH-18408) Lysandros Nikolaou
- [Python-checkins] Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-17884) Saiyang Gou
- [Python-checkins] bpo-39573: Use Py_TYPE() macro in ctypes.h (GH-18411) Dong-hee Na
- [Python-checkins] bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421) sweeneyde
- [Python-checkins] bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421) (GH-18423) Miss Islington (bot)
- [Python-checkins] Grammar fix in tutorial (GH-18425) Don Kirkby
- [Python-checkins] bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315) idomic
- [Python-checkins] Grammar fix in tutorial (GH-18425) (GH-18426) Miss Islington (bot)
- [Python-checkins] bpo-39586: Deprecate distutils bdist_msi command (GH-18415) Hugo van Kemenade
- [Python-checkins] Remove note saying patch is straightforward (#18431) Brian Curtin
- [Python-checkins] bpo-39600, IDLE: Remove duplicated font names (GH-18430) Victor Stinner
- [Python-checkins] bpo-39369 Doc: Update mmap readline method documentation (GH-17957) Wellington Pardim
- [Python-checkins] Remove redundant references in struct doc (GH-18053) Christophe Nanteuil
- [Python-checkins] bpo-39545: docs: do not use await in f-strings (GH-18434) Elena Oat
- [Python-checkins] Issue3950: Fix docs for default locale used by gettext to match implementation (#18435) Carl
- [Python-checkins] Issue3950: Fix docs for default locale used by gettext to match implementation (GH-18435) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-3950: Fix docs for default locale used by gettext to match implementation (GH-18435) (GH-18439) Miss Islington (bot)
- [Python-checkins] Improve grammar in the import system reference documentation (GH-18209) Miss Islington (bot)
- [Python-checkins] bpo-39594: Fix typo in os.times documentation (GH-18443) Roger Hurwitz
- [Python-checkins] bpo-13826: Clarify Popen constructor example (GH-18438) Tim D. Smith
- [Python-checkins] Correct the documented default encoding (GH-18429) Eric Wieser
- [Python-checkins] bpo-39417: Fix broken link to guide to building venvs (GH-18432) Ogi Moore
- [Python-checkins] bpo-38325: Skip non-BMP tests of test_winconsoleio (GH-18448) Victor Stinner
- [Python-checkins] bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449) Terry Jan Reedy
- [Python-checkins] bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) Roger Hurwitz
- [Python-checkins] bpo-1635741: Port _codecs extension module to multiphase initialization (PEP 489) (GH-18065) Hai Shi
- [Python-checkins] (no subject) Łukasz Langa
- [Python-checkins] bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397) Victor Stinner
- [Python-checkins] bpo-39299: Add more tests for mimetypes and its cli. (GH-17949) Miss Islington (bot)
- [Python-checkins] bpo-39245: Switch to public API for Vectorcall (GH-18460) Petr Viktorin
- [Python-checkins] bpo-38644: Rephrase What's New entry (GH-18461) Victor Stinner
- [Python-checkins] Fix ordering issue in Windows release upload script (GH-18465) Steve Dower
- [Python-checkins] docs: macos - change "versiona" to "versions" (GH-18467) at RandyMcMillan
- [Python-checkins] docs: macos - change "versiona" to "versions" (GH-18467) (GH-18469) Miss Islington (bot)
- [Python-checkins] docs: macos - change "versiona" to "versions" (GH-18467) (GH-18470) Miss Islington (bot)
- [Python-checkins] closes bpo-39605: Fix some casts to not cast away const. (GH-18453) Andy Lester
- [Python-checkins] bpo-39595: Improve zipfile.Path performance (#18406) Jason R. Coombs
- [Python-checkins] bpo-39595: Improve zipfile.Path performance (GH-18406) (GH-18472) Miss Islington (bot)
- [Python-checkins] bpo-39605: Remove a cast that causes a warning. (GH-18473) Benjamin Peterson
- [Python-checkins] bpo-39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglob(). (GH-18372) Serhiy Storchaka
- [Python-checkins] bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828) Serhiy Storchaka
- [Python-checkins] bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) Serhiy Storchaka
- [Python-checkins] bpo-21016: pydoc and trace use sysconfig (GH-18476) Victor Stinner
- [Python-checkins] bpo-18819: tarfile: only set device fields for device files (GH-18080) William Chargin
- [Python-checkins] bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477) Serhiy Storchaka
- [Python-checkins] bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) Victor Stinner
- [Python-checkins] bpo-35081: Move dtoa.h header to the internal C API (GH-18489) Victor Stinner
- [Python-checkins] bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494) Victor Stinner
- [Python-checkins] bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493) Victor Stinner
- [Python-checkins] closes bpo-39621: Make buf arg to md5_compress be const. (GH-18497) Andy Lester
- [Python-checkins] bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) Saiyang Gou
- [Python-checkins] bpo-39606: allow closing async generators that are already closed (GH-18475) Nathaniel J. Smith
- [Python-checkins] [3.8] bpo-39606: allow closing async generators that are already closed (GH-18475) (GH-18501) Miss Islington (bot)
- [Python-checkins] bpo-39606: allow closing async generators that are already closed (GH-18475) (GH-18502) Nathaniel J. Smith
- [Python-checkins] bpo-39573: Fix bad copy-paste in Py_SET_SIZE (GH-18496) Brandt Bucher
- [Python-checkins] bpo-39573: Add Py_IS_TYPE() function (GH-18488) Dong-hee Na
- [Python-checkins] bpo-39524: Fixed doc-string in ast._pad_whitespace (GH-18340) mpheath
- [Python-checkins] bpo-39627: Fix TypedDict totality check for inherited keys (#18503) Vlad Emelianov
- [Python-checkins] bpo-39545: Document restrictions on "await" and "async for" in f-strings. (GH-18459) Serhiy Storchaka
- [Python-checkins] bpo-39545: Document changes in the support of await in f-strings. (GH-18456) Serhiy Storchaka
- [Python-checkins] closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495) Ian Norton
- [Python-checkins] closes bpo-39630: Update pointers to string literals to be const char *. (GH-18510) Andy Lester
- [Python-checkins] [3.8] closes bpo-39630: Update pointers to string literals to be const char *. (GH-18511) Benjamin Peterson
- [Python-checkins] bpo-39573: PyXXX_Check() macros use Py_IS_TYPE() (GH-18508) Dong-hee Na
- [Python-checkins] bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507) Dong-hee Na
- [Python-checkins] bpo-12915: Add pkgutil.resolve_name (GH-18310) Vinay Sajip
- [Python-checkins] bpo-39104: Fix hanging ProcessPoolExecutor on shutdown nowait with pickling failure (GH-17670) Thomas Moreau
- [Python-checkins] bpo-37970: update and improve urlparse and urlsplit doc-strings (GH-16458) idomic
- [Python-checkins] Revert "bpo-27657: Fix urlparse() with numeric paths (GH-661)" (#18526) Senthil Kumaran
- [Python-checkins] Revert "[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-16839)" (GH-18525) Senthil Kumaran
- [Python-checkins] bpo-32892: Update the documentation for handling constants in AST. (GH-18514) Serhiy Storchaka
- [Python-checkins] bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314) idomic
- [Python-checkins] bpo-1635741: Port _crypt extension module to multiphase initialization (PEP 489) (GH-18404) Hai Shi
- [Python-checkins] [3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18204) Dong-hee Na
- [Python-checkins] bpo-36465: Update doc of init_config.rst (GH-18520) Hai Shi
- [Python-checkins] bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) Dong-hee Na
- [Python-checkins] bpo-39500: Fix compile warnings in unicodeobject.c (GH-18519) Hai Shi
- [Python-checkins] bpo-1635741: Port _contextvars module to multiphase initialization (PEP 489) (GH-18374) Hai Shi
- [Python-checkins] bpo-1635741: Port _abc extension to multiphase initialization (PEP 489) (GH-18030) Hai Shi
- [Python-checkins] bpo-39663: IDLE: Add additional tests for pyparse (GH-18536) Cheryl Sabella
- [Python-checkins] bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337) Kyle Meyer
- [Python-checkins] [3.8] bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337) (GH-18543) Miss Islington (bot)
- [Python-checkins] bpo-1635741: Port _bz2 extension module to multiphase initialization(PEP 489) (GH-18050) Hai Shi
- [Python-checkins] bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150) (GH-18546) Miss Islington (bot)
- [Python-checkins] bpo-36347: stop using RESTRICTED constants (GH-12684) Jeroen Demeyer
- [Python-checkins] bpo-37207: Use vectorcall for range() (GH-18464) Petr Viktorin
- [Python-checkins] bpo-39674: Revert "bpo-25988: Do not expose abstract collection classes in the collections module. (GH-10596)" (GH-18545) Victor Stinner
- [Python-checkins] bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-18357) (GH-18548) Miss Islington (bot)
- [Python-checkins] Include subsections in TOC for PDF version of docs. (GH-9629) Cheryl Sabella
- [Python-checkins] bpo-39572: Document ’total’ flag of TypedDict (GH-18554) ananthan-123
- [Python-checkins] Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)" (GH-18553) Victor Stinner
- [Python-checkins] bpo-39479:Add math.lcm() function: Least Common Multiple (#18547) ananthan-123
- [Python-checkins] Valgrind no longer supports --db-attach=yes. (#18568) Stefan Krah
- [Python-checkins] Update runall.bat to the latest Windows build system. (#18571) Stefan Krah
- [Python-checkins] Use the new recommended number of repetitions in the refleak tests. (#18569) Stefan Krah
- [Python-checkins] Update runall.bat to the latest Windows build system. (GH-18571) (#18572) Miss Islington (bot)
- [Python-checkins] Update runall.bat to the latest Windows build system. (GH-18571) (#18573) Miss Islington (bot)
- [Python-checkins] Use the new recommended number of repetitions in the refleak tests. (GH-18569) (#18574) Miss Islington (bot)
- [Python-checkins] Use the new recommended number of repetitions in the refleak tests. (GH-18569) (#18575) Miss Islington (bot)
- [Python-checkins] Valgrind no longer supports --db-attach=yes. (GH-18568) (#18576) Miss Islington (bot)
- [Python-checkins] Valgrind no longer supports --db-attach=yes. (GH-18568) (#18578) Miss Islington (bot)
- [Python-checkins] bpo-39184: Fix incorrect return value (GH-18580) Steve Dower
- [Python-checkins] bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) Stefan Krah
- [Python-checkins] bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (#18585) Miss Islington (bot)
- [Python-checkins] bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (#18584) Miss Islington (bot)
- [Python-checkins] closes bpo-39684: Combine two if/thens and squash uninit var warning. (GH-18565) Andy Lester
- [Python-checkins] bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036) Pete Wicken
- [Python-checkins] bpo-9495: avoid confusing chained exception in argparse test (GH-17120) alclarks
- [Python-checkins] Reuse identifier of PREDICT macros as PREDICT_ID (GH-17155) Denis Chernikov
- [Python-checkins] bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538) Christopher Hunt
- [Python-checkins] fix(doc): set correct RST syntax for c:function (GH-18589) Julien Danjou
- [Python-checkins] bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586) Berker Peksag
- [Python-checkins] bpo-39576: docs: set context for decimal arbitrary precision arithmetic (#18594) Stefan Krah
- [Python-checkins] bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-18594) (#18596) Miss Islington (bot)
- [Python-checkins] bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-18594) (#18597) Miss Islington (bot)
- [Python-checkins] bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) Yonatan Goldschmidt
- [Python-checkins] bpo-17422: Language reference should specify restrictions on class namespace (#18559) ananthan-123
- [Python-checkins] bpo-17422: Language reference should specify restrictions on class namespace (GH-18559) Miss Islington (bot)
- [Python-checkins] bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604) Serhiy Storchaka
- [Python-checkins] bpo-39576: Clarify the word size for the 32-bit build. (#18616) Stefan Krah
- [Python-checkins] bpo-39576: Clarify the word size for the 32-bit build. (GH-18616) (#18617) Miss Islington (bot)
- [Python-checkins] bpo-39576: Clarify the word size for the 32-bit build. (GH-18616) (#18618) Miss Islington (bot)
- [Python-checkins] [3.8] bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131) (GH-18133) Pablo Galindo
- [Python-checkins] [3.7] bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131) (#18134) Pablo Galindo
- [Python-checkins] bpo-39681: Fix C pickle regression with minimal file-like objects (#18592) Antoine Pitrou
- [Python-checkins] bpo-39681: Fix C pickle regression with minimal file-like objects (GH-18592) (#18630) Miss Islington (bot)
- [Python-checkins] bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528) Miss Islington (bot)
- [Python-checkins] bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531) Daniel Hahler
- [Python-checkins] closes bpo-39736: const strings in Modules/_datetimemodule.c and Modules/_testbuffer.c (GH-18637) Andy Lester
- [Python-checkins] Give proper credits for the memoryview implementation. (#18626) Stefan Krah
- [Python-checkins] Give proper credits for the memoryview implementation. (GH-18626) (#18643) Miss Islington (bot)
- [Python-checkins] Give proper credits for the memoryview implementation. (GH-18626) (#18642) Miss Islington (bot)
- [Python-checkins] Give proper credit for figuring out and writing PEP-3118 tests. (#18644) Stefan Krah
- [Python-checkins] Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#18646) Miss Islington (bot)
- [Python-checkins] Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#18645) Miss Islington (bot)
- [Python-checkins] Add note to Mac installer ReadMe about macOS 10.15 Gatekeeper changes. (GH-18647) Ned Deily
- [Python-checkins] Add note to Mac installer ReadMe about macOS 10.15 Gatekeeper changes. (GH-18648) Ned Deily
- [Python-checkins] bpo-39128: Added algorithm description (GH-18624) idomic
- [Python-checkins] bpo-30566: Fix IndexError when using punycode codec (GH-18632) Berker Peksag
- [Python-checkins] bpo-36144: Dictionary Union (PEP 584) (#12088) Brandt Bucher
- [Python-checkins] bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657) Steve Dower
- [Python-checkins] Doc: int -> int or Py_ssize_t (GH-18663) Inada Naoki
- [Python-checkins] bpo-39737: Remove code repitition in list_richcompare (GH-18638) sweeneyde
- [Python-checkins] bpo-34788: Add support for scoped IPv6 addresses (GH-13772) opavlyuk
- [Python-checkins] bpo-39699: Don't silence make on Azure and Github CIs (GH-18583) Ammar Askar
- [Python-checkins] bpo-36144: Document PEP 584 (GH-18659) Brandt Bucher
- [Python-checkins] Suppress the hang (#18457) Andrew Svetlov
- [Python-checkins] bpo-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327) Inada Naoki
- [Python-checkins] bpo-39609: set the thread_name_prefix for the default asyncio executor (GH-18458) Markus Mohrhard
- [Python-checkins] bpo-39704: Explicitly pass the path to codecov config (GH-18680) Ammar Askar
- [Python-checkins] closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600) Andy Lester
- [Python-checkins] Fuzz struct.unpack and catch RecursionError in re.compile (GH-18679) Ammar Askar
- [Python-checkins] bpo-12915: Improve Unicode support for package names and attributes. (GH-18517) Vinay Sajip
- [Python-checkins] bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) Terry Jan Reedy
- [Python-checkins] bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) Terry Jan Reedy
- [Python-checkins] bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598) Shantanu
- [Python-checkins] bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) Steve Dower
- [Python-checkins] bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) Gregory P. Smith
- [Python-checkins] bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912) Henry Harutyunyan
- [Python-checkins] bpo-39379: Remove reference to sys.path[0] being absolute path in whatsnew (GH-18561) Ananthakrishnan
- [Python-checkins] bpo-39667: Sync zipp 3.0 (GH-18540) Jason R. Coombs
- [Python-checkins] bpo-39794: Add --without-decimal-contextvar (#18702) Stefan Krah
- [Python-checkins] Cosmetic change to match the surrounding code. (#18704) Stefan Krah
- [Python-checkins] bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338) Stephen Balousek
- [Python-checkins] [3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702) Stefan Krah
- [Python-checkins] Mention backports (GH-18715) Stefan Krah
- [Python-checkins] [3.8] Fix syntax (GH-18716) Stefan Krah
- [Python-checkins] [3.8] Explicitly initialize like the surrounding code (GH-18717) Stefan Krah
- [Python-checkins] [3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702) Stefan Krah
Last message date: Sat Feb 29 17:10:30 EST 2020
Archived on: Sun Sep 6 00:37:18 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