summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* 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-29719: Remove Date and Release field in whatsnew/3.6 (GH-494)INADA Naoki2017-03-061-2/+0
* 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-28814: Undeprecate inadvertently deprecated inspect functions. (#122)Matthias Bussonnier2017-02-221-5/+6
* 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
* | Merge 3.6Victor Stinner2017-01-231-0/+3
|\ \ | |/
| * Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTIONVictor Stinner2017-01-231-0/+3
* | 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 #29316: merge 3.6Ned Deily2017-01-201-6/+3
|\ \ | |/
| * Issue #29316: Restore the provisional status of typing module and addNed Deily2017-01-201-6/+3
* | Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode.INADA Naoki2017-01-161-0/+7
* | Merge doc fixes from 3.6Martin Panter2017-01-147-52/+52
|\ \ | |/
| * Merge doc fixes from 3.5Martin Panter2017-01-147-52/+52
| |\
| | * Avoid line breaks after hyphens, otherwise they are turned into spacesMartin Panter2017-01-147-52/+52
* | | 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 #29239: Merge bug number from 3.6Martin Panter2017-01-111-1/+1
|\ \ \ | |/ /
| * | Issue #29239: Fix --enable-optimizations bug numberMartin Panter2017-01-111-1/+1
* | | mergeRaymond Hettinger2016-12-301-2/+7
|\ \ \ | |/ /
| * | Clearer compact dict attribution to the original proposalRaymond Hettinger2016-12-301-2/+7
* | | Merge 3.6.0 release into defaultNed Deily2016-12-231-0/+3
|\ \ \ | |/ /
| * | Merge 3.6.0 release engineering headNed Deily2016-12-231-0/+3
| |\ \
| | * | Update docs and patchlevel for 3.6.0 final.v3.6.0Ned Deily2016-12-221-0/+3
| | * | Issue #28635: asyncio-related fixes and additions.Yury Selivanov2016-12-151-6/+16
| | * | Issue #28979: Fix What's New in Python 3.6, dictVictor Stinner2016-12-151-1/+1
| | * | Issue #28089: Document TCP_NODELAY in asyncioYury Selivanov2016-12-121-0/+3
| | * | Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-071-0/+4
| | * | Issue #28635: Drop the note that whatsnew is incompleteYury Selivanov2016-12-081-9/+0
* | | | Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCIISerhiy Storchaka2016-12-191-0/+4
* | | | Issue #28987: Merge doc and comment fixes from 3.6Martin Panter2016-12-181-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #28987: Typos, grammar, spelling in documentationMartin Panter2016-12-181-1/+1
* | | | Issue #18896: Python function can now have more than 255 parameters.Serhiy Storchaka2016-12-161-2/+3
* | | | Merge 3.6 (issue #28635)Yury Selivanov2016-12-151-6/+16
|\ \ \ \ | |/ / /
| * | | Issue #28635: asyncio-related fixes and additions.Yury Selivanov2016-12-151-6/+16