Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a couple documentation typos. (GH-10498) | Windson yang | 2018-11-13 | 1 | -1/+1 |
| | | | | reproduciblity -> reproducibility PyPA are the group -> PyPA is the group | ||||
* | bpo-33695 shutil.copytree() + os.scandir() cache (#7874) | Giampaolo Rodola | 2018-11-12 | 1 | -0/+8 |
| | |||||
* | bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190) | Lisa Roach | 2018-11-09 | 1 | -0/+9 |
| | |||||
* | Fix markup for xml.sax in 3.8 notes. (GH-9603) | Andrés Delfino | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | bpo-2504: Add pgettext() and variants to gettext. (GH-7253) | Cheryl Sabella | 2018-11-07 | 1 | -0/+6 |
| | |||||
* | bpo-31553: add --json-lines option to json.tool (#10051) | HongWeipeng | 2018-11-07 | 1 | -0/+6 |
| | | | | | | | | | | * add jsonlines option to json.tool * code review * fix:avoid read infile after it close * improve doc in whatsnew 3.8 | ||||
* | bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) | guoci | 2018-11-07 | 1 | -0/+7 |
| | | | | | Without setting mtime, time.time() will be used as the timestamp which will end up in the compressed data and each invocation of the compress() function will vary over time. | ||||
* | bpo-33462: Add __reversed__ to dict and dict views (GH-6827) | Rémi Lapeyre | 2018-11-06 | 1 | -0/+3 |
| | |||||
* | closes bpo-32285: Add unicodedata.is_normalized. (GH-4806) | Max Bélanger | 2018-11-04 | 1 | -0/+7 |
| | |||||
* | bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) | Serhiy Storchaka | 2018-10-31 | 5 | -16/+18 |
| | |||||
* | bpo-31680: Add curses.ncurses_version. (GH-4217) | Serhiy Storchaka | 2018-10-30 | 1 | -0/+9 |
| | | | | Use curses.ncurses_version for conditionally skipping a test. | ||||
* | bpo-33234: Add exact allocation optimization to lists in What's New (GH-10200) | Pablo Galindo | 2018-10-28 | 1 | -0/+5 |
| | | | | In commit 372d705 a new optimization to the list() type was introduced but it was not added to the optimization section in What's new for Python 3.8. | ||||
* | bpo-33710: Deprecate l*gettext() and related functions in the gettext ↵ | Serhiy Storchaka | 2018-10-27 | 1 | -0/+17 |
| | | | | | | module. (GH-10139) They return encoded bytes and are Python 2 artifacts. | ||||
* | bpo-35042: Use the :pep: role where a PEP is specified (#10036) | Stéphane Wirtel | 2018-10-26 | 4 | -16/+16 |
| | |||||
* | bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) | Stéphane Wirtel | 2018-10-26 | 3 | -3/+3 |
| | |||||
* | bpo-33899: Mention tokenize behavior change in What's New (GH-10073) | Tal Einat | 2018-10-24 | 3 | -0/+21 |
| | |||||
* | bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303) | Serhiy Storchaka | 2018-10-19 | 1 | -2/+2 |
| | | | | | * Simplify the C code. * Simplify tests and make them more strict and robust. * Add references in the documentation. | ||||
* | bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) | Serhiy Storchaka | 2018-10-19 | 1 | -0/+6 |
| | | | | for invalid escape sequences in string and bytes literals. | ||||
* | bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768) | Juliette Monsel | 2018-10-12 | 1 | -0/+4 |
| | |||||
* | bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617) | Juliette Monsel | 2018-10-08 | 1 | -0/+10 |
| | | | | | Implement the methods selection_from(), selection_range(), selection_present() and selection_to() for Tkinter Spinbox. | ||||
* | bpo-34906: Doc: Fix typos (2) (GH-9735) | Stéphane Wirtel | 2018-10-06 | 3 | -5/+5 |
| | | | Fix typos | ||||
* | bpo-34906: Doc: Fix typos (GH-9712) | Stéphane Wirtel | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) | Serhiy Storchaka | 2018-09-27 | 1 | -0/+5 |
| | |||||
* | bpo-1529353: IDLE - Squeezer What's New for 3.8 (#9572) | Terry Jan Reedy | 2018-09-25 | 1 | -0/+14 |
| | |||||
* | bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (#9568) | Terry Jan Reedy | 2018-09-25 | 1 | -2/+11 |
| | |||||
* | bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (#9567) | Terry Jan Reedy | 2018-09-25 | 1 | -2/+11 |
| | |||||
* | bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538) | Victor Stinner | 2018-09-25 | 1 | -0/+5 |
| | |||||
* | bpo-17239: Disable external entities in SAX parser (GH-9217) | Christian Heimes | 2018-09-23 | 1 | -0/+12 |
| | | | | | | | | | | | | The SAX parser no longer processes general external entities by default to increase security. Before, the parser created network connections to fetch remote files or loaded local files from the file system for DTD and entities. Signed-off-by: Christian Heimes <christian@python.org> https://bugs.python.org/issue17239 | ||||
* | bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) | Christian Heimes | 2018-09-23 | 1 | -1/+8 |
| | | | | | | | | | | Add SSLContext.post_handshake_auth and SSLSocket.verify_client_post_handshake for TLS 1.3 post-handshake authentication. Signed-off-by: Christian Heimes <christian@python.org>q https://bugs.python.org/issue34670 | ||||
* | bpo-32117: Iterable unpacking in return and yield documentation (GH-9487) | jChapman | 2018-09-23 | 1 | -0/+4 |
| | | | | | | | | News entry clean up, added to what's new Requested by @gvanrossum in https://github.com/python/cpython/pull/4509 https://bugs.python.org/issue32117 | ||||
* | bpo-32718: Make Activate.ps1 for venv cross-platform and available on all ↵ | Brett Cannon | 2018-09-21 | 1 | -1/+8 |
| | | | | | | | platforms (GH-9321) PowerShell Core 6.1 is the cross-platform port of Windows PowerShell. This change updates Activate.ps1 to not make Windows assumptions as well as installing it into the bin/Scripts directory on all operating systems. Requires PowerShell Core 6.1 for proper readline support once the shell has been activated for the virtual environment. | ||||
* | bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) | Yury Selivanov | 2018-09-21 | 1 | -0/+4 |
| | |||||
* | Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" ↵ | Victor Stinner | 2018-09-19 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | (GH-9430) * Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" This reverts commit dbdee0073cf0b88fe541980ace1f650900f455cc. * Revert "bpo-34589: C locale coercion off by default (GH-9073)" This reverts commit 7a0791b6992d420dc52536257f2f093851ed7215. * Revert "bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)" This reverts commit 188ebfa475a6f6aa2d0ea14ca8e1fbe7865b6d27. | ||||
* | bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ↵ | Serhiy Storchaka | 2018-09-18 | 1 | -0/+25 |
| | | | | | | | | | | to invalid paths. (#7695) Such functions as os.path.exists(), os.path.lexists(), os.path.isdir(), os.path.isfile(), os.path.islink(), and os.path.ismount() now return False instead of raising ValueError or its subclasses UnicodeEncodeError and UnicodeDecodeError for paths that contain characters or bytes unrepresentative at the OS level. | ||||
* | bpo-34589: Add -X coerce_c_locale command line option (GH-9378) | Victor Stinner | 2018-09-18 | 1 | -0/+7 |
| | | | | Add a new -X coerce_c_locale command line option to control C locale coercion (PEP 538). | ||||
* | bpo-33073: Adding as_integer_ratio to ints. (GH-8750) | Lisa Roach | 2018-09-14 | 1 | -0/+4 |
| | |||||
* | bpo-34247: add porting note to 3.7 What's New (GH-9223) | Ned Deily | 2018-09-13 | 1 | -0/+10 |
| | |||||
* | closes bpo-34641: Further restrict the LHS of keyword argument function call ↵ | Benjamin Peterson | 2018-09-13 | 1 | -0/+4 |
| | | | | syntax. (GH-9212) | ||||
* | bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192) | Yury Selivanov | 2018-09-12 | 1 | -2/+1 |
| | |||||
* | bpo-33649: First asyncio docs improvement pass (GH-9142) | Yury Selivanov | 2018-09-11 | 4 | -46/+46 |
| | | | | | | | | | | | | | Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms | ||||
* | bpo-30977: rework code changes according to post-merge code review (GH-9106) | Tal Einat | 2018-09-10 | 1 | -0/+7 |
| | | | | also mention the change and its consequences in What's New | ||||
* | bpo-33083: Update "What's new" with math.factorial changes (GH-9109) | Pablo Galindo | 2018-09-07 | 1 | -0/+3 |
| | | | * Add elimination of non-int-like parameters in math.factorial to "What's new". | ||||
* | bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692) | Berker Peksag | 2018-08-22 | 1 | -0/+7 |
| | | | | | Previously, its behavior was platform-dependent and there was no error checking under Windows. | ||||
* | Fix Doc/whatsnew/3.8.rst (GH-8848) | Berker Peksag | 2018-08-21 | 1 | -9/+9 |
| | | | | The entry about deprecation of __getitem__ methods of several classes was placed in the wrong section. | ||||
* | bpo-9372: Deprecate several __getitem__ methods (GH-8609) | Berker Peksag | 2018-08-11 | 1 | -0/+9 |
| | | | | | | The __getitem__ methods of DOMEventStream, FileInput, and FileWrapper classes ignore their 'index' parameters and return the next item instead. | ||||
* | bpo-34270: Make it possible to name asyncio tasks (GH-8547) | Alex Grönholm | 2018-08-08 | 1 | -0/+7 |
| | | | Co-authored-by: Antti Haapala <antti.haapala@anttipatterns.com> | ||||
* | bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() ↵ | Elvis Pranskevichus | 2018-07-30 | 1 | -0/+6 |
| | | | | | | | (GH-8533) Various asyncio internals expect that the default executor is a `ThreadPoolExecutor`, so deprecate passing anything else to `loop.set_default_executor()`. | ||||
* | bpo-33666: Add what's new entry for os.errno removal (GH-#8497) | INADA Naoki | 2018-07-28 | 1 | -0/+6 |
| | | | Co-authored-by: Petr Viktorin <encukou@gmail.com> | ||||
* | bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) | Serhiy Storchaka | 2018-07-24 | 1 | -0/+20 |
| | | | | | Also make getchildren() and getiterator() emitting a DeprecationWarning instead of PendingDeprecationWarning. | ||||
* | bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) | Antoine Pitrou | 2018-07-16 | 1 | -0/+15 |
| | | | | | bpo-32430: Rename Modules/Setup.dist to Modules/Setup Remove the necessity to copy the former manually to the latter when updating the local source tree. |