summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.0b3v3.8.0b3Łukasz Langa2019-07-2942-95/+0
* bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995)Miss Islington (bot)2019-07-281-0/+1
* bpo-37692: Improve highlight config sample (GH-14983)Miss Islington (bot)2019-07-281-0/+2
* bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...Miss Islington (bot)2019-07-271-0/+2
* bpo-37628: Fix IDLE config sample sizes (GH-14958)Miss Islington (bot)2019-07-271-0/+1
* bpo-32910: Remove implementation detail in venv documentation. (GH-14968)Miss Islington (bot)2019-07-261-0/+1
* bpo-37502: handle default parameter for buffers argument of pickle.loads corr...Miss Islington (bot)2019-07-251-0/+1
* closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather...Miss Islington (bot)2019-07-251-0/+1
* bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)Miss Islington (bot)2019-07-241-0/+2
* bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)Miss Islington (bot)2019-07-241-0/+1
* bpo-17535: IDLE editor line numbers (GH-14030)Miss Islington (bot)2019-07-231-0/+4
* [3.8] bpo-36974: separate vectorcall functions for each calling convention (G...Jeroen Demeyer2019-07-231-0/+2
* bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)Miss Islington (bot)2019-07-221-0/+9
* bpo-21478: Record calls to parent when autospecced objects are used as child ...Miss Islington (bot)2019-07-221-0/+2
* bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870)Miss Islington (bot)2019-07-211-0/+3
* bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-...Miss Islington (bot)2019-07-211-0/+1
* bpo-33610: IDLE's code-context always shows current context immediately (GH-1...Miss Islington (bot)2019-07-181-0/+1
* bpo-36390: Gather IDLE Format menu functions into format.py (GH-14827) (GH-14...Miss Islington (bot)2019-07-181-2/+2
* Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)Miss Islington (bot)2019-07-171-0/+2
* bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...Miss Islington (bot)2019-07-171-0/+2
* bpo-36390: IDLE: Combine region formatting methods. (GH-12481) (GH-14811)Miss Islington (bot)2019-07-171-0/+2
* bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)Miss Islington (bot)2019-07-171-0/+3
* bpo-27452: IDLE: Cleanup config.py code (GH-14577) (GH-14802)Miss Islington (bot)2019-07-161-0/+1
* Fix infinite loop in email folding logic (GH-12732)Miss Islington (bot)2019-07-161-0/+3
* bpo-37284: Add note to sys.implementation doc (GH-14328)Miss Islington (bot)2019-07-151-0/+1
* bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...Miss Islington (bot)2019-07-141-0/+2
* bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) (GH-14759)Miss Islington (bot)2019-07-141-0/+3
* bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...Miss Islington (bot)2019-07-131-0/+1
* bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14...Miss Islington (bot)2019-07-131-0/+4
* closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)Miss Islington (bot)2019-07-131-0/+6
* [3.8] bpo-37521: No longer treat insertion into sys.modules as optional in im...Miss Islington (bot)2019-07-121-0/+5
* bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)Miss Islington (bot)2019-07-111-0/+1
* bpo-37526: Add support.catch_threading_exception() (GH-14664) (GH-14666)Miss Islington (bot)2019-07-091-0/+2
* bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)Miss Islington (bot)2019-07-081-0/+2
* bpo-37421: test_concurrent_futures stops ForkServer (GH-14643) (GH-14645)Miss Islington (bot)2019-07-081-0/+2
* bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) (GH-14641)Miss Islington (bot)2019-07-071-0/+1
* bpo-37478: Specify possible exceptions for os.chdir() (GH-14611) (GH-14629)Miss Islington (bot)2019-07-071-0/+1
* bpo-37456: Slash ('/') is now part of syntax. (GH-14627) (GH-14628)Miss Islington (bot)2019-07-061-0/+1
* bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14624)Miss Islington (bot)2019-07-061-0/+1
* bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)Miss Islington (bot)2019-07-061-0/+4
* bpo-37149: Replace dead link for online Tkinter reference (GH-14616)Miss Islington (bot)2019-07-061-0/+2
* bpo-37421: multiprocessing tests now stop ForkServer (GH-14601)Miss Islington (bot)2019-07-051-0/+3
* bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)Miss Islington (bot)2019-07-051-0/+2
* Merge tag 'v3.8.0b2' into 3.8Łukasz Langa2019-07-0493-187/+0
|\
| * Python 3.8.0b2v3.8.0b2Łukasz Langa2019-07-0493-187/+0
* | bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)Miss Islington (bot)2019-07-041-0/+4
|/
* bpo-37421: Fix test_distutils.test_build_ext() (GH-14564)Miss Islington (bot)2019-07-031-0/+3
* bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563)Miss Islington (bot)2019-07-031-0/+2
* bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562)Miss Islington (bot)2019-07-031-0/+2
* bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)Miss Islington (bot)2019-07-021-0/+4