summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* whatsnew: Fix markup.Berker Peksag2014-10-091-1/+2
* whatsnew: Add PEP 478.Berker Peksag2014-10-091-1/+1
* #16518: Bring error messages in harmony with docs ("bytes-like object")R David Murray2014-10-051-0/+6
* #22508: Drop email __version__ string. It no longer means anything.R David Murray2014-10-031-0/+8
* Issue #22437: Number of capturing groups in regular expression is no longerSerhiy Storchaka2014-09-291-0/+6
* #17442: Add chained traceback support to InteractiveInterpreter.R David Murray2014-09-291-0/+7
* merge with 3.4Georg Brandl2014-09-201-1/+1
|\
| * Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.Georg Brandl2014-09-201-1/+1
* | merge 3.4Benjamin Peterson2014-09-191-9/+18
|\ \ | |/
| * standardize pep 466 relnote styleBenjamin Peterson2014-09-191-11/+9
| * remove extra letterBenjamin Peterson2014-09-191-1/+1
| * whatsnew for pep 466 ssl backportBenjamin Peterson2014-09-191-0/+11
* | Issue #16104: Allow compileall to do parallel bytecode compilation.Brett Cannon2014-09-121-0/+7
* | Issue #13968: The glob module now supports recursive search inSerhiy Storchaka2014-09-111-0/+7
* | Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-105-10/+10
|\ \ | |/
| * Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-105-10/+10
* | imaplib.IMAP4 now supports the context manager protocol.Serhiy Storchaka2014-09-091-0/+8
* | Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-021-0/+5
* | Merge PEP 466 What's New in 2.7 changes from 3.4Nick Coghlan2014-08-231-6/+16
|\ \ | |/
| * Forward port PEP 466 What's New in 2.7 updatesNick Coghlan2014-08-231-6/+16
* | #21725: Add RFC 6531 (SMTPUTF8) support to smtpd.R David Murray2014-08-091-0/+4
* | #15114, #21047: update whatsnew in Python 3.5.Ezio Melotti2014-08-021-0/+6
* | Issue #21813: Enhance documentation of the os.stat_result class.Victor Stinner2014-07-241-5/+2
|\ \ | |/
* | #15014: Add 'auth' command to implement auth mechanisms and use it in login.R David Murray2014-07-031-0/+7
* | Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.Berker Peksag2014-07-021-0/+6
* | #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