- b6492dd update topics by Benjamin Peterson · 12 years ago v2.7.5
- 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
- 6077339 #17341: Include name in re error message about invalid group name. by R David Murray · 12 years ago
- 2fc97e6 #2118: clarify smtplib exception documentation. by R David Murray · 12 years ago
- 5247730 null merge by Andrew Svetlov · 12 years ago
- 75f1fc2 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
- 66da7c5 - Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open, by doko@ubuntu.com · 12 years ago
- f794b14 Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 12 years ago
- 6fa83f9 Issue #17656: Fix extraction of zip files with unicode member paths. by Serhiy Storchaka · 12 years ago
- b6cdae3 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
- 53dc4f0 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 12 years ago
- 789299f #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. by Roger Serwy · 12 years ago
- 371432b Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 12 years ago
- 6cb4343 - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h by doko@ubuntu.com · 12 years ago
- 4e9a705 #17613: Prevent traceback when removing syntax colorizer in IDLE. by Roger Serwy · 12 years ago
- 231a8fd #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 12 years ago
- 75b249c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 12 years ago
- 6c467a4 Revert a premature patch for issue #14010 (changeset d17d10c84d27). by Serhiy Storchaka · 12 years ago
- bb84565 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
- 9db0341 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
- 376dd0e change version to 2.7.4 by Benjamin Peterson · 12 years ago v2.7.4
- 9275d10 update pydoc-topics by Benjamin Peterson · 12 years ago
- bf51717 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
- 167a96c close search and replace dialog after it is used (closes #17625) by Benjamin Peterson · 12 years ago
- ad8cad3 #14254: IDLE now handles readline correctly across shell restarts. by Roger Serwy · 12 years ago
- d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 12 years ago
- c993a19 #13163: fix names of _get_socket args by R David Murray · 12 years ago
- 34d0c66 #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 12 years ago
- cadd786 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. by Roger Serwy · 12 years ago
- e405946 Issue #6419: Fix a test_kqueue failure on some BSD flavors. by Charles-Francois Natali · 12 years ago
- 6e4e4ab #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. by Roger Serwy · 12 years ago
- d676a3a Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 12 years ago
- 472f77d merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
- f3ad030 G -> M (closes #17533) by Benjamin Peterson · 12 years ago
- 337b173 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
- d627e12 fall back when an old test_support doesn't have various data and functions (closes #17533) by Benjamin Peterson · 12 years ago
- e66e7de #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. by Ezio Melotti · 12 years ago
- f03aab7 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. by Ezio Melotti · 12 years ago
- 035ecbe #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. by Ezio Melotti · 12 years ago
- 352def0 #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
- 1e76e86 Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb. by Vinay Sajip · 12 years ago
- cce5b04 Add missing docstrings to the collections ABCs by Raymond Hettinger · 12 years ago
- bc1d9c9 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
- da2c7eb allow any type with __getitem__ to be a mapping for the purposes of % (#15801) by Benjamin Peterson · 12 years ago
- be1632b Clean up references to threads in test_queue. by Ezio Melotti · 12 years ago
- 01d9a77 group ids and user ids can be longs now (#17531) by Benjamin Peterson · 12 years ago
- a1f6fab version to 2.7.4rc1 by Benjamin Peterson · 12 years ago v2.7.4rc1
- 43cb4b7 update pydoc topics by Benjamin Peterson · 12 years ago
- 5ded795 Hold key reference until the links have updated. by Raymond Hettinger · 12 years ago
- bb2dad8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 12 years ago
- 8651a51 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 12 years ago
- 469ee9d backout 66e30c4870bb for breaking OSX (#13150) by Benjamin Peterson · 12 years ago
- 28b7c05 - Issue #13150: sysconfig no longer parses the Makefile and config.h files by doko@ubuntu.com · 12 years ago
- 17feac7 fix issue reference by Benjamin Peterson · 12 years ago
- b2c57a9 this obviously is not going to raise any -3 warnings by Benjamin Peterson · 12 years ago
- 625af8e site.py is needed to set up paths by Benjamin Peterson · 12 years ago
- 5c87ad0 Use a larger amount of data for the interrupted_write tests so that by Gregory P. Smith · 12 years ago
- 9795ca4 Issue #10212: Support new buffer interface for struct.unpack and cStringIO by Kristján Valur Jónsson · 12 years ago
- 1d108bc Issue #10211 : Buffer object should support the new buffer interface. by Kristján Valur Jónsson · 12 years ago
- acb6e85 Issue #12098 : Fix a missing import in the unittests. by Kristján Valur Jónsson · 12 years ago
- 8927e8f Issue #12098: multiprocessing on Windows now starts child processes by Kristján Valur Jónsson · 12 years ago
- 7161075 Reindent files for: by doko@ubuntu.com · 12 years ago
- 4950a3b - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting by doko@ubuntu.com · 12 years ago
- bebf75f open file in binary mode by Benjamin Peterson · 12 years ago
- 35893b7 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
- e015b6b #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 12 years ago
- 923baea Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote(). by Serhiy Storchaka · 12 years ago
- 2556c83 Issue #17299: Add test coverage for cPickle with file objects and general IO by Serhiy Storchaka · 12 years ago
- fda7a8c #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified. by Ezio Melotti · 12 years ago
- 981c3bd Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
- a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
- 9b9cd4c #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
- efaad09 #11963: remove human verification from test_subprocess. by Ezio Melotti · 12 years ago
- c526704 #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
- da9eeae #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. by Ezio Melotti · 12 years ago
- 9f7e247 Issue #17375: Add docstrings to the threading module. by Raymond Hettinger · 12 years ago
- 6234cc0 Reverting the changeset c31d700dea8b made for Issue #12921 by Senthil Kumaran · 12 years ago