summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* bpo-33906: Rename idlelib.windows as window (GH-7833)Miss Islington (bot)2018-06-211-0/+2
* bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)Miss Islington (bot)2018-06-201-0/+3
* bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)Miss Islington (bot)2018-06-201-0/+1
* bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)Miss Islington (bot)2018-06-201-0/+1
* bpo-33907: Rename an IDLE module and classes. (GH-7810)Miss Islington (bot)2018-06-201-3/+3
* [3.6] bpo-33907: Rename an IDLE module and class. (GH-7807) (GH-7809)Terry Jan Reedy2018-06-201-0/+3
* bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798)Miss Islington (bot)2018-06-191-0/+2
* bpo-33365: print the header values beside the keys (GH-6611)Miss Islington (bot)2018-06-191-0/+1
* bpo-33663: Convert content length to string before putting to header (GH-7754)Miss Islington (bot)2018-06-181-0/+1
* bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)Miss Islington (bot)2018-06-161-0/+1
* [3.6] bpo-33855: Minimally test all IDLE modules. (GH-7689) (GH-7734)Terry Jan Reedy2018-06-161-0/+2
* Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protec...Victor Stinner2018-06-151-1/+0
* bpo-33847: Add '@' operator entry to index (GH-7669)Miss Islington (bot)2018-06-151-0/+1
* bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710) (GH-7...Victor Stinner2018-06-153-0/+5
* bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)Miss Islington (bot)2018-06-151-0/+1
* [3.6] bpo-32356: idempotent pause_/resume_reading (GH-4914) (GH-7629)Victor Stinner2018-06-131-0/+1
* bpo-27397: Make email module properly handle invalid-length base64 strings (G...Miss Islington (bot)2018-06-121-0/+1
* 3.6.6rc1v3.6.6rc1Ned Deily2018-06-1291-168/+885
* bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7652)Ned Deily2018-06-121-0/+2
* bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)Miss Islington (bot)2018-06-111-0/+4
* bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (...Miss Islington (bot)2018-06-111-0/+1
* bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7601)Miss Islington (bot)2018-06-101-0/+2
* [3.6] Fix spaces added after hyphens in news entries. (GH-7579) (GH-7584)Serhiy Storchaka2018-06-105-7/+7
* bpo-30805: Avoid race condition with debug logging (GH-7545)Miss Islington (bot)2018-06-081-0/+1
* bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)Miss Islington (bot)2018-06-081-0/+2
* bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-...Miss Islington (bot)2018-06-081-0/+1
* bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...Yury Selivanov2018-06-081-0/+1
* bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500)Miss Islington (bot)2018-06-072-21/+5
* bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)INADA Naoki2018-06-061-0/+3
* bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)Miss Islington (bot)2018-06-051-0/+3
* Enable the verbose build for extension modules with GNU make (GH-6659)Miss Islington (bot)2018-06-041-0/+2
* bpo-31849: Fix warning in pyhash.c (GH-6799)Miss Islington (bot)2018-06-041-0/+1
* bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)Miss Islington (bot)2018-06-041-0/+1
* bpo-33664: Scroll IDLE editor text by lines (GH-7351)Miss Islington (bot)2018-06-041-0/+5
* bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)Miss Islington (bot)2018-06-021-0/+12
* bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)Miss Islington (bot)2018-06-021-0/+9
* bpo-31238: pydoc ServerThread.stop() now joins itself (GH-3151) (GH-7324)Victor Stinner2018-06-011-0/+3
* bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH...Miss Islington (bot)2018-06-011-0/+2
* bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...Yury Selivanov2018-05-291-0/+1
* bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) (#...Miss Islington (bot)2018-05-291-0/+2
* bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7180)Yury Selivanov2018-05-291-0/+1
* bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (GH-7188)Victor Stinner2018-05-291-0/+4
* bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)Miss Islington (bot)2018-05-291-0/+1
* bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149...Miss Islington (bot)2018-05-281-0/+2
* bpo-33614: Ensures module definition files for the stable ABI on Windows are ...Miss Islington (bot)2018-05-281-0/+2
* bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134)Miss Islington (bot)2018-05-261-0/+2
* bpo-33012: Add -Wno-cast-function-type for gcc 8. (GH-6757)Miss Islington (bot)2018-05-251-0/+2
* [3.6] bpo-26819: Prevent proactor double read on resume (GH-6921) (#7110)CtrlZvi2018-05-251-0/+2
* [3.6] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (GH-7095)Serhiy Storchaka2018-05-241-0/+4
* bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)Miss Islington (bot)2018-05-241-0/+2