- d2134c7 Issue #24570: Idle: make calltip and completion boxes appear on Macs by Terry Jan Reedy · 9 years ago
- 00e4ce3 Issue #24988: Idle ScrolledList context menus (used in debugger) by Terry Jan Reedy · 9 years ago
- 3be2e54 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. by Terry Jan Reedy · 9 years ago
- cbe16ae Issue #25211: Eliminate lazy error message class by using subTest by Martin Panter · 9 years ago
- 52736dd Issue #25198: Idle doc viewer now uses user width and height setting. by Terry Jan Reedy · 9 years ago
- ce021db Issue #25225: add revised .html. by Terry Jan Reedy · 9 years ago
- 974a271 Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text by Terry Jan Reedy · 9 years ago
- 0053c47 Issue 21995: Explain some differences between IDLE and console Python. by Terry Jan Reedy · 9 years ago
- 6e10ec5 Issue 25224: Augment Idle doc feature list and no-subprocess section by Terry Jan Reedy · 9 years ago
- 968e285 Issue #25219: Update doc for Idle command line options. by Terry Jan Reedy · 9 years ago
- 6f5cdfe Idlelib.help: add 'b' prefix needed for bytes + bytes. by Terry Jan Reedy · 9 years ago
- a0ae789 Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning by Terry Jan Reedy · 9 years ago
- 89f76d3 Issue #25047: Respect case writing XML encoding declarations by Martin Panter · 9 years ago
- f94471c whitespace by Terry Jan Reedy · 9 years ago
- 3c7eccd Issue #24570: Right-click for context menus now work on Mac Aqual also. by Terry Jan Reedy · 9 years ago
- 8f278f1 Handle calls to win32_ver from non-Windows platform by Steve Dower · 9 years ago
- 64a3387 Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. by Steve Dower · 9 years ago
- 364d6e1 whitespace by Terry Jan Reedy · 9 years ago
- cba1a1a Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. by Terry Jan Reedy · 9 years ago
- d9763c2 Issue #24861: add Idle news item and correct previous errors. by Terry Jan Reedy · 9 years ago
- 582b17c Issue #23630: Fix test_asyncio on Windows by Victor Stinner · 9 years ago
- 72e1eae Issue #25114: Fix test_asyncio by Victor Stinner · 9 years ago
- 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 9 years ago
- f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 9 years ago
- 808d641 Issue #25138: test_socket.test_idna() uses support.transient_internet() instead by Victor Stinner · 9 years ago
- c3f7731 Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. by Terry Jan Reedy · 9 years ago
- 09fbb20 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines by Terry Jan Reedy · 9 years ago
- 96f802a Issue #16893: finish deprecation. by Terry Jan Reedy · 9 years ago
- b50c637 Issue #25199: Idle: add synchronization comments for future maintainers. by Terry Jan Reedy · 9 years ago
- 963a38b Issue #16893: whitespace in idle.html. by Terry Jan Reedy · 9 years ago
- 5d46ab1 Issue #16893: Replace help.txt with idle.html for Idle doc display. by Terry Jan Reedy · 9 years ago
- c37c49f Issue #24199: Add stacklevel to deprecation warning call. by Terry Jan Reedy · 9 years ago
- d86a6ef Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 9 years ago
- 5393647 Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow by Victor Stinner · 9 years ago
- 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
- e3bcbd2 Issue #25108: Backported tests for traceback functions print_stack(), by Serhiy Storchaka · 9 years ago
- a578eb3 test_gdb: fix regex to parse the GDB version by Victor Stinner · 9 years ago
- 4019852 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 9 years ago
- 95c3e6c Issue #25021: Merge from 3.3 to 3.4 by Kristján Valur Jónsson · 9 years ago
- 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 9 years ago
- 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
- 06171bd Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 9 years ago
- 3fc536f Issue #24857: Comparing call_args to a long sequence now correctly returns a by Berker Peksag · 9 years ago
- 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
- 78d915a Issue 24199: Deprecate idlelib.idlever with a warning on import. by Terry Jan Reedy · 9 years ago
- bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
- 5558d4f Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
- 8ba03cf Fix whitespace in comment. by Raymond Hettinger · 9 years ago
- 2504cec Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
- de5f9f4 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
- 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
- eba8fee Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
- a091a82 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
- b41eada Issue #24889: When starting Idle, force focus onto Idle window if not already by Terry Jan Reedy · 9 years ago
- e8d58d1 Issue #25004: Handle out-of-disk-space error in LargeMmapTests by Martin Panter · 9 years ago
- 6f2bb98 #23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True. by Ezio Melotti · 9 years ago
- 527ef07 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
- 2a23adf Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
- ca3f435 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 9 years ago
- 4fda56f Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. by Terry Jan Reedy · 9 years ago
- 479fea6 test_gdb: oops, the regex to parse the gdb version was still too strict by Victor Stinner · 9 years ago
- a7b76e0 test_wsgiref: add missing import (support) by Victor Stinner · 9 years ago
- 22f2c0e Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
- 26afae4 test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n' by Victor Stinner · 9 years ago
- ac5004f Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 9 years ago
- 1c40552 Fix test_warnings: don't modify warnings.filters by Victor Stinner · 9 years ago
- 5b6b4a8 test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings by Victor Stinner · 9 years ago
- 2f3ac1e test_gdb: fix regex to parse gdb version for SUSE Linux Entreprise by Victor Stinner · 9 years ago
- 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
- ed599b7 Issue #21112: Fix regression in unittest.expectedFailure on subclasses. by Robert Collins · 9 years ago
- 8e92967 Issue #24790: correct typo noticed by Eric Smith by Terry Jan Reedy · 9 years ago
- 2050a10 Issue #24790: Restore unused function. by Terry Jan Reedy · 9 years ago
- 41a27e0 Issue #24782: In Idle extension config dialog, replace tabs with sorted list. by Terry Jan Reedy · 9 years ago
- b372356 Update pip to 7.1.2 and setuptools to 18.2 by Donald Stufft · 9 years ago
- ab7cc759 Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses. by Yury Selivanov · 9 years ago
- a78ebe6 Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts). by Terry Jan Reedy · 9 years ago
- 6579459 cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
- 5080deb Entries for idlelib/NEWS.txt by Terry Jan Reedy · 9 years ago
- 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
- c6dd5b1 Issue #24833: Add attribute reference needed for 3.x. by Terry Jan Reedy · 9 years ago
- 2339833 Issue #24867: Fix Task.get_stack() for 'async def' coroutines by Yury Selivanov · 9 years ago
- ac37ba0 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
- 9632ea2 Issue #24763: Fix asyncio test on Windows (fix reverted change) by Yury Selivanov · 9 years ago
- 9a47ed8 regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore by Zachary Ware · 9 years ago
- 3a7ffa7 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
- d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
- 159fbdd Issue #23812: Fix getter-cancellation with many pending getters code path by Yury Selivanov · 9 years ago
- 86b34da Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
- 5c28e9f Issue #23672: Allow Idle to edit and run files with astral chars in name. by Terry Jan Reedy · 9 years ago
- 8c125eb asyncio: Make sure BaseException is re-raised in SSLProtocol by Yury Selivanov · 9 years ago
- 3fc0f2d Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
- 36948d7 Issue #24791: Add tests for things that regressed with PEP 448 by Zachary Ware · 9 years ago
- 920a335 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 9 years ago
- 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 9 years ago
- 996083d asyncio: Sync with mainstream by Yury Selivanov · 9 years ago
- 2fee5c9 Issue #24021: docstring for urllib.urlcleanup. by Robert Collins · 9 years ago
- 7e220c0 Merge by Terry Jan Reedy · 9 years ago
- 2f7de53 Issue #24759: Revert 13a8782a775e. by Terry Jan Reedy · 9 years ago
- a0e5d98 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
- 43cbbe2 Issue #22397: Skip failing tests on AIX by Robert Collins · 10 years ago