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 #23883: News updates for __all__ attributes
Martin Panter
2016-06-06
1
-3/+5
*
|
[merge from 3.5] - issue27202 - Fix the mistake in changesets 70af472451cb (3...
Senthil Kumaran
2016-06-05
1
-2/+32
|
\
\
|
|
/
|
*
issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca...
Senthil Kumaran
2016-06-05
1
-2/+32
*
|
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-30
2
-2/+2
|
\
\
|
|
/
|
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
2
-2/+2
*
|
Improved docs for issue27033. Based on comments by R. David Murray.
Serhiy Storchaka
2016-05-29
1
-0/+8
*
|
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-29
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
1
-1/+1
*
|
Closes #23026: Documentation improvements and code formatting
Steve Dower
2016-05-25
1
-2/+1
*
|
Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type....
Steve Dower
2016-05-24
1
-0/+8
*
|
Issue #27064: The py.exe launcher now defaults to Python 3.
Paul Moore
2016-05-22
1
-0/+9
*
|
subprocess now emits a ResourceWarning warning
Victor Stinner
2016-05-20
1
-0/+10
*
|
Optimize pickle.load() and pickle.loads()
Victor Stinner
2016-05-20
1
-0/+3
*
|
docs: Update whatsnew/3.6 with asyncio changes
Yury Selivanov
2016-05-16
1
-0/+53
*
|
Merge 3.5
Yury Selivanov
2016-05-16
1
-0/+27
|
\
\
|
|
/
|
*
docs: Update asyncio docs & whatsnew
Yury Selivanov
2016-05-16
1
-0/+27
*
|
Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()
Serhiy Storchaka
2016-05-16
1
-0/+4
*
|
Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton
Martin Panter
2016-05-15
1
-0/+8
*
|
Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP
Serhiy Storchaka
2016-05-13
1
-0/+4
*
|
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
3
-88/+90
|
\
\
|
|
/
|
*
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
3
-88/+90
*
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
8
-23/+23
|
\
\
|
|
/
|
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
8
-23/+23
*
|
Issue #25788: fileinput.hook_encoded() now supports an "errors" argument
Serhiy Storchaka
2016-04-27
1
-0/+7
*
|
Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in the
Victor Stinner
2016-04-24
1
-0/+7
*
|
Issue #26041: Remove "will be removed in Python 3.7" from description messages
Berker Peksag
2016-04-24
1
-3/+2
|
\
\
|
|
/
|
*
Issue #26041: Remove "will be removed in Python 3.7" from description messages
Berker Peksag
2016-04-24
1
-3/+2
*
|
PyMem_Malloc() now uses the fast pymalloc allocator
Victor Stinner
2016-04-22
1
-0/+6
*
|
[minor] Doc fix in old python doc.
Senthil Kumaran
2016-04-21
1
-1/+1
*
|
Merge doc and comment fixes from 3.5
Martin Panter
2016-04-19
1
-1/+1
|
\
\
|
|
/
|
*
Fix spelling (inital), grammar (may translates) in documentation, comments
Martin Panter
2016-04-19
1
-1/+1
*
|
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
3
-3/+3
|
\
\
|
|
/
|
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
2
-2/+2
*
|
Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows
Martin Panter
2016-04-16
1
-1/+1
*
|
Merge typo fixes from 3.5
Martin Panter
2016-04-16
1
-1/+1
|
\
\
|
|
/
|
*
Fix typos in code comments and documentation
Martin Panter
2016-04-16
1
-1/+1
*
|
Issue #26638: Merge link fixes from 3.5
Martin Panter
2016-04-16
4
-12/+12
|
\
\
|
|
/
|
*
Issue #26638: Fix links to some CLI options and section headings
Martin Panter
2016-04-16
4
-12/+12
*
|
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
Martin Panter
2016-04-13
1
-0/+10
*
|
Issue #25910: Fixed more links in the docs.
Serhiy Storchaka
2016-04-11
2
-2/+2
|
\
\
|
|
/
|
*
Issue #25910: Fixed more links in the docs.
Serhiy Storchaka
2016-04-11
2
-2/+2
*
|
Issue #25910: Fixed dead links in the docs.
Serhiy Storchaka
2016-04-11
3
-5/+5
|
\
\
|
|
/
|
*
Issue #25910: Fixed dead links in the docs.
Serhiy Storchaka
2016-04-11
3
-5/+5
*
|
Issue #26685: Raise OSError if closing a socket fails
Martin Panter
2016-04-11
1
-0/+4
*
|
Issue #25609: Double back-ticks to avoid “make check” buildbot failure
Martin Panter
2016-04-10
1
-1/+1
*
|
Issue #26587: Allow .pth files to specify file paths as well as
Brett Cannon
2016-04-08
1
-0/+8
*
|
Issue #25609: Introduce contextlib.AbstractContextManager and
Brett Cannon
2016-04-08
1
-3/+23
*
|
Issue #26676: Add missing XMLPullParser to ElementTree.__all__
Martin Panter
2016-04-01
1
-1/+2
*
|
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka
2016-03-31
1
-8/+8
|
\
\
|
|
/
|
*
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka
2016-03-31
1
-8/+8
[prev]
[next]