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
ebbdb7d3
Commit
ebbdb7d3
authored
Jul 06, 2015
by
Serhiy Storchaka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected empty lines in Misc/NEWS.
parent
7dcbf900
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
Misc/NEWS
Misc/NEWS
+8
-3
No files found.
Misc/NEWS
View file @
ebbdb7d3
...
@@ -778,14 +778,12 @@ Windows
...
@@ -778,14 +778,12 @@ Windows
-
Issue
#
22644
:
The
bundled
version
of
OpenSSL
has
been
updated
to
1.0.1
j
.
-
Issue
#
22644
:
The
bundled
version
of
OpenSSL
has
been
updated
to
1.0.1
j
.
What
's New in Python 3.4.2?
What
's New in Python 3.4.2?
===========================
===========================
Release date: 2014-10-06
Release date: 2014-10-06
Core and Builtins
-----------------
Library
Library
-------
-------
...
@@ -1523,6 +1521,7 @@ Extension Modules
...
@@ -1523,6 +1521,7 @@ Extension Modules
-----------------
-----------------
- Issue #21276: posixmodule: Don'
t
define
USE_XATTRS
on
KFreeBSD
and
the
Hurd
.
- Issue #21276: posixmodule: Don'
t
define
USE_XATTRS
on
KFreeBSD
and
the
Hurd
.
-
Issue
#
21226
:
Set
up
modules
properly
in
PyImport_ExecCodeModuleObject
-
Issue
#
21226
:
Set
up
modules
properly
in
PyImport_ExecCodeModuleObject
(
and
friends
).
(
and
friends
).
...
@@ -2259,6 +2258,7 @@ Build
...
@@ -2259,6 +2258,7 @@ Build
-
Issue
#
12837
:
Silence
a
tautological
comparison
warning
on
OS
X
under
Clang
in
-
Issue
#
12837
:
Silence
a
tautological
comparison
warning
on
OS
X
under
Clang
in
socketmodule
.
c
.
socketmodule
.
c
.
What
's New in Python 3.4.0 Beta 2?
What
's New in Python 3.4.0 Beta 2?
==================================
==================================
...
@@ -2634,6 +2634,7 @@ Tools/Demos
...
@@ -2634,6 +2634,7 @@ Tools/Demos
-
Issue
#
19976
:
Argument
Clinic
METH_NOARGS
functions
now
always
-
Issue
#
19976
:
Argument
Clinic
METH_NOARGS
functions
now
always
take
two
parameters
.
take
two
parameters
.
What
's New in Python 3.4.0 Beta 1?
What
's New in Python 3.4.0 Beta 1?
==================================
==================================
...
@@ -3104,6 +3105,7 @@ Tools/Demos
...
@@ -3104,6 +3105,7 @@ Tools/Demos
- Issue #19390: Argument Clinic no longer accepts malformed Python
- Issue #19390: Argument Clinic no longer accepts malformed Python
and C ids.
and C ids.
What'
s
New
in
Python
3.4.0
Alpha
4
?
What'
s
New
in
Python
3.4.0
Alpha
4
?
===================================
===================================
...
@@ -3333,6 +3335,7 @@ Build
...
@@ -3333,6 +3335,7 @@ Build
options
like
-
fwrapv
were
overridden
and
thus
not
used
,
which
could
result
options
like
-
fwrapv
were
overridden
and
thus
not
used
,
which
could
result
in
broken
interpreters
when
building
with
clang
.
in
broken
interpreters
when
building
with
clang
.
What
's New in Python 3.4.0 Alpha 3?
What
's New in Python 3.4.0 Alpha 3?
===================================
===================================
...
@@ -3717,6 +3720,7 @@ Tools/Demos
...
@@ -3717,6 +3720,7 @@ Tools/Demos
-
Issue
#
18922
:
Now
The
Lib
/
smtpd
.
py
and
Tools
/
i18n
/
msgfmt
.
py
scripts
write
-
Issue
#
18922
:
Now
The
Lib
/
smtpd
.
py
and
Tools
/
i18n
/
msgfmt
.
py
scripts
write
their
version
strings
to
stdout
,
and
not
to
sderr
.
their
version
strings
to
stdout
,
and
not
to
sderr
.
What
's New in Python 3.4.0 Alpha 1?
What
's New in Python 3.4.0 Alpha 1?
===================================
===================================
...
@@ -4286,6 +4290,7 @@ Library
...
@@ -4286,6 +4290,7 @@ Library
when
\
r
\
n
appears
at
end
of
65535
bytes
without
other
newlines
.
when
\
r
\
n
appears
at
end
of
65535
bytes
without
other
newlines
.
-
Issue
#
18076
:
Introduce
importlib
.
util
.
decode_source
().
-
Issue
#
18076
:
Introduce
importlib
.
util
.
decode_source
().
-
Issue
#
18357
:
add
tests
for
dictview
set
difference
.
-
Issue
#
18357
:
add
tests
for
dictview
set
difference
.
Patch
by
Fraser
Tweedale
.
Patch
by
Fraser
Tweedale
.
...
...
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