- d826d77 Issue #18441: whitespace by Terry Jan Reedy · 12 years ago
- 47cb4d6 Issue #18441: Comment out code that will not compile because the standard by Terry Jan Reedy · 12 years ago
- d71244f Issue #18441: add Mac (darwin) gui check. This is not needed today, but has been by Terry Jan Reedy · 12 years ago
- cc8506e Update int division to quiet 2to3 warning. by Terry Jan Reedy · 12 years ago
- 6fb6f8c Issue #18441: Correct previous patch, which hg committed before I wanted it to. by Terry Jan Reedy · 12 years ago
- 09eb26f Issue #18441: Make test.support.requires('gui') skip when it should. by Terry Jan Reedy · 12 years ago
- 3490655 Issue #18539: Calltips now work for float default arguments. by Terry Jan Reedy · 12 years ago
- e21b6ae #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 12 years ago
- f688f72 Backed out changeset: 23b0164b9c82 #18441 not working by Terry Jan Reedy · 12 years ago
- 1ad65ac Backed out changeset: 9f922270a929 so can backout larger patch by Terry Jan Reedy · 12 years ago
- 518e48b Issue #18441: fix buildbot name-error for TclError. by Terry Jan Reedy · 12 years ago
- 2c636fd Issue #18441: Make test.support.requires('gui') skip when it should. by Terry Jan Reedy · 12 years ago
- 14ef0c8 Issue #17532: Prevent exception when changing key sets if Options menu is empty. by Ned Deily · 12 years ago
- c8ef9bc Issue #18455: multiprocessing should not retry connect() with same socket. by Richard Oudkerk · 12 years ago
- a25a31a Issue #18365: convert buildbot errors to skips. by Terry Jan Reedy · 12 years ago
- c8a198c Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 12 years ago
- e7cbd3f Issue #18365: 2.7 corrections so tests run by Terry Jan Reedy · 12 years ago
- d781b07 #18437: fix comment typo. by R David Murray · 12 years ago
- fccb0d2 Issue #18365: normalize whitespace by Terry Jan Reedy · 12 years ago
- 16c1070 Issue #18365: Add mock Text class and test thereof versus tk.Text. by Terry Jan Reedy · 12 years ago
- fab6542 Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it by Serhiy Storchaka · 12 years ago
- 20d4669 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 12 years ago
- 0c503c2 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 12 years ago
- 1e462fe Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 12 years ago
- 41072db Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 12 years ago
- 44d8b11 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 12 years ago
- b6eeef4 Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by by Terry Jan Reedy · 12 years ago
- d1caae8 Issue #18189: add test_delegator for Idle Delegator class. by Terry Jan Reedy · 12 years ago
- 7ab0c31 Issue 18189: remove unused methods in idlelib.Delegator.Delegator. by Terry Jan Reedy · 12 years ago
- 6c1d9dd Tempfile.py: stop buildbot warning about using deprecated xreadlines. by Terry Jan Reedy · 12 years ago
- 24dc753 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 12 years ago
- 1d14246 Issue #18103: Update README.txt and test_idle to describe and run gui tests. by Terry Jan Reedy · 12 years ago
- 2b14986 Issue #18316: Update idlelib 2.7 except clauses to ease backports. by Terry Jan Reedy · 12 years ago
- 8eab008 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 12 years ago
- 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 12 years ago
- 227f0fa reapply 5accb0ac8bfb by Benjamin Peterson · 12 years ago
- 9575222 #18179: reflow paragraphs. by R David Murray · 12 years ago
- 7f01d55 #18179: document the local_hostname parameter. by R David Murray · 12 years ago
- 262df4d Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate by Christian Heimes · 12 years ago
- 7603881 Issue #18137: Detect integer overflow on precision in float.__format__() by Victor Stinner · 12 years ago
- 223a22b #18151, part 2: Silence debug build resource warning for each file opened by by Terry Jan Reedy · 12 years ago
- 10c74d2 backout 5accb0ac8bfb; needs more discussion on python-dev by Benjamin Peterson · 12 years ago
- 0a89f8e transplant test_stat from default to 2.7 in order to make sure it works on all supported platforms by Christian Heimes · 12 years ago
- aa6c297 #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again by Andrew Kuchling · 12 years ago
- e2cc341 Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 12 years ago
- a49dcc5 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 12 years ago
- 03512c1 Fix comment blocks. Adjust blocksize to a power-of-two for better divmod computations. by Raymond Hettinger · 12 years ago
- 16ce43a #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 12 years ago
- c94f07d Issue #18186: remove obsolete 2.2 compatibility comment. by Ned Deily · 12 years ago
- fff3f48 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 12 years ago
- 045e457 Issue #18174: Fix fd leaks in tests. by Richard Oudkerk · 12 years ago
- 0e6283e Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 12 years ago
- 729ad5c Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 12 years ago
- 8d6834a Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. by Terry Jan Reedy · 12 years ago
- 964c25f Fix #17967 - Fix related to regression on Windows. by Senthil Kumaran · 12 years ago
- 7351b66 Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 12 years ago
- 243cb80 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 12 years ago
- a085f00 Fix #16450 test_missing_localfile testcase fails on misconfigured hostname. by Senthil Kumaran · 12 years ago
- 95787fd Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 12 years ago
- b02a1b8 Issue #15392: Use test.test_support, as used test.support in 3.x. by Terry Jan Reedy · 12 years ago
- b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 12 years ago
- 8e60f6e Issue #18098: The deprecated OS X Build Applet.app fails to build on by Ned Deily · 12 years ago
- 2c4810e #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 12 years ago
- 1ab29e7 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 12 years ago
- 7393c69 Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples. by Raymond Hettinger · 12 years ago
- 16c52a3 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 12 years ago
- 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 12 years ago
- 1cf48b4 implement missing inequality on WeakSet by Benjamin Peterson · 12 years ago
- 02c0ed0 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 12 years ago
- b91ef00 add missing NULL check (closes #18019) by Benjamin Peterson · 12 years ago
- f41ffed Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 12 years ago
- bb6b51c Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 12 years ago
- 9855249 - Fix typos in the multiprocessing module. by doko@ubuntu.com · 12 years ago
- 96645cc - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 12 years ago
- 7423903 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 12 years ago
- b6492dd update topics by Benjamin Peterson · 12 years ago
- 0864944 bump version to 2.7.5 by Benjamin Peterson · 12 years ago
- 5a27168 prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 12 years ago
- 6e165b4 backout 214d8909513d for regressions (#1159051) by Benjamin Peterson · 12 years ago
- ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 12 years ago
- 673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. by Terry Jan Reedy · 12 years ago
- db03e6b Issue #17656: Skip test_extract_unicode_filenames if the FS encoding by Serhiy Storchaka · 12 years ago
- 794e557 #17833: add debug output to investigate buildbot failure. by Ezio Melotti · 12 years ago
- f16ff7b Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on the new socket, the socket would linger indefinitely. by Antoine Pitrou · 12 years ago
- a9b90a7 Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 12 years ago
- b1d6f85 Issue17883: Update to assertIn to see why test fails on one buildbot. by Terry Jan Reedy · 12 years ago
- 5cea09d #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 12 years ago
- 6aca765 Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 12 years ago
- 0801d73 Issue #15535: Fix regression in pickling of named tuples. by Raymond Hettinger · 12 years ago
- b996e04 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 12 years ago
- 8c6521b Issue #17843: Remove bz2 test data that triggers antivirus warnings. by Nadeem Vawda · 12 years ago
- 8118df7 Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 12 years ago
- 68915d7 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 12 years ago
- 7b0baf0 Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 12 years ago
- d194b30 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago
- 4dc385b Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
- 5cbff51 #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago
- 7bdd93c Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 12 years ago
- 90f8b23 #14735: Update IDLE docs to omit "Control-z on Windows". by Roger Serwy · 12 years ago
- be92971 Issue #17710: Fix cPickle raising a SystemError on bogus input. by Antoine Pitrou · 12 years ago