summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* 3.7.3v3.7.3Ned Deily2019-03-251-0/+8
* Fix "catchs" typos in NEWS entries (GH-12364)Harmon2019-03-252-4/+4
* Remove NEWS entries duplicated from 3.7.2final. (GH-12309)Ned Deily2019-03-251-40/+1
* Correct minor edit to news entry. (GH-12299)Ned Deily2019-03-251-1/+1
* 3.7.3rc1v3.7.3rc1Ned Deily2019-03-12124-252/+1239
* Minor edits to news entries for 3.7.3 (GH-12292)Ned Deily2019-03-123-2/+3
* bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) (GH-12284)Miss Islington (bot)2019-03-121-0/+1
* [3.7] bpo-35931: Gracefully handle any exception in pdb debug command (GH-121...Miss Islington (bot)2019-03-122-1/+1
* bpo-36234: Add more tests to PosixUidGidTests (GH-12234)Miss Islington (bot)2019-03-111-0/+2
* bpo-36176: Fix IDLE autocomplete & calltip popup colors. (GH-12262)Miss Islington (bot)2019-03-111-0/+2
* bpo-35647: Fix path check in cookiejar (GH-11436)Miss Islington (bot)2019-03-101-0/+3
* bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)Miss Islington (bot)2019-03-101-0/+3
* bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH...Miss Islington (bot)2019-03-101-0/+2
* bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (G...Miss Islington (bot)2019-03-101-0/+4
* bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)Miss Islington (bot)2019-03-081-0/+1
* bpo-35899: Fix Enum handling of empty and weird strings (GH-11891)Miss Islington (bot)2019-03-081-0/+1
* bpo-36216: Add check for characters in netloc that normalize to separators (G...Steve Dower2019-03-071-0/+3
* [3.7] bpo-29571: Fix test_re.test_locale_flag() (GH-12178)Victor Stinner2019-03-051-0/+6
* bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)Miss Islington (bot)2019-03-041-0/+2
* bpo-35198 Fix C++ extension compilation on AIX (GH-10437)Miss Islington (bot)2019-03-041-0/+1
* Autospec functions should propagate mock calls to parent GH-11273 (#12039)Miss Islington (bot)2019-03-031-0/+2
* bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996)Miss Islington (bot)2019-03-031-0/+1
* bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031)Miss Islington (bot)2019-03-011-0/+2
* bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)Miss Islington (bot)2019-03-011-0/+2
* bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109)Miss Islington (bot)2019-03-011-0/+3
* bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) (GH-12075)Miss Islington (bot)2019-02-271-0/+1
* bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4...Miss Islington (bot)2019-02-271-0/+3
* bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-...Miss Islington (bot)2019-02-261-0/+1
* bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027)Miss Islington (bot)2019-02-261-0/+1
* bpo-24643: Fix "GH-define timezone _timezone" clashes on Windows (GH-12019)Miss Islington (bot)2019-02-261-0/+1
* bpo-35512: Resolve string target to patch.dict decorator during function call...Miss Islington (bot)2019-02-251-0/+3
* closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)Miss Islington (bot)2019-02-251-0/+1
* bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...Miss Islington (bot)2019-02-241-0/+1
* bpo-24310: Document IDLE settings dialog font tab sample (GH-12007)Miss Islington (bot)2019-02-241-0/+1
* bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)Miss Islington (bot)2019-02-221-0/+2
* bpo-33989: Ensure that ms.key_compare is always initialized in list_sort_impl...Miss Islington (bot)2019-02-211-0/+2
* bpo-36037: Fix test_ssl for strict OpenSSL policy (GH-11940)Miss Islington (bot)2019-02-191-0/+3
* bpo-31506: Clarify error messages for object.__new__ and object.__init__ (GH-...Miss Islington (bot)2019-02-191-0/+3
* bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472)Miss Islington (bot)2019-02-191-0/+1
* bpo-34572: change _pickle unpickling to use import rather than retrieving fro...Miss Islington (bot)2019-02-181-0/+3
* bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)Miss Islington (bot)2019-02-181-0/+4
* bpo-35942: Improve the error message if __fspath__ returns invalid types in p...Miss Islington (bot)2019-02-181-0/+3
* bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857)Miss Islington (bot)2019-02-171-0/+2
* bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782)Miss Islington (bot)2019-02-151-0/+1
* bpo-35746: Credit Colin Read and Nicolas Edet (GH-11864)Victor Stinner2019-02-151-1/+2
* closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH...Miss Islington (bot)2019-02-141-0/+1
* bpo-35961: Fix a crash in slice_richcompare() (GH-11830)Miss Islington (bot)2019-02-131-0/+2
* bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...Miss Islington (bot)2019-02-121-0/+2
* bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815) (G...Miss Islington (bot)2019-02-121-0/+2
* bpo-35918: Remove broken has_key method and add test (GH-11819) (#11824)Miss Islington (bot)2019-02-121-0/+2