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

sort by:
Revision Author Date Message Commit Date
8d0a94d Issue #892902: Disable newly added tests in test_xpickle. 07 November 2015, 18:04:46 UTC
da87e45 Issue #892902: Fixed pickling recursive objects. 07 November 2015, 09:15:32 UTC
43415ba Issue #18010: Fix pydoc GUI search to handle package exceptions 07 November 2015, 05:41:47 UTC
c157347 Issue #12612: Add some Valgrind suppressions for 64-bit machines. 05 November 2015, 19:41:57 UTC
2ee55f3 Fix use of default reST role 05 November 2015, 16:28:18 UTC
be03807 remove trailing ws 04 November 2015, 06:43:31 UTC
40559ce merge heads 04 November 2015, 06:42:08 UTC
873cad2 link to modern PUG url 04 November 2015, 06:42:02 UTC
c72e66a Issue #25523: Backported a-to-an corrections. 02 November 2015, 13:06:09 UTC
a5ad9da Issue #25519: Mark difflib.ndiff as a functions where not already. 30 October 2015, 23:41:10 UTC
cfad18d Issue #25505: Remove unused buggy method. 30 October 2015, 23:25:28 UTC
faaf16b Issue #25507: move test-specific imports to test function (idlelib.IOBinding). 30 October 2015, 06:47:01 UTC
a05c413 fix usage of undefined name (#25504) 30 October 2015, 04:10:57 UTC
09ba984 always use os.urandom for the uuid4 algorithm (closes #25515) 30 October 2015, 03:38:04 UTC
fbe04b6 Issue #21827: Fixed textwrap.dedent() for the case when largest common whitespace is a substring of smallest leading whitespace. Based on patch by Robert Li. 28 October 2015, 19:39:36 UTC
0a1ba70 Issue #25432: Explain isinstance behaviour when type is a tuple. 28 October 2015, 07:14:46 UTC
8048776 Display IDLE warning as a warning rather than as an error. Clarify message and expected action for beginners. 27 October 2015, 07:37:55 UTC
9186a6a Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić. 24 October 2015, 14:39:36 UTC
15a43ed Issue #25461: Rephrase os.walk() doc Patch written by Bernt Røskar Brenna. 23 October 2015, 10:42:39 UTC
6470792 Issue21709: Call os.path.normcase when setting _srcfile for compatibility with what findCaller() does when running on non-POSIX platforms. (alternatively: the normcase calls in both places could be eliminated, but that touches more code and that refactoring hasn't even been done in 3 yet...) 22 October 2015, 20:12:20 UTC
7427a79 Issue #21709: Fix the logging module to not depend upon __file__ being set properly to get the filename of its caller from the stack. This allows it to work if run in a frozen or embedded environment where the module's .__file__ attribute does not match its code object's .co_filename. This same much simpler always correct approach has already been deployed and used widely in Python 3.4 per the issue referenced above. 22 October 2015, 20:09:50 UTC
1256b3c Issue #24782: Limit width of canvas and hence IDLE settings dialog. 22 October 2015, 07:27:27 UTC
9188516 Issue #24782: Don't try to run now-removed extension dialog test. 20 October 2015, 06:15:23 UTC
63173a8 Added entry to logging cookbook. 17 October 2015, 12:55:19 UTC
eb2cb97 Issue #25188: Clean up code to pass the --pgo flag to subprocesses when running the test suite. Patch by Arfrever Frehtes Taifersar Arahesis. 16 October 2015, 19:30:20 UTC
4922ac1 Issue #24782: whitespace 14 October 2015, 02:08:45 UTC
1c49ec0 Issue #24782: Finish converting the Configure Extension dialog into a new tab in the IDLE Preferences dialog. Code patch by Mark Roseman. 14 October 2015, 02:03:44 UTC
a20c72a actually link to the version attributes documentation 12 October 2015, 06:03:22 UTC
c0a053e Issue #22726: Re-activate config dialog help button with some content about the other buttons and the new IDLE Dark theme. 12 October 2015, 02:07:25 UTC
d2a19c2 don't mention Python 2.2 (closes #25375) 11 October 2015, 06:23:55 UTC
5f32b23 use the with statement for locking the internal condition (closes #25362) Patch by Nir Soffer. 11 October 2015, 02:34:46 UTC
4ed35fc Issue #25161: Add full stops in documentation; patch by Takase Arihiro 10 October 2015, 10:52:35 UTC
dab305e Issue #22413: Document newline effect on StringIO initializer and getvalue Also add to comment in the C code. 10 October 2015, 02:52:30 UTC
462502b Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 character was locale depending. 10 October 2015, 06:33:11 UTC
9918775 Closes #25344: Added cookbook recipe to show buffering of logging events. 09 October 2015, 23:49:10 UTC
9c90e25 Issue #25326: Improve an obscure error message. 09 October 2015, 01:14:15 UTC
840c82e Issue #25286: Accidentally dropped "the" 07 October 2015, 10:39:13 UTC
4a33724 Issue #25286: Dictionary views are not sequences Also change glossary heading from "view" to "dictionary view". Patch by Akira Li. 07 October 2015, 10:19:39 UTC
e904427 Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 07 October 2015, 03:12:02 UTC
cf0d512 merge heads 07 October 2015, 02:37:15 UTC
77d12ec prevent unacceptable bases from becoming bases through multiple inheritance (#24806) 07 October 2015, 02:36:54 UTC
0a8845e Issue #25317: Converted doctests in test_tokenize to unittests. 06 October 2015, 15:13:38 UTC
51cd53e reinitialize an Event's Condition with a regular lock (closes #25319) 06 October 2015, 04:56:22 UTC
0451fb9 Make error report in test_codecs more informative. 04 October 2015, 10:52:40 UTC
1b6333a Issue #24820: Update IDLE NEWS items. 04 October 2015, 05:14:45 UTC
9f37eae Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. 04 October 2015, 04:30:59 UTC
fcf58a1 Issue #16701: Document += and *= for mutable sequences 03 October 2015, 07:37:22 UTC
74c76c8 Issue #24657: Prevent CGIRequestHandler from collapsing the URL query Initial patch from Xiang Zhang. Also fix out-of-date _url_collapse_path() doc string. 03 October 2015, 05:55:46 UTC
cff22eb Issue #25232: Fix CGIRequestHandler's splitting of URL query Patch from Xiang Zhang. 03 October 2015, 05:38:07 UTC
195fc2f Issue #25224: README.txt is now an idlelib index for IDLE developers and curious users. The previous user content is now in the IDLE doc and is redundant. IDLE now means 'Integrated Development and Learning Environment'. 03 October 2015, 03:22:54 UTC
c30475e Issue #24820: Users can now set breakpoint colors in Settings -> Custom Highlighting. Original patch by Mark Roseman. 03 October 2015, 02:12:09 UTC
65918e0 Fix indentation 02 October 2015, 23:22:32 UTC
9537478 Issue #25188: Add -P/--pgo to test.regrtest for PGO building. Initial patch by Alecsandru Patrascu of Intel. 02 October 2015, 23:21:34 UTC
f6eced5 Removed the "b" string prefix to make test_xpickle compatible with Python 2.5. 02 October 2015, 17:23:46 UTC
4e29477 Issue #25290: Fix typo in csv.reader() docstring Patch by Johannes Niediek. 02 October 2015, 16:30:21 UTC
e12f632 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: 1. Non-ASCII bytes were accepted after shift sequence. 2. A low surrogate could be emitted in case of error in high surrogate. 02 October 2015, 10:14:53 UTC
a87633e Issue #25003: os.urandom() doesn't use getentropy() on Solaris because getentropy() is blocking, whereas os.urandom() should not block. getentropy() is supported since Solaris 11.3. 01 October 2015, 07:57:26 UTC
f522bbc Issue #22958: Constructor and update method of weakref.WeakValueDictionary now accept the self keyword argument. 29 September 2015, 20:51:27 UTC
cab4566 Issue #22609: Constructor and the update method of collections.UserDict now accept the self keyword argument. 29 September 2015, 20:33:03 UTC
22afc50 Backported additional unpickling tests from 3.x. 29 September 2015, 12:51:40 UTC
4d2cf55 Moved unpickling tests with prepickled data to separate class. 29 September 2015, 12:36:28 UTC
958a9c7 Issue #24028: Add subsection about Idle calltips. 29 September 2015, 05:55:50 UTC
6d49160 Remove indent in news item. Error when building 3.x docs. 29 September 2015, 05:00:25 UTC
da10017 Add recent IDLE NEWS items. Move Build sectios down. 29 September 2015, 03:38:46 UTC
b7c3515 Issue #25249: Remove unneeded mkstemp helper in test_subprocess The helper was added in 76641824cf05 11 years ago and it can be removed now since all supported Python versions have tempfile.mkstemp(). Patch by Nir Soffer. 28 September 2015, 12:37:57 UTC
a667380 Issue #24972: New option is only valid in tk 8.5+. 28 September 2015, 08:52:44 UTC
62520b2 Issue #24972: Inactive selection background now matches active selection background, as selected by user, on all systems. This also fixes a problem with found items not highlighted on Windows. Initial patch by Mark Roseman. Fix replaces workaround with obscure but proper configuration option. 28 September 2015, 02:46:12 UTC
a8041ae Issue #25203: Failed readline.set_completer_delims() no longer left the module in inconsistent state. 27 September 2015, 19:34:59 UTC
96d2654 fix spacing 27 September 2015, 09:13:40 UTC
02dc7d1 merge heads 27 September 2015, 09:08:04 UTC
9fa7e2e Fix broken link in Doc/extending/index.rst 27 September 2015, 09:06:26 UTC
4e648f6 make wikipedia link https 27 September 2015, 09:05:01 UTC
4cdb054 Issue #25198: When using the Idle dov TOC menu, put the section title at the top of the window, unless it is too near the bottom to do do. 27 September 2015, 08:40:02 UTC
9b4865a shorten and fix casing of title 27 September 2015, 08:23:10 UTC
0c58d31 Issue #24570: Idle: make calltip and completion boxes appear on Macs affected by a tk regression. Initial patch by Mark Roseman. 27 September 2015, 00:03:51 UTC
83cce49 Issue #24988: Idle ScrolledList context menus (used in debugger) now work on Mac Aqua. Patch by Mark Roseman. 26 September 2015, 22:50:20 UTC
d2a4073 Issue #25135: Avoid possible reentrancy issues in deque_clear. 26 September 2015, 07:52:57 UTC
8bfacc7 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. This associates the message box with the widget and is better for Mac OSX. Patch by Mark Roseman. 26 September 2015, 02:22:48 UTC
647412f Issue #25198: Idle doc viewer now uses user width and height setting. The height is reduced by 3/4 to account for extra spacing between lines, relative to an Idle editor, and extra tall header lines. 25 September 2015, 04:49:02 UTC
bdf1d0d Issue #25225: add revised .html. 25 September 2015, 03:18:52 UTC
f56f8d1 Issue #25225: Condense and rewrite Idle doc section on text colors. 25 September 2015, 03:13:43 UTC
49095e2 Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text by adding a new tag. Patch by Mark Roseman. Also give <pre> text a very light blueish-gray background similar to that used by Sphinx html. 24 September 2015, 21:31:54 UTC
7cca4e5 Issue 21995: Explain some differences between IDLE and console Python. 24 September 2015, 07:09:38 UTC
68dafe5 Issue #24894: Document the codec iso8859_11 Patch written by Prashant Tyagi. 24 September 2015, 07:05:19 UTC
cf5bf82 Issue #22820: Explain need for *print* when running file from Idle editor. 24 September 2015, 05:39:25 UTC
2bc50d7 Issue #25211: Fix error message code in test_long; patch from s-wakaba 24 September 2015, 00:19:42 UTC
328e1ec Issue 25224: Augment Idle doc feature list and no-subprocess section to finish making current README.txt obsolete. 24 September 2015, 00:02:25 UTC
6741a5a Issue 25224: Augment Idle doc feature list and no-subprocess section to finish making current README.txt obsolete. 24 September 2015, 00:00:22 UTC
c7025c6 Issue #25219: Update doc for Idle command line options. Some were missing and notes were not correct. 23 September 2015, 07:52:18 UTC
fea7fc1 Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning so it is not triggered on import. The problem is creation of a now-unused instance "helpDialog = HelpDialog()", left for back compatibility. So instead trigger the warning when that instance or another is used. 23 September 2015, 02:59:35 UTC
b60d103 whitespace 23 September 2015, 01:13:09 UTC
ca33d56 Issue #24570: Right-click for context menus now work on Mac Aqual also. Patch by Mark Roseman. 23 September 2015, 01:10:22 UTC
e20c2a6 Handle calls to win32_ver from non-Windows platform 23 September 2015, 00:35:24 UTC
044cde5 Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. 23 September 2015, 00:25:30 UTC
1234fd9 whitespace 22 September 2015, 02:42:17 UTC
13b21f8 Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. Change destination to help.html. Adjust NEWS entries. 22 September 2015, 02:36:36 UTC
4dd7887 Issue #24861: add Idle news items and correct previous errors. 21 September 2015, 23:28:18 UTC
79157ae Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. 21 September 2015, 05:44:00 UTC
1d2ce97 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines above "What's New and 0 lines above "Release date". Remove most old headers for non-final releases (they currently do not get carried forward. 21 September 2015, 05:07:54 UTC
0612ae5 Issue #23484: Document differences between synchronization primitives of threading and multiprocessing modules. In multiprocessing, the name of the first parameter of the acquire methods is "block", but "blocking" in threading. This commit also improves documentation of Lock and RLock. Patch by Davin Potts. 21 September 2015, 04:15:52 UTC
back to top