Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38336: Remove the __set__ method restriction on data descriptors for ↵ | Géry Ogam | 2019-10-29 | 1 | -1/+1 |
| | | | | attribute lookup precedence (GH-16520) | ||||
* | Fix asyncio.wait() 3.8 whatsnew entry (GH-16975) | Kyle Stanley | 2019-10-29 | 1 | -1/+2 |
| | |||||
* | bpo-38534: Replace wrong KB number references (GH-16955) | benedwards14 | 2019-10-28 | 1 | -1/+1 |
| | |||||
* | bpo-37330: open() no longer accept 'U' in file mode (GH-16959) | Victor Stinner | 2019-10-28 | 4 | -15/+19 |
| | | | | | open(), io.open(), codecs.open() and fileinput.FileInput no longer accept "U" ("universal newline") in the file mode. This flag was deprecated since Python 3.3. | ||||
* | bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956) | Dong-hee Na | 2019-10-28 | 2 | -1/+10 |
| | |||||
* | bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) | Marco Rougeth | 2019-10-27 | 1 | -0/+1 |
| | | | | * 📜🤖 Added by blurb_it. | ||||
* | bpo-38434: Fixes some audit event documentation (GH-16932) | Steve Dower | 2019-10-26 | 5 | -11/+26 |
| | |||||
* | bpo-38557: Improve documentation for list and tuple C API. (GH-16925) | Serhiy Storchaka | 2019-10-26 | 3 | -12/+19 |
| | |||||
* | bpo-38558: Mention `:=` in conditions tutorial (GH-16919) | Ammar Askar | 2019-10-25 | 1 | -4/+4 |
| | |||||
* | Add missing asyncio changes from 3.8 whatsnew (GH-16911) | Kyle Stanley | 2019-10-24 | 1 | -10/+85 |
| | |||||
* | bpo-30618: add readlink to pathlib.Path (GH-8285) | Girts | 2019-10-23 | 2 | -0/+21 |
| | | | | | | | | | | | This adds a "readlink" method to pathlib.Path objects that calls through to os.readlink. https://bugs.python.org/issue30618 Automerge-Triggered-By: @gpshead | ||||
* | Spell Bitbucket correctly. (GH-16862) | Peter Bittner | 2019-10-23 | 2 | -3/+3 |
| | |||||
* | bpo-38466: Fix threading.excepthook doc (GH-16891) | Daniel Baskal | 2019-10-22 | 1 | -2/+2 |
| | |||||
* | Bump Sphinx to 2.2.0. (GH-16532) | Julien Palard | 2019-10-22 | 2 | -2/+2 |
| | |||||
* | Fix Zope URL (GH-16880) | Kyle Stanley | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821) | Dong-hee Na | 2019-10-21 | 2 | -0/+11 |
| | |||||
* | bpo-38531: document extend action's added version (GH-16865) | Batuhan Taşkaya | 2019-10-20 | 1 | -0/+2 |
| | |||||
* | bpo-37759: More updates to Whatsnew 3.8 (GH-16854) | Raymond Hettinger | 2019-10-20 | 1 | -26/+183 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * math.perm() and math.comb() * math.isqrt() * Add singledispatchmethod() * itertools.accumulate() * Optional headers for xmlrpc.client.ServerProxy * IDLE non-BMP characters * import collections.abc directly * @coroutine is deprecated * pprint.pp() * New options for object.__reduce__() * DictReader no longer returns OrderedDicts * "force" option for logging.basicConfig() * Fix spelling * cProfile context manager * Various markup/grammar fixes from Kyle Stanley. Other minor fixes as well. Also, dedup the __reduce__ entry. * Fix markup * Fix grammar nits found by MS Word | ||||
* | Remove doc reference to unmaitained Nose package (GH-16849) | Jon Dufresne | 2019-10-19 | 1 | -2/+2 |
| | | | The Nose package is no longer maintained. | ||||
* | Fix minor typos in What's New in Python 3.8. (GH-16770) | Jero Bado | 2019-10-18 | 1 | -4/+4 |
| | | | Added periods at the end of the sentences. | ||||
* | Doc: Add missing entry for functools.cached_property (GH-16803) | Stéphane Wirtel | 2019-10-18 | 1 | -0/+16 |
| | |||||
* | bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) | Gregory P. Smith | 2019-10-18 | 1 | -3/+5 |
| | | | | | | | | | | Also updates the documentation to clarify the situation surrounding the digestmod parameter that is required despite its position in the argument list as of 3.8.0 as well as removing old python2 era references to "binary strings". We indavertently had this raise ValueError in 3.8.0 for the missing arg. This is not considered an API change as no reasonable code would be catching this missing argument error in order to handle it. | ||||
* | Update doc switcher list for 3.8.0 (GH-16809) | Ned Deily | 2019-10-15 | 1 | -1/+1 |
| | |||||
* | bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545) | Julien Danjou | 2019-10-15 | 1 | -0/+15 |
| | | | | Add a total_nframe field to the traces collected by the tracemalloc module. This field indicates the original number of frames before it was truncated. | ||||
* | bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791) | Steve Dower | 2019-10-14 | 1 | -3/+3 |
| | |||||
* | Doc: 3.8 is now stable. (GH-16790) | Julien Palard | 2019-10-14 | 1 | -1/+1 |
| | |||||
* | Remove draft status. Add asyncio REPL example (GH-16785) | Raymond Hettinger | 2019-10-14 | 1 | -8/+29 |
| | |||||
* | bpo-37759: Polish What's New in Python 3.8. (#16769) | Serhiy Storchaka | 2019-10-14 | 1 | -88/+123 |
| | |||||
* | bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768) | Stein Karlsen | 2019-10-14 | 1 | -1/+6 |
| | |||||
* | bpo-37759: Add examples for the new typing features (GH-16763) | Raymond Hettinger | 2019-10-14 | 1 | -5/+21 |
| | |||||
* | bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) | Raymond Hettinger | 2019-10-14 | 1 | -9/+10 |
| | | | | | | * bpo-38461: ncurses misspelled as curses * bpo-38463: Fix broken link | ||||
* | bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) | Raymond Hettinger | 2019-10-14 | 1 | -1/+1 |
| | |||||
* | bpo-38467: Fix argument name of typing functions (GH-16753) | Sebastian Rittau | 2019-10-13 | 1 | -2/+2 |
| | |||||
* | bpo-28556: Remove another mention of metaclass of Generic in typing docs ↵ | Ivan Levkivskyi | 2019-10-13 | 1 | -2/+2 |
| | | | | | | | | (GH-16743) Metaclass was removed in Python 3.7 (there is already a `versionchanged` item about this). https://bugs.python.org/issue28556 | ||||
* | Rebased version of what's new PR (#16745) | Andrew Kuchling | 2019-10-13 | 1 | -83/+67 |
| | | | | | | * Use Unicode character for accent * Various grammar fixes * Sort library modules alphabetically; remove duplicated idlelib/IDLE section | ||||
* | bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742) | Serhiy Storchaka | 2019-10-13 | 1 | -9/+12 |
| | | | | | | | They conflicted with keyword "in". Also rename positional-only parameters of private os._fcopyfile() for consistency. | ||||
* | bpo-38417: Add umask support to subprocess (GH-16726) | Gregory P. Smith | 2019-10-12 | 1 | -3/+9 |
| | | | | On POSIX systems, allow the umask to be set in the child process before we exec. | ||||
* | Fix minor typos in Whatsnew | Hugo van Kemenade | 2019-10-12 | 1 | -12/+10 |
| | |||||
* | Announce the change in the CancelledError inheritance (GH-16730) | Phil Jones | 2019-10-12 | 1 | -0/+4 |
| | | | | This is a fairly noticeable change that requires adjustments in existing asyncio code. It should therefore be announced. | ||||
* | bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675) | Samuel Colvin | 2019-10-12 | 1 | -0/+6 |
| | | | | | | Since `smtpd.MailmanProxy` is already broken, it is not formally deprecated in 3.9. It will be removed in 3.10. https://bugs.python.org/issue35800 | ||||
* | bpo-38442: Remove an execution bit from Doc/whatsnew/3.8.rst. (GH-16715) | Serhiy Storchaka | 2019-10-11 | 1 | -0/+0 |
| | |||||
* | docs: Add asyncio source code links (GH-16640) | Kyle Stanley | 2019-10-10 | 11 | -4/+54 |
| | |||||
* | bpo-32996: Documentation fix-up. (GH-16646) | M. Eric Irrgang | 2019-10-10 | 1 | -3/+4 |
| | | | | | | | PR #4906 changed the typing.Generic class hierarchy, leaving an outdated comment in the library reference. User-defined Generic ABCs now must get a abc.ABCMeta metaclass from something other than typing.Generic inheritance. | ||||
* | bpo-38371: Tkinter: deprecate the split() method. (GH-16584) | Serhiy Storchaka | 2019-10-08 | 1 | -0/+5 |
| | |||||
* | bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. ↵ | Ricardo Bánffy | 2019-10-07 | 2 | -3/+6 |
| | | | | | | | | | (GH-16442) Prior to 3.7, re.escape escaped many characters that don't have special meaning in Python, but that use to require escaping in other tools and languages. This commit aims to make it clear which characters were, but are no longer escaped. | ||||
* | bpo-38391: Fixing a typo for Py_DECREF (GH-16616) | Krishna Oza | 2019-10-07 | 1 | -1/+1 |
| | |||||
* | bpo-25988: Do not expose abstract collection classes in the collections ↵ | Serhiy Storchaka | 2019-10-07 | 1 | -0/+5 |
| | | | | module. (GH-10596) | ||||
* | bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) | Adam J. Stewart | 2019-10-07 | 2 | -1/+8 |
| | | | | | | | | | | The `required` argument to `argparse.add_subparsers` was added in #3027. This PR specifies the earliest version of Python where it is available. https://bugs.python.org/issue26510 Automerge-Triggered-By: @merwok | ||||
* | bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal ↵ | Joannah Nanjekye | 2019-10-04 | 1 | -0/+8 |
| | | | | | (GH-16558) Revert the removal of PyThreadState_DeleteCurrent() with documentation. | ||||
* | bpo-38235: Correct some arguments names in logging documentation (GH-16571) | Ashley Whetter | 2019-10-04 | 1 | -17/+17 |
| |