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
09bb69fd
Commit
09bb69fd
authored
May 02, 2015
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove merge markers
parent
5951b37f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
27 deletions
+0
-27
Misc/NEWS
Misc/NEWS
+0
-27
No files found.
Misc/NEWS
View file @
09bb69fd
...
@@ -101,7 +101,6 @@ Core and Builtins
...
@@ -101,7 +101,6 @@ Core and Builtins
Library
Library
-------
-------
<<<<<<< local
- Issue #16914: new debuglevel 2 in smtplib adds timestamps to debug output.
- Issue #16914: new debuglevel 2 in smtplib adds timestamps to debug output.
- Issue #7159: urllib.request now supports sending auth credentials
- Issue #7159: urllib.request now supports sending auth credentials
...
@@ -126,32 +125,6 @@ Library
...
@@ -126,32 +125,6 @@ Library
- Issue #21217: inspect.getsourcelines() now tries to compute the start and end
- Issue #21217: inspect.getsourcelines() now tries to compute the start and end
lines from the code object, fixing an issue when a lambda function is used as
lines from the code object, fixing an issue when a lambda function is used as
decorator argument. Patch by Thomas Ballinger and Allison Kaptur.
decorator argument. Patch by Thomas Ballinger and Allison Kaptur.
=======
- Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine
functions without __name__.
- Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes.
Patch written by William Orr.
- Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq'
s
siftup
and
siftdown
functions
.
-
Backport
collections
.
deque
fixes
from
Python
3.5
.
Prevents
reentrant
badness
during
deletion
by
deferring
the
decref
until
the
container
has
been
restored
to
a
consistent
state
.
-
Issue
#
23008
:
Fixed
resolving
attributes
with
boolean
value
is
False
in
pydoc
.
-
Fix
asyncio
issue
235
:
LifoQueue
and
PriorityQueue
's put didn'
t
increment
unfinished
tasks
(
this
bug
was
introduced
in
3.4.3
when
JoinableQueue
was
merged
with
Queue
).
-
Issue
#
23908
:
os
functions
now
reject
paths
with
embedded
null
character
on
Windows
instead
of
silently
truncate
them
.
-
Issue
#
23728
:
binascii
.
crc_hqx
()
could
return
an
integer
outside
of
the
range
0
-
0xffff
for
empty
data
.
>>>>>>>
other
- Issue #23811: Add missing newline to the PyCompileError error message.
- Issue #23811: Add missing newline to the PyCompileError error message.
Patch by Alex Shkop.
Patch by Alex Shkop.
...
...
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