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

sort by:
Revision Author Date Message Commit Date
1acc69c update version changed 01 April 2014, 23:22:06 UTC
9dc203f merge 3.3 (#21082) 01 April 2014, 23:18:48 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
78c8538 fix typo 01 April 2014, 20:27:30 UTC
5dd3cae simplify check, since now there are only new-style classes 01 April 2014, 18:20:56 UTC
9d08562 Issue #15067: Port 2.7 sqlite3 docs to 3.4 01 April 2014, 17:21:56 UTC
c3bf692 #16716: remove deprecation warning 31 March 2014, 23:08:25 UTC
08af000 Get rid of deprecated IOError in the doc 31 March 2014, 22:13:30 UTC
5898d4f IOError -> OSError 31 March 2014, 21:44:13 UTC
050f9ea Fix the doc: add deprecation warning in select module. 31 March 2014, 21:23:23 UTC
04d17d3 Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. 31 March 2014, 20:04:38 UTC
809ee90 use https docs url 31 March 2014, 17:50:34 UTC
887cd7d merge 3.3 (#21115) 31 March 2014, 17:46:45 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
d2403a2 Issue #20668: Remove tests.txt of test_asyncio It's useless, tests are now discovered automatically. 31 March 2014, 15:40:06 UTC
f5bdfda merge 3.3 31 March 2014, 00:34:20 UTC
aa2d085 merge 3.2 31 March 2014, 00:34:05 UTC
8aef28a add Ian Beer 31 March 2014, 00:33:47 UTC
d455ce4 merge 3.3 30 March 2014, 23:52:39 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
ff57aef update notes to talk about -X showrefcount 30 March 2014, 21:16:09 UTC
3da9fbb Add test case for freeze. 30 March 2014, 19:32:03 UTC
c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. Patch by Meador Inge. 30 March 2014, 19:07:25 UTC
3a43403 make partialmethod example work (closes #21105) 30 March 2014, 19:07:09 UTC
a7fcd92 Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. 30 March 2014, 18:28:52 UTC
589872c Fix doc typo. 30 March 2014, 04:14:04 UTC
f269cc6 Issue #21097: Move test_namespace_pkgs into test_importlib. 29 March 2014, 21:57:44 UTC
1e1e601 Minor readability improvement. 29 March 2014, 18:50:08 UTC
c420343 Issue #21093: Prevent failures of ctypes test_macholib on OS X if a copy of libz exists in $HOME/lib or /usr/local/lib. 29 March 2014, 07:08:44 UTC
9aa00d1 Issue #19697: document more __main__.__spec__ quirks 29 March 2014, 05:39:42 UTC
e08f376 Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt. Also removes a mention of using "Express Edition with the Windows SDK 64-bit compilers" to build 64-bit Python. If that can be made to work, it will need some extra instructions somewhere. 29 March 2014, 04:31:04 UTC
e50f9aa Issue #19697: Document cases where __main__.__spec__ is None. 29 March 2014, 00:10:33 UTC
4ab532b Issue 21014: Use booleans instead of 0 and 1 in examples. 28 March 2014, 23:39:25 UTC
9381343 undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089) 28 March 2014, 22:52:45 UTC
865bdbf Doc: do not compress .epub for dist, it is already zipped. 28 March 2014, 18:48:55 UTC
b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for non-framework builds and for all variants of Tk. 28 March 2014, 03:49:14 UTC
e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting to parse more than one XML document per pyexpat xmlparser instance. (Original patches by Hirokazu Yamamoto and Amaury Forgeot d'Arc, with suggested wording by David Gutteridge) 27 March 2014, 23:39:58 UTC
2542b66 inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. Patch by Jeremiah Lowin. Closes #20817. 27 March 2014, 22:42:52 UTC
b1d060b inspect: Fix getcallargs() to raise correct TypeError ... for missing keyword-only arguments. Patch by Jeremiah Lowin. Closes #20816. 27 March 2014, 22:23:03 UTC
00abf38 asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 27 March 2014, 16:21:20 UTC
223082f Issue #21069: Temporarily use www.google.com while investigating test_urllibnet.test_fileno intermittent failures with www.example.com. 27 March 2014, 08:39:28 UTC
944d597 Issue #20939: remove stray character from comment 27 March 2014, 06:43:26 UTC
5a507f0 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
e74153a Issue #20939: Backout test_urllib2.test_issue16464 disables: 68335b8afb1f 3.4 ad0c75b7bd7d default 27 March 2014, 06:26:03 UTC
ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. Previously a non-string, non-regex second argument and missing callable argument could cause the test to appear to always pass. Initial patch by Kamilla Holanda. 25 March 2014, 19:31:50 UTC
87d13ea Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok. 25 March 2014, 17:19:17 UTC
b60ac7a Issue #21038: Use monotonic clock to compute timeout, not the system clock 25 March 2014, 11:50:50 UTC
6f20b7c Issue #21038: Cleanup test_epoll.py Remove useless test and unused variables. Initial patch by Andreas Schwab. 25 March 2014, 11:49:53 UTC
215ad66 Issue #12209: Minor edits to faulthandler doc. Patch written by Éric Araujo. 25 March 2014, 11:33:56 UTC
4908910 Updated external link in documentation. 25 March 2014, 11:21:41 UTC
1afe2af Closes #21045: make the Qt help build not look completely stupid 25 March 2014, 09:12:47 UTC
984600f Issue #21006: asyncio doc: reorganize subprocess doc 25 March 2014, 08:40:26 UTC
1c669c1 Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. 25 March 2014, 08:34:30 UTC
1f99f9d Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), close the file descriptor if io.open() fails 25 March 2014, 08:18:04 UTC
3e952d5 Issue #20633: Replace relative import by absolute import. 23 March 2014, 12:42:28 UTC
93569c2 asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current loop in debug mode. Raise a RuntimeError if the event loop of the current thread is different. The check should help to debug thread-safetly issue. Patch written by David Foster. 21 March 2014, 09:00:52 UTC
4137465 Issue #21043: Remove the recommendation for specific CA organizations Closes #21043 by updating the documentation to remove specific CA organizations and update the text to no longer need to tell you to download root certificates, but instead use the OS certificates avaialble through SSLContext.load_default_certs. 24 March 2014, 23:26:03 UTC
d9a7352 Issue #21036: Fix typo in macro name _PY_HASHTABLE_ENTRY_DATA => _Py_HASHTABLE_ENTRY_DATA 24 March 2014, 21:34:34 UTC
df48b97 Fix a few scoping issues with versionadded/versionchanged directives. 24 March 2014, 08:06:18 UTC
645d3b7 Remove superfluous open parenthesis. Noticed by cocoatomo on docs@. 24 March 2014, 03:21:38 UTC
6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts Closes #21013 by modfying ssl.create_default_context() to: * Move the restricted ciphers to only apply when using ssl.Purpose.CLIENT_AUTH. The major difference between restricted and not is the lack of RC4 in the restricted. However there are servers that exist that only expose RC4 still. * Switches the default protocol to ssl.PROTOCOL_SSLv23 so that the context will select TLS1.1 or TLS1.2 if it is available. * Add ssl.OP_NO_SSLv3 by default to continue to block SSL3.0 sockets * Add ssl.OP_SINGLE_DH_USE and ssl.OP_SINGLE_ECDG_USE to improve the security of the perfect forward secrecy * Add ssl.OP_CIPHER_SERVER_PREFERENCE so that when used for a server side socket the context will prioritize our ciphers which have been carefully selected to maximize security and performance. * Documents the failure conditions when a SSL3.0 connection is required so that end users can more easily determine if they need to unset ssl.OP_NO_SSLv3. 23 March 2014, 23:05:28 UTC
553e108 tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever) 23 March 2014, 22:03:59 UTC
8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. 23 March 2014, 21:55:03 UTC
99d8dd2 Issue #20990: Correction for 619331c67638. 23 March 2014, 18:44:11 UTC
95a8dfb #20976: remove unneeded quopri import in email.utils. 23 March 2014, 18:18:44 UTC
f8cbbbb Issue #20913: make it clear that create_default_context() also enables hostname checking 23 March 2014, 15:31:08 UTC
c346060 Merge 3.3. 23 March 2014, 12:52:16 UTC
80a5be1 Issue #20980: Stop wrapping exception when using ThreadPool. 23 March 2014, 12:30:54 UTC
a40675a Issue #20990: Fix issues found by pyflakes for multiprocessing. 23 March 2014, 11:54:15 UTC
75c5ab4 Closes #20975: make date in the interpreter banner a little more consistent 22 March 2014, 19:38:11 UTC
c5e075f Issue #20913: improve the SSL security considerations to first advocate using create_default_context(). 22 March 2014, 17:19:11 UTC
0bebbc3 Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". (should also fix a buildbot failure introduced by #20995) 22 March 2014, 17:13:50 UTC
79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module Closes #20995 by Enabling better security by prioritizing ciphers such that: * Prefer cipher suites that offer perfect forward secrecy (DHE/ECDHE) * Prefer ECDHE over DHE for better performance * Prefer any AES-GCM over any AES-CBC for better performance and security * Then Use HIGH cipher suites as a fallback * Then Use 3DES as fallback which is secure but slow * Finally use RC4 as a fallback which is problematic but needed for compatibility some times. * Disable NULL authentication, NULL encryption, and MD5 MACs for security reasons 22 March 2014, 01:33:34 UTC
51f3129 Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa. 21 March 2014, 16:17:15 UTC
6bc2396 Issue #21006: Fix subprocess example on Windows in asyncio doc 21 March 2014, 10:56:40 UTC
7280486 Close #21005: Fix documentation of asyncio.subprocess.DEVNULL 21 March 2014, 10:44:49 UTC
46f484e merge 21 March 2014, 15:02:10 UTC
a00c240 Issue #20884: Don't assume in importlib.__init__ that __file__ is defined. 21 March 2014, 14:58:33 UTC
ed6783f Issue #10141, Issue 20065: Changed #if to take CAN_RAW into account. 21 March 2014, 11:44:32 UTC
409a1be improve start default for relpath 20 March 2014, 17:39:53 UTC
2f31b4b Fix typos in Doc/faq/extending. Found by cocoatomo on docs@. 20 March 2014, 15:16:09 UTC
dbd1c43 Fix spelling in enum docs. "equivalant" was caught by Tobias Käs on docs@, "seperated" and "chartruese" were discovered by a spell-checker. 20 March 2014, 15:01:48 UTC
253deed Add missing parenthesis. Found by cocoatomo on docs@. 20 March 2014, 14:46:09 UTC
a22ae21 Fix parameter name in docs for os.makedirs and os.removedirs. Pointed out by Colin Davis on docs@. 20 March 2014, 14:42:01 UTC
d852e99 Clean-up docstring 20 March 2014, 13:42:31 UTC
b1698d4 Issue #20444: Reduced code duplication. 20 March 2014, 13:14:39 UTC
71dcb28 Issue #20558: Improved implementation of error handling. 20 March 2014, 13:03:17 UTC
ecfc98c Issue #10141: updated new usages of AF_CAN to be in #ifdef AF_CAN rather than #ifdef HAVE_LINUX_CAN_H to allow compilation on older Linuxes. 20 March 2014, 12:42:42 UTC
373f0a9 Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by multiprocessing.connection 20 March 2014, 08:26:55 UTC
7fa767e Issue #20976: pyflakes: Remove unused imports 20 March 2014, 08:16:38 UTC
69b1e26 Issue #20978: pyflakes: fix undefined names 20 March 2014, 07:50:52 UTC
790bd6d Issue #20978: Remove last part of OS/2 support in distutils 20 March 2014, 07:50:33 UTC
deec16b add Nehal Hussain 20 March 2014, 01:52:17 UTC
5f3e3c3 Use the correct VS edition names in PCbuild/readme.txt 19 March 2014, 19:46:25 UTC
9a90243 Skip test_urllib2.test_issue16464() is the ssl module is missing 19 March 2014, 16:31:20 UTC
232b017 Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds. 19 March 2014, 04:05:01 UTC
270e737 Clean up PCbuild/pcbuild.sln a bit: - Remove configuration settings from removed _sha3.vcxproj - Don't try to build configurations of _testembed that don't exist (namely, PGInstrument and PGUpdate) 19 March 2014, 03:34:52 UTC
back to top