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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
Larry Hastings
2015-04-13
1
-0/+3
*
Closes #23938: List Windows XP as an unsupported platform.
Zachary Ware
2015-04-13
1
-1/+1
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-1/+34
*
#23464: remove JoinableQueue that was deprecated in 3.4.4.
R David Murray
2015-04-12
1
-0/+4
*
Issue #2175: SAX parsers now support a character stream of InputSource object.
Serhiy Storchaka
2015-04-02
1
-0/+7
*
Issue #23648: Complete the list of modified functions for the PEP 475
Victor Stinner
2015-04-02
1
-1/+31
*
Issue #23618: socket.socket.connect() now waits until the connection completes
Victor Stinner
2015-04-02
1
-0/+1
*
Issue #23618: Document EINTR changes in socket documentation
Victor Stinner
2015-04-02
1
-0/+11
*
What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on Windows
Victor Stinner
2015-04-01
1
-0/+3
*
It wasn't a typo, it is the mnemonic (AT=@).
R David Murray
2015-04-01
1
-1/+1
*
Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.
Serhiy Storchaka
2015-03-31
1
-0/+7
*
What's New in Python 3.5, PEP 475: mention modified signal functions
Victor Stinner
2015-03-31
1
-0/+1
*
Issue #23611: Serializing more "lookupable" objects (such as unbound methods
Serhiy Storchaka
2015-03-31
1
-0/+7
*
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-31
1
-2/+2
*
Issue #23485: select.kqueue.control() is now retried when interrupted by a si...
Victor Stinner
2015-03-31
1
-1/+2
*
Fix typo in Doc/whatsnew/3.5.rst.
Berker Peksag
2015-03-31
1
-1/+1
*
Issue #23485: select.epoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
1
-1/+1
*
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
1
-1/+1
*
Issue #23485: select.select() is now retried automatically with the recomputed
Victor Stinner
2015-03-30
1
-6/+8
*
#2211: Fix typo, address missed review comment.
R David Murray
2015-03-30
1
-2/+2
*
What's New in Python 3.5: add pep 461 (bytes%args) and 465 (a@b)
Victor Stinner
2015-03-30
1
-3/+42
*
#2211: properly document the Morsel behavior changes.
R David Murray
2015-03-29
1
-5/+16
*
format .. note properly
Benjamin Peterson
2015-03-27
1
-3/+5
*
Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and
Victor Stinner
2015-03-26
1
-0/+8
*
Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive
Serhiy Storchaka
2015-03-25
1
-0/+3
*
Issue #23671: string.Template now allows to specify the "self" parameter as
Serhiy Storchaka
2015-03-24
1
-0/+4
|
\
*
|
Issue #23252: Added support for writing ZIP files to unseekable streams.
Serhiy Storchaka
2015-03-22
1
-0/+6
*
|
Issue #23681: The -b option now affects comparisons of bytes with int.
Serhiy Storchaka
2015-03-20
1
-0/+2
*
|
Issue #2211: Updated the implementation of the http.cookies.Morsel class.
Serhiy Storchaka
2015-03-18
1
-0/+6
*
|
Issue #2052: Add charset parameter to HtmlDiff.make_file().
Berker Peksag
2015-03-14
1
-0/+8
*
|
Issue #23491: Implement PEP 441: Improving Python Zip Application Support
Brett Cannon
2015-03-13
1
-4/+17
*
|
Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()
Victor Stinner
2015-03-12
1
-0/+8
*
|
Issue #22524: Rephrase scandir addition in What's New in Python 3.5
Victor Stinner
2015-03-10
1
-8/+18
*
|
Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir()
Victor Stinner
2015-03-08
1
-0/+19
*
|
Issue #20204: Deprecation warning is now raised for builtin type without the
Serhiy Storchaka
2015-03-01
1
-0/+5
*
|
Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual e...
Steve Dower
2015-02-26
1
-0/+12
*
|
Add a whatsnew entry for issue #22003.
Berker Peksag
2015-02-14
1
-1/+2
*
|
Issue #23437: Update NEWS and whatsnew/3.5
Steve Dower
2015-02-14
1
-0/+7
*
|
Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.
Berker Peksag
2015-02-13
1
-0/+8
*
|
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
Berker Peksag
2015-02-13
1
-0/+6
*
|
Issue #23344: marshal.dumps() is now 20-25% faster on average.
Serhiy Storchaka
2015-02-11
1
-2/+3
*
|
Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on
Serhiy Storchaka
2015-02-11
1
-0/+3
*
|
Fix typos in Doc/whatsnew/3.5.rst.
Berker Peksag
2015-02-11
1
-3/+3
*
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
1
-0/+10
*
|
Issue #20289: cgi.FieldStorage() now supports the context management protocol.
Berker Peksag
2015-02-06
1
-0/+6
*
|
Fix typos in Doc/whatsnew/3.5.rst.
Berker Peksag
2015-02-06
1
-6/+6
*
|
Issue #15381: Optimized io.BytesIO to make less allocations and copyings.
Serhiy Storchaka
2015-02-03
1
-0/+3
*
|
Issue #22818: Splitting on a pattern that could match an empty string now
Serhiy Storchaka
2015-02-03
1
-0/+7
*
|
Closes #22668: Merge from 3.4.
Stefan Krah
2015-01-29
1
-0/+6
|
\
\
|
|
/
|
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-6/+6
[next]