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
/
Misc
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou
2012-01-13
1
-0/+4
*
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan
2012-01-13
1
-0/+4
*
Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w...
Antoine Pitrou
2012-01-12
1
-0/+3
*
use full unicode mappings for upper/lower/title case (#12736)
Benjamin Peterson
2012-01-11
1
-0/+2
*
Issue #12760: Add a create mode to open(). Patch by David Townshend.
Charles-François Natali
2012-01-09
1
-0/+2
*
Issue #13738: Simplify implementation of bytes.lower() and bytes.upper().
Antoine Pitrou
2012-01-08
1
-0/+2
*
Merge with 3.2 for #12364.
Ross Lagerwall
2012-01-08
1
-0/+4
|
\
|
*
Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.
Ross Lagerwall
2012-01-08
1
-0/+4
*
|
Issue #13502: threading: Fix a race condition in Event.wait() that made it
Charles-François Natali
2012-01-07
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13502: threading: Fix a race condition in Event.wait() that made it
Charles-François Natali
2012-01-07
1
-0/+3
*
|
Issue #9993: When the source and destination are on different filesystems,
Antoine Pitrou
2012-01-06
1
-0/+5
*
|
Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction.
Lars Gustäbel
2012-01-05
1
-0/+2
|
\
\
|
|
/
|
*
Issue #12926: Fix a bug in tarfile's link extraction.
Lars Gustäbel
2012-01-05
1
-0/+2
*
|
merge from 3.2
Senthil Kumaran
2012-01-04
1
-0/+2
|
\
\
|
|
/
|
*
Issue13696 - Fix 302 Redirection for Relative urls.
Senthil Kumaran
2012-01-04
1
-0/+2
*
|
Issue #13636: Weak ciphers are now disabled by default in the ssl module
Antoine Pitrou
2012-01-03
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13636: Weak ciphers are now disabled by default in the ssl module
Antoine Pitrou
2012-01-03
1
-0/+3
*
|
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali
2012-01-02
1
-0/+3
|
\
\
|
|
/
|
*
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali
2012-01-02
1
-0/+3
*
|
Issue #12715: Add an optional symlinks argument to shutil functions (copyfile...
Antoine Pitrou
2011-12-29
1
-0/+5
*
|
add a flags parameter to select.epoll
Benjamin Peterson
2011-12-27
1
-0/+2
*
|
Issue #13577: Built-in methods and functions now have a __qualname__.
Antoine Pitrou
2011-12-23
1
-0/+3
*
|
merge from 3.2. News update.
Senthil Kumaran
2011-12-23
1
-0/+2
|
\
\
|
|
/
|
*
News entry for Issue12798
Senthil Kumaran
2011-12-23
1
-0/+2
*
|
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
Antoine Pitrou
2011-12-22
1
-0/+3
*
|
Merge with 3.2 for #11006.
Ross Lagerwall
2011-12-22
1
-0/+2
|
\
\
|
|
/
|
*
Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.
Ross Lagerwall
2011-12-22
1
-0/+2
*
|
Merge
Michael Foord
2011-12-22
1
-0/+3
|
\
\
|
|
/
|
*
Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger...
Michael Foord
2011-12-22
1
-0/+3
*
|
Docs and News update for Issue13620. Chrome support in webbrowser.py
Senthil Kumaran
2011-12-21
1
-0/+3
*
|
Issue #12708: Add starmap() and starmap_async() methods (similar to itertools...
Antoine Pitrou
2011-12-21
1
-0/+3
*
|
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou
2011-12-21
1
-0/+2
|
\
\
|
|
/
|
*
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou
2011-12-21
1
-0/+2
*
|
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un...
Antoine Pitrou
2011-12-20
1
-0/+3
*
|
Issue #13634: Add support for querying and disabling SSL compression.
Antoine Pitrou
2011-12-20
1
-0/+2
*
|
Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman
Antoine Pitrou
2011-12-19
1
-0/+4
*
|
(Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in
Victor Stinner
2011-12-19
1
-1/+4
|
\
\
|
|
/
|
*
Issue #13628: python-gdb.py is now able to retrieve more frames in the Python
Victor Stinner
2011-12-19
1
-1/+7
*
|
Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers
Antoine Pitrou
2011-12-19
1
-0/+4
*
|
Merge 3.2
Michael Foord
2011-12-18
1
-0/+3
|
\
\
|
|
/
|
*
Fix inspect.getattr_static to work on modules (again).
Michael Foord
2011-12-18
1
-0/+3
*
|
Issue #7502: Fix equality comparison for DocTestCase instances.
Antoine Pitrou
2011-12-18
1
-0/+3
|
\
\
|
|
/
|
*
Merge
Antoine Pitrou
2011-12-18
1
-0/+3
|
|
\
|
|
*
Issue #11870: threading: Properly reinitialize threads internal locks and
Charles-François Natali
2011-12-18
1
-0/+3
|
*
|
Issue #7502: Fix equality comparison for DocTestCase instances.
Antoine Pitrou
2011-12-18
1
-0/+3
|
|
/
*
|
Issue #11870: threading: Properly reinitialize threads internal locks and
Charles-François Natali
2011-12-18
1
-0/+3
*
|
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
Charles-François Natali
2011-12-18
1
-0/+3
|
\
\
|
|
/
|
*
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
Charles-François Natali
2011-12-18
1
-0/+3
*
|
Issue #13560: os.strerror() now uses the current locale encoding instead of U...
Victor Stinner
2011-12-17
1
-0/+3
*
|
Issue #13560: Add PyUnicode_EncodeLocale()
Victor Stinner
2011-12-17
1
-2/+6
[next]