summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.7.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in 3.7 whatsnew (#2308)Daniel Porteous2017-06-211-1/+1
* bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)Nick Coghlan2017-06-181-14/+5
* bpo-30450: Add NEWS and whatsnew (GH-2236)Zachary Ware2017-06-161-0/+6
* bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)Sanyam Khurana2017-06-131-0/+4
* bpo-11822: Improve disassembly to show embedded code objects. (#1844)Serhiy Storchaka2017-06-111-0/+8
* bpo-28180: Implementation for PEP 538 (#659)Nick Coghlan2017-06-111-0/+45
* bpo-30014: make poll-like selector's modify() method faster (#1030)Giampaolo Rodola2017-06-091-0/+3
* bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)Oz N Tiram2017-06-061-7/+16
* Doc nits for bpo-16500 (#1841)Antoine Pitrou2017-05-281-0/+9
* bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandle...Stéphane Wirtel2017-05-241-0/+5
* bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488)Serhiy Storchaka2017-05-151-0/+6
* bpo-9850: Deprecate the macpath module (#1540)Victor Stinner2017-05-151-0/+2
* bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506)Serhiy Storchaka2017-05-131-0/+4
* bpo-30285: Optimize case-insensitive matching and searching (#1482)Serhiy Storchaka2017-05-091-0/+4
* bpo-30024: Circular imports involving absolute imports with binding (#1264)Serhiy Storchaka2017-05-091-0/+4
* bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorag...Pierre Quentel2017-05-081-0/+8
* bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...Xiang Zhang2017-05-031-0/+14
* bpo-29679: Implement @contextlib.asynccontextmanager (#360)Jelle Zijlstra2017-05-011-0/+6
* bpo-11913: Add README.rst to the distutils standard READMEs list (#563)Ryan Gonzalez2017-04-141-0/+7
* bpo-29962: add math.remainder (#950)Mark Dickinson2017-04-051-0/+6
* bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)Pierre Quentel2017-04-021-0/+8
* bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)Serhiy Storchaka2017-03-301-0/+7
* bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505)Serhiy Storchaka2017-03-301-0/+5
* bpo-10379: add 'monetary' to format_string, deprecate formatGarvit Khatri2017-03-281-24/+32
* bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)Serhiy Storchaka2017-03-241-0/+7
* bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka2017-03-231-0/+10
* bpo-28692: Deprecate using non-integer value for selecting a plural form in g...Serhiy Storchaka2017-03-121-0/+4
* bpo-26121: Use C library implementation for math functions: (#515)Serhiy Storchaka2017-03-111-0/+5
* bpo-28682: Added support for bytes paths in os.fwalk(). (#489)Serhiy Storchaka2017-03-071-0/+6
* bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...Serhiy Storchaka2017-03-061-5/+4
* bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)Serhiy Storchaka2017-03-051-0/+5
* bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used ...Xiang Zhang2017-02-281-0/+7
* Use "Contributed by ..." style in whatsnew/3.7.rst (#339)Berker Peksag2017-02-271-1/+2
* bpo-16285: Update urllib quoting to RFC 3986 (#173)Ratnadeep Debnath2017-02-251-0/+7
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-221-0/+6
* bpo-29546: Improve from-import error message with location (#103)Matthias Bussonnier2017-02-221-0/+3
* bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...Matthias Bussonnier2017-02-161-0/+11
* Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced withSerhiy Storchaka2017-01-251-0/+7
* Fix grammar in doc string, RST markupMartin Panter2017-01-241-1/+1
* Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()Serhiy Storchaka2017-01-221-0/+4
* Issue #29282: Backed out changeset b33012ef1417Mark Dickinson2017-01-211-9/+0
* Issue #29282: add fused multiply-add function, math.fma.Mark Dickinson2017-01-211-0/+9
* Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode.INADA Naoki2017-01-161-0/+7
* Document Python versions in which the removed features were deprecated.Serhiy Storchaka2017-01-131-2/+5
* Issue #29197: Removed deprecated function ntpath.splitunc().Serhiy Storchaka2017-01-131-0/+4
* Issue #29210: Removed support of deprecated argument "exclude" inSerhiy Storchaka2017-01-131-0/+3
* Issue #29192: Removed deprecated features in the http.cookies module.Serhiy Storchaka2017-01-131-0/+7
* Issue #29193: A format string argument for string.Formatter.format()Serhiy Storchaka2017-01-131-0/+6
* Issue #20804: The unittest.mock.sentinel attributes now preserve theirSerhiy Storchaka2017-01-111-0/+7
* Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCIISerhiy Storchaka2016-12-191-0/+4