summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* #20295: Teach imghdr to recognize OpenEXR format images.R David Murray2014-06-261-0/+6
* Issue #21741: Add st_file_attributes to os.stat_result on Windows.Zachary Ware2014-06-191-0/+9
* Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualifiedVictor Stinner2014-06-161-0/+6
* #19840: Add copy_function to shutil.move.R David Murray2014-06-111-0/+8
* #14758: add IPv6 support to smtpd.R David Murray2014-06-111-0/+4
* #19662: add decode_data to smtpd so you can get at DATA in bytes form.R David Murray2014-06-111-0/+16
* fix issue #17552: add socket.sendfile() method allowing to send a file over a...Giampaolo Rodola'2014-06-111-1/+10
* Issue #21569: merge from 3.4Nick Coghlan2014-06-091-1/+1
|\
| * Issue #21569: Fix incorrect cross referenceNick Coghlan2014-06-091-1/+1
* | Merge issue #21569 from 3.4Nick Coghlan2014-06-071-113/+201
|\ \ | |/
| * Issue #21569: sync Python 2.7 What's New with 2.7 versionNick Coghlan2014-06-071-113/+201
* | Issue #21233: Revert bytearray(int) optimization using calloc()Victor Stinner2014-06-021-3/+2
* | Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" toVictor Stinner2014-06-021-1/+2
* | Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-301-0/+4
* | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-202-4/+4
* | 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
* | Doc: add What's New in Python 3.5 to whatsnew indexVictor Stinner2014-03-181-0/+1
* | 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
|/
* TypoJesus Cea2014-03-171-1/+1
* TypoJesus Cea2014-03-171-1/+1
* TypoJesus Cea2014-03-171-1/+1
* Final documentation fixes for 3.4.0 final.v3.4.0Larry Hastings2014-03-161-4/+1
* Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final.Larry Hastings2014-03-161-1/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-212/+954
* whatsnew: difflib.isbjunk &c were removed, not deprecated.R David Murray2014-03-141-4/+6
* whatsnew: cp273 codec (#10907797)R David Murray2014-03-081-0/+3
* whatsnew: importlib deprecations.R David Murray2014-02-221-4/+24
* Mangle __parameters in __annotations__ dict properly. Issue #20625.Yury Selivanov2014-02-181-0/+4
* Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.Larry Hastings2014-02-101-1/+1
* Issue #20500: clarify that invocation may be indirectNick Coghlan2014-02-091-2/+3
* Issue #20500: Note other public APIs with the new assertionNick Coghlan2014-02-091-5/+9
* Note the new debug assertion in PyObject_StrNick Coghlan2014-02-091-0/+7
* Tweaks to What's New and some referenced docsNick Coghlan2014-02-091-13/+37
* Close #20563: Declare ipaddress API stableNick Coghlan2014-02-081-0/+11