summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* | | Issue #12319: Always send file request bodies using chunked encodingMartin Panter2016-08-271-4/+3
* | | Issue #26027, #27524: Add PEP 519/__fspath__() support to os andBrett Cannon2016-08-261-1/+4
* | | Issue #10513: Merge from 3.5Berker Peksag2016-08-261-0/+3
|\ \ \ | |/ /
| * | Issue #10513: Fix a regression in Connection.commit()Berker Peksag2016-08-261-0/+3
* | | Issue #12319: Move NEWS under beta 1 headingMartin Panter2016-08-241-8/+8
* | | Issue #12319: Support for chunked encoding of HTTP request bodiesMartin Panter2016-08-241-0/+8
* | | Update NEWS.Steven D'Aprano2016-08-241-1/+3
* | | Backed out changeset 1017215f5492Mark Dickinson2016-08-231-3/+0
* | | A new version of typing.py from https://github.com/python/typing. (Merge 3.5-...Guido van Rossum2016-08-231-0/+6
|\ \ \ | |/ /
| * | A new version of typing.py from https://github.com/python/typing.Guido van Rossum2016-08-231-0/+6
* | | Issue 27598: Add Collections to collections.abc.Guido van Rossum2016-08-231-0/+3
* | | Issue #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff ...Mark Dickinson2016-08-231-0/+3
* | | Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only.Mark Dickinson2016-08-231-0/+3
* | | Issue #12713: reverted fix pending further discussion.Vinay Sajip2016-08-231-3/+0
* | | Issue #27587: Merge from 3.5Berker Peksag2016-08-221-0/+4
|\ \ \ | |/ /
| * | Issue #27587: Move null pointer check earlier in _PyState_AddModule()Berker Peksag2016-08-221-0/+4
* | | Issue #27792: force int return type for modulo operations involving bools.Mark Dickinson2016-08-221-0/+4
* | | Issue #27539: Merge from 3.5.Mark Dickinson2016-08-221-0/+3
|\ \ \ | |/ /
| * | Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ...Mark Dickinson2016-08-221-0/+3
* | | Issue #26984: int() now always returns an instance of exact int.Serhiy Storchaka2016-08-211-0/+2
* | | Issue #21718: Merge from 3.5Berker Peksag2016-08-211-0/+2
|\ \ \ | |/ /
| * | Issue #21718: cursor.description is now available for queries using CTEsBerker Peksag2016-08-211-0/+2
* | | Issue #25604: Fix minor bug in integer true division, which couldMark Dickinson2016-08-211-0/+4
* | | Issue #27662: add missing Misc/NEWS entry.Mark Dickinson2016-08-211-0/+4
* | | Merge #27782 fix from 3.5Nick Coghlan2016-08-211-0/+4
|\ \ \ | |/ /
| * | Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-211-0/+4
* | | Issue #27487: Merge runpy warning from 3.5Martin Panter2016-08-211-0/+4
|\ \ \ | |/ /
| * | Issue #27487: Warn if submodule already imported before runpy executionMartin Panter2016-08-211-0/+4
* | | Fix typo in IDLE News.Terry Jan Reedy2016-08-211-3/+3
|\ \ \ | |/ /
| * | Fix typo in IDLE News.Terry Jan Reedy2016-08-211-1/+1
* | | Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-211-0/+29
|\ \ \ | |/ /
| * | Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.Terry Jan Reedy2016-08-211-0/+9
* | | Issue #27819: Simply default to gztar for sdist formats by default on all pla...Jason R. Coombs2016-08-201-0/+3
* | | issue26981: fix typoEthan Furman2016-08-201-1/+1
* | | issue26981: add _order_ compatibility shim to enum.EnumEthan Furman2016-08-201-0/+3
* | | Fix more typosMartin Panter2016-08-201-2/+2
* | | Merge spelling fixes from 3.5Martin Panter2016-08-201-1/+1
|\ \ \ | |/ /
| * | Minor spelling fixesMartin Panter2016-08-201-1/+1
* | | Issue #27787: Merge regrtest fixup from 3.5Martin Panter2016-08-201-0/+6
|\ \ \ | |/ /
| * | Issue #27787: Clean up weak references before checking for dangling threadsMartin Panter2016-08-201-0/+3
* | | Issue26988: remove AutoEnumEthan Furman2016-08-201-2/+0
* | | Issue #27713: merge from 3.5Ned Deily2016-08-201-0/+3
|\ \ \ | |/ /
| * | Issue #27713: Surpress spurious build warnings when updating importlib'sNed Deily2016-08-201-0/+3
* | | Issue #27157: Make only type() itself accept the one-argument formBerker Peksag2016-08-191-0/+3
* | | Rewrap long lines in Misc/NEWS.R David Murray2016-08-191-30/+38
|\ \ \ | |/ /
| * | Rewrap long lines in Misc/NEWS.R David Murray2016-08-191-20/+26
* | | Merge: #2466: ismount now recognizes mount points user can't access.R David Murray2016-08-191-0/+3
|\ \ \ | |/ /
| * | #2466: ismount now recognizes mount points user can't access.R David Murray2016-08-191-0/+3
* | | Updated NEWS with information on the argparse change.Vinay Sajip2016-08-181-0/+3
* | | Anti-registration of various ABC methods.Guido van Rossum2016-08-181-0/+8