- fdbdcfe bump to 2.7.8 by Benjamin Peterson · 11 years ago v2.7.8
- 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
- fd3ba7b Closes #11279: test_posix and lack of "id -G" support - less noise required? (Solaris) by Jesus Cea · 11 years ago
- 86af310 Fix typo pointed out by Dmitry Chaplinsky on docs@. by Berker Peksag · 11 years ago
- 5937f39 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 11 years ago
- df71dcb don't overwrite the error from PyObject_GetAttrString (closes #4346) by Benjamin Peterson · 11 years ago
- e75f527 Issue #19897: Use python as executable instead of python3. by Berker Peksag · 11 years ago
- 38017b3 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 11 years ago
- aa608fd Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, by Terry Jan Reedy · 11 years ago
- c40b903 Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite. by Ned Deily · 11 years ago
- 1f70b87 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. by Ned Deily · 11 years ago
- 33ad096 Issue #21729: Used the "with" statement in the dbm.dumb module to ensure by Serhiy Storchaka · 11 years ago
- 6d52ced Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 11 years ago
- 7de9971 Fixed typo in documentation. by Vinay Sajip · 11 years ago
- 58ad245 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
- 3fecd48 Issue #14117: Inprove help text and docstrings, some for clarity, some just to by Terry Jan Reedy · 11 years ago
- 5329681 Add news entry for 21832 by Raymond Hettinger · 11 years ago
- 3eb76fc #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 11 years ago
- de5170e Issue 21832: Require named tuple inputs to be exact strings by Raymond Hettinger · 11 years ago
- b23eef5 add Chris Foster by Benjamin Peterson · 11 years ago
- 550b945 avoid overflow with large buffer sizes and/or offsets (closes #21831) by Benjamin Peterson · 11 years ago
- 58eb605 Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 11 years ago
- c459755 adjust zipfile tests for splitdrive improvements by Benjamin Peterson · 11 years ago
- 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
- ecb4a1e clarify that islink only really works if python knows about symlinks (closes #13143) by Benjamin Peterson · 11 years ago
- ed6820d Issue #21824: Turtledemo 2.7 help menu entries now display help text instead by Terry Jan Reedy · 11 years ago
- 122df1e Issue #21823: Catch turtle.Terminator exceptions in turtledemo. by Terry Jan Reedy · 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
- 454a515 issue 20091 - index entry for __main__ in runpy docs. by Senthil Kumaran · 11 years ago
- 33b810d #21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey. by Ezio Melotti · 11 years ago
- e4cda6c Merge. by Charles-François Natali · 11 years ago
- cee4f03 Issue #21810: Backport mmap-based arena allocation failure check. by Charles-François Natali · 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
- 24b8209 Issue #21789: fix broken link (reported by Jan Varho) by Ned Deily · 11 years ago
- a48162a add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 11 years ago
- 3232384 revert tstate_delete_common, since it's pretty much wrong by Benjamin Peterson · 11 years ago
- 8166969 avoid a deadlock with the interpreter head lock and the GIL during finalization by Benjamin Peterson · 11 years ago
- 1c78e6d check if the thread is finalizing after retaking the GIL by Benjamin Peterson · 11 years ago
- c0bc4ef avoid crashes and lockups from daemon threads during interpreter shutdown (#1856) by Benjamin Peterson · 11 years ago
- 1a6561e Add Idle news entries (plus whitespace fix from other entries). by Terry Jan Reedy · 11 years ago
- 7c5318f Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav by Terry Jan Reedy · 11 years ago
- 487a143 Fix typo reported by Jesse W on docs@ by Zachary Ware · 11 years ago
- ee2cb3f Closes #21759: URL Typo in Documentation FAQ by Jesus Cea · 11 years ago
- 9f2dcd2 Issue #19362: Tweek len() doc and docstring to expand the indicated range of 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
- efda558 document IOBase.__del__'s behavior (closes #21764) 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
- ec92b4a #5904: Add sentence about the encoding of strftime's result. by R David Murray · 11 years ago
- 04349c6 Issue #19493: Backport 6f63fff5c120 by Zachary Ware · 11 years ago
- 925c6ad Issue #21726: Remove unnecessary and contextually wrong line. by Terry Jan Reedy · 11 years ago
- ba301de Issue #12387: Add missing upper(lower)case versions of default Windows key by Terry Jan Reedy · 11 years ago
- df0e8f91 #21693 - Fix the broken link for pylons project. by Senthil Kumaran · 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
- dd35484 #20903: clarify what happens when an smtp connection timeout occurs. by R David Murray · 11 years ago
- 05b0a1b Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 11 years ago
- 6453a01 Issue #21683: Add Tix build to the Windows buildbot scripts. by Zachary Ware · 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
- 806f9d7 document TokenError and unclosed expression behavior (closes #12063) 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
- 4547d37 specify that getuid() returns the real uid (closes #10503) by Benjamin Peterson · 11 years ago
- 3afd956 document the compress_level argument to tarfile.open (closes #21404) 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
- 4807dd0 Updates to Python 2.7 What's New preamble by Nick Coghlan · 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
- 6b862662 Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h by Zachary Ware · 11 years ago
- 90bcdd7 Issue #18292: s/tkinter/Tkinter/ by Zachary Ware · 11 years ago
- 7b02ef0 #21653: fix doc for return type of sqlite3.Row.keys(). by R David Murray · 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
- 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