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 #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
*
|
Add whatsnew entry for issue #5309.
Berker Peksag
2015-01-27
1
-0/+7
*
|
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
Serhiy Storchaka
2015-01-26
1
-0/+3
*
|
Issue #22286: The "backslashreplace" error handlers now works with
Serhiy Storchaka
2015-01-25
1
-1/+3
*
|
Closes #23181: codepoint -> code point
Georg Brandl
2015-01-14
1
-6/+6
*
|
Issue #23185: add math.inf and math.nan constants.
Mark Dickinson
2015-01-11
1
-0/+6
*
|
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon
2015-01-09
1
-0/+8
*
|
Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,
Serhiy Storchaka
2014-12-23
1
-0/+5
*
|
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
1
-1/+1
|
\
\
|
|
/
|
*
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
1
-1/+1
*
|
Issue #22389: Add contextlib.redirect_stderr().
Berker Peksag
2014-11-28
1
-0/+9
*
|
Issue #22834: Have import suppress FileNotFoundError when the current
Brett Cannon
2014-11-21
1
-0/+6
*
|
Issue #22453: Removed non-documented macro PyObject_REPR().
Serhiy Storchaka
2014-11-18
1
-0/+4
*
|
Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler
Nick Coghlan
2014-11-12
1
-0/+9
*
|
Issue #21650: Add an `--sort-keys` option to json.tool CLI.
Berker Peksag
2014-11-10
1
-0/+8
*
|
merge 3.4 (#22417)
Benjamin Peterson
2014-11-03
1
-0/+29
|
\
\
|
|
/
|
*
PEP 476: enable HTTPS certificate verification by default (#22417)
Benjamin Peterson
2014-11-03
1
-0/+29
*
|
Issue #22388: Unified the style of "Contributed by" sentences in What's New.
Serhiy Storchaka
2014-11-02
3
-137/+138
|
\
\
|
|
/
|
*
Issue #22388: Unified the style of "Contributed by" sentences in What's New.
Serhiy Storchaka
2014-11-02
2
-107/+107
|
*
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
2
-2/+2
*
|
Issue #6623: Remove deprecated Netrc class in the ftplib module.
Berker Peksag
2014-11-01
1
-0/+8
*
|
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
2
-2/+2
*
|
merge with 3.4
Georg Brandl
2014-10-29
8
-10/+9
|
\
\
|
|
/
|
*
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl
2014-10-29
8
-10/+9
*
|
Merge with 3.4
Georg Brandl
2014-10-29
11
-39/+39
|
\
\
|
|
/
|
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
11
-39/+39
*
|
Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()
Serhiy Storchaka
2014-10-10
1
-0/+3
*
|
#18615: Make sndhdr return namedtuples.
R David Murray
2014-10-09
1
-0/+7
*
|
whatsnew: Fix markup.
Berker Peksag
2014-10-09
1
-1/+2
*
|
whatsnew: Add PEP 478.
Berker Peksag
2014-10-09
1
-1/+1
*
|
#16518: Bring error messages in harmony with docs ("bytes-like object")
R David Murray
2014-10-05
1
-0/+6
*
|
#22508: Drop email __version__ string. It no longer means anything.
R David Murray
2014-10-03
1
-0/+8
*
|
Issue #22437: Number of capturing groups in regular expression is no longer
Serhiy Storchaka
2014-09-29
1
-0/+6
*
|
#17442: Add chained traceback support to InteractiveInterpreter.
R David Murray
2014-09-29
1
-0/+7
*
|
merge with 3.4
Georg Brandl
2014-09-20
1
-1/+1
|
\
\
|
|
/
|
*
Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.
Georg Brandl
2014-09-20
1
-1/+1
*
|
merge 3.4
Benjamin Peterson
2014-09-19
1
-9/+18
|
\
\
|
|
/
|
*
standardize pep 466 relnote style
Benjamin Peterson
2014-09-19
1
-11/+9
|
*
remove extra letter
Benjamin Peterson
2014-09-19
1
-1/+1
|
*
whatsnew for pep 466 ssl backport
Benjamin Peterson
2014-09-19
1
-0/+11
*
|
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
*
|
Issue #22369: Change "context manager protocol" to "context management protoc...
Serhiy Storchaka
2014-09-10
5
-10/+10
|
\
\
|
|
/
|
*
Issue #22369: Change "context manager protocol" to "context management protoc...
Serhiy Storchaka
2014-09-10
5
-10/+10
[next]