summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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 #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.Terry Jan Reedy2015-09-265-20/+20
* Issue #25211: Eliminate lazy error message class by using subTestMartin Panter2015-09-251-88/+72
* 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 #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-241-9/+29
* Issue 25224: Augment Idle doc feature list and no-subprocess sectionTerry Jan Reedy2015-09-241-3/+17
* Issue #25219: Update doc for Idle command line options.Terry Jan Reedy2015-09-231-16/+17
* Idlelib.help: add 'b' prefix needed for bytes + bytes.Terry Jan Reedy2015-09-231-1/+1
* Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warningTerry Jan Reedy2015-09-231-5/+5
* Issue #25047: Respect case writing XML encoding declarationsMartin Panter2015-09-232-12/+18
* 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-231-168/+120
* whitespaceTerry Jan Reedy2015-09-221-1/+1
* Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-223-20/+37
* Issue #24861: add Idle news item and correct previous errors.Terry Jan Reedy2015-09-211-2/+5
* Issue #23630: Fix test_asyncio on WindowsVictor Stinner2015-09-211-0/+1
* Issue #25114: Fix test_asyncioVictor Stinner2015-09-211-3/+2
* Issue #23630, asyncio: host parameter of loop.create_server() can now be aVictor Stinner2015-09-213-8/+63
* Issue #25114, asyncio: add ssl_object extra info to SSL transportsVictor Stinner2015-09-213-12/+68
* Issue #25138: test_socket.test_idna() uses support.transient_internet() insteadVictor Stinner2015-09-211-5/+4
* 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-100/+20
* 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-3/+14
* Issue #16893: whitespace in idle.html.Terry Jan Reedy2015-09-211-14/+14
* Issue #16893: Replace help.txt with idle.html for Idle doc display.Terry Jan Reedy2015-09-206-12/+927
* Issue #24199: Add stacklevel to deprecation warning call.Terry Jan Reedy2015-09-201-1/+1
* Issue #25101: Try to create a file to test write access in test_zipfile.Serhiy Storchaka2015-09-191-0/+7
* Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X SnowVictor Stinner2015-09-181-0/+3
* Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methodsVictor Stinner2015-09-182-33/+42
* Issue #25108: Backported tests for traceback functions print_stack(),Serhiy Storchaka2015-09-181-0/+35
* test_gdb: fix regex to parse the GDB versionVictor Stinner2015-09-141-1/+1
* fix name of argument in docstring and the docs (closes #25076)Benjamin Peterson2015-09-131-1/+1
* Issue #25021: Merge from 3.3 to 3.4Kristján Valur Jónsson2015-09-121-0/+10
|\
| * Issue #25021: Correctly make sure that product.__setstate__ does not accessKristján Valur Jónsson2015-09-121-0/+10
* | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-122-3/+3
* | Issue #16473: Fix byte transform codec documentation; test quotetabs=TrueMartin Panter2015-09-122-1/+9
* | Issue #24857: Comparing call_args to a long sequence now correctly returns aBerker Peksag2015-09-092-2/+6
* | os.sendfile(headers=None, trailers=None) arguments are not actually acceptedMartin Panter2015-09-091-1/+1
* | Issue 24199: Deprecate idlelib.idlever with a warning on import.Terry Jan Reedy2015-09-092-3/+19
* | Issue #23738: Document and test actual keyword parameter namesMartin Panter2015-09-095-3/+43
* | Fixed tests for shutil.make_archive() with relative base_name in the case whenSerhiy Storchaka2015-09-081-2/+2
* | Fix whitespace in comment.Raymond Hettinger2015-09-081-3/+2
* | Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-082-6/+40
* | Raise more correct exception on overflow in setting buffer_size attribute ofSerhiy Storchaka2015-09-071-0/+3