summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed the "b" string prefix to make test_xpickle compatible with Python 2.5.Serhiy Storchaka2015-10-021-33/+33
* Issue #25290: Fix typo in csv.reader() docstringBerker Peksag2015-10-021-1/+1
* Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-024-7/+71
* Issue #25003: os.urandom() doesn't use getentropy() on Solaris becauseVictor Stinner2015-10-012-4/+12
* Issue #22958: Constructor and update method of weakref.WeakValueDictionarySerhiy Storchaka2015-09-293-2/+45
* Issue #22609: Constructor and the update method of collections.UserDict nowSerhiy Storchaka2015-09-293-3/+72
* Backported additional unpickling tests from 3.x.Serhiy Storchaka2015-09-291-4/+160
* Moved unpickling tests with prepickled data to separate class.Serhiy Storchaka2015-09-293-47/+88
* Issue #24028: Add subsection about Idle calltips.Terry Jan Reedy2015-09-292-11/+59
* Remove indent in news item. Error when building 3.x docs.Terry Jan Reedy2015-09-291-1/+1
* Add recent IDLE NEWS items. Move Build sectios down.Terry Jan Reedy2015-09-292-17/+85
* Issue #25249: Remove unneeded mkstemp helper in test_subprocessBerker Peksag2015-09-281-17/+7
* Issue #24972: New option is only valid in tk 8.5+.Terry Jan Reedy2015-09-281-1/+3
* Issue #24972: Inactive selection background now matches active selectionTerry Jan Reedy2015-09-281-30/+1
* Issue #25203: Failed readline.set_completer_delims() no longer left theSerhiy Storchaka2015-09-272-4/+8
* fix spacingBenjamin Peterson2015-09-271-2/+2
* merge headsBenjamin Peterson2015-09-271-2/+2
|\
| * Fix broken link in Doc/extending/index.rstBerker Peksag2015-09-271-2/+2
* | make wikipedia link httpsBenjamin Peterson2015-09-271-1/+1
|/
* Issue #25198: When using the Idle dov TOC menu, put the section title at theTerry Jan Reedy2015-09-271-22/+14
* shorten and fix casing of titleBenjamin Peterson2015-09-271-2/+2
* Issue #24570: Idle: make calltip and completion boxes appear on MacsTerry Jan Reedy2015-09-272-0/+2
* Issue #24988: Idle ScrolledList context menus (used in debugger)Terry Jan Reedy2015-09-261-1/+6
* Issue #25135: Avoid possible reentrancy issues in deque_clear.Raymond Hettinger2015-09-262-3/+60
* Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.Terry Jan Reedy2015-09-265-21/+21
* Issue #25198: Idle doc viewer now uses user width and height setting.Terry Jan Reedy2015-09-251-1/+5
* Issue #25225: add revised .html.Terry Jan Reedy2015-09-251-48/+29
* Issue #25225: Condense and rewrite Idle doc section on text colors.Terry Jan Reedy2015-09-251-31/+13
* Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> textTerry Jan Reedy2015-09-241-8/+11
* Issue 21995: Explain some differences between IDLE and console Python.Terry Jan Reedy2015-09-242-11/+43
* Issue #24894: Document the codec iso8859_11Victor Stinner2015-09-241-0/+2
* Issue #22820: Explain need for *print* when running file from Idle editor.Terry Jan Reedy2015-09-242-3/+13
* Issue #25211: Fix error message code in test_long; patch from s-wakabaMartin Panter2015-09-241-19/+19
* Issue 25224: Augment Idle doc feature list and no-subprocess sectionTerry Jan Reedy2015-09-241-3/+17
* Issue 25224: Augment Idle doc feature list and no-subprocess sectionTerry Jan Reedy2015-09-241-4/+21
* Issue #25219: Update doc for Idle command line options.Terry Jan Reedy2015-09-232-31/+33
* Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warningTerry Jan Reedy2015-09-231-5/+5
* whitespaceTerry Jan Reedy2015-09-231-1/+1
* Issue #24570: Right-click for context menus now work on Mac Aqual also.Terry Jan Reedy2015-09-232-5/+13
* Handle calls to win32_ver from non-Windows platformSteve Dower2015-09-231-1/+4
* Issue #19143: platform module now reads Windows version from kernel32.dll to ...Steve Dower2015-09-232-170/+123
* whitespaceTerry Jan Reedy2015-09-221-1/+1
* Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-224-22/+39
* Issue #24861: add Idle news items and correct previous errors.Terry Jan Reedy2015-09-212-4/+10
* Issue #24861: Add docstring to idlelib.__init__ with 'private' warning.Terry Jan Reedy2015-09-211-1/+8
* Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 linesTerry Jan Reedy2015-09-211-110/+16
* Issue #23484: Document differences between synchronization primitives ofBerker Peksag2015-09-211-6/+119
* Add NEWS items for Idle.Terry Jan Reedy2015-09-211-0/+15
* Issue #16893: finish deprecation.Terry Jan Reedy2015-09-211-3/+1
* Issue #25199: Idle: add synchronization comments for future maintainers.Terry Jan Reedy2015-09-212-2/+14