https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
2e789a1 Final touch-ups for the What's New In Python 3.5 document. 12 September 2015, 16:36:44 UTC
f92f6c8 Version bump for Python 3.5.0 final. 12 September 2015, 16:28:39 UTC
fcdd34d Regenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS. 12 September 2015, 16:24:02 UTC
17e9f3b Backported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!). 12 September 2015, 16:12:36 UTC
76b7133 Issue #25071: Windows installer should not require TargetDir parameter when installing quietly 11 September 2015, 17:56:59 UTC
0db1c42 Update typing docs based on a patch by Daniel Andrade Groppe. 09 September 2015, 19:01:36 UTC
2e7da04 Update typing docs based on a patch by Ivan Levkivskyi (but much rewritten by me). 09 September 2015, 18:44:39 UTC
ac062f7 Merge typing docs cleanup diff by Zach Ware from default back into 350 branch. 09 September 2015, 18:21:18 UTC
03728fa Post-release update for Python 3.5.0rc4. 09 September 2015, 13:45:19 UTC
fff3e16 Added tag v3.5.0rc4 for changeset 2d033fedfa7f 09 September 2015, 06:58:21 UTC
1043f95 Version bump for Python 3.5.0rc4. 09 September 2015, 06:58:10 UTC
a1419d1 Merged in stevedower/cpython350 (pull request #23) Moves distutils test import within skippable class. 09 September 2015, 06:45:23 UTC
bf74f37 Moves distutils test import within skippable class. 09 September 2015, 06:42:51 UTC
c31b6d1 Merge 3.5.0rc3 revisions back into current 3.5.0 head. 09 September 2015, 05:45:37 UTC
fcbe1df Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation. 09 September 2015, 04:39:01 UTC
0130e29 Adds Mics/NEWS entry for issue #25029. 09 September 2015, 04:27:47 UTC
f711a90 Merge fix for #25029 09 September 2015, 04:26:59 UTC
f772e91 Added Misc/NEWS section for Python 3.5.0 final. 09 September 2015, 04:19:48 UTC
97cded9 Issue #25029: MemoryError in test_strptime 09 September 2015, 02:12:51 UTC
71f9633 Added tag v3.5.0rc3 for changeset 66ed52375df8 07 September 2015, 12:12:28 UTC
442c560 Version bump for Python 3.5.0rc3. 07 September 2015, 12:12:05 UTC
7d83949 Updated topics (again) for Python 3.5.0rc3 (second try). 07 September 2015, 12:10:55 UTC
c1635e4 Merged in stevedower/cpython350 (pull request #20) Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True) 07 September 2015, 05:10:22 UTC
e5b5895 Issue #24917: time_strftime() buffer over-read. 07 September 2015, 02:20:51 UTC
714e493 Issue #24305: Prevent import subsystem stack frames from being counted by the warnings.warn(stacklevel=) parameter. 06 September 2015, 07:39:37 UTC
62b2462 Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think. 06 September 2015, 07:31:02 UTC
055a9e0 Merged in ncoghlan/cpython350 (pull request #17) 06 September 2015, 03:53:04 UTC
6995342 Issue #24917: Moves NEWS entry under Library. 05 September 2015, 19:23:00 UTC
373602f Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. 05 September 2015, 19:16:06 UTC
2ebd8f5 Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True) 05 September 2015, 18:57:47 UTC
9d3c61c 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. 05 September 2015, 11:05:05 UTC
7d293ee Issue #24912: Prevent __class__ assignment to immutable built-in objects. 05 September 2015, 03:54:07 UTC
1b66910 Fix issue #24635. 04 September 2015, 19:15:54 UTC
9f9a00a Merged in storchaka/cpython350 (pull request #13) Issue #24989 04 September 2015, 05:12:08 UTC
4e63f7a Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is set beyond size. Based on patch by John Leitch. 04 September 2015, 04:48:19 UTC
a43de00 Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. 04 September 2015, 01:26:12 UTC
df6b544 Issue #24913: Fix overrun error in deque.index(). Reported by John Leitch and Bryce Darling, patch by Raymond Hettinger. 03 September 2015, 17:15:03 UTC
b3d5313 Issue #24975: Fix AST compilation for PEP 448 syntax. 01 September 2015, 20:10:49 UTC
c332e09 Update setuptools to 18.2 and pip to 7.1.2 29 August 2015, 17:57:46 UTC
9126d54 Added missing #-marks to Misc/NEWS lines. 25 August 2015, 21:08:21 UTC
abcf3a1 Added missing IDLE updates to Misc/NEWS that shipped with Python 3.5.0rc1. 25 August 2015, 20:51:14 UTC
b966466 Move misplaced Misc/NEWS item from 3.5.0rc1 to 3.5.0rc2. 25 August 2015, 20:41:35 UTC
cd9b212 Add missing Misc/NEWS item for merged pull request for issue #24867. 25 August 2015, 20:37:23 UTC
a51812a Post-release updates for Python 3.5.0rc2. 25 August 2015, 20:30:58 UTC
5c21e6b Added tag v3.5.0rc2 for changeset cc15d736d860 25 August 2015, 03:32:19 UTC
e6c6f69 Version bump for Python 3.5.0rc2. 25 August 2015, 03:31:53 UTC
db1ccc6 Regenerated pydoc topics for Python 3.5.0rc2. 25 August 2015, 03:30:34 UTC
01b1ff6 Rebuilt Clinic generated code. 25 August 2015, 03:23:27 UTC
1df0b35 Issue #24769: Interpreter now starts properly when dynamic loading is disabled. Patch by Petr Viktorin. 25 August 2015, 02:53:56 UTC
7250d02 Merged in 1st1/cpython350 (pull request #5) Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines 24 August 2015, 23:53:45 UTC
90f5bca Merged in stevedower/cpython350 (pull request #6) Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. 24 August 2015, 23:47:56 UTC
8bf6b06 Merged in bitdancer/cpython350 (pull request #4) #21167: Fix definition of NAN when ICC used without -fp-model strict. 24 August 2015, 23:44:44 UTC
d5b129c Fix for one-letter type in What's New In Python 3.5. 24 August 2015, 19:49:22 UTC
b98046b Fixes file that did not graft correctly. 19 August 2015, 15:44:05 UTC
ab2a34a Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. 19 August 2015, 15:39:12 UTC
7ca6c55 Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines 17 August 2015, 18:46:51 UTC
803502c #21167: Fix definition of NAN when ICC used without -fp-model strict. Patch from Chris Hogan of Intel, reviewed by Mark Dickinson. 15 August 2015, 22:33:45 UTC
6707906 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. 12 August 2015, 01:59:15 UTC
3008bc0 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. 12 August 2015, 01:01:31 UTC
cae101f Issue #24839: platform._syscmd_ver raises DeprecationWarning 11 August 2015, 03:57:37 UTC
2ab6ddb Post-release bump for Python 3.5.0rc1. 11 August 2015, 01:03:52 UTC
bb8a52a Added tag v3.5.0rc1 for changeset 1a58b1227501 10 August 2015, 04:37:24 UTC
73b4a7a Merged fixes for two bad bugs. This will be the new Python 3.5.0rc1. 10 August 2015, 04:37:20 UTC
4a3d96c Issue #24745: Prevent IDLE initialization crash with Tk 8.4: "TkFixedFont" does not exist in 8.4. 10 August 2015, 03:21:29 UTC
131426e Merge 3.4 (issues #24835, #24763) 09 August 2015, 22:21:58 UTC
9632ea2 Issue #24763: Fix asyncio test on Windows (fix reverted change) See also issue #24835 09 August 2015, 22:21:25 UTC
cdab6f3 Added tag v3.5.0rc1 for changeset 01a684180b19 09 August 2015, 10:41:22 UTC
71ea65f Release bump for Python 3.5.0rc1. 09 August 2015, 10:41:04 UTC
f7ae14f Regenerated pydoc topics for Python 3.5.0rc1. 09 August 2015, 10:34:21 UTC
89e5122 Fixed doubled spaces in Misc/NEWS. 09 August 2015, 10:11:36 UTC
054d3cd Fixed doubled spaces in Misc/NEWS. 09 August 2015, 10:07:18 UTC
c97a962 Issue #24824: Signatures of codecs.encode() and codecs.decode() now are compatible with pydoc. 09 August 2015, 09:23:08 UTC
83ee5a3 Merge 3.4 09 August 2015, 03:03:43 UTC
9a47ed8 regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore 09 August 2015, 03:03:27 UTC
3a7ffa7 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py 08 August 2015, 02:48:03 UTC
d84b29f Issue #4395: Better testing and documentation of binary operators. Patch by Martin Panter. 06 August 2015, 22:22:54 UTC
159fbdd Issue #23812: Fix getter-cancellation with many pending getters code path 06 August 2015, 18:03:38 UTC
86b34da Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. Initial patch by Aaron Hill. 06 August 2015, 10:15:51 UTC
0b2833e Issue #24531: Document that encoding lines cannot follow non-comment lines. Patch from Terry Reedy 06 August 2015, 09:08:44 UTC
79b98df Issue #21279: Flesh out str.translate docs Initial patch by Kinga Farkas, Martin Panter, and John Posner. 06 August 2015, 04:54:15 UTC
5c28e9f Issue #23672: Allow Idle to edit and run files with astral chars in name. Patch by Mohd Sanad Zaki Rizvi. 06 August 2015, 04:54:07 UTC
8c125eb asyncio: Make sure BaseException is re-raised in SSLProtocol 05 August 2015, 18:06:23 UTC
3fc0f2d Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. Patch by Gustavo J. A. M. Carneiro. 05 August 2015, 17:52:33 UTC
91e561a 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. 05 August 2015, 13:07:24 UTC
36948d7 Issue #24791: Add tests for things that regressed with PEP 448 05 August 2015, 03:49:55 UTC
920a335 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. 05 August 2015, 02:54:54 UTC
1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. 04 August 2015, 20:20:53 UTC
2a8911c asyncio: Sync with upstream (compat module) 04 August 2015, 19:56:33 UTC
996083d asyncio: Sync with mainstream 04 August 2015, 19:37:24 UTC
2fee5c9 Issue #24021: docstring for urllib.urlcleanup. Patch from Daniel Andrade Groppe and Peter Lovett 04 August 2015, 00:52:06 UTC
7e220c0 Merge 03 August 2015, 22:41:16 UTC
2f7de53 Issue #24759: Revert 13a8782a775e. 03 August 2015, 22:34:22 UTC
a0e5d98 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. 03 August 2015, 22:06:29 UTC
43cbbe2 Issue #22397: Skip failing tests on AIX Patch from David Edelsohn. 02 August 2015, 22:36:04 UTC
4c0a09a Revert da29a94367b2 02 August 2015, 20:49:31 UTC
f6b5cad include fcntl.h on all *nix platforms (closes #24217) Patch by Jeffrey Armstrong. 02 August 2015, 19:15:30 UTC
6b3f29c asyncio: Fix code style 02 August 2015, 14:24:34 UTC
0dcd80a Issue #20557: Use specific asserts in io tests. 02 August 2015, 12:17:49 UTC
ce17f76 Issue #23182: PEP8-ify the annotation grammar tests. Patch by Ian Lee. 02 August 2015, 02:55:36 UTC
3e77677 Issue #23652: Make the select module compile against LSB headers. Patch by Matt Frank. 02 August 2015, 02:34:05 UTC
back to top