Steve Dower
0130e2991d
Adds Mics/NEWS entry for issue #25029 .
2015-09-08 21:27:47 -07:00
Steve Dower
f711a90ea8
Merge fix for #25029
2015-09-08 21:26:59 -07:00
Larry Hastings
f772e91412
Added Misc/NEWS section for Python 3.5.0 final.
2015-09-08 21:19:48 -07:00
Steve Dower
97cded934f
Issue #25029 : MemoryError in test_strptime
2015-09-08 19:12:51 -07:00
Larry Hastings
c1635e497d
Merged in stevedower/cpython350 (pull request #20 )
...
Issue #25005 : Backout fix for #8232 because of use of unsafe subprocess.call(shell=True)
2015-09-06 22:10:22 -07:00
Steve Dower
e5b5895b5b
Issue #24917 : time_strftime() buffer over-read.
2015-09-06 19:20:51 -07:00
Larry Hastings
714e49371b
Issue #24305 : Prevent import subsystem stack frames from being counted
...
by the warnings.warn(stacklevel=) parameter.
2015-09-06 00:39:37 -07:00
Larry Hastings
62b24624dd
Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think.
2015-09-06 00:31:02 -07:00
Larry Hastings
055a9e0bc8
Merged in ncoghlan/cpython350 (pull request #17 )
2015-09-05 20:53:04 -07:00
Steve Dower
699534210c
Issue #24917 : Moves NEWS entry under Library.
2015-09-05 12:23:00 -07:00
Steve Dower
373602fa3f
Issue #24917 : time_strftime() Buffer Over-read. Patch by John Leitch.
2015-09-05 12:16:06 -07:00
Steve Dower
2ebd8f5194
Issue #25005 : Backout fix for #8232 because of use of unsafe subprocess.call(shell=True)
2015-09-05 11:57:47 -07:00
Nick Coghlan
9d3c61c86a
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.
2015-09-05 21:05:05 +10:00
Guido van Rossum
7d293ee97d
Issue #24912 : Prevent __class__ assignment to immutable built-in objects.
2015-09-04 20:54:07 -07:00
Guido van Rossum
1b66910537
Fix issue #24635 .
2015-09-04 12:15:54 -07:00
Larry Hastings
9f9a00afc0
Merged in storchaka/cpython350 (pull request #13 )
...
Issue #24989
2015-09-03 22:12:08 -07:00
Serhiy Storchaka
4e63f7a2b4
Issue #24989 : Fixed buffer overread in BytesIO.readline() if a position is
...
set beyond size. Based on patch by John Leitch.
2015-09-04 07:48:19 +03:00
Terry Jan Reedy
a43de00b74
Issue #21192 : Change 'RUN' back to 'RESTART' when running editor file.
2015-09-03 21:26:12 -04:00
Brett Cannon
df6b544ff6
Issue #24913 : Fix overrun error in deque.index().
...
Reported by John Leitch and Bryce Darling, patch by Raymond Hettinger.
2015-09-03 10:15:03 -07:00
Yury Selivanov
b3d531348c
Issue #24975 : Fix AST compilation for PEP 448 syntax.
2015-09-01 16:10:49 -04:00
Donald Stufft
c332e0946a
Update setuptools to 18.2 and pip to 7.1.2
2015-08-29 13:57:46 -04:00
Larry Hastings
9126d5499e
Added missing #-marks to Misc/NEWS lines.
2015-08-25 14:08:21 -07:00
Larry Hastings
abcf3a128e
Added missing IDLE updates to Misc/NEWS that shipped with Python 3.5.0rc1.
2015-08-25 13:51:14 -07:00
Larry Hastings
b96646684e
Move misplaced Misc/NEWS item from 3.5.0rc1 to 3.5.0rc2.
2015-08-25 13:41:35 -07:00
Larry Hastings
cd9b2123f6
Add missing Misc/NEWS item for merged pull request for issue #24867 .
2015-08-25 13:37:23 -07:00
Larry Hastings
a51812ae98
Post-release updates for Python 3.5.0rc2.
2015-08-25 13:30:58 -07:00
Larry Hastings
5c21e6bbc8
Added tag v3.5.0rc2 for changeset cc15d736d860
2015-08-24 20:32:19 -07:00
Larry Hastings
e6c6f69ac9
Version bump for Python 3.5.0rc2.
2015-08-24 20:31:53 -07:00
Larry Hastings
db1ccc69f4
Regenerated pydoc topics for Python 3.5.0rc2.
2015-08-24 20:30:34 -07:00
Larry Hastings
01b1ff6970
Rebuilt Clinic generated code.
2015-08-24 20:23:27 -07:00
Larry Hastings
1df0b35e3d
Issue #24769 : Interpreter now starts properly when dynamic loading
...
is disabled. Patch by Petr Viktorin.
2015-08-24 19:53:56 -07:00
Larry Hastings
7250d02b73
Merged in 1st1/cpython350 (pull request #5 )
...
Issue #24867 : Fix asyncio.Task.get_stack() for 'async def' coroutines
2015-08-24 16:53:45 -07:00
Larry Hastings
90f5bca3b6
Merged in stevedower/cpython350 (pull request #6 )
...
Issue #24847 : Removes vcruntime140.dll dependency from Tcl/Tk.
2015-08-24 16:47:56 -07:00
Larry Hastings
8bf6b06c9d
Merged in bitdancer/cpython350 (pull request #4 )
...
#21167 : Fix definition of NAN when ICC used without -fp-model strict.
2015-08-24 16:44:44 -07:00
Larry Hastings
d5b129c9a1
Fix for one-letter type in What's New In Python 3.5.
2015-08-24 12:49:22 -07:00
Steve Dower
b98046b206
Fixes file that did not graft correctly.
2015-08-19 08:44:05 -07:00
Steve Dower
ab2a34abb7
Issue #24847 : Removes vcruntime140.dll dependency from Tcl/Tk.
2015-08-19 08:39:12 -07:00
Yury Selivanov
7ca6c55a4e
Issue #24867 : Fix asyncio.Task.get_stack() for 'async def' coroutines
2015-08-17 14:46:51 -04:00
R David Murray
803502c56b
#21167 : Fix definition of NAN when ICC used without -fp-model strict.
...
Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.
2015-08-15 18:33:45 -04:00
larry
6707906ea5
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.
2015-08-11 18:59:15 -07:00
Brett Cannon
3008bc0f4a
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.
2015-08-11 18:01:31 -07:00
Steve Dower
cae101f5ec
Issue #24839 : platform._syscmd_ver raises DeprecationWarning
2015-08-10 20:57:37 -07:00
Larry Hastings
2ab6ddb19d
Post-release bump for Python 3.5.0rc1.
2015-08-10 18:03:52 -07:00
Larry Hastings
bb8a52a8d3
Added tag v3.5.0rc1 for changeset 1a58b1227501
2015-08-09 21:37:24 -07:00
Larry Hastings
73b4a7a794
Merged fixes for two bad bugs. This will be the new Python 3.5.0rc1.
2015-08-09 21:37:20 -07:00
Ned Deily
4a3d96cafb
Issue #24745 : Prevent IDLE initialization crash with Tk 8.4:
...
"TkFixedFont" does not exist in 8.4.
2015-08-09 23:21:29 -04:00
Yury Selivanov
131426ebe3
Merge 3.4 (issues #24835 , #24763 )
2015-08-09 18:21:58 -04:00
Yury Selivanov
9632ea2f26
Issue #24763 : Fix asyncio test on Windows (fix reverted change)
...
See also issue #24835
2015-08-09 18:21:25 -04:00
Larry Hastings
cdab6f339b
Added tag v3.5.0rc1 for changeset 01a684180b19
2015-08-09 03:41:22 -07:00
Larry Hastings
71ea65feed
Release bump for Python 3.5.0rc1.
2015-08-09 03:41:04 -07:00