]> granicus.if.org Git - python/log
python
9 years agoVersion bump for Python 3.5.0 final.
Larry Hastings [Sat, 12 Sep 2015 16:28:39 +0000 (17:28 +0100)]
Version bump for Python 3.5.0 final.

9 years agoRegenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS.
Larry Hastings [Sat, 12 Sep 2015 16:24:02 +0000 (17:24 +0100)]
Regenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS.

9 years agoBackported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!).
Larry Hastings [Sat, 12 Sep 2015 16:12:36 +0000 (17:12 +0100)]
Backported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!).

9 years agoIssue #25071: Windows installer should not require TargetDir parameter when installin...
Steve Dower [Fri, 11 Sep 2015 17:56:59 +0000 (10:56 -0700)]
Issue #25071: Windows installer should not require TargetDir parameter when installing quietly

9 years agoUpdate typing docs based on a patch by Daniel Andrade Groppe.
Guido van Rossum [Wed, 9 Sep 2015 19:01:36 +0000 (12:01 -0700)]
Update typing docs based on a patch by Daniel Andrade Groppe.

9 years agoUpdate typing docs based on a patch by Ivan Levkivskyi (but much rewritten by me).
Guido van Rossum [Wed, 9 Sep 2015 18:44:39 +0000 (11:44 -0700)]
Update typing docs based on a patch by Ivan Levkivskyi (but much rewritten by me).

9 years agoMerge typing docs cleanup diff by Zach Ware from default back into 350 branch.
Guido van Rossum [Wed, 9 Sep 2015 18:21:18 +0000 (11:21 -0700)]
Merge typing docs cleanup diff by Zach Ware from default back into 350 branch.

9 years agoPost-release update for Python 3.5.0rc4.
Larry Hastings [Wed, 9 Sep 2015 13:45:19 +0000 (06:45 -0700)]
Post-release update for Python 3.5.0rc4.

9 years agoAdded tag v3.5.0rc4 for changeset 2d033fedfa7f
Larry Hastings [Wed, 9 Sep 2015 06:58:21 +0000 (23:58 -0700)]
Added tag v3.5.0rc4 for changeset 2d033fedfa7f

9 years agoVersion bump for Python 3.5.0rc4. v3.5.0rc4
Larry Hastings [Wed, 9 Sep 2015 06:58:10 +0000 (23:58 -0700)]
Version bump for Python 3.5.0rc4.

9 years agoMerged in stevedower/cpython350 (pull request #23)
Larry Hastings [Wed, 9 Sep 2015 06:45:23 +0000 (23:45 -0700)]
Merged in stevedower/cpython350 (pull request #23)

Moves distutils test import within skippable class.

9 years agoMoves distutils test import within skippable class.
Steve Dower [Wed, 9 Sep 2015 06:42:51 +0000 (23:42 -0700)]
Moves distutils test import within skippable class.

9 years agoMerge 3.5.0rc3 revisions back into current 3.5.0 head.
Larry Hastings [Wed, 9 Sep 2015 05:45:37 +0000 (22:45 -0700)]
Merge 3.5.0rc3 revisions back into current 3.5.0 head.

9 years agoIssue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windo...
Steve Dower [Wed, 9 Sep 2015 04:39:01 +0000 (21:39 -0700)]
Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation.

9 years agoAdds Mics/NEWS entry for issue #25029.
Steve Dower [Wed, 9 Sep 2015 04:27:47 +0000 (21:27 -0700)]
Adds Mics/NEWS entry for issue #25029.

9 years agoMerge fix for #25029
Steve Dower [Wed, 9 Sep 2015 04:26:59 +0000 (21:26 -0700)]
Merge fix for #25029

9 years agoAdded Misc/NEWS section for Python 3.5.0 final.
Larry Hastings [Wed, 9 Sep 2015 04:19:48 +0000 (21:19 -0700)]
Added Misc/NEWS section for Python 3.5.0 final.

9 years agoIssue #25029: MemoryError in test_strptime
Steve Dower [Wed, 9 Sep 2015 02:12:51 +0000 (19:12 -0700)]
Issue #25029: MemoryError in test_strptime

9 years agoAdded tag v3.5.0rc3 for changeset 66ed52375df8
Larry Hastings [Mon, 7 Sep 2015 12:12:28 +0000 (05:12 -0700)]
Added tag v3.5.0rc3 for changeset 66ed52375df8

9 years agoVersion bump for Python 3.5.0rc3. v3.5.0rc3
Larry Hastings [Mon, 7 Sep 2015 12:12:05 +0000 (05:12 -0700)]
Version bump for Python 3.5.0rc3.

9 years agoUpdated topics (again) for Python 3.5.0rc3 (second try).
Larry Hastings [Mon, 7 Sep 2015 12:10:55 +0000 (05:10 -0700)]
Updated topics (again) for Python 3.5.0rc3 (second try).

9 years agoMerged in stevedower/cpython350 (pull request #20)
Larry Hastings [Mon, 7 Sep 2015 05:10:22 +0000 (22:10 -0700)]
Merged in stevedower/cpython350 (pull request #20)

Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True)

9 years agoIssue #24917: time_strftime() buffer over-read.
Steve Dower [Mon, 7 Sep 2015 02:20:51 +0000 (19:20 -0700)]
Issue #24917: time_strftime() buffer over-read.

9 years agoIssue #24305: Prevent import subsystem stack frames from being counted
Larry Hastings [Sun, 6 Sep 2015 07:39:37 +0000 (00:39 -0700)]
Issue #24305: Prevent import subsystem stack frames from being counted
by the warnings.warn(stacklevel=) parameter.

9 years agoBacking out 09b62202d9b7; the tests fail on Linux, and it needs a re-think.
Larry Hastings [Sun, 6 Sep 2015 07:31:02 +0000 (00:31 -0700)]
Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think.

9 years agoMerged in ncoghlan/cpython350 (pull request #17)
Larry Hastings [Sun, 6 Sep 2015 03:53:04 +0000 (20:53 -0700)]
Merged in ncoghlan/cpython350 (pull request #17)

9 years agoIssue #24917: Moves NEWS entry under Library.
Steve Dower [Sat, 5 Sep 2015 19:23:00 +0000 (12:23 -0700)]
Issue #24917: Moves NEWS entry under Library.

9 years agoIssue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
Steve Dower [Sat, 5 Sep 2015 19:16:06 +0000 (12:16 -0700)]
Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.

9 years agoIssue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell...
Steve Dower [Sat, 5 Sep 2015 18:57:47 +0000 (11:57 -0700)]
Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True)

9 years agoClose #24748: Restore imp.load_dynamic compatibility
Nick Coghlan [Sat, 5 Sep 2015 11:05:05 +0000 (21:05 +1000)]
Close #24748: Restore imp.load_dynamic compatibility

To resolve a compatibility problem found with py2exe and
pywin32, imp.load_dynamic() once again ignores previously loaded modules
to support Python modules replacing themselves with extension modules.

Patch by Petr Viktorin.

9 years agoIssue #24912: Prevent __class__ assignment to immutable built-in objects.
Guido van Rossum [Sat, 5 Sep 2015 03:54:07 +0000 (20:54 -0700)]
Issue #24912: Prevent __class__ assignment to immutable built-in objects.

9 years agoFix issue #24635.
Guido van Rossum [Fri, 4 Sep 2015 19:15:54 +0000 (12:15 -0700)]
Fix issue #24635.

9 years agoMerged in storchaka/cpython350 (pull request #13)
Larry Hastings [Fri, 4 Sep 2015 05:12:08 +0000 (22:12 -0700)]
Merged in storchaka/cpython350 (pull request #13)

Issue #24989

9 years agoIssue #24989: Fixed buffer overread in BytesIO.readline() if a position is
Serhiy Storchaka [Fri, 4 Sep 2015 04:48:19 +0000 (07:48 +0300)]
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
set beyond size.  Based on patch by John Leitch.

9 years agoIssue #21192: Change 'RUN' back to 'RESTART' when running editor file.
Terry Jan Reedy [Fri, 4 Sep 2015 01:26:12 +0000 (21:26 -0400)]
Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.

9 years agoIssue #24913: Fix overrun error in deque.index().
Brett Cannon [Thu, 3 Sep 2015 17:15:03 +0000 (10:15 -0700)]
Issue #24913: Fix overrun error in deque.index().

Reported by John Leitch and Bryce Darling, patch by Raymond Hettinger.

9 years agoIssue #24975: Fix AST compilation for PEP 448 syntax.
Yury Selivanov [Tue, 1 Sep 2015 20:10:49 +0000 (16:10 -0400)]
Issue #24975: Fix AST compilation for PEP 448 syntax.

9 years agoUpdate setuptools to 18.2 and pip to 7.1.2
Donald Stufft [Sat, 29 Aug 2015 17:57:46 +0000 (13:57 -0400)]
Update setuptools to 18.2 and pip to 7.1.2

9 years agoAdded missing #-marks to Misc/NEWS lines.
Larry Hastings [Tue, 25 Aug 2015 21:08:21 +0000 (14:08 -0700)]
Added missing #-marks to Misc/NEWS lines.

9 years agoAdded missing IDLE updates to Misc/NEWS that shipped with Python 3.5.0rc1.
Larry Hastings [Tue, 25 Aug 2015 20:51:14 +0000 (13:51 -0700)]
Added missing IDLE updates to Misc/NEWS that shipped with Python 3.5.0rc1.

9 years agoMove misplaced Misc/NEWS item from 3.5.0rc1 to 3.5.0rc2.
Larry Hastings [Tue, 25 Aug 2015 20:41:35 +0000 (13:41 -0700)]
Move misplaced Misc/NEWS item from 3.5.0rc1 to 3.5.0rc2.

9 years agoAdd missing Misc/NEWS item for merged pull request for issue #24867.
Larry Hastings [Tue, 25 Aug 2015 20:37:23 +0000 (13:37 -0700)]
Add missing Misc/NEWS item for merged pull request for issue #24867.

9 years agoPost-release updates for Python 3.5.0rc2.
Larry Hastings [Tue, 25 Aug 2015 20:30:58 +0000 (13:30 -0700)]
Post-release updates for Python 3.5.0rc2.

9 years agoAdded tag v3.5.0rc2 for changeset cc15d736d860
Larry Hastings [Tue, 25 Aug 2015 03:32:19 +0000 (20:32 -0700)]
Added tag v3.5.0rc2 for changeset cc15d736d860

9 years agoVersion bump for Python 3.5.0rc2. v3.5.0rc2
Larry Hastings [Tue, 25 Aug 2015 03:31:53 +0000 (20:31 -0700)]
Version bump for Python 3.5.0rc2.

9 years agoRegenerated pydoc topics for Python 3.5.0rc2.
Larry Hastings [Tue, 25 Aug 2015 03:30:34 +0000 (20:30 -0700)]
Regenerated pydoc topics for Python 3.5.0rc2.

9 years agoRebuilt Clinic generated code.
Larry Hastings [Tue, 25 Aug 2015 03:23:27 +0000 (20:23 -0700)]
Rebuilt Clinic generated code.

9 years agoIssue #24769: Interpreter now starts properly when dynamic loading
Larry Hastings [Tue, 25 Aug 2015 02:53:56 +0000 (19:53 -0700)]
Issue #24769: Interpreter now starts properly when dynamic loading
is disabled.  Patch by Petr Viktorin.

9 years agoMerged in 1st1/cpython350 (pull request #5)
Larry Hastings [Mon, 24 Aug 2015 23:53:45 +0000 (16:53 -0700)]
Merged in 1st1/cpython350 (pull request #5)

Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines

9 years agoMerged in stevedower/cpython350 (pull request #6)
Larry Hastings [Mon, 24 Aug 2015 23:47:56 +0000 (16:47 -0700)]
Merged in stevedower/cpython350 (pull request #6)

Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.

9 years agoMerged in bitdancer/cpython350 (pull request #4)
Larry Hastings [Mon, 24 Aug 2015 23:44:44 +0000 (16:44 -0700)]
Merged in bitdancer/cpython350 (pull request #4)

#21167: Fix definition of NAN when ICC used without -fp-model strict.

9 years agoFix for one-letter type in What's New In Python 3.5.
Larry Hastings [Mon, 24 Aug 2015 19:49:22 +0000 (12:49 -0700)]
Fix for one-letter type in What's New In Python 3.5.

9 years agoFixes file that did not graft correctly.
Steve Dower [Wed, 19 Aug 2015 15:44:05 +0000 (08:44 -0700)]
Fixes file that did not graft correctly.

9 years agoIssue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
Steve Dower [Wed, 19 Aug 2015 15:39:12 +0000 (08:39 -0700)]
Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.

9 years agoIssue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines
Yury Selivanov [Mon, 17 Aug 2015 18:46:51 +0000 (14:46 -0400)]
Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines

9 years ago#21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray [Sat, 15 Aug 2015 22:33:45 +0000 (18:33 -0400)]
#21167: Fix definition of NAN when ICC used without -fp-model strict.

Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.

9 years agoMerged in brettcannon/cpython350/3.5 (pull request #2)
larry [Wed, 12 Aug 2015 01:59:15 +0000 (18:59 -0700)]
Merged in brettcannon/cpython350/3.5 (pull request #2)

Issue #24492: make sure that ``from ... import ...` raises an ImportError if __name__ is not defined on a package.

9 years agoIssue #24492: make sure that ``from ... import ...` raises an
Brett Cannon [Wed, 12 Aug 2015 01:01:31 +0000 (18:01 -0700)]
Issue #24492: make sure that ``from ... import ...` raises an
ImportError if __name__ is not defined on a package.

Thanks to Armin Rigo for the bug report and diagnosing the cause.

9 years agoIssue #24839: platform._syscmd_ver raises DeprecationWarning
Steve Dower [Tue, 11 Aug 2015 03:57:37 +0000 (20:57 -0700)]
Issue #24839: platform._syscmd_ver raises DeprecationWarning

9 years agoPost-release bump for Python 3.5.0rc1.
Larry Hastings [Tue, 11 Aug 2015 01:03:52 +0000 (18:03 -0700)]
Post-release bump for Python 3.5.0rc1.

9 years agoAdded tag v3.5.0rc1 for changeset 1a58b1227501
Larry Hastings [Mon, 10 Aug 2015 04:37:24 +0000 (21:37 -0700)]
Added tag v3.5.0rc1 for changeset 1a58b1227501

9 years agoMerged fixes for two bad bugs. This will be the new Python 3.5.0rc1. v3.5.0rc1
Larry Hastings [Mon, 10 Aug 2015 04:37:20 +0000 (21:37 -0700)]
Merged fixes for two bad bugs.  This will be the new Python 3.5.0rc1.

9 years agoIssue #24745: Prevent IDLE initialization crash with Tk 8.4:
Ned Deily [Mon, 10 Aug 2015 03:21:29 +0000 (23:21 -0400)]
Issue #24745: Prevent IDLE initialization crash with Tk 8.4:
"TkFixedFont" does not exist in 8.4.

9 years agoMerge 3.4 (issues #24835, #24763)
Yury Selivanov [Sun, 9 Aug 2015 22:21:58 +0000 (18:21 -0400)]
Merge 3.4 (issues #24835, #24763)

9 years agoIssue #24763: Fix asyncio test on Windows (fix reverted change)
Yury Selivanov [Sun, 9 Aug 2015 22:21:25 +0000 (18:21 -0400)]
Issue #24763: Fix asyncio test on Windows (fix reverted change)

See also issue #24835

9 years agoAdded tag v3.5.0rc1 for changeset 01a684180b19
Larry Hastings [Sun, 9 Aug 2015 10:41:22 +0000 (03:41 -0700)]
Added tag v3.5.0rc1 for changeset 01a684180b19

9 years agoRelease bump for Python 3.5.0rc1.
Larry Hastings [Sun, 9 Aug 2015 10:41:04 +0000 (03:41 -0700)]
Release bump for Python 3.5.0rc1.

9 years agoRegenerated pydoc topics for Python 3.5.0rc1.
Larry Hastings [Sun, 9 Aug 2015 10:34:21 +0000 (03:34 -0700)]
Regenerated pydoc topics for Python 3.5.0rc1.

9 years agoFixed doubled spaces in Misc/NEWS.
Serhiy Storchaka [Sun, 9 Aug 2015 10:11:36 +0000 (13:11 +0300)]
Fixed doubled spaces in Misc/NEWS.

9 years agoFixed doubled spaces in Misc/NEWS.
Serhiy Storchaka [Sun, 9 Aug 2015 10:07:18 +0000 (13:07 +0300)]
Fixed doubled spaces in Misc/NEWS.

9 years agoIssue #24824: Signatures of codecs.encode() and codecs.decode() now are
Serhiy Storchaka [Sun, 9 Aug 2015 09:23:08 +0000 (12:23 +0300)]
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
compatible with pydoc.

9 years agoMerge 3.4
Zachary Ware [Sun, 9 Aug 2015 03:03:43 +0000 (22:03 -0500)]
Merge 3.4

9 years agoregrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore
Zachary Ware [Sun, 9 Aug 2015 03:03:27 +0000 (22:03 -0500)]
regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore

9 years agoIssue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
Steve Dower [Sat, 8 Aug 2015 02:48:03 +0000 (19:48 -0700)]
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py

9 years agoIssue #4395: Better testing and documentation of binary operators.
Robert Collins [Thu, 6 Aug 2015 22:22:54 +0000 (10:22 +1200)]
Issue #4395: Better testing and documentation of binary operators.

Patch by Martin Panter.

9 years agoIssue #23812: Fix getter-cancellation with many pending getters code path
Yury Selivanov [Thu, 6 Aug 2015 18:03:38 +0000 (14:03 -0400)]
Issue #23812: Fix getter-cancellation with many pending getters code path

9 years agoIssue #23004: mock_open() now reads binary data correctly when the type of read_data...
Berker Peksag [Thu, 6 Aug 2015 10:15:51 +0000 (13:15 +0300)]
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.

Initial patch by Aaron Hill.

9 years agoIssue #24531: Document that encoding lines cannot follow non-comment lines.
Robert Collins [Thu, 6 Aug 2015 09:08:44 +0000 (21:08 +1200)]
Issue #24531: Document that encoding lines cannot follow non-comment lines.

Patch from Terry Reedy

9 years agoIssue #21279: Flesh out str.translate docs
Zachary Ware [Thu, 6 Aug 2015 04:54:15 +0000 (23:54 -0500)]
Issue #21279: Flesh out str.translate docs

Initial patch by Kinga Farkas, Martin Panter, and John Posner.

9 years agoIssue #23672: Allow Idle to edit and run files with astral chars in name.
Terry Jan Reedy [Thu, 6 Aug 2015 04:54:07 +0000 (00:54 -0400)]
Issue #23672: Allow Idle to edit and run files with astral chars in name.
Patch by Mohd Sanad Zaki Rizvi.

9 years agoasyncio: Make sure BaseException is re-raised in SSLProtocol
Yury Selivanov [Wed, 5 Aug 2015 18:06:23 +0000 (14:06 -0400)]
asyncio: Make sure BaseException is re-raised in SSLProtocol

9 years agoIssue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Yury Selivanov [Wed, 5 Aug 2015 17:52:33 +0000 (13:52 -0400)]
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.

Patch by Gustavo J. A. M. Carneiro.

9 years agoIssue #24129: Clarify reference docs for name resolution.
Nick Coghlan [Wed, 5 Aug 2015 13:07:24 +0000 (23:07 +1000)]
Issue #24129: Clarify reference docs for name resolution.

This includes removing the assumption that readers will be familiar with the
name resolution scheme Python used prior to the introduction of lexical
scoping for function namespaces.

Patch by Ivan Levkivskyi.

9 years agoIssue #24791: Add tests for things that regressed with PEP 448
Zachary Ware [Wed, 5 Aug 2015 03:49:55 +0000 (22:49 -0500)]
Issue #24791: Add tests for things that regressed with PEP 448

9 years agoIssue #24751: When running regrtest with '-w', don't fail if re-run succeeds.
Zachary Ware [Wed, 5 Aug 2015 02:54:54 +0000 (21:54 -0500)]
Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.

9 years agoIssue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins [Tue, 4 Aug 2015 20:20:53 +0000 (08:20 +1200)]
Issue #20769: Improve reload() docs. Patch by Dorian Pula.

9 years agoasyncio: Sync with upstream (compat module)
Yury Selivanov [Tue, 4 Aug 2015 19:56:33 +0000 (15:56 -0400)]
asyncio: Sync with upstream (compat module)

9 years agoasyncio: Sync with mainstream
Yury Selivanov [Tue, 4 Aug 2015 19:37:24 +0000 (15:37 -0400)]
asyncio: Sync with mainstream

9 years agoIssue #24021: docstring for urllib.urlcleanup.
Robert Collins [Tue, 4 Aug 2015 00:52:06 +0000 (12:52 +1200)]
Issue #24021: docstring for urllib.urlcleanup.

Patch from Daniel Andrade Groppe and Peter Lovett

9 years agoMerge
Terry Jan Reedy [Mon, 3 Aug 2015 22:41:16 +0000 (18:41 -0400)]
Merge

9 years agoIssue #24759: Revert 13a8782a775e.
Terry Jan Reedy [Mon, 3 Aug 2015 22:34:22 +0000 (18:34 -0400)]
Issue #24759: Revert 13a8782a775e.

9 years agoIssue #23888: Handle fractional time in cookie expiry. Patch by ssh.
Robert Collins [Mon, 3 Aug 2015 22:06:29 +0000 (10:06 +1200)]
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.

9 years agoIssue #22397: Skip failing tests on AIX
Robert Collins [Sun, 2 Aug 2015 22:36:04 +0000 (10:36 +1200)]
Issue #22397: Skip failing tests on AIX

Patch from David Edelsohn.

9 years agoRevert da29a94367b2
Yury Selivanov [Sun, 2 Aug 2015 20:49:31 +0000 (16:49 -0400)]
Revert da29a94367b2

9 years agoinclude fcntl.h on all *nix platforms (closes #24217)
Benjamin Peterson [Sun, 2 Aug 2015 19:15:30 +0000 (12:15 -0700)]
include fcntl.h on all *nix platforms (closes #24217)

Patch by Jeffrey Armstrong.

9 years agoasyncio: Fix code style
Yury Selivanov [Sun, 2 Aug 2015 14:24:34 +0000 (10:24 -0400)]
asyncio: Fix code style

9 years agoIssue #20557: Use specific asserts in io tests.
Serhiy Storchaka [Sun, 2 Aug 2015 12:17:49 +0000 (15:17 +0300)]
Issue #20557: Use specific asserts in io tests.

9 years agoIssue #23182: PEP8-ify the annotation grammar tests. Patch by Ian Lee.
Zachary Ware [Sun, 2 Aug 2015 02:55:36 +0000 (21:55 -0500)]
Issue #23182: PEP8-ify the annotation grammar tests.  Patch by Ian Lee.

9 years agoIssue #23652: Make the select module compile against LSB headers.
Zachary Ware [Sun, 2 Aug 2015 02:34:05 +0000 (21:34 -0500)]
Issue #23652: Make the select module compile against LSB headers.
Patch by Matt Frank.

9 years agoIssue 24745: Add ACKS entry.
Terry Jan Reedy [Sat, 1 Aug 2015 23:12:37 +0000 (19:12 -0400)]
Issue 24745: Add ACKS entry.