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

sort by:
Revision Author Date Message Commit Date
863c962 move idna test domain to pythontest.net 03 November 2014, 20:10:47 UTC
9fc59c9 make plural s lowercase 19 October 2014, 14:47:49 UTC
b6dc9b7 Fixed signed/unsigned comparison warning 15 October 2014, 21:14:53 UTC
4d85689 test is cpython only 15 October 2014, 17:39:46 UTC
1e211ff it suffices to check for PY_SSIZE_T_MAX overflow (#22643) 15 October 2014, 16:17:21 UTC
c0e64f5 make sure length is unsigned 15 October 2014, 15:51:05 UTC
e1bd38c fix integer overflow in unicode case operations (closes #22643) 15 October 2014, 15:47:36 UTC
77a75b3 note xmlrpclib doesn't verify certs (yet) 13 October 2014, 15:54:50 UTC
5e7b542 Merge 3.2 into 3.3. 12 October 2014, 07:29:19 UTC
3f5ee28 Added tag v3.3.6 for changeset 971fec30da1f 12 October 2014, 07:03:47 UTC
18e8972 Bump to 3.3.6 12 October 2014, 07:03:40 UTC
6f1abda Added tag v3.2.6 for changeset 0bd5f4f14de9 12 October 2014, 06:51:30 UTC
439d885 Bump to 3.2.6 12 October 2014, 06:50:38 UTC
b3ac843 #16040: fix unlimited read from connection in nntplib. 12 October 2014, 06:50:11 UTC
4cae8ff Added tag v3.3.6rc1 for changeset 51317c9786f5 04 October 2014, 12:33:05 UTC
f84422d Added tag v3.2.6rc1 for changeset 51382a5598ec 04 October 2014, 12:17:10 UTC
edc3cba Copyright year update, add version to licenses. 04 October 2014, 12:16:59 UTC
e800a0e Bump to 3.2.6rc1 04 October 2014, 12:15:42 UTC
4b16818 Issue #22518: Fixed integer overflow issues in "backslashreplace", "xmlcharrefreplace", and "surrogatepass" error handlers. 04 October 2014, 11:15:49 UTC
76e73f8 Bump to 3.3.6rc1 04 October 2014, 12:22:11 UTC
4480d30 ref #19855: skip uuid test_find_mac on non-Posix as in later branches 01 October 2014, 20:31:04 UTC
ff3e5e3 Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX). 01 October 2014, 17:15:11 UTC
51c1162 Issue #19855: uuid.getnode() on Unix now looks on the PATH for the executables used to find the mac address, with /sbin and /usr/sbin as fallbacks. Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with virtual interface. Original patch by Kent Frazier. Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov. Issue #16102: Make uuid._netbios_getnode() work again on Python 3. 30 September 2014, 17:34:19 UTC
3bc3567 Backport b533cc11d114 to fix intermittent test_urllibnet failures. 30 September 2014, 15:30:18 UTC
4615076 Add a dummy "touch" target to the Makefile so that the custom buildbots can test this branch. 30 September 2014, 14:41:11 UTC
786c8e7 Fix-up for 0f362676460d: add missing size argument to SSLFakeFile.readline(), as in 2.6 backport 8a6def3add5b 30 September 2014, 14:31:21 UTC
736b801 prevent overflow in unicode_repr (closes #22520) 30 September 2014, 03:02:15 UTC
bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) 30 September 2014, 02:46:57 UTC
d48bc94 these variables ought to be Py_ssize_t 29 September 2014, 23:12:26 UTC
42ff105 fix overflow checking in PyBytes_Repr (closes #22519) 29 September 2014, 23:01:18 UTC
3bbb2e4 NEWS issue for #22518 29 September 2014, 22:42:35 UTC
a1c1be4 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) 29 September 2014, 22:18:57 UTC
e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. 17 September 2014, 08:29:29 UTC
2a42a0b Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. 17 September 2014, 05:17:58 UTC
7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov. 16 September 2014, 22:23:55 UTC
89e186f Issue #13540: Merge changes from 3.2 03 August 2014, 19:26:32 UTC
79690ac Issue #13540: Update references to Action class to match syntax used for other classes in this file. 03 August 2014, 18:54:11 UTC
eb0ef41 Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. 20 July 2014, 14:52:46 UTC
217f4cd 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:12:39 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
ac4b7f7 Closes #20872: dbm/gdbm/ndbm close methods are not documented 25 June 2014, 11:05:31 UTC
e8ef8b7 Closes #21441: Reorder elements in documentation to match actual order in the code 25 June 2014, 03:37:17 UTC
0fd3972 merge 3.2 17 June 2014, 06:16:06 UTC
314dc12 expect the correct platform-dependent linesep 17 June 2014, 06:15:50 UTC
6cd1954 merge 3.2 (#21766) 15 June 2014, 01:40:10 UTC
73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) 15 June 2014, 01:36:29 UTC
13266fb Update docs to reflect resurrection of Setuptools over Distribute 13 May 2014, 02:40:49 UTC
ddf3438 The PyCOND_TIMEDWAIT must use microseconds for the timeout argument in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737 08 May 2014, 10:36:27 UTC
8577e5a - Issue #17752: Fix distutils tests when run from the installed location. 07 May 2014, 02:44:42 UTC
024c5ee Document the subprocess Popen.args attribute (issue21353) 29 April 2014, 18:33:23 UTC
98816bd merge 3.2 14 April 2014, 16:15:58 UTC
49991de fix poor spelling 14 April 2014, 16:15:28 UTC
9beee04 merge 3.2 14 April 2014, 15:46:51 UTC
6ef2b36 disallow a negative idx parameter 14 April 2014, 15:45:21 UTC
156285c merge 3.2 14 April 2014, 02:28:16 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
f5c3405 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts 06 April 2014, 17:59:47 UTC
7e90bc4 merge 3.2 04 April 2014, 13:51:45 UTC
80e6af1 fix versionchanged version 04 April 2014, 13:50:35 UTC
4717e21 merge 3.2 (#21082) 01 April 2014, 23:17:57 UTC
ee5f1c1 remove directory mode check from makedirs (closes #21082) 01 April 2014, 23:13:18 UTC
b25e3f9 merge 3.2 31 March 2014, 17:46:26 UTC
b4be376 use https docs url (#21115) 31 March 2014, 17:44:53 UTC
aa2d085 merge 3.2 31 March 2014, 00:34:05 UTC
8aef28a add Ian Beer 31 March 2014, 00:33:47 UTC
0ad6098 merge 3.2 30 March 2014, 23:52:22 UTC
23cf403 fix expandtabs overflow detection to be consistent and not rely on signed overflow 30 March 2014, 23:47:57 UTC
e558181 Issue #20939: Use www.example.com instead of www.python.org to avoid test failures when ssl is not present. 27 March 2014, 06:31:39 UTC
fd9262c Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit line length. Patch by Emil Lind. 30 September 2014, 14:00:09 UTC
0840b41 Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. 17 September 2014, 05:17:58 UTC
dad182c Lax cookie parsing in http.cookies could be a security issue when combined with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov. 16 September 2014, 22:23:55 UTC
860c367 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes and send a 414 error code for higher lengths. Patch contributed by Devin Cook. 30 September 2014, 12:56:46 UTC
21bf3f9 Issue #22517: When a io.BufferedRWPair object is deallocated, clear its weakrefs. 30 September 2014, 12:54:39 UTC
eaca861 Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen. 30 September 2014, 12:45:39 UTC
210ee47 Issue #16042: CVE-2013-1752: smtplib: Limit amount of data read by limiting the call to readline(). Original patch by Christian Heimes. 30 September 2014, 12:18:02 UTC
3e952d5 Issue #20633: Replace relative import by absolute import. 23 March 2014, 12:42:28 UTC
56d3a03 Update doc version switcher for 3.4/3.5. 17 March 2014, 06:36:45 UTC
a48d9ea improve set_tunnel docs (closes #11448) Patch by Ryan Kelly, karl, and Nikolaus Rath. 16 March 2014, 20:55:39 UTC
fda3355 fix ctypes test alignment assumptions (closes #20946) Patch by Andreas Schwab. 16 March 2014, 09:07:26 UTC
790bf0d Close #16665: improve documentation for hex(). Patch by Jessica McKellar. 16 March 2014, 01:12:20 UTC
0392271 send people to the right editors page (#20938) 15 March 2014, 20:23:32 UTC
b454742 Issue #20939: Fix test_geturl failure in test_urllibnet due to new redirect of http://www.python.org/ to https://www.python.org. 15 March 2014, 20:15:31 UTC
5128173 remove runtime_library_dirs for _sqlite; it isn't needed 15 March 2014, 17:29:04 UTC
4a42cd4 avoid referencing past the bounds of an array 15 March 2014, 17:21:28 UTC
c77e7a4 only define zero constant when it is used 15 March 2014, 16:50:00 UTC
ce68c19 remove unused zero constants 15 March 2014, 16:49:49 UTC
fdbe918 #20933: At least one place maps 'test' to 'localhost'...fix test. Discovery and patch by Wenzhu Man. University of Waterloo apparently maps the local name 'test' to localhost, which is in the bypass list, causing the test to fail. So change 'test' to a name unlikely to get mapped to localhost. 15 March 2014, 16:00:14 UTC
ef87f8c avoid referencing out-of-bounds memory 15 March 2014, 02:54:31 UTC
45c9dce fix c89 declaration order 15 March 2014, 02:53:51 UTC
041c38a don't do pointer arithmetic with signed numbers 15 March 2014, 02:47:23 UTC
e5cb836 #7475: Remove references to '.transform' from transform codec docstrings. 14 March 2014, 00:54:30 UTC
ef04c59 Clarify distutils’ clean command (ref #6142) 13 March 2014, 20:17:11 UTC
782c4cf Closes #20908: Memory leak in Reg2Py() 13 March 2014, 16:35:32 UTC
45fc871 Make distutils error messages more helpful (#11599). When running external programs such as a C compiler and getting an error code, distutils only prints the program name. With this change, one can get the full command line by setting the DISTUTILS_DEBUG environment variable. This should have no compatibility issues, unless there are tools that depend on the exact format of distutils debug messages. 13 March 2014, 08:55:35 UTC
966f2fc weaken callback count inequality (closes #20901) 13 March 2014, 02:51:52 UTC
5eea8a7 remove unnecessary word (closes #19060) Patch by Anastasia Filatova. 13 March 2014, 02:41:35 UTC
fa5e6e4 Fix note markup (#16805). Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl. 12 March 2014, 23:51:00 UTC
d0fc83d merge 3.2 (#20896) 12 March 2014, 23:10:47 UTC
cf25c5c use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) 12 March 2014, 23:05:53 UTC
f993399 add Sean Rodman 12 March 2014, 20:08:43 UTC
back to top