summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins
Commit message (Expand)AuthorAgeFilesLines
* bpo-38437: Activate GC_DEBUG when PY_DEBUG is set (GH-16707)Pablo Galindo2019-10-101-0/+2
* bpo-38379: don't claim objects are collected when they aren't (#16658)Tim Peters2019-10-091-0/+1
* closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)Antonio Gutierrez2019-10-081-0/+1
* bpo-38392: PyObject_GC_Track() validates object in debug mode (GH-16615)Victor Stinner2019-10-071-0/+3
* bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602)Dong-hee Na2019-10-061-0/+2
* bpo-37474: Don't call fedisableexcept() on FreeBSD (GH-16515)Victor Stinner2019-10-011-0/+3
* Clear weakrefs in garbage found by the GC (#16495)Neil Schemenauer2019-09-301-0/+3
* bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (...Yury Selivanov2019-09-301-0/+2
* bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)Victor Stinner2019-09-291-0/+2
* bpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_FUNCTION_EX. (GH-16467)Brandt Bucher2019-09-291-0/+1
* bpo-38219: Optimize dict creating and updating by a dict. (GH-16268)Serhiy Storchaka2019-09-251-0/+2
* bpo-36871: Handle spec errors in assert_has_calls (GH-16005)Samuel Freilich2019-09-241-0/+3
* bpo-38236: Dump path config at first import error (GH-16300)Victor Stinner2019-09-231-0/+2
* bpo-38013: make async_generator_athrow object tolerant to throwing exceptions...Andrew Svetlov2019-09-171-0/+3
* bpo-38116: Convert select module to PEP-384 (#15971)Dino Viehland2019-09-141-0/+1
* bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-1...Serhiy Storchaka2019-09-131-0/+1
* bpo-38075: Port _randommodule.c to PEP-384 (GH-15798)Dino Viehland2019-09-131-0/+1
* bpo-37802: Slightly improve perfomance of PyLong_FromUnsigned*() (GH-15192)Sergey Fedoseev2019-09-121-0/+3
* closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)Benjamin Peterson2019-09-111-0/+2
* bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957)Dino Viehland2019-09-111-0/+1
* bpo-37409: fix relative import with no parent (#14956)Ben Lewis2019-09-111-0/+2
* bpo-36781: Optimize sum() for bools. (#13074)Serhiy Storchaka2019-09-101-0/+1
* bpo-38073: Make pwd module PEP-384 compatible (GH-15790)Dino Viehland2019-09-101-0/+1
* bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong ...Jeroen Demeyer2019-09-101-0/+3
* bpo-38069: Convert _posixsubprocess to PEP-384 (GH-15780)Dino Viehland2019-09-101-0/+1
* bpo-38071: Make termios PEP-384 compatible (GH-15785)Dino Viehland2019-09-101-0/+1
* bpo-38072: PEP-384 grpmodule (GH-15788)Dino Viehland2019-09-101-0/+1
* bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792)Dino Viehland2019-09-101-0/+1
* bpo-38076: Make struct module PEP-384 compatible (#15805)Dino Viehland2019-09-101-0/+1
* bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)Sergey Fedoseev2019-09-091-0/+2
* bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111)Zackery Spytz2019-09-091-0/+1
* bpo-20490: Improve circular import error message (GH-15308)Anthony Sottile2019-09-091-0/+2
* bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)HongWeipeng2019-09-081-0/+1
* replace inline function `is_small_int` with a macro version (GH-15710)animalize2019-09-061-2/+1
* closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)Greg Price2019-09-041-0/+3
* bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)Serhiy Storchaka2019-09-011-0/+2
* bpo-8425: Fast path for set inplace difference when the second set is large (...Raymond Hettinger2019-08-291-0/+3
* bpo-37947: Adjust correctly the recursion level in symtable for named express...Pablo Galindo2019-08-261-0/+2
* bpo-27575: port set intersection logic into dictview intersection (GH-7696)Forest Gregg2019-08-261-0/+2
* bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)Nick Coghlan2019-08-251-0/+7
* bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)Zackery Spytz2019-08-251-0/+3
* bpo-19072: Make @classmethod support chained decorators (GH-8405)Berker Peksag2019-08-241-0/+3
* bpo-37812: Convert CHECK_SMALL_INT macro to a function so the return is expli...Greg Price2019-08-241-0/+3
* bpo-37830: Fix compilation of break and continue in finally. (GH-15320)Serhiy Storchaka2019-08-241-0/+3
* bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...Steve Dower2019-08-211-0/+2
* bpo-37751: Fix codecs.lookup() normalization (GH-15092)Jordon Xu2019-08-211-0/+1
* bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)Joannah Nanjekye2019-08-201-0/+3
* bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)Gregory P. Smith2019-08-101-0/+3
* bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)Serhiy Storchaka2019-08-041-0/+3
* bpo-37444: Update differing exception between builtins and importlib (GH-14869)Ngalim Siregar2019-08-031-0/+1