- cc23154 Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. by Antoine Pitrou · 11 years ago
- 8b23f5c #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 11 years ago
- 4b2b1de Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 11 years ago
- 91f01e1 Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. by Ned Deily · 11 years ago
- c33a0cc Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 11 years ago
- 8083cd6 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 11 years ago
- b1847e7 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 11 years ago
- cf7b1ca Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 11 years ago
- d9b8dc2 Merge heads by Serhiy Storchaka · 11 years ago
- 4659cc0 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 11 years ago
- 2b2852b Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. by Antoine Pitrou · 11 years ago
- ed14c86 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 11 years ago
- 2acbae8 Issue #22173: Update lib2to3 tests to use unittest test discovery. by Zachary Ware · 11 years ago
- 8b63d3a Issue #22596: support.transient_internet() now also catches by Berker Peksag · 11 years ago
- a9421fb Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 11 years ago
- 2514f52 Closes #22675: fix typo. by Georg Brandl · 11 years ago
- f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 11 years ago
- 8e120ac Issue20689: add missing API pieces to __all__ by Ethan Furman · 11 years ago
- dd09efd Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, by Terry Jan Reedy · 11 years ago
- 838f2c4 #18853: Fix resource warning in shlex's __main__ section. by R David Murray · 11 years ago
- 7570cbd #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 11 years ago
- 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 11 years ago
- d696732 Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode. by Antoine Pitrou · 11 years ago
- be16d68 Fix test_ctypes failure on OpenIndiana buildbot where _ctypes is not built by Zachary Ware · 11 years ago
- baf45c5 Issue #16000: Convert test_curses to use unittest by Zachary Ware · 11 years ago
- 16c41ab Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 11 years ago
- cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 11 years ago
- 9a6f8e1 Issue #22628: Increase Treewidge line spacing so lines do not overlap. by Terry Jan Reedy · 11 years ago
- 380ec63 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 11 years ago
- 3f9f612 merge 3.3 (#22643) by Benjamin Peterson · 11 years ago
- 4d85689 test is cpython only by Benjamin Peterson · 11 years ago
- 1cbb3fe merge 3.3 (#22643) by Benjamin Peterson · 11 years ago
- e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 11 years ago
- fd39a89 Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. by Antoine Pitrou · 11 years ago
- 7184bac Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 11 years ago
- 00bdce3 Issue #3068: Change 0/1 to False/True so that extension configure dialog can by Terry Jan Reedy · 11 years ago
- f67f460 Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if by Victor Stinner · 11 years ago
- ee3e561 Issue #22632: replace dead link with version-specific doc link. by Terry Jan Reedy · 11 years ago
- 0ae550b Issue22506: added methods on base Enum class now show up in dir of Enum subclass (3.4) by Ethan Furman · 11 years ago
- 0f4f048f Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 11 years ago
- efc7258 Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. by Terry Jan Reedy · 11 years ago
- 7567865 #20815: small readability improvements in ipaddress tests. by R David Murray · 11 years ago
- 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 11 years ago
- 4cfb5be Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 11 years ago
- 90f7afd #11973: add test for previously fixed kevent signed/unsigned bug. by R David Murray · 11 years ago
- 0e34dc3 asyncio: enhance protocol representation by Victor Stinner · 11 years ago
- 18e8972 Bump to 3.3.6 by Georg Brandl · 11 years ago
- 6b04dc9 Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
- c8bd53f Issue #22601: run_forever() now consumes BaseException of the temporary task by Victor Stinner · 11 years ago
- ad0c57f Issue #21986: Idle now matches interpreter in not pickling user code objects. by Terry Jan Reedy · 11 years ago
- 9086f92 Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 11 years ago
- 3894b2a Issue #11694: Raise ConversionError in xdrlib as documented by Petri Lehtinen · 11 years ago
- 866c4e2 test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic by Victor Stinner · 11 years ago
- b77983d Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. by Berker Peksag · 11 years ago
- 4fe69ba Issue #20167: revise condition to accomodate message change. by Terry Jan Reedy · 11 years ago
- 8675799 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 11 years ago
- 92cb0a3 Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 11 years ago
- 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 11 years ago
- 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 11 years ago
- deb7bf1 idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 11 years ago
- dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 11 years ago
- c6256e5 Update pydoc topics and fix supsicious markup for 3.4.2 final. by Larry Hastings · 11 years ago
- 1bf974d Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive. by Antoine Pitrou · 11 years ago
- bed04a7 cleanup test_posix by Victor Stinner · 11 years ago
- 047b7ae Issue #22390: Remove files created by tests by Victor Stinner · 11 years ago
- 8f437aa Issue #22290: Fix error handling in the _posixsubprocess module. by Victor Stinner · 11 years ago
- b186f1df #11866: Eliminate race condition in the computation of names for new threads. by R David Murray · 11 years ago
- e161849 Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. by Antoine Pitrou · 11 years ago
- 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 11 years ago
- 518e71b Issue #22219: The zipfile module CLI now adds entries for directories by Serhiy Storchaka · 11 years ago
- 91244e0 separate cert loading tests into Windows and non-Windows cases by Benjamin Peterson · 11 years ago
- 5915b0f also use openssl envvars to find certs on windows (closes #22449) by Benjamin Peterson · 11 years ago
- 32562d7 #12780: update inspect test skipIf for PEP 3147. by R David Murray · 11 years ago
- b48cb29 #8473: Add tests that doctest uses universal newlines in testfile. by R David Murray · 11 years ago
- 5294529 Closes #19434: fix copy-paste error in MIMENonMultipart docstring. by Georg Brandl · 11 years ago
- 4601df5 Issue #20079: Fixed tests. by Serhiy Storchaka · 11 years ago
- 9e04eda Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. by Serhiy Storchaka · 11 years ago
- b8cd8cf Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is by Serhiy Storchaka · 11 years ago
- cef3bdc - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 11 years ago
- 1de0ba2 Issue #20076: Added non derived UTF-8 aliases to locale aliases table. by Serhiy Storchaka · 11 years ago
- 99cb41d Issue #20079: Added locales supported in glibc 2.18 to locale alias table. by Serhiy Storchaka · 11 years ago
- 9e883ca Update Idle news for 3.4.2 (and 3.4.1). by Terry Jan Reedy · 11 years ago
- e6edc03 #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 11 years ago
- 97e9ec6 Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 11 years ago
- 68da8fc Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayed by Victor Stinner · 11 years ago
- 5083828 faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(), by Victor Stinner · 11 years ago
- c44eb73 merge 3.3 (#22517) by Benjamin Peterson · 11 years ago
- bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 11 years ago
- c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 11 years ago
- 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 11 years ago
- 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 11 years ago
- ca534ab Issue #9850: Fixed macpath.join() for empty first component. Patch by by Serhiy Storchaka · 11 years ago
- 3e67d58 tempfile: Fix docstring. Issue #21397, patch by R. David Murray. by Yury Selivanov · 11 years ago
- d5a8f58 asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module by Yury Selivanov · 11 years ago
- 592ada9 asyncio: Improve canceled timer handles cleanup. Closes issue #22448. by Yury Selivanov · 11 years ago
- 8c0e0ab asyncio.unix_events: Move import statement to match tulip code by Yury Selivanov · 11 years ago
- 29001c8 test_faulthandler: fix typo by Victor Stinner · 11 years ago
- 8e069d5 Apply asyncio Task English fixes to docstrings as well. by R David Murray · 11 years ago
- f8c111d Issue #16056: Rename test method in test_statistics to avoid conflict. by Berker Peksag · 11 years ago
- 5e193ac Issue #22427: TemporaryDirectory no longer attempts to clean up twice when by Serhiy Storchaka · 11 years ago