summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.8] bpo-37309: First idlelib/NEWS.txt for 3.8.1 (GH-16947)Terry Jan Reedy2019-10-271-1/+9
* bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943)Miss Skeleton (bot)2019-10-271-0/+9
* bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939)Miss Skeleton (bot)2019-10-272-0/+8
* bpo-38434: Fixes some audit event documentation (GH-16932)Miss Skeleton (bot)2019-10-265-11/+26
* bpo-38557: Improve documentation for list and tuple C API. (GH-16925)Miss Skeleton (bot)2019-10-263-12/+19
* bpo-38535: Fix positions for AST nodes for calls without arguments in decorat...Miss Skeleton (bot)2019-10-263-8/+12
* bpo-38558: Mention `:=` in conditions tutorial (GH-16919)Miss Skeleton (bot)2019-10-251-4/+4
* Fix typo in formatter_unicode (GH-16831)Miss Skeleton (bot)2019-10-251-1/+1
* bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)Miss Skeleton (bot)2019-10-246-11/+14
* Add missing asyncio changes from 3.8 whatsnew (GH-16911)Miss Skeleton (bot)2019-10-241-10/+85
* Update URL in macOS installer copy of license (GH-16905)Miss Skeleton (bot)2019-10-231-1/+1
* bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)Miss Skeleton (bot)2019-10-233-3/+7
* Spell Bitbucket correctly. (GH-16862) (GH-16898)Miss Skeleton (bot)2019-10-232-3/+3
* bpo-38555: Fix an undefined behavior. (GH-16883)Miss Skeleton (bot)2019-10-231-8/+7
* Fix Zope URL (GH-16880)Miss Skeleton (bot)2019-10-221-1/+1
* bpo-38466: Fix threading.excepthook doc (GH-16891)Miss Skeleton (bot)2019-10-221-2/+2
* bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717)Miss Skeleton (bot)2019-10-224-19/+15
* bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)Miss Skeleton (bot)2019-10-213-18/+26
* bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869)Miss Skeleton (bot)2019-10-212-2/+29
* bpo-38531: document extend action's added version (GH-16865) (GH-16868)Miss Islington (bot)2019-10-201-0/+2
* bpo-37759: More updates to Whatsnew 3.8 (GH-16854) (GH-16867)Miss Islington (bot)2019-10-201-26/+183
* bpo-38525: Fix a segmentation fault when using reverse iterators of empty dic...Miss Islington (bot)2019-10-193-2/+34
* Remove doc reference to unmaitained Nose package (GH-16849)Miss Islington (bot)2019-10-191-2/+2
* bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842)Miss Islington (bot)2019-10-183-1/+6
* bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)Miss Islington (bot)2019-10-182-2/+3
* [3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839)Senthil Kumaran2019-10-183-25/+9
* Fix minor typos in What's New in Python 3.8. (GH-16770)Miss Islington (bot)2019-10-181-4/+4
* Doc: Add missing entry for functools.cached_property (GH-16803)Miss Islington (bot)2019-10-181-0/+16
* bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)Miss Islington (bot)2019-10-184-28/+43
* bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)Miss Islington (bot)2019-10-162-0/+10
* bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)Miss Islington (bot)2019-10-162-14/+15
* Update doc switcher list for 3.8.0 (GH-16809)Miss Islington (bot)2019-10-151-1/+1
* Typo fix - implemention should be implementation (GH-16806)Miss Islington (bot)2019-10-151-1/+1
* bpo-38478: Correctly handle keyword argument with same name as positional-onl...Miss Islington (bot)2019-10-153-1/+14
* [3.8] bpo-36389: Backport debug enhancements from master (GH-16796)Victor Stinner2019-10-1512-173/+200
* bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791)Miss Islington (bot)2019-10-141-3/+3
* Doc: 3.8 is now stable. (GH-16790)Miss Islington (bot)2019-10-141-1/+1
* [3.8] bpo-38456: Use /bin/true in test_subprocess (GH-16737)Gregory P. Smith2019-10-141-39/+51
* Post v3.8.0Łukasz Langa2019-10-141-1/+1
* Merge tag 'v3.8.0' into 3.8Łukasz Langa2019-10-1423-42/+194
|\
| * v3.8.0v3.8.0Łukasz Langa2019-10-1423-42/+194
* | Remove draft status. Add asyncio REPL example (GH-16785) (GH-16786)Miss Islington (bot)2019-10-141-8/+29
* | bpo-38453: Resolve test directories before chdir to them (GH-16723)Miss Islington (bot)2019-10-141-1/+1
|/
* [3.8] bpo-37759: Polish What's New in Python 3.8. (GH-16769) (#16777)Łukasz Langa2019-10-141-88/+123
* Make 3.8 README link to 3.8 doc pages, not master (GH-16776)Ned Deily2019-10-141-5/+5
* Update build docs for macOS (GH-16771)Miss Islington (bot)2019-10-143-80/+86
* bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16...Miss Islington (bot)2019-10-143-3/+56
* [3.8] Update macOS installer display files for 3.8.0 (GH-16766)Ned Deily2019-10-143-75/+52
* bpo-37759: Add examples for the new typing features (GH-16763) (GH-16764)Miss Islington (bot)2019-10-141-5/+21
* bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762)Miss Islington (bot)2019-10-141-9/+10