summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.5.rst
Commit message (Expand)AuthorAgeFilesLines
* Mention ipaddress improvements.Antoine Pitrou2014-05-151-0/+15
* Better organization of the what's newAntoine Pitrou2014-05-151-17/+32
* Issue #21156: importlib.abc.InspectLoader.source_to_code() is now aBrett Cannon2014-05-091-0/+5
* Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),Victor Stinner2014-05-021-2/+18
* Add porting note for issue #20951.Antoine Pitrou2014-04-291-0/+4
* #15916: if there are no docstrings, make empty suite, not an error.R David Murray2014-04-151-0/+4
* inspect: Make Signature and Parameter hashable. Issue #20334.Yury Selivanov2014-04-081-1/+2
* Issue #17621: Introduce importlib.util.LazyLoader.Brett Cannon2014-04-041-0/+4
* fix #21076: turn signal module constants into enumsGiampaolo Rodola'2014-04-041-0/+5
* inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373Yury Selivanov2014-03-271-0/+4
* inspect.signature: Make Signature and Parameter picklable. Closes #20726Yury Selivanov2014-03-271-0/+3
* Merge #20145 backport: delete whatsnew entry.R David Murray2014-03-251-6/+0
* #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.R David Murray2014-03-231-0/+6
* Issue #20627: xmlrpc.client.ServerProxy is now a context manager.Brett Cannon2014-03-211-1/+2
* Issue #19165: The formatter module graduates to full deprecation.Brett Cannon2014-03-211-1/+2
* remove the ability of datetime.time to be considered false (closes #13936)Benjamin Peterson2014-03-201-1/+4
* Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale),Victor Stinner2014-03-181-1/+4
* Add a stub "whatsnew in 3.5" document.Victor Stinner2014-03-171-0/+186