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
1c3fd582
Commit
1c3fd582
authored
May 08, 2011
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add back Misc/NEWS entry that got lost during merge, and fix a couple of other things.
parent
4d1cd0a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Misc/NEWS
Misc/NEWS
+5
-3
No files found.
Misc/NEWS
View file @
1c3fd582
...
@@ -69,7 +69,9 @@ Library
...
@@ -69,7 +69,9 @@ Library
- Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch
- Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch
by Kasun Herath.
by Kasun Herath.
- Issue 11999: fixed sporadic sync failure mailbox.Maildir due to its trying to
- Issue #12002: ftplib's abort() method raises TypeError.
- Issue #11999: fixed sporadic sync failure mailbox.Maildir due to its trying to
detect mtime changes by comparing to the system clock instead of to the
detect mtime changes by comparing to the system clock instead of to the
previous value of the mtime.
previous value of the mtime.
...
@@ -314,8 +316,8 @@ Library
...
@@ -314,8 +316,8 @@ Library
- Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified
- Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified
IP addresses in the proxy exception list.
IP addresses in the proxy exception list.
Extensions
Extension
Module
s
----------
----------
-------
- Issue #12017: Fix segfault in json.loads() while decoding highly-nested
- Issue #12017: Fix segfault in json.loads() while decoding highly-nested
objects using the C accelerations.
objects using the C accelerations.
...
...
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