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

sort by:
Revision Author Date Message Commit Date
f28cf7a Issue #13540: Expanded argparse documents to clarify the action API 14 December 2011, 04:36:45 UTC
915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, broken by the fix for security issue #19435. Patch by Zach Byrne. 13 July 2014, 05:06:26 UTC
314dc12 expect the correct platform-dependent linesep 17 June 2014, 06:15:50 UTC
73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) 15 June 2014, 01:36:29 UTC
49991de fix poor spelling 14 April 2014, 16:15:28 UTC
6ef2b36 disallow a negative idx parameter 14 April 2014, 15:45:21 UTC
99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index Bug reported by Guido Vranken. 14 April 2014, 02:10:38 UTC
80e6af1 fix versionchanged version 04 April 2014, 13:50:35 UTC
ee5f1c1 remove directory mode check from makedirs (closes #21082) 01 April 2014, 23:13:18 UTC
b4be376 use https docs url (#21115) 31 March 2014, 17:44:53 UTC
8aef28a add Ian Beer 31 March 2014, 00:33:47 UTC
23cf403 fix expandtabs overflow detection to be consistent and not rely on signed overflow 30 March 2014, 23:47:57 UTC
cf25c5c use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) 12 March 2014, 23:05:53 UTC
d9bed99 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. 21 January 2014, 21:58:40 UTC
1b94030 update logo url (#20695) 20 February 2014, 03:55:16 UTC
f6218a2 open retrieved file in binary mode, since it's now compressed 20 February 2014, 03:56:35 UTC
fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) 14 January 2014, 03:59:38 UTC
f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. 22 December 2013, 00:35:53 UTC
ee7f3fc Backout 7d399099334d. 04 November 2013, 06:44:29 UTC
7b5d6ad Backout 265d369ad3b9. 04 November 2013, 06:43:41 UTC
7ec3e56 Backout d80207d15294. 04 November 2013, 06:43:32 UTC
32bf5e1 Update NEWS for 265d369ad3b9. 02 November 2013, 17:00:01 UTC
bd26d86 Issue #19286: [distutils] Only match files in build_py.find_data_files. 02 November 2013, 15:07:35 UTC
93912b9 Issue #19286: Adding test demonstrating the failure when a directory is found in the package_data globs. 02 November 2013, 15:29:33 UTC
35aca89 merge 3.1 (#19435) 30 October 2013, 16:48:59 UTC
04e9de4 use the collapsed path in the run_cgi method (closes #19435) 30 October 2013, 16:43:09 UTC
58bf8d2 Merge #14984: only import pwd on POSIX. 18 September 2013, 12:53:26 UTC
505be21 #14984: only import pwd on POSIX. 18 September 2013, 12:52:38 UTC
8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. 18 September 2013, 00:32:54 UTC
104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement. 18 September 2013, 00:30:02 UTC
945a251 Null merge of 3.1 into 3.2 Changeset c39f42f46a05 left a dangling head on 3.1. 15 September 2013, 20:37:25 UTC
bc75046 Add a NEWS entry for b9b521efeba3. 14 September 2013, 07:10:21 UTC
c5884d8 Add NEWS entry for c18c18774e24. 14 September 2013, 07:09:18 UTC
c17a8df Fix tkinter regression introduced by the security fix in #16248. 14 September 2013, 07:08:09 UTC
db4309e Fix tkinter regression introduced by the security fix in #16248. 14 September 2013, 07:08:09 UTC
86d53ca Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099). 18 May 2013, 15:56:42 UTC
8833c3b Added tag v3.2.5 for changeset cef745775b65 12 May 2013, 10:28:30 UTC
bfe36ec Bump to version 3.2.5. 12 May 2013, 10:28:20 UTC
c502df4 Issue #17915: Fix interoperability of xml.sax with file objects returned by codecs.open(). 12 May 2013, 09:41:12 UTC
93b061b Issue #1159051: Back out a fix for handling corrupted gzip files that broke backwards compatibility. 12 May 2013, 09:29:27 UTC
a9217a4 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4. 28 April 2013, 11:10:27 UTC
ba2f8be Issue #17843: Remove bz2 test data that triggers antivirus warnings. 12 May 2013, 09:11:51 UTC
ce654f4 Issue #15535: Fix pickling of named tuples. 12 May 2013, 09:09:11 UTC
a6df938 Close #17666: Fix reading gzip files with an extra field. 08 April 2013, 19:35:02 UTC
cf86d94 news entry 30 April 2013, 07:57:18 UTC
910bfb7 This local change was lost during the fixing of issue17192 to update libffi to 3.0.13. (i'm not sure if it is needed anymore but see issue 10309 for details which makes no mention of upstream; this change is already in 3.3 and 3.4 but may need reapplying to 2.7 as done here) 30 April 2013, 07:05:25 UTC
9330597 * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone in the merge fun from upstream which already had it in 3.0.13. * Add the missing update to libffi.info. 30 April 2013, 06:45:38 UTC
11692ac Added tag v3.2.4 for changeset 1e10bdeabe3d 06 April 2013, 07:37:53 UTC
8bc7e31 Bump to 3.2.4. 06 April 2013, 07:36:20 UTC
7684fa8 close search and replace dialog after it is used (closes #17625) 04 April 2013, 02:35:12 UTC
ef0faa5 merge 02 April 2013, 09:07:27 UTC
b147aae Add 3.2.4 UUIDs 30 March 2013, 12:06:57 UTC
6f18a86 Fix XML vulnerability link references. 28 March 2013, 08:02:18 UTC
f5390fc merge with last upstream doc changes in 3.2 28 March 2013, 07:57:50 UTC
fd4365a Update suspicious ignore file. 28 March 2013, 02:31:53 UTC
265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. 27 March 2013, 18:11:55 UTC
1df04e8 Issue 17538: Document XML vulnerabilties 26 March 2013, 16:35:55 UTC
7380a67 Issue 17538: Document XML vulnerabilties 26 March 2013, 16:35:55 UTC
2323cb7 Added tag v3.2.4rc1 for changeset b2cb7bc1edb8 25 March 2013, 05:57:10 UTC
4eb5f1a merge with main repo 3.2 branch 25 March 2013, 05:56:31 UTC
5be6d74 Issue #17425: Build with openssl 1.0.0k on Windows. 24 March 2013, 21:03:30 UTC
656c808 Clean up references to threads in test_queue. 23 March 2013, 21:35:06 UTC
a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs. 23 March 2013, 18:44:25 UTC
a7d2f00 Copyright update to 2013. 23 March 2013, 15:06:13 UTC
b673d99 Bump to 3.2.4rc1. 23 March 2013, 15:02:08 UTC
d50fe72 Fix suspicious markup in the docs. 23 March 2013, 15:00:41 UTC
47f2542 Update pydoc topics. 23 March 2013, 14:46:53 UTC
68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). 23 March 2013, 11:18:45 UTC
a4cfd60 Updated Misc/NEWS with #17508. 23 March 2013, 10:57:47 UTC
4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. 22 March 2013, 20:43:30 UTC
3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. 22 March 2013, 15:19:54 UTC
d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. 21 March 2013, 20:21:49 UTC
03b0116 #5712: Preemptively fix some other possible timing issues. 21 March 2013, 02:11:40 UTC
853c0f9 #5713: fix timing issue in smtplib tests. 21 March 2013, 01:54:05 UTC
1f8a40b remove the long obsolete mention of universal newlines mode only being available when configured at compile time. 21 March 2013, 01:32:03 UTC
d312c74 #5713: Handle 421 error codes during sendmail by closing the socket. This is a partial fix to the issue of servers disconnecting unexpectedly; in this case the 421 says they are disconnecting, so we close the socket and return the 421 in the appropriate error context. Original patch by Mark Sapiro, updated by Kushal Das, with additional tests by me. 21 March 2013, 00:36:14 UTC
958f7ae #17493: re-enable a test on Windows. Patch by Zachary Ware. 20 March 2013, 16:14:48 UTC
93115e0 Fix usage of argument/parameter and markup. 20 March 2013, 11:53:32 UTC
2a4d245 #17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based on patch contributed by Daniel Wozniak 19 March 2013, 23:11:07 UTC
ece1222 Merge 19 March 2013, 22:57:19 UTC
1f1ec04 merge heads 19 March 2013, 22:25:28 UTC
5aed330 Issue #10296 : Don't handle BreakPoint exceptions using Structured Exception Handling on windows. 19 March 2013, 22:24:10 UTC
14b0124 #1525919: Document MIMEText+set_payload encoding behavior. 19 March 2013, 22:18:55 UTC
dd35162 merge heads in 3.2 19 March 2013, 22:03:26 UTC
843fae9 #17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak 19 March 2013, 20:43:42 UTC
f5d7cc2 #8862: Fix curses cleanup with getchar is interrupted by a signal. I have no idea how one would write a test for this. Patch by July Tikhonov. 19 March 2013, 20:23:09 UTC
fcb6d6a #17443: Fix buffering in IMAP4_stream. In Python2 Popen uses *FILE objects, which wind up buffering even though subprocess defaults to no buffering. In Python3, subprocess streams really are unbuffered by default, but the imaplib code assumes read is buffered. This patch uses the default buffer size from the io module to get buffered streams from Popen. Much debugging work and patch by Diane Trout. The imap protocol is too complicated to write a test for this simple change with our current level of test infrastructure. 19 March 2013, 17:52:33 UTC
ae4ef4d Fix usage of the unittest.skip decorator. 19 March 2013, 11:25:20 UTC
0492ec0 #17460 - Adding relevant warning messages regarding strict removal in docs 19 March 2013, 07:51:08 UTC
9929bc5 #17476: make allmethods actually return all methods. This fixes a regression relative to Python2. (In 2, methods on a class were unbound methods and matched the inspect queries being done, in 3 they are just functions and so were missed). This is an undocumented function that pydoc itself does not use, but I found that numpy at least uses it in its documentation generator. Original patch by Matt Bachmann. 19 March 2013, 06:31:06 UTC
029273f Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This specifically addresses a stack misalignment issue on x86 and issues on some more recent platforms. 19 March 2013, 00:11:20 UTC
a846f5a #17448: Make test_sax skip if there are no xml parsers. Patch by Rafael Santos. 18 March 2013, 04:18:12 UTC
dd24617 #16057: Clarify why the base method default is called in custom encoders. Original patch by Kushal Das. 18 March 2013, 01:52:35 UTC
f346041 Issue #17415: Trim trailing whitespace 17 March 2013, 19:28:10 UTC
ec6e132 Issue #17415: Clarify 'this' referent by moving containing sentence just after the sentence referred to. Make other minor edits to improve flow. 17 March 2013, 19:21:26 UTC
a99dfd1 Issue #16389: Fixed an issue number in previos commit. 16 March 2013, 20:59:27 UTC
0f606a6 Issue #16564: Fixed a performance regression relative to Python 3.1 in the caching of compiled regular expressions. 16 March 2013, 20:52:09 UTC
de6849f Merge heads 3.2. 16 March 2013, 20:05:27 UTC
dff04f4 Issue #17418: specify that buffer sizes are bytes as soon as possible. 16 March 2013, 19:56:27 UTC
c28f6fa #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. 16 March 2013, 17:48:51 UTC
back to top