summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-...Nathaniel J. Smith2018-01-071-0/+2
* bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c...Max Bélanger2018-01-071-0/+2
* bpo-32390: Fix compilation failure on AIX after f_fsid was added to os.statvf...Michael Felt2018-01-051-0/+1
* bpo-32226: Make __class_getitem__ an automatic class method. (#5098)Serhiy Storchaka2018-01-041-0/+1
* bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122)...Michael Felt2017-12-301-0/+1
* bpo-32259: Make a TypeError message when unpack non-iterable more specific. (...Serhiy Storchaka2017-12-261-0/+2
* bpo-32379: Faster MRO computation for single inheritance (#4932)Antoine Pitrou2017-12-201-0/+1
* bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)Marcel Plch2017-12-201-0/+1
* bpo-30416: Protect the optimizer during constant folding. (#4860)Serhiy Storchaka2017-12-151-0/+4
* bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880)Serhiy Storchaka2017-12-151-0/+2
* bpo-32329: Fix -R option for hash randomization (#4873)Victor Stinner2017-12-141-0/+5
* bpo-32226: Implementation of PEP 560 (core components) (#4732)Ivan Levkivskyi2017-12-141-0/+2
* bpo-32225: Implementation of PEP 562 (#4731)Ivan Levkivskyi2017-12-141-0/+2
* bpo-29469: Move constant folding to AST optimizer (GH-2858)INADA Naoki2017-12-141-0/+2
* bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner2017-12-131-0/+1
* bpo-32230: Set sys.warnoptions with -X dev (#4820)Victor Stinner2017-12-122-0/+7
* bpo-31506: Improve the error message logic for class instantiation (GH-4740)Sanyam Khurana2017-12-101-0/+2
* bpo-32260: don't byte swap siphash keys (#4771)Benjamin Peterson2017-12-091-0/+3
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-0/+3
* Update NEWS and pydoc topics.Ned Deily2017-12-0522-69/+0
* bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)Serhiy Storchaka2017-12-031-0/+2
* bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675)Nick Coghlan2017-12-031-0/+5
* bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH...Serhiy Storchaka2017-12-011-0/+3
* bpo-32096: Remove obj and mem from _PyRuntime (#4532)Victor Stinner2017-11-241-0/+4
* bpo-32043: New "developer mode": "-X dev" option (#4413)Victor Stinner2017-11-161-0/+2
* bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)Serhiy Storchaka2017-11-151-0/+2
* bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400)Serhiy Storchaka2017-11-151-0/+3
* bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print())....Serhiy Storchaka2017-11-151-0/+9
* bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382)Serhiy Storchaka2017-11-151-0/+4
* bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)xdegaye2017-11-121-0/+1
* bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)xdegaye2017-11-121-0/+4
* bpo-31626: Fixed a bug in debug memory allocator. (#3844)Serhiy Storchaka2017-10-311-0/+2
* bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)Serhiy Storchaka2017-10-281-0/+3
* bpo-28936: Detect lexically first syntax error first (#4097)Ivan Levkivskyi2017-10-261-0/+2
* bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)Serhiy Storchaka2017-10-261-0/+3
* bpo-31845: Fix reading flags from environment (GH-4105)Nick Coghlan2017-10-251-0/+1
* bpo-30817: Fix PyErr_PrintEx() when no memory (#2526)xdegaye2017-10-231-0/+2
* bpo-31781: Prevent crashes when calling methods of an uninitialized zipimport...Oren Milman2017-10-201-0/+2
* bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)Serhiy Storchaka2017-10-201-0/+2
* Add NEWS entry for opcode tracing change. (GH-4045)George King2017-10-191-0/+7
* bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)Zane Bitter2017-10-171-0/+3
* bpo-31786: Make functions in the select module blocking when timeout is a sma...Pablo Galindo2017-10-171-0/+3
* Update NEWS and topics for 3.7.0a2Ned Deily2017-10-1725-52/+0
* bpo-31558: Update NEWS and ACKS (#4013)Łukasz Langa2017-10-161-0/+5