Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1004)

Side by Side Diff: Misc/NEWS

Issue 1132041: Add signal.{signalfd,sigprocmask} Base URL: http://svn.python.org/view/*checkout*/python/trunk/
Patch Set: ported to py3k, addressed all previous review comments Created 13 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Lib/test/test_signal.py ('k') | Modules/signalmodule.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 +++++++++++ 1 +++++++++++
2 Python News 2 Python News
3 +++++++++++ 3 +++++++++++
4 4
5 (editors: check NEWS.help for information about editing NEWS using ReST.) 5 (editors: check NEWS.help for information about editing NEWS using ReST.)
6 6
7 What's New in Python 3.2 Alpha 1? 7 What's New in Python 3.2 Alpha 1?
8 ================================= 8 =================================
9 9
10 *Release date: XX-XXX-XXX* 10 *Release date: XX-XXX-XXX*
(...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 - Issue #7349: Make methods of file objects in the io module accept None as an 1018 - Issue #7349: Make methods of file objects in the io module accept None as an
1019 argument where file-like objects (ie StringIO and BytesIO) accept them to mean 1019 argument where file-like objects (ie StringIO and BytesIO) accept them to mean
1020 the same as passing no argument. 1020 the same as passing no argument.
1021 1021
1022 - Issue #7357: tarfile no longer suppresses fatal extraction errors by 1022 - Issue #7357: tarfile no longer suppresses fatal extraction errors by
1023 default. 1023 default.
1024 1024
1025 - Issue #5949: added check for correct lineends in input from IMAP server 1025 - Issue #5949: added check for correct lineends in input from IMAP server
1026 in imaplib. 1026 in imaplib.
1027 1027
1028 - Issue #8407: The signal module gains the ``signalfd()`` and
1029 ``sigprocmask()`` functions providing access to the signalfd(2) and
1030 sigprocmask(2) system calls respectively on Linux systems which implement
1031 them.
1032
1028 - Add count() and reverse() methods to collections.deque(). 1033 - Add count() and reverse() methods to collections.deque().
1029 1034
1030 - Fix variations of extending deques: d.extend(d) d.extendleft(d) d+=d 1035 - Fix variations of extending deques: d.extend(d) d.extendleft(d) d+=d
1031 1036
1032 - Issue #6986: Fix crash in the JSON C accelerator when called with the 1037 - Issue #6986: Fix crash in the JSON C accelerator when called with the
1033 wrong parameter types. Patch by Victor Stinner. 1038 wrong parameter types. Patch by Victor Stinner.
1034 1039
1035 - Issue #7457: added a read_pkg_file method to 1040 - Issue #7457: added a read_pkg_file method to
1036 distutils.dist.DistributionMetadata. 1041 distutils.dist.DistributionMetadata.
1037 1042
(...skipping 2060 matching lines...) Expand 10 before | Expand all | Expand 10 after
3098 from test support, which does the conversion. 3103 from test support, which does the conversion.
3099 3104
3100 - Issue #5083: New 'gui' resource for regrtest. 3105 - Issue #5083: New 'gui' resource for regrtest.
3101 3106
3102 3107
3103 Docs 3108 Docs
3104 ---- 3109 ----
3105 3110
3106 3111
3107 **(For information about older versions, consult the HISTORY file.)** 3112 **(For information about older versions, consult the HISTORY file.)**
OLDNEW
« no previous file with comments | « Lib/test/test_signal.py ('k') | Modules/signalmodule.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b