- 8aaff54 Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7 by Donald Stufft · 11 years ago
- e927757 Issue #12728: Different Unicode characters having the same uppercase but by Serhiy Storchaka · 11 years ago
- fb136d1 Remove unused import by Raymond Hettinger · 11 years ago
- c4d2760 Silence the failure of test_pyclbr after adding a property in sre_parse by Serhiy Storchaka · 11 years ago
- 15ea870 Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 11 years ago
- b4f3d80 Backported tests for issue #22406. by Serhiy Storchaka · 11 years ago
- 4535b11 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 11 years ago
- 7a02582 Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. by Serhiy Storchaka · 11 years ago
- a6a8a4f merge heads by Georg Brandl · 11 years ago
- 6246f2a #22650: test suite: load Unicode test data files from www.pythontest.net by Georg Brandl · 11 years ago
- 31221a7 Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs). Patch by mattip by Steve Dower · 11 years ago
- 9580510 use pythontest.net for url fragment test by Benjamin Peterson · 11 years ago
- 57b00ed Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings by Victor Stinner · 11 years ago
- 06c1497 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 11 years ago
- 04439fd test that keyfile can be None by Benjamin Peterson · 11 years ago
- 186c5f0 Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. by Serhiy Storchaka · 11 years ago
- 009352a #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 11 years ago
- 21a2350 Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 11 years ago
- 33db23f Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. by Ned Deily · 11 years ago
- a79d6f4 Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 11 years ago
- e9e54ae Issue #17381: Fixed ranges handling in case-insensitive regular expressions. by Serhiy Storchaka · 11 years ago
- c04fcd4 Backported the optimization of compiling charsets in regular expressions by Serhiy Storchaka · 11 years ago
- e969b1b Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 11 years ago
- d4c7290 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 11 years ago
- 78be2f4 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 11 years ago
- 7a16207 Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 11 years ago
- 0daddbd Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, by Terry Jan Reedy · 11 years ago
- af26c15 #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 11 years ago
- 0746b00 Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 11 years ago
- cf83476 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 11 years ago
- 833dfad Issue #22628: Increase Treewidge line spacing so lines do not overlap. by Terry Jan Reedy · 11 years ago
- 0234fd1 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 11 years ago
- cca5b69 Issue #3068: Change 0/1 to False/True so that extension configure dialog can by Terry Jan Reedy · 11 years ago
- 26e8252 Issue #22632: replace dead link with version-specific doc link. by Terry Jan Reedy · 11 years ago
- 20c049d Issue #21855: Fixed the decimal module in unicode disabled build. by Serhiy Storchaka · 11 years ago
- b29ab4a Merge. by Charles-François Natali · 11 years ago
- 977c424 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 11 years ago
- fbddffa Fixed the test of issue #13664 on platforms without unicode filenames support. by Serhiy Storchaka · 11 years ago
- 08da46e Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. by Terry Jan Reedy · 11 years ago
- c0dc65e Change deprecated Exception.message to Exception.args-[0] where the use of by Terry Jan Reedy · 11 years ago
- 54edfb3 Issue #13664: GzipFile now supports non-ascii Unicode filenames. by Serhiy Storchaka · 11 years ago
- 55bf20a #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 11 years ago
- e73b8c6 Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 11 years ago
- d7f44e2 #11973: add test for previously fixed kevent signed/unsigned bug. by R David Murray · 11 years ago
- 80f0c82 Fixed and optimized a test of issue #22526. by Serhiy Storchaka · 11 years ago
- 987a02b Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
- d0a5e9b Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 11 years ago
- f85a856 Issue #11694: Raise ConversionError in xdrlib as documented by Petri Lehtinen · 11 years ago
- a68109a #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by R David Murray · 11 years ago
- 1375538 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 11 years ago
- 23030db Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 11 years ago
- 163d7fb idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 11 years ago
- 3d1f2d3 make _socket.socket weakrefable (closes #22569) by Benjamin Peterson · 11 years ago
- ae41086 PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, by Terry Jan Reedy · 11 years ago
- 04fa704 Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" by Serhiy Storchaka · 11 years ago
- 19b7a75 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. by Terry Jan Reedy · 11 years ago
- 77149a1 Issue #21951: Temporary skip crashing test_user_command on AIX. by Serhiy Storchaka · 11 years ago
- 2af8d2f Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat(). by Victor Stinner · 11 years ago
- af09c77 Issue #21591: add test for qualified exec in tuple form. by Robert Jordens · 11 years ago
- c382807 Issue #19612: subprocess.communicate() now also ignores EINVAL when using at by Victor Stinner · 11 years ago
- 110796f Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. by Terry Jan Reedy · 11 years ago
- 0a649c7 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 11 years ago
- 5a1427c Issue #19875: Fix random test_getsockaddrarg() failure. by Charles-François Natali · 11 years ago
- 1b5f58d Issue #21990: Cleanup unnecessary inner class definition in saxutils. by Raymond Hettinger · 11 years ago
- 2ce9ddd Issue #22061: Add deprecation warnings in empty obsolete methods. by Serhiy Storchaka · 11 years ago
- fe9ebe4 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 11 years ago
- 186f665 Issue #1730136: Fix comparison between a tk Font object and an object of a by Serhiy Storchaka · 11 years ago
- 63a4747 Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 11 years ago
- f2eb721 Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator) by Zachary Ware · 11 years ago
- 9cb68ca Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set() by Serhiy Storchaka · 11 years ago
- fc1ae6c Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. by Serhiy Storchaka · 11 years ago
- 7cc3b0a Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on by Serhiy Storchaka · 11 years ago
- 4e64d87 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 11 years ago
- b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 11 years ago
- e7829bd Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 11 years ago
- fdfe9fc Add helpers for testing unicode disabled builds. by Serhiy Storchaka · 11 years ago
- af0dce9 Issue #21982: Add minimal unittest for configDialog with 46% coverage. by Terry Jan Reedy · 11 years ago
- 6e9a3ac Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7. by Terry Jan Reedy · 11 years ago
- e2c409f Issue #18592: Method return signature changes made to SearchDialogBase for by Terry Jan Reedy · 11 years ago
- c893762 Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
- d6c3163 Issue #18592: Make unittest for SearchDialogBase work on all tk versions. by Terry Jan Reedy · 11 years ago
- c03c110 #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
- d11dde4 Issue #21940: add docstrings to idlelib.WidgetRedirector. by Terry Jan Reedy · 11 years ago
- f97376f #21945: fix typo in Cookie module docstring. by Ezio Melotti · 11 years ago
- 5fc570f Issue #21881: Just omit tests for platform-specific NaN representation in test_tcl. by Serhiy Storchaka · 11 years ago
- 668af7e Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN by Serhiy Storchaka · 11 years ago
- 9be5789 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler by Ned Deily · 11 years ago
- 6690eed Issue #21151: Fixed a segfault in the _winreg module. by Zachary Ware · 11 years ago
- 809b665 Fix guidance for subclassing collections.Set() by Raymond Hettinger · 11 years ago
- cf0a706 Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags. by Berker Peksag · 11 years ago
- 228b99e More idlelib cleanup inspired by pyflakes. by Terry Jan Reedy · 11 years ago
- 9bc5056 Delete a few unused names suggested by pyflakes. by Terry Jan Reedy · 11 years ago
- 6a0fe8d Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods by Terry Jan Reedy · 11 years ago
- 1530a82 whitespace by Terry Jan Reedy · 11 years ago
- 72eb075 Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. by Terry Jan Reedy · 11 years ago
- f7f746a Issue #21882: In turtle demos, remove module scope gui and sys calls by by Terry Jan Reedy · 11 years ago
- fdbdcfe bump to 2.7.8 by Benjamin Peterson · 11 years ago
- f722c29 update pydoc-topics by Benjamin Peterson · 11 years ago
- bb4d352 add a test for access errors from OpenKey (closes #21871) by Benjamin Peterson · 11 years ago
- 4becf85 don't allow unicode into type_map on Windows (closes #21652) by Benjamin Peterson · 11 years ago