- 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
- 1e92709 Update references to Python docs in the sidebar index. by Senthil Kumaran · 11 years ago
- a4b538d Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. 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
- 9e51f50 Updated logging HOWTO section on optimization. by Vinay Sajip · 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
- e047f56 post 2.7.7 version bump by Benjamin Peterson · 11 years ago
- 48f2e99 backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) by Benjamin Peterson · 11 years ago
- d2058fb give the correct fixer name (closes #21604) by Benjamin Peterson · 11 years ago
- 15e5a16 merge 2.7.7 release branch by Benjamin Peterson · 11 years ago
- 253b7c8 Added tag v2.7.7 for changeset f89216059edf by Benjamin Peterson · 11 years ago
- de50cdf fix news header by Benjamin Peterson · 11 years ago
- 9c70397 bump to 2.7.7 final by Benjamin Peterson · 11 years ago
- 4e33a86 openssl requires nasm (#21462) by Benjamin Peterson · 11 years ago
- 5458ce0 openssl requires nasm (#21462) by Benjamin Peterson · 11 years ago
- 3f45303 Issue #21572: Change license command to fallback to generic license URL. by Ned Deily · 11 years ago
- 9f7f62f Issue #21593: (from StackOverflow) minor doc clarification for re.search. by Terry Jan Reedy · 11 years ago
- 9d5a05f Merged upstream changes. by Vinay Sajip · 11 years ago
- 577f8cb Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds by Steve Dower · 11 years ago
- ee310bc Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds by Steve Dower · 11 years ago
- ab2db58 Issue #21608: Updated HTTPHandler documentation. by Vinay Sajip · 11 years ago
- 529a639 Fixed possible integer overflow in getint, getdouble and getboolean too (issue #21552). by Serhiy Storchaka · 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
- 7e19b60 Issue 21575: Show list.sort() arguments in the tutorial. by Raymond Hettinger · 11 years ago
- 3690d41 remove list of example incompatibilities (closes #21434) by Benjamin Peterson · 11 years ago
- dfc1b4b remove tab (closes #21587) by Benjamin Peterson · 11 years ago
- 2eff14d fix typo in variable name (closes #21586) by Benjamin Peterson · 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
- d383baf allow doc archives to be built for versions in the rc stage by Benjamin Peterson · 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
- cc79837 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 11 years ago
- fd61349 Issue 21479: Fix markup for the TarFile.open() classmethod. by Raymond Hettinger · 11 years ago
- 198123c Issue 21198: Minor tarfile documentation bug. by Raymond Hettinger · 11 years ago
- fbb60d5 Issue #21383: OS X installer builds now use "make touch". by Ned Deily · 11 years ago
- ac1bb81 Issue #21383: Allow "make touch" to work when building outside of the by Ned Deily · 11 years ago
- 56032ce 2.7.8 news section by Benjamin Peterson · 11 years ago
- 4345846 Issue #21477: idle htests - lower case function names, other cleanups. by Terry Jan Reedy · 11 years ago
- 2c5a61f merge 2.7.7 release branch by Benjamin Peterson · 11 years ago
- 672b043 include test data in the windows installer, so tests don't fail (closes #19866) by Benjamin Peterson · 11 years ago
- 1c1d1e2 Don't grow strings by concatenation. Use ''.join() instead. by Raymond Hettinger · 11 years ago
- f6cc6e6 Added tag v2.7.7rc1 for changeset e32e3a9f3902 by Benjamin Peterson · 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
- c2a66f2 reindent for consistency by Benjamin Peterson · 11 years ago
- 78cceec Document changes to OS X installer configurations for 2.7.7. by Ned Deily · 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
- 4c5eced Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 11 years ago
- 07b1615 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 11 years ago
- 0eb9ee9 #21347: use string not list in shell=True example. by R David Murray · 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
- 8c16605 use logical rather than bit and by Benjamin Peterson · 11 years ago
- 3428620 this file now has utf-8 chars by Benjamin Peterson · 11 years ago
- a1ccfb5 cast away warnings by Benjamin Peterson · 11 years ago
- 629026a backport hmac.compare_digest to partially implement PEP 466 (closes #21306) by Benjamin Peterson · 11 years ago
- e9314e4 remove confusing delete indexing (closes #21466) by Benjamin Peterson · 11 years ago
- bd2ab52 Issue #21476 Include idle icon files in Windows installer by Steve Dower · 11 years ago
- d67c0b8 Backport 4e9f1017355f from #3561. by Brian Curtin · 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
- 4773b90 Add prompts to interactive example. by Zachary Ware · 11 years ago
- 1512143 Issue #21366: Document the fact that ``return`` in a ``finally`` clause by Zachary Ware · 11 years ago
- 9343489 Issue 21375: Fix possible Py_ssizet overflow in heapq. by Raymond Hettinger · 11 years ago
- 2460dc8 Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 11 years ago
- e9864c5 Issue #19630 Emphasise that the file parameter to marshal.dump must be a real file object by Tim Golden · 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
- f3ae10e Closes #21055: Index (augmented) assignment symbols. by Terry Jan Reedy · 11 years ago
- cd3d741 Closes 21048: Index 'as' in import and with statements. by Terry Jan Reedy · 11 years ago
- 0fe1d0a Closes #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 11 years ago
- b7967cc #21225: copy docstrings from base classes by Andrew Kuchling · 11 years ago
- 700c8fe Issue #9291 Add ACKS & NEWS by Tim Golden · 11 years ago