index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
whatsnew
/
3.5.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #16104: Allow compileall to do parallel bytecode compilation.
Brett Cannon
2014-09-12
1
-0/+7
*
Issue #13968: The glob module now supports recursive search in
Serhiy Storchaka
2014-09-11
1
-0/+7
*
imaplib.IMAP4 now supports the context manager protocol.
Serhiy Storchaka
2014-09-09
1
-0/+8
*
Issue #22043: time.monotonic() is now always available
Victor Stinner
2014-09-02
1
-0/+5
*
#21725: Add RFC 6531 (SMTPUTF8) support to smtpd.
R David Murray
2014-08-09
1
-0/+4
*
#15114, #21047: update whatsnew in Python 3.5.
Ezio Melotti
2014-08-02
1
-0/+6
*
Issue #21813: Enhance documentation of the os.stat_result class.
Victor Stinner
2014-07-24
1
-5/+2
*
#15014: Add 'auth' command to implement auth mechanisms and use it in login.
R David Murray
2014-07-03
1
-0/+7
*
Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.
Berker Peksag
2014-07-02
1
-0/+6
*
#20295: Teach imghdr to recognize OpenEXR format images.
R David Murray
2014-06-26
1
-0/+6
*
Issue #21741: Add st_file_attributes to os.stat_result on Windows.
Zachary Ware
2014-06-19
1
-0/+9
*
Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified
Victor Stinner
2014-06-16
1
-0/+6
*
#19840: Add copy_function to shutil.move.
R David Murray
2014-06-11
1
-0/+8
*
#14758: add IPv6 support to smtpd.
R David Murray
2014-06-11
1
-0/+4
*
#19662: add decode_data to smtpd so you can get at DATA in bytes form.
R David Murray
2014-06-11
1
-0/+16
*
fix issue #17552: add socket.sendfile() method allowing to send a file over a...
Giampaolo Rodola'
2014-06-11
1
-1/+10
*
Issue #21233: Revert bytearray(int) optimization using calloc()
Victor Stinner
2014-06-02
1
-3/+2
*
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
Victor Stinner
2014-06-02
1
-1/+2
*
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
1
-0/+4
*
Mention ipaddress improvements.
Antoine Pitrou
2014-05-15
1
-0/+15
*
Better organization of the what's new
Antoine Pitrou
2014-05-15
1
-17/+32
*
Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a
Brett Cannon
2014-05-09
1
-0/+5
*
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Victor Stinner
2014-05-02
1
-2/+18
*
Add porting note for issue #20951.
Antoine Pitrou
2014-04-29
1
-0/+4
*
#15916: if there are no docstrings, make empty suite, not an error.
R David Murray
2014-04-15
1
-0/+4
*
inspect: Make Signature and Parameter hashable. Issue #20334.
Yury Selivanov
2014-04-08
1
-1/+2
*
Issue #17621: Introduce importlib.util.LazyLoader.
Brett Cannon
2014-04-04
1
-0/+4
*
fix #21076: turn signal module constants into enums
Giampaolo Rodola'
2014-04-04
1
-0/+5
*
inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373
Yury Selivanov
2014-03-27
1
-0/+4
*
inspect.signature: Make Signature and Parameter picklable. Closes #20726
Yury Selivanov
2014-03-27
1
-0/+3
*
Merge #20145 backport: delete whatsnew entry.
R David Murray
2014-03-25
1
-6/+0
*
#20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.
R David Murray
2014-03-23
1
-0/+6
*
Issue #20627: xmlrpc.client.ServerProxy is now a context manager.
Brett Cannon
2014-03-21
1
-1/+2
*
Issue #19165: The formatter module graduates to full deprecation.
Brett Cannon
2014-03-21
1
-1/+2
*
remove the ability of datetime.time to be considered false (closes #13936)
Benjamin Peterson
2014-03-20
1
-1/+4
*
Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale),
Victor Stinner
2014-03-18
1
-1/+4
*
Add a stub "whatsnew in 3.5" document.
Victor Stinner
2014-03-17
1
-0/+186