summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-31908: Fix output of cover files for trace module command-line tool. (GH-...Miss Islington (bot)2018-05-011-0/+3
* bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-...Miss Islington (bot)2018-04-301-0/+3
* bpo-33256: Replace angle brackets around python object repr to display it in ...Miss Islington (bot)2018-04-291-0/+1
* [3.6] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630...Serhiy Storchaka2018-04-291-0/+2
* [3.6] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (GH...Antoine Pitrou2018-04-231-0/+1
* bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)Miss Islington (bot)2018-04-231-0/+1
* bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (GH-4...Miss Islington (bot)2018-04-221-0/+2
* Clarify that __path__ can't be just any value (GH-6554)Miss Islington (bot)2018-04-201-0/+1
* bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)Miss Islington (bot)2018-04-201-0/+1
* bpo-33189: pygettext.py now accepts only literal strings (GH-6364)Miss Islington (bot)2018-04-191-0/+2
* bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519)Miss Islington (bot)2018-04-191-0/+2
* bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (GH-6529)Miss Islington (bot)2018-04-191-0/+2
* bpo-33184: Update Windows installer to OpenSSL 1.0.2o (GH-6464)Steve Dower2018-04-141-0/+1
* bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...Miss Islington (bot)2018-04-091-0/+2
* [3.6] bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6412)Antoine Pitrou2018-04-071-0/+1
* bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408)Ned Deily2018-04-071-0/+1
* [3.6] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (G...Miss Islington (bot)2018-04-071-0/+2
* [3.6] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6400)Miss Islington (bot)2018-04-061-0/+1
* bpo-33231: Fix potential leak in normalizestring() (GH-6386)Miss Islington (bot)2018-04-061-0/+1
* bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6391)Miss Islington (bot)2018-04-051-0/+2
* bpo-33203: Ensure random.choice always raises IndexError on empty sequence (G...Miss Islington (bot)2018-04-051-0/+3
* bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)INADA Naoki2018-04-051-0/+3
* bpo-29922: Improve error messages in 'async with' (GH-6352)Miss Islington (bot)2018-04-041-0/+2
* bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(...Miss Islington (bot)2018-04-031-0/+1
* bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)Miss Islington (bot)2018-04-031-0/+2
* bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)Miss Islington (bot)2018-04-021-2/+2
* bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344)Miss Islington (bot)2018-04-021-0/+3
* Merge tag 'v3.6.5' into 3.6Ned Deily2018-03-283-2/+16
|\
| * 3.6.5finalv3.6.5Ned Deily2018-03-283-2/+16
| * bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)Miss Islington (bot)2018-03-281-0/+1
| * bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-62...Miss Islington (bot)2018-03-281-0/+1
* | bpo-33126: Document PyBuffer_ToContiguous() (GH-6292) (GH-6293)Miss Islington (bot)2018-03-281-0/+1
* | bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)Miss Islington (bot)2018-03-281-0/+1
* | bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-62...Miss Islington (bot)2018-03-281-0/+1
* | bpo-27212: Modify islice recipe to consume initial values preceding start (GH...Miss Islington (bot)2018-03-271-0/+2
* | bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)Miss Islington (bot)2018-03-261-0/+2
* | bpo-33096: Fix ttk.Treeview.insert. (GH-6228)Miss Islington (bot)2018-03-261-0/+4
* | [3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214)Christian Heimes2018-03-241-0/+1
* | bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (G...Miss Islington (bot)2018-03-231-0/+2
* | [3.6] bpo-33041: Fixed jumping if the function contains an "async for" loop. ...Serhiy Storchaka2018-03-231-0/+1
* | bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)Miss Islington (bot)2018-03-211-0/+3
* | bpo-18802: Add more details to ipaddress documentation (GH-6083)Miss Islington (bot)2018-03-211-0/+1
* | bpo-28247: Document Windows executable creation in zipapp (GH-6158)Miss Islington (bot)2018-03-201-0/+2
* | [3.6] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6160)Miss Islington (bot)2018-03-201-0/+2
* | bpo-19417: Add test_bdb.py (GH-5217)xdegaye2018-03-191-0/+1
* | bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)Miss Islington (bot)2018-03-171-0/+2
* | [3.6] bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (GH-5...Miss Islington (bot)2018-03-141-0/+2
|/
* 3.6.5rc1v3.6.5rc1Ned Deily2018-03-1487-173/+867
* bpo-32726: macOS installer changes for 3.6.5Ned Deily2018-03-141-0/+4
* [3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G...Miss Islington (bot)2018-03-131-0/+1