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

sort by:
Revision Author Date Message Commit Date
45d6156 Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht. 20 May 2015, 19:50:59 UTC
6033585 Issue #22955: Fixed test_operator. It left Python implementation in sys.modules and broke test_ipaddress. 20 May 2015, 19:02:43 UTC
cf45f02 inspect.Signature: Factor out Signature.from_function to a private helper 20 May 2015, 18:38:50 UTC
bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. 20 May 2015, 18:30:08 UTC
1f507a8 Issue 24215: Added tests for more builtin types in test_pprint. Made test_pprint and test_trace discoverable. 20 May 2015, 16:38:05 UTC
cbfe07e Issue 24215: Added tests for more builtin types in test_pprint. Made test_pprint and test_trace discoverable. 20 May 2015, 16:37:10 UTC
f54bcfb Updates PCBuild.sln to open with VS 2015 by default. 20 May 2015, 16:30:42 UTC
3ddcfb1 Issue #24134: Use assertRaises() in context manager form in test_slice to avoid passing the test accidently because slice.__hash__ is None. 20 May 2015, 15:38:39 UTC
c0e0022 Issue #24134: Use assertRaises() in context manager form in test_slice to avoid passing the test accidently because slice.__hash__ is None. 20 May 2015, 15:37:37 UTC
35ac5f8 Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator module now support pickling. Added readable and evaluable repr for these objects. Based on patch by Josh Rosenberg. 20 May 2015, 15:29:18 UTC
5418d0b Issue #24245: Eliminated senseless expect clauses that have no any effect in IDLE. Patch by Martin Panter. 20 May 2015, 13:15:20 UTC
ef94869 Issue #24245: Eliminated senseless expect clauses that have no any effect in IDLE. Patch by Martin Panter. 20 May 2015, 13:15:02 UTC
e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. Patch by Martin Panter. 20 May 2015, 13:10:04 UTC
ba9ac5b Issue #16261: Converted some bare except statements to except statements with specified exception type. Original patch by Ramchandra Apte. 20 May 2015, 07:33:40 UTC
492f027 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again when a directory with the chosen name already exists on Windows as well as on Unix. tempfile.mkstemp() now fails early if parent directory is not valid (not exists or is a file) on Windows. 19 May 2015, 21:14:00 UTC
5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again when a directory with the chosen name already exists on Windows as well as on Unix. tempfile.mkstemp() now fails early if parent directory is not valid (not exists or is a file) on Windows. 19 May 2015, 21:11:48 UTC
873e0df Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). 19 May 2015, 19:06:04 UTC
f6d1f1f Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). 19 May 2015, 19:04:33 UTC
ef64847 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. Patch by Martin Panter. 19 May 2015, 18:55:42 UTC
2545411 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. Patch by Martin Panter. 19 May 2015, 18:52:27 UTC
94e44ed Null merge. 19 May 2015, 12:25:28 UTC
6371446 #24215: also back out changeset that broke test_trace in 3.4. I missed that this change was applied to both branches. 19 May 2015, 12:24:59 UTC
7bc452d Back out changeset 955dffec3d94 since it broke the buildbots. and the situation has not been addressed in several days. 19 May 2015, 12:16:04 UTC
e09b42c #19662: fix typo 19 May 2015, 11:18:39 UTC
5bfc03f Issue #23780: Improved error message in os.path.join() with single argument. Idea by R. David Murray. 19 May 2015, 08:00:07 UTC
6baa0a5 Issue #6598: Increased time precision and random number range in email.utils.make_msgid() to strengthen the uniqueness of the message ID. 19 May 2015, 07:10:15 UTC
ae760c0 Issue #6598: Increased time precision and random number range in email.utils.make_msgid() to strengthen the uniqueness of the message ID. 19 May 2015, 07:09:42 UTC
8687275 Issue 24205: Improve inspect.Signature.bind() error messages. 19 May 2015, 04:27:49 UTC
fee05da Issue #24232: Fix typos. Patch by Ville Skyttä. 18 May 2015, 22:38:05 UTC
315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. 18 May 2015, 22:36:55 UTC
5f120fc Issue #24233: Add a proper link to socket.getfqdn() documentation. Patch by Ville Skyttä. 18 May 2015, 22:31:24 UTC
2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. Patch by Ville Skyttä. 18 May 2015, 22:31:00 UTC
bbe44ce Fix Sphinx compile error. ../../Misc/NEWS:60: ERROR: Unknown target name: "mangle_from". 18 May 2015, 22:28:07 UTC
1936354 Fix typo in Misc/NEWS. 18 May 2015, 22:22:29 UTC
ed9ed7f Fix typo in Nisc/NEWS. 18 May 2015, 22:21:28 UTC
9ce71a6 Fixed typos in comments. 18 May 2015, 19:20:18 UTC
7e29eea Fixed typos in comments. 18 May 2015, 19:19:42 UTC
8085b80 Issue 24226: Fix parsing of many sequential one-line 'def' statements. 18 May 2015, 16:50:52 UTC
a2c145c Issue #24091: Fixed various crashes in corner cases in C implementation of ElementTree. 18 May 2015, 15:33:31 UTC
5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of ElementTree. 18 May 2015, 15:29:33 UTC
c0937f7 Issue #24102: Fixed exception type checking in standard error handlers. 18 May 2015, 13:10:40 UTC
ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. 18 May 2015, 13:08:52 UTC
f4e6030 Closes #21931: Merge with 3.4 18 May 2015, 05:49:15 UTC
0a29e89 Issue #21931: Fix error handling in msilib.FCICreate(). Patch by Jeffrey Armstrong. 18 May 2015, 05:47:15 UTC
c15ea4c Issue #23488: Fix a syntax error on big endian platforms. Hopefully this will allow the PPC64 PowerLinux buildbot to finish a test run. 18 May 2015, 04:46:22 UTC
4baebfe Issue #21337: Add bare-bones Tix test All this does is confirm that Tix is available on Windows, which should always be the case (if _tkinter itself is available). 18 May 2015, 01:55:42 UTC
c17686f Issue #13866: add *quote_via* argument to urlencode. Patch by samwyse, completed by Arnon Yaari, and reviewed by Martin Panter. 18 May 2015, 00:44:50 UTC
1dbee94 #24211: Add missing docs for SMTPUTF8 policy instance. 17 May 2015, 23:36:16 UTC
8308444 #24218: Add SMTPUTF8 support to send_message. Reviewed by Maciej Szulik. 17 May 2015, 23:27:22 UTC
740d613 merge 17 May 2015, 21:47:00 UTC
610a51f Issue #23757: Only call the concrete list API for exact lists. 17 May 2015, 21:45:58 UTC
01d566d Issue #22155: News entry. 17 May 2015, 18:56:20 UTC
6558190 Issue #22155: News entry. 17 May 2015, 18:53:28 UTC
6883faf Merge with 3.4 17 May 2015, 18:50:06 UTC
d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter doc. Remove obsolete example from FAQ. Patch by Martin Panter. 17 May 2015, 18:49:26 UTC
fdb23c2 #20098: add mangle_from_ policy option. This defaults to True in the compat32 policy for backward compatibility, but to False for all new policies. Patch by Milan Oberkirch, with a few tweaks. 17 May 2015, 18:24:33 UTC
224ef3e #24211: Add RFC6532 support to the email library. This could use more edge case tests, but the basic functionality is tested. (Note that this changeset does not add tailored support for the RFC 6532 message/global MIME type, but the email package generic facilities will handle it.) Reviewed by Maciej Szulik. 17 May 2015, 15:29:21 UTC
c1ecef7 Merge: #24216: fix typo 17 May 2015, 14:17:35 UTC
0e8168c #24216: fix typo 17 May 2015, 14:16:37 UTC
2eb1a8b Ignore PCbuild/.vs directory. Also fix a couple other ignored PCbuild directories in .gitignore 17 May 2015, 03:45:27 UTC
bbbff3f Merge with 3.4 16 May 2015, 23:33:32 UTC
296c66e Issue #24199: Make idlever module self updating. Syop using it in aboutDialog. 16 May 2015, 23:28:32 UTC
f7e3938 Fixed issue #16314 test for the case when lzma is not available. 16 May 2015, 23:23:02 UTC
c7e0522 Merge with 3.4 16 May 2015, 22:31:32 UTC
a0b8a50 Issue #24212: Put reference in idle.__main__ to issue with explanation. 16 May 2015, 22:31:15 UTC
5b3df5b Add versionadded directive for BoundArguments.apply_defaults(). 16 May 2015, 20:29:31 UTC
9e7990a Issue #24210: Silence more PendingDeprecationWarning warnings in tests. 16 May 2015, 20:21:26 UTC
b744f3a #21083: add get_content_disposition method to email.message. Patch by Abhilash Raj. 16 May 2015, 19:41:07 UTC
b9cec6a Issue #16314: Added support for the LZMA compression in distutils. 16 May 2015, 19:13:27 UTC
b8cd3e4 #21804: Add RFC 6856 (UTF8) support to poplib. Patch by Milan Oberkirch. 16 May 2015, 19:05:53 UTC
8eb1f07 Issue #18682: Optimized pprint functions for builtin scalar types. 16 May 2015, 18:38:05 UTC
6d90fd5 Added tests for more builtin types. Made test_pprint discoverable. 16 May 2015, 18:35:56 UTC
5dbb40f Added tests for more builtin types. Made test_pprint discoverable. 16 May 2015, 18:35:24 UTC
b9731f2 Merge with 3.4 16 May 2015, 18:24:06 UTC
031d064 Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. 16 May 2015, 18:23:39 UTC
3113765 #19662: Make requirement to support arbitrary keywords explicit. When not using decode_data=True, smtpd may provide keyword arguments to the process_message user-implemented method. This doc update is intended to make it clear that arbitrary keywords must be supported, so that we can add additional features in the future by just adding keywords to the process_message call. 16 May 2015, 18:16:33 UTC
cee7cf6 #22027: Add RFC6531 support to smtplib. Initial patch by Milan Oberkirch. 16 May 2015, 17:58:14 UTC
b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. 16 May 2015, 17:45:09 UTC
1392f71 Issue #24210: Silence a PendingDeprecationWarning warning in platform.platform(). 16 May 2015, 17:24:28 UTC
6738b11 Issue 24208: Fix tests -- don't create a tempdir in __init__. 16 May 2015, 14:10:21 UTC
de12b79 allow test node after ** in calls (closes #24176) 16 May 2015, 13:44:45 UTC
8de32d9 Fixed release date. 16 May 2015, 13:32:21 UTC
8600c80 Null merge 16 May 2015, 13:31:35 UTC
df573d6 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and assertWarnsRegex() checks now emits a deprecation warning when callable is None or keyword arguments except msg is passed in the context manager mode. 16 May 2015, 13:29:50 UTC
a7d00c2 Reverted issue #24134 changes (except new tests). 16 May 2015, 13:25:43 UTC
6b680cd Fixed compilation error in signalmodule.c (issue #20182). 16 May 2015, 12:57:56 UTC
c7027b7 Issue #20182: converted the signal module to use Argument Clinic 16 May 2015, 11:14:49 UTC
97fceee Argument Clinic: added missing bit of info in howto 16 May 2015, 11:12:15 UTC
c784c6d Tighten-up code by eliminating an unnecessary variable. 16 May 2015, 04:01:13 UTC
75fb816 Issue #23184: idle tests, remove unused names and imports. 16 May 2015, 03:55:21 UTC
183a941 Issue #24192: Fix namespace package imports. 16 May 2015, 03:54:59 UTC
188c18d Merge 3.4 #23184: idle tests, remove unused names and imports. 16 May 2015, 03:55:49 UTC
7fae66c Merge with 3.4 Issue #23184: idlelib, remove more unused names and imports. 16 May 2015, 03:03:53 UTC
038c16b Issue #23184: idlelib, remove more unused names and imports. 16 May 2015, 03:03:17 UTC
d69755d Minor code clean-up. 16 May 2015, 00:53:52 UTC
29655df Issue #24064: Docuement that oroperty docstrings are now writeable. 15 May 2015, 23:17:05 UTC
42b50d1 Fixes default per-user install precompiling the standard library. 15 May 2015, 19:10:53 UTC
0cd2bf4 Issue 24200: Fix broken unittest. 15 May 2015, 16:55:20 UTC
f229bc5 inspect: Remove "0x..." IDs from Signature objects' __repr__ Issue 24200. 15 May 2015, 16:53:56 UTC
51b5832 Closes #24013: Improve os.scandir() and DirEntry documentation Patch written by Ben Hoyt. 15 May 2015, 07:12:58 UTC
back to top