Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
cb9424f Issue #27759: Fix selectors incorrectly retain invalid file descriptors. (Backported to 3.4 as this bug might be exploited to for DoS) 06 October 2016, 18:03:03 UTC
26d998c properly handle the single null-byte file (closes #24022) 19 September 2016, 06:41:11 UTC
354c2f9 Issue #26171: Null merge 14 September 2016, 05:38:36 UTC
d751040 Issue #26171: Prevent buffer overflow in get_data Backport of 01ddd608b85c. 14 September 2016, 05:37:28 UTC
16d7d59 Upgrade setuptools to 27.1.2 09 September 2016, 16:08:53 UTC
d25d9dc Upgrade setuptools to 27.1.1 09 September 2016, 15:35:02 UTC
1f5fd64 Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by developed for Issue #12885. 06 September 2016, 02:24:01 UTC
79ae967 Issue #12885: Revert commits in 3.4 branch which is security-only fixes. 02 September 2016, 03:27:45 UTC
6f5d3fd Issue #12885: Correct issue reference in NEWS 02 September 2016, 02:08:25 UTC
8ac147d Backed out changeset cc86e9e102e8 02 September 2016, 01:55:22 UTC
97eda15 Issue #12285: Update NEWS 02 September 2016, 01:12:17 UTC
1f0e7c9 rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) 17 August 2016, 06:35:35 UTC
3a27b08 do not decref value borrowed from list (closes #27774) 16 August 2016, 05:01:41 UTC
4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) Reported by Thomas E. Hybel 14 August 2016, 01:33:33 UTC
6e01d90 check for overflow in join_append_data (closes #27758) Reported by Thomas E. Hybel 14 August 2016, 00:17:06 UTC
6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. 05 August 2016, 20:24:27 UTC
fb79290 Switch upload.pypi.io to upload.pypi.org 03 August 2016, 22:43:38 UTC
4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. 31 July 2016, 06:24:16 UTC
d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 14 July 2016, 01:42:53 UTC
076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 14 July 2016, 01:31:46 UTC
2cdcaf1 Issue #22758: Move NEWS entry to Library section 14 July 2016, 01:17:03 UTC
e363894 #22758 null merge 10 July 2016, 18:10:08 UTC
5f21f43 #22758: fix regression in handling of secure cookies. This backports the fix from #16611, per discussion with the release manager. 10 July 2016, 17:32:43 UTC
188c118 Switch to the new upload url for PyPI 06 July 2016, 19:27:35 UTC
035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT 15 January 2016, 01:16:41 UTC
3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests This is instead of svn.python.org, whose certificate recently expired, and whose new certificate uses a different root certificate. The certificate used at the pythontest server was modifed to set the "basic constraints" CA flag. This flag seems to be required for test_get_ca_certs_ capath() to work (in Python 3.4+). Added the new self-signed certificate to capath with the following commands: cp Lib/test/{selfsigned_pythontestdotnet.pem,capath/} c_rehash -v Lib/test/capath/ c_rehash -v -old Lib/test/capath/ # Note the generated file names cp Lib/test/capath/{selfsigned_pythontestdotnet.pem,0e4015b9.0} mv Lib/test/capath/{selfsigned_pythontestdotnet.pem,ce7b8643.0} The new server responds with "No route to host" when connecting to port 444. 14 January 2016, 09:36:00 UTC
31b9410 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. 02 December 2015, 23:02:03 UTC
fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 15 January 2016, 02:08:13 UTC
73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 14 January 2016, 12:21:02 UTC
0e617e2 remove some copyright notices supserseded by the toplevel ones 01 January 2016, 17:53:47 UTC
f1dcdd9 add 2015 and 2016 01 January 2016, 17:53:14 UTC
16b347b reflow 01 January 2016, 17:12:44 UTC
75e3630 2016 will be another year of writing copyrighted code 01 January 2016, 16:23:45 UTC
14b2c82 fix reordering 05 December 2015, 08:27:11 UTC
2deaea3 merge 3.2 05 December 2015, 08:21:12 UTC
5e62117 add CVE and issue number 05 December 2015, 08:17:57 UTC
edc4b2f Issue #12285: Replace implementation of findall with implementation from Setuptools 7ce820d524db. 19 September 2015, 16:12:15 UTC
102764a Issue #25021: Correctly make sure that product.__setstate__ does not access invalid memory. 12 September 2015, 15:20:54 UTC
1a04c44 Sort result to avoid spurious errors due to order. 30 August 2015, 18:05:58 UTC
a2cf229 Add docstring and additional test revealing nuances of the implementation as found in setuptools. 19 September 2015, 15:32:51 UTC
2c5278a Add another test capturing the basic discovery expectation. 30 August 2015, 17:26:48 UTC
a0c6c1c Issue #12285: Add test capturing failure. 30 August 2015, 17:22:56 UTC
fa5e7cf Use modern mechanism for test discovery 30 August 2015, 17:13:11 UTC
a12d92b merge 3.3 (#27783) 17 August 2016, 06:36:20 UTC
10bc0f6 merge 3.3 (#27774) 16 August 2016, 05:03:44 UTC
432ea4f fail when negative values are passed to instr() 16 August 2016, 04:40:14 UTC
5e4aafa Update setuptools/pip to 25.2.0/8.1.2 14 August 2016, 20:09:56 UTC
5295532 merge 3.3 (closes #27760) 14 August 2016, 01:36:55 UTC
40a77c3 do not allow reading negative values with getstr() 14 August 2016, 01:15:28 UTC
59b6abd merge 3.3 (#27758) 14 August 2016, 00:21:22 UTC
a0b2568 Issue #20160: Merged fix from 3.3. 05 August 2016, 20:43:25 UTC
c6c2217 Merge 3.3 03 August 2016, 22:48:17 UTC
436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. 31 July 2016, 06:34:34 UTC
b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 14 July 2016, 02:09:17 UTC
8cf1496 #22758 null merge 10 July 2016, 18:10:56 UTC
ede9a0f merge 3.3 06 July 2016, 21:04:11 UTC
ad04a85 Switch to the new upload url for PyPI 06 July 2016, 20:18:39 UTC
9105870 Merge. 27 June 2016, 02:43:00 UTC
ea68492 Post-release fixups for Python 3.4.5. 27 June 2016, 02:41:21 UTC
8e36221 Added tag v3.4.5 for changeset 619b61e505d0 25 June 2016, 21:44:49 UTC
98be9d5 Version bump for 3.4.5 final. 25 June 2016, 21:44:30 UTC
27d3529 Regenerate pydoc topics for 3.4.5 final. 25 June 2016, 21:42:04 UTC
4b9e75b Docs: add html-stable autobuild variant 15 June 2016, 06:57:32 UTC
06d49bb sync ordering of stddef.h includes with expat 2.1.1 14 June 2016, 06:41:19 UTC
a8bb04b Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. 13 June 2016, 06:40:00 UTC
393c759 Added tag v3.4.5rc1 for changeset 3631bb4a2490 12 June 2016, 05:25:43 UTC
463c3f3 Release bump for 3.4.5rc1. 12 June 2016, 05:24:03 UTC
6e77ebe Regenerate pydoc topics for 3.4.5rc1. 12 June 2016, 05:22:07 UTC
196d7db upgrade expt to 2.1.1 (closes #26556) 11 June 2016, 20:28:56 UTC
46b32f3 raise an error when STARTTLS fails 11 June 2016, 20:16:42 UTC
3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. These added a path attribute to pathlib.Path objects, and docs. Instead, we're going to use PEP 519. (Starting in the 3.4 branch and merging forward from there since that's what I did originally.) 19 May 2016, 20:00:21 UTC
2a86122 Upgrade ensurepip bundled setuptools to 20.10.1 02 May 2016, 11:03:46 UTC
5de67b1 Issue26748: Enum classes should evaluate as True 14 April 2016, 06:52:09 UTC
b9869df remove useless $ keyword (closes #17167) 22 March 2016, 05:31:02 UTC
2bc69c4 Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 17 March 2016, 15:00:08 UTC
adca846 Backed out changeset 19a3e0e664af 08 March 2016, 19:13:35 UTC
388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. On Windows a symlink can has the FILE_ATTRIBUTE_DIRECTORY flag. 08 March 2016, 14:11:26 UTC
f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) 04 March 2016, 06:05:36 UTC
25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. Patch by Liang-Bo Wang. 02 March 2016, 17:40:08 UTC
90faa09 asyncio: Update 3.4 asyncio/test_tasks to upstream version 02 March 2016, 15:33:22 UTC
90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. 27 February 2016, 06:39:36 UTC
9491272 open the cert store readonly Patch from Chi Hsuan Yen. 18 February 2016, 06:13:19 UTC
b1db758 reject negative data_size 22 January 2016, 06:02:46 UTC
5d01246 Upgrade pip to 8.0.2 22 January 2016, 02:55:32 UTC
c4032da prevent buffer overflow in get_data (closes #26171) 21 January 2016, 06:23:44 UTC
ef9cf08 fix refleak in error condition 21 January 2016, 06:06:43 UTC
c836f71 remove script from epub (closes #26172) 21 January 2016, 06:02:30 UTC
33a8276 Update pip to 8.0.0 and setuptools to 19.4 20 January 2016, 01:13:51 UTC
c7b05a4 Make the error message regex more lenient so that it matches both "certificate verify failed " and "CERTIFICATE_VERIFY_FAILED " as some SSL libraries use different text than OpenSSL. 16 January 2016, 01:29:45 UTC
3f2240c Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4 15 January 2016, 02:18:31 UTC
b55f8b7 Issue #25940: Update new SSL tests for self-signed.pythontest.net 14 January 2016, 12:53:56 UTC
514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 14 January 2016, 12:46:49 UTC
d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. Patch by Марк Коренберг. 11 January 2016, 17:28:19 UTC
f124016 Document asyncio.timeout() 11 January 2016, 12:40:35 UTC
9d976fa Sync with asyncio 11 January 2016, 10:25:23 UTC
c07b16b Sync with asyncio repo 11 January 2016, 06:42:49 UTC
6829dbb delete old crypto prose (closes #26066) 10 January 2016, 07:55:47 UTC
8a6ddb9 fix typo in unittest docs (closes #26046) Patch from Upendra Kumar. 08 January 2016, 06:01:26 UTC
9c39b67 Hopeful fix for test_rglob_common on Windows without symlinks. 07 January 2016, 21:12:34 UTC
bc9fdda Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. 07 January 2016, 18:56:36 UTC
back to top