summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins
Commit message (Expand)AuthorAgeFilesLines
* bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH-6350)INADA Naoki2018-04-171-0/+3
* bpo-33270: Intern names for all anonymous code objects (#6472)Zackery Spytz2018-04-151-0/+1
* bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)Antoine Pitrou2018-04-141-0/+1
* bpo-33231: Fix potential leak in normalizestring() (GH-6386)INADA Naoki2018-04-061-0/+1
* bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)INADA Naoki2018-04-031-0/+2
* bpo-29922: Improve error messages in 'async with' (GH-6352)Serhiy Storchaka2018-04-021-0/+2
* bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)Nick Coghlan2018-03-251-0/+4
* bpo-32932: More revealing error message when non-str objects in __all__ (GH-5...Xiang Zhang2018-03-241-0/+1
* bpo-33041: Rework compiling an "async for" loop. (#6142)Serhiy Storchaka2018-03-231-0/+6
* bpo-33018: Improve issubclass() error checking and message. (GH-5944)jab2018-03-221-0/+3
* bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)Serhiy Storchaka2018-03-181-0/+2
* bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107)xdegaye2018-03-131-0/+1
* bpo-32925: Optimized iterating and containing test for literal lists (GH-5842)Serhiy Storchaka2018-03-111-0/+3
* bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)Serhiy Storchaka2018-03-111-0/+2
* bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)Serhiy Storchaka2018-03-111-0/+1
* bpo-33041: Fixed bytecode generation for "async for" with a complex target. (...Serhiy Storchaka2018-03-101-0/+3
* bpo-33005: Fix _PyGILState_Reinit() (#6001)Victor Stinner2018-03-061-0/+4
* bpo-32836: Remove obsolete code from symtable pass (GH-5680)Nitish Chandra2018-02-261-0/+1
* bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...Serhiy Storchaka2018-02-221-0/+10
* bpo-32889: update valgrind suppressions (GH-5779)Paul Price2018-02-211-0/+2
* bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-...Serhiy Storchaka2018-02-041-0/+2
* bpo-32303 - Consistency fixes for namespace loaders (#5481)Barry Warsaw2018-02-022-0/+3
* Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495Yury Selivanov2018-02-021-0/+2
* bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)Stéphane Wirtel2018-02-011-0/+1
* Update NEWS, docs, and patchlevel for 3.7.0b1Ned Deily2018-01-3122-49/+0
* bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)Xiang Zhang2018-01-311-0/+2
* bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)Mark Shannon2018-01-301-0/+1
* bpo-31356: Add context manager to temporarily disable GC (GH-4224)Pablo Galindo2018-01-291-0/+3
* bpo-32703: Fix coroutine resource warning in case where there's an error (GH-...Yury Selivanov2018-01-291-0/+2
* bpo-20891: Py_Initialize() now creates the GIL (#4700)Victor Stinner2018-01-291-0/+3
* bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#...embg2018-01-291-0/+2
* bpo-20104: Expose `posix_spawn` in the os module (GH-5109)Pablo Galindo2018-01-291-0/+1
* bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400)Pablo Galindo2018-01-291-0/+2
* bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5...larryhastings2018-01-281-0/+3
* bpo-32690: Preserve order of locals() (#5379)Raymond Hettinger2018-01-281-0/+2
* bpo-32685: Improve suggestion for print statement (GH-5375)Nitish Chandra2018-01-281-0/+3
* bpo-31368: Expose preadv and pwritev in the os module (#5239)Pablo Galindo2018-01-271-0/+1
* bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)INADA Naoki2018-01-271-0/+2
* bpo-32670: Enforce PEP 479. (#5327)Yury Selivanov2018-01-261-0/+5
* bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823)bennorth2018-01-261-0/+3
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-231-0/+1
* bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067)Yury Selivanov2018-01-221-0/+1
* bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith2018-01-211-0/+4
* bpo-32028: Fix suggestions for indented print statements (GH-4688)Sanyam Khurana2018-01-201-0/+3
* bpo-32544: Speed up hasattr() and getattr() (GH-5173)INADA Naoki2018-01-161-0/+3
* bpo-26163: Frozenset hash improvement (#5194)Raymond Hettinger2018-01-161-0/+2
* bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015)Serhiy Storchaka2018-01-111-0/+1
* bpo-24340: Fix estimation of the code stack size. (#5076)Serhiy Storchaka2018-01-091-0/+1
* Update docs for 3.7.0a4Ned Deily2018-01-0921-48/+0
* bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)Nick Coghlan2018-01-081-0/+4