- 008651c Display the name not the group itself by Raymond Hettinger · 11 years ago
- f595a12 Issue #8343: Named group error msgs did not show the group name. by Raymond Hettinger · 11 years ago
- 3bef935 fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672) by Benjamin Peterson · 11 years ago
- 4575010 Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). by Raymond Hettinger · 11 years ago
- 94919a4 Fix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag. by Charles-François Natali · 11 years ago
- 98fbdd6 Issue #21491: SocketServer: Fix a race condition in child processes reaping. by Charles-François Natali · 11 years ago
- 7299818 Issue #21768: fix type in test_pydoc, patch by Claudiu Popa. by Terry Jan Reedy · 11 years ago
- 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 11 years ago
- fa3b9cc Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
- c0bc4ef avoid crashes and lockups from daemon threads during interpreter shutdown (#1856) by Benjamin Peterson · 11 years ago
- 7c5318f Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav by Terry Jan Reedy · 11 years ago
- 357d312 whitespace by Terry Jan Reedy · 11 years ago
- 633c33b Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and by Terry Jan Reedy · 11 years ago
- 87d0136 clarify when the list of subdirectories is read (closes #13779) by Benjamin Peterson · 11 years ago
- 8d24d77 url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 11 years ago
- ce817cb Issue #21742: Set stream to None after closing. by Vinay Sajip · 11 years ago
- 04349c6 Issue #19493: Backport 6f63fff5c120 by Zachary Ware · 11 years ago
- ba301de Issue #12387: Add missing upper(lower)case versions of default Windows key by Terry Jan Reedy · 11 years ago
- c5767a6 Issue #21695: Catch AttributeError created when user closes grep output window by Terry Jan Reedy · 11 years ago
- 1d6a0c4 Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where actual by Terry Jan Reedy · 11 years ago
- 05b0a1b Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 11 years ago
- 2ce98f8 whitespace by Terry Jan Reedy · 11 years ago
- 76cdcf7 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 11 years ago
- 75a55c3 make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709) by Benjamin Peterson · 11 years ago
- 7e1eb5c backed out 86ba41b7bb46 (#18910) for test breakage by Benjamin Peterson · 11 years ago
- c3e1e90 don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 11 years ago
- 93e51aa allow the keyword else immediately after (no space) an integer (closes #21642) by Benjamin Peterson · 11 years ago
- ffd6576 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 11 years ago
- 5d1049c Issue #18910: test_textView - since all tests require 'gui', make root global. by Terry Jan Reedy · 11 years ago
- 90bcdd7 Issue #18292: s/tkinter/Tkinter/ by Zachary Ware · 11 years ago
- 649570a whitespace by Terry Jan Reedy · 11 years ago
- 562495a Issue #18910: Add unittest for textView. Patch by Phil Webster. by Terry Jan Reedy · 11 years ago
- 6e66cb0 Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. by Terry Jan Reedy · 11 years ago
- ee0b672 Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger. by Terry Jan Reedy · 11 years ago
- 8ba9e45 Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. by Terry Jan Reedy · 11 years ago
- 9ce635f Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 11 years ago
- f94686f Issue #6181: Fixed minor bugs in tkinter.Listbox methods: by Serhiy Storchaka · 11 years ago
- 417367a Issue #6181: Fixed errors in tkinter.Listbox docstrings. by Serhiy Storchaka · 11 years ago
- 79fa98a Issue #19656: Running Python with the -3 option now also warns about by Serhiy Storchaka · 11 years ago
- e75a555 Issue #21605: Added tests for Tkinter images. by Serhiy Storchaka · 11 years ago
- adad50c Added missed calls of splitlist(). by Serhiy Storchaka · 11 years ago
- f74805b Issue #21477: Update htest docstring and remove extraneous differences between by Terry Jan Reedy · 11 years ago
- 48f2e99 backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) by Benjamin Peterson · 11 years ago
- 15e5a16 merge 2.7.7 release branch by Benjamin Peterson · 11 years ago
- 9c70397 bump to 2.7.7 final by Benjamin Peterson · 11 years ago
- 3f45303 Issue #21572: Change license command to fallback to generic license URL. by Ned Deily · 11 years ago
- ab2db58 Issue #21608: Updated HTTPHandler documentation. by Vinay Sajip · 11 years ago
- 2a0220b Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 11 years ago
- d11e8b6 Add tests for getint, getdouble and getboolean methods of the tkapp object. by Serhiy Storchaka · 11 years ago
- 0344a06 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 11 years ago
- 76916e8 Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. by Terry Jan Reedy · 11 years ago
- edb6428 Issue #21402: tkinter.ttk now works when default root window is not set. by Serhiy Storchaka · 11 years ago
- 49b2086 Issue #21493: Added test for ntpath.expanduser(). Original patch by by Serhiy Storchaka · 11 years ago
- 30080fd Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular by Serhiy Storchaka · 11 years ago
- d0d4f2d Issue #21477: Add htests for Search and Replace dialogs. by Terry Jan Reedy · 11 years ago
- 985ef28 Issue #21477: Idle htest: modify run; add more tests. by Terry Jan Reedy · 11 years ago
- fb8899a Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types. by Raymond Hettinger · 11 years ago
- f643b9a Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. by Raymond Hettinger · 11 years ago
- 92df752 Issue 13355: Make random.triangular degrade gracefully when low == high. by Raymond Hettinger · 11 years ago
- 1f94efc Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. by Serhiy Storchaka · 11 years ago
- 62012fc Issue #21477: Idle htest: merge and modify run and runall; add many tests. by Terry Jan Reedy · 11 years ago
- 47e4b0b Issue #18604: Skip the Tk instantiation test on OS X because it can by Ned Deily · 11 years ago
- 6599439 Fixed new Tkinter tests added in issue #21522 with Tk 8.4. by Serhiy Storchaka · 11 years ago
- 4f0e167 Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), by Serhiy Storchaka · 11 years ago
- f19771f Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 11 years ago
- ab4a691 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. by Antoine Pitrou · 11 years ago
- 4345846 Issue #21477: idle htests - lower case function names, other cleanups. by Terry Jan Reedy · 11 years ago
- 996bf48 bump to 2.7.7rc1 by Benjamin Peterson · 11 years ago
- 03b48b1 update pydoc_topics by Benjamin Peterson · 11 years ago
- 5918f8f 'sunos' not 'solaris by Benjamin Peterson · 11 years ago
- 15773c8 just skip this test on Solaris by Benjamin Peterson · 11 years ago
- 6800d93 some platforms apparently don't care about fdopen'ing with a different mode by Benjamin Peterson · 11 years ago
- d3d2363 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 11 years ago
- 36f28f7 Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 11 years ago
- fb371af Issue #18104: revise docstrings, remove obsolete comments. by Terry Jan Reedy · 11 years ago
- ddb39e7 Issue #21470: Do a better job seeding the random number generator by Raymond Hettinger · 11 years ago
- a5413c4 Issue 21469: Mitigate risk of false positives with robotparser. by Raymond Hettinger · 11 years ago
- c594596 whitespace by Terry Jan Reedy · 11 years ago
- 00b0bd5 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 11 years ago
- 3428620 this file now has utf-8 chars by Benjamin Peterson · 11 years ago
- 629026a backport hmac.compare_digest to partially implement PEP 466 (closes #21306) by Benjamin Peterson · 11 years ago
- b0acc1b Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as advertised. by Antoine Pitrou · 11 years ago
- 9ba90c9 - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 11 years ago
- 2460dc8 Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 11 years ago
- 3ec903f Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 11 years ago
- b7967cc #21225: copy docstrings from base classes by Andrew Kuchling · 11 years ago
- 3c5816f Issue #9291 Do not attempt to re-encode mimetype data read from registry in ANSI mode. Initial patches by Dmitry Jemerov & Vladimir Iofik by Tim Golden · 11 years ago
- 807c9da Issue #18944: backport typo fix by Terry Jan Reedy · 11 years ago
- 3c603f3 Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a TypeError where it previously crashed the interpreter. Patch by Brian Kearns by Tim Golden · 11 years ago
- 4e0df17 Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns. by Zachary Ware · 11 years ago
- 46b6c08 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 11 years ago
- 0edf52a Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 11 years ago
- 8488901 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 11 years ago
- cb4069c #1704474: mark refleak test as specific to CPython by Andrew Kuchling · 11 years ago
- 5c863bf when an exception is raised in fdopen, never close the fd (changing on my mind on #21191) by Benjamin Peterson · 11 years ago
- e03d3fd do not generate pipe names in the temporary dir by Benjamin Peterson · 11 years ago
- 9a55cd8 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
- 6c939cb in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
- 5aad46e Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 11 years ago
- 00109c9 teach 2to3 about 'yield from' by Benjamin Peterson · 11 years ago