Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a prepend() recipe to teach a chain() idiom (GH-6415) | Raymond Hettinger | 2018-04-08 | 1 | -0/+5 |
| | |||||
* | bpo-29613: Added support for SameSite cookies (GH-6413) | Alex Gaynor | 2018-04-07 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bpo-29613: Added support for SameSite cookies Implemented as per draft https://tools.ietf.org/html/draft-west-first-party-cookies-07 * Documented SameSite And suggestions by members. * Missing space :( * Updated News and contributors * Added version changed details. * Fix in documentation * fix in documentation * Clubbed test cases for same attribute into single. * Updates * Style nits + expand tests * review feedback | ||||
* | bpo-33201: Modernize "Extension types" doc (GH-6337) | Antoine Pitrou | 2018-04-07 | 14 | -1917/+1732 |
| | | | | | | | | | * bpo-33201: Modernize "Extension types" doc * Split tutorial and other topics * Some small fixes * Address some review comments * Rename noddy* to custom* and shoddy to sublist * Fix markup | ||||
* | bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) | Jay Crotts | 2018-04-07 | 1 | -0/+12 |
| | |||||
* | bpo-33169: Remove values of `None` from sys.path_importer_cache when ↵ | Brett Cannon | 2018-04-06 | 1 | -1/+6 |
| | | | | | invalidating caches (GH-6402) An entry of None in sys.path_importer_cache represents a negative/missing finder for a path, so clearing it out makes sense. | ||||
* | fixed capitalization of class name (GH-6396) | Alex Gaynor | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355) | Łukasz Langa | 2018-04-04 | 2 | -6/+17 |
| | | | This makes performance better and produces shorter pickles. This change is backwards compatible up to the oldest currently supported version of Python (3.4). | ||||
* | bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329) | INADA Naoki | 2018-04-04 | 1 | -5/+22 |
| | | | | Py_UNICODE is deprecated since Python 3.3. But the deprecation is missed in the c-api/arg document. | ||||
* | bpo-32337: Update documentats about dict order (GH-4973) | hui shang | 2018-04-04 | 2 | -23/+19 |
| | |||||
* | bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001) | INADA Naoki | 2018-04-03 | 1 | -8/+4 |
| | |||||
* | closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir ↵ | Andrés Delfino | 2018-04-03 | 1 | -1/+1 |
| | | | | | | (GH-6335) | ||||
* | bpo-20104: Add os.posix_spawn documentation. (#6334) | Gregory P. Smith | 2018-04-01 | 1 | -0/+25 |
| | |||||
* | Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272) | Mike DePalatis | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207) | Julien Palard | 2018-03-28 | 1 | -2/+5 |
| | |||||
* | Fix typos '.::' should typically just be '::'. (GH-6165) | Julien Palard | 2018-03-28 | 3 | -3/+3 |
| | |||||
* | Fix duplicating words words. (GH-6296) | Serhiy Storchaka | 2018-03-28 | 5 | -7/+7 |
| | | | Most of them have been added in 3.7. | ||||
* | bpo-33126: Document PyBuffer_ToContiguous() (#6292) | Antoine Pitrou | 2018-03-28 | 1 | -3/+9 |
| | |||||
* | s/the the/the/ (GH-6287) | INADA Naoki | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Fix senfile typo (#6265) | Sam Dunster | 2018-03-28 | 1 | -1/+1 |
| | | | * Also in docs | ||||
* | bpo-27212: Modify islice recipe to consume initial values preceding start ↵ | Cheryl Sabella | 2018-03-27 | 1 | -7/+16 |
| | | | | (GH-6195) | ||||
* | Corrected link targets in collections.rst (GH-1052) | Michael Seifert | 2018-03-26 | 1 | -24/+31 |
| | |||||
* | Fix description about SimpleXMLRPCServer constructor parameter ↵ | cocoatomo | 2018-03-26 | 1 | -1/+1 |
| | | | | | | bind_and_activate. (GH-776) Passing True as the `bind_and_activate` *do* immediately opening and binding to their socket. | ||||
* | Clarify fd inheritance when close_fds=False. (GH-6240) | Gregory P. Smith | 2018-03-25 | 1 | -1/+4 |
| | | | Clarify the subprocess documentation. | ||||
* | bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) | Nick Coghlan | 2018-03-25 | 2 | -2/+13 |
| | | | | | | | | | | | | Historically, -m added the empty string as sys.path zero, meaning it resolved imports against the current working directory, the same way -c and the interactive prompt do. This changes the sys.path initialisation to add the *starting* working directory as sys.path[0] instead, such that changes to the working directory while the program is running will have no effect on imports when using the -m switch. | ||||
* | bpo-33042: Fix pre-initialization sys module configuration (GH-6157) | Nick Coghlan | 2018-03-25 | 3 | -5/+36 |
| | | | | | | | | | - new test case for pre-initialization of sys.warnoptions and sys._xoptions - restored ability to call these APIs prior to Py_Initialize - updated the docs for the affected APIs to make it clear they can be called before Py_Initialize - also enhanced the existing embedding test cases to check for expected settings in the sys module | ||||
* | bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC ↵ | Himanshu Lakhara | 2018-03-23 | 1 | -1/+1 |
| | | | | | | (GH-6061) | ||||
* | bpo-31639: Use threads in http.server module. (GH-5018) | Julien Palard | 2018-03-23 | 1 | -2/+9 |
| | |||||
* | Fix a reference to the MRE book in re docs (GH-1113) | Berker Peksag | 2018-03-23 | 1 | -10/+8 |
| | | | Reported by Maksym Nikulyak on docs.p.o. | ||||
* | bpo-33041: Rework compiling an "async for" loop. (#6142) | Serhiy Storchaka | 2018-03-23 | 2 | -0/+15 |
| | | | | | | | | * Added new opcode END_ASYNC_FOR. * Setting global StopAsyncIteration no longer breaks "async for" loops. * Jumping into an "async for" loop is now disabled. * Jumping out of an "async for" loop no longer corrupts the stack. * Simplify the compiler. | ||||
* | bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016) | Xiang Zhang | 2018-03-21 | 1 | -1/+11 |
| | | | | | | The result of host() was not empty when the network is constructed by a tuple containing an integer mask and only 1 bit left for addresses. | ||||
* | bpo-18802: Add more details to ipaddress documentation (GH-6083) | Cheryl Sabella | 2018-03-21 | 1 | -16/+47 |
| | | | | Original patch by Jon Foster and Berker Peksag. | ||||
* | bpo-28247: Document Windows executable creation in zipapp (GH-6158) | Cheryl Sabella | 2018-03-20 | 1 | -0/+169 |
| | |||||
* | bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) | Serhiy Storchaka | 2018-03-18 | 4 | -11/+16 |
| | |||||
* | bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) | Marcel Plch | 2018-03-17 | 1 | -3/+9 |
| | | | | | Multi-phase initialized modules allow m_traverse to be called while the module is still being initialized, so module authors may need to account for that. | ||||
* | bpo-29719: Remove Date and Release field in whatsnew/3.7 and 8 (GH-6093) | Ned Deily | 2018-03-13 | 2 | -6/+0 |
| | |||||
* | Fix docs markup for asyncio current_task() and all_tasks() (#6089) | Andrew Svetlov | 2018-03-12 | 1 | -2/+2 |
| | |||||
* | signal: add strsignal() (#6017) | Antoine Pietri | 2018-03-12 | 1 | -0/+9 |
| | | | Co-authored-by: Vajrasky Kok <sky.kok@speaklikeaking.com> | ||||
* | bpo-32996: Improve What's New in 3.7. (#5983) | Serhiy Storchaka | 2018-03-11 | 2 | -123/+131 |
| | |||||
* | bpo-33045: Fix typos in SSL documentation (GH-6065) | Matt Eaton | 2018-03-11 | 1 | -2/+2 |
| | |||||
* | bpo-27645: Add support for native backup facility of SQLite (GH-4238) | Emanuele Gaifas | 2018-03-10 | 2 | -0/+59 |
| | |||||
* | bpo-30249: Improve struct.unpack_from() error messages (GH-6059) | Xiang Zhang | 2018-03-10 | 1 | -3/+3 |
| | |||||
* | bpo-26701: Improve documentation for the rounding special methods. (#6054) | Serhiy Storchaka | 2018-03-10 | 1 | -12/+18 |
| | |||||
* | bpo-26701: Add documentation for __trunc__ (GH-6022) | Eric Appelt | 2018-03-10 | 3 | -3/+15 |
| | | | | `int` fails back to `__trunc__` is `__int__` isn't defined, so cover that in the docs. | ||||
* | Warn that dbm.dumb.open() can crash Python (GH-6047) | Brett Cannon | 2018-03-09 | 1 | -0/+5 |
| | |||||
* | Warn that compile() can crash when compiling to an AST object (GH-6043) | Brett Cannon | 2018-03-09 | 1 | -0/+6 |
| | |||||
* | bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the ↵ | Brett Cannon | 2018-03-09 | 1 | -0/+10 |
| | | | | interpreter (GH-5960) | ||||
* | controlflow: Use full example for "5 through 9" (GH-5907) | Steven M. Vascellaro | 2018-03-09 | 1 | -1/+1 |
| | | | | Replace example result of "5 through 9" with complete list: "5, 6, 7, 8, 9". This format is more consistent with the surrounding examples. | ||||
* | Fix some ipaddress documentation errors (GH-6021) | Xiang Zhang | 2018-03-08 | 1 | -8/+12 |
| | | | | | | | * fix a typo: documention -> documentation * fix the type of IPv?Network.hostmask * add documentation about IPv?Network.netmask * fix IPv6Network constructor doc that extended netmasks are not supported | ||||
* | bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) | Xiang Zhang | 2018-03-07 | 1 | -19/+22 |
| | |||||
* | Add What's New for issues 32303 and 32305 (GH-5994) | Barry Warsaw | 2018-03-05 | 1 | -0/+8 |
| |