Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
395f92d4
Commit
395f92d4
authored
May 26, 2015
by
Serhiy Storchaka
Browse files
Options
Browse Files
Download
Plain Diff
Moved Misc/NEWS entries to correct section and fix formatting.
parents
39bdb9e6
6f68314b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Misc/NEWS
Misc/NEWS
+8
-8
No files found.
Misc/NEWS
View file @
395f92d4
...
@@ -57,12 +57,6 @@ Core and Builtins
...
@@ -57,12 +57,6 @@ Core and Builtins
- Issue #23290: Optimize set_merge() for cases where the target is empty.
- Issue #23290: Optimize set_merge() for cases where the target is empty.
(Contributed by Serhiy Storchaka.)
(Contributed by Serhiy Storchaka.)
- Issue #20274: When calling a _sqlite.Connection, it now complains if passed
any keyword arguments. Previously it silently ignored them.
- Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
METH_VARARGS methods on _sqlite.Connection.
- Issue #2292: PEP 448: Additional Unpacking Generalizations.
- Issue #2292: PEP 448: Additional Unpacking Generalizations.
- Issue #24096: Make warnings.warn_explicit more robust against mutation of the
- Issue #24096: Make warnings.warn_explicit more robust against mutation of the
...
@@ -187,6 +181,12 @@ Library
...
@@ -187,6 +181,12 @@ Library
(utf8/internationalized email) and automatically encodes non-ASCII
(utf8/internationalized email) and automatically encodes non-ASCII
usernames and passwords to UTF8.
usernames and passwords to UTF8.
- Issue #20274: When calling a _sqlite.Connection, it now complains if passed
any keyword arguments. Previously it silently ignored them.
- Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
METH_VARARGS methods on _sqlite.Connection.
- Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
- Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
assertWarnsRegex() checks now emits a deprecation warning when callable is
assertWarnsRegex() checks now emits a deprecation warning when callable is
None or keyword arguments except msg is passed in the context manager mode.
None or keyword arguments except msg is passed in the context manager mode.
...
@@ -3527,7 +3527,7 @@ Library
...
@@ -3527,7 +3527,7 @@ Library
-
Issue
#
19782
:
imaplib
now
supports
SSLContext
.
check_hostname
and
server
name
-
Issue
#
19782
:
imaplib
now
supports
SSLContext
.
check_hostname
and
server
name
indication
for
TLS
/
SSL
connections
.
indication
for
TLS
/
SSL
connections
.
-
Issue
20123
:
Fix
pydoc
.
synopsis
()
for
"binary"
modules
.
-
Issue
#
20123
:
Fix
pydoc
.
synopsis
()
for
"binary"
modules
.
-
Issue
#
19834
:
Support
unpickling
of
exceptions
pickled
by
Python
2.
-
Issue
#
19834
:
Support
unpickling
of
exceptions
pickled
by
Python
2.
...
@@ -6797,7 +6797,7 @@ Documentation
...
@@ -6797,7 +6797,7 @@ Documentation
-
Issue
#
15940
:
Specify
effect
of
locale
on
time
functions
.
-
Issue
#
15940
:
Specify
effect
of
locale
on
time
functions
.
-
Issue
17538
:
Document
XML
vulnerabilties
-
Issue
#
17538
:
Document
XML
vulnerabilties
-
Issue
#
16642
:
sched
.
scheduler
timefunc
initial
default
is
time
.
monotonic
.
-
Issue
#
16642
:
sched
.
scheduler
timefunc
initial
default
is
time
.
monotonic
.
Patch
by
Ramchandra
Apte
Patch
by
Ramchandra
Apte
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment