- fcbc246 Issue #21166: Prevent possible segfaults and other random failures of by Ned Deily · 10 years ago
- 0242f79 Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding + 'c'``. by Berker Peksag · 10 years ago
- 31f8a67 Issue #19447: Add a test case to py_compile.compile() to make sure by Berker Peksag · 10 years ago
- eb265ab Issue #22150: Fix deprecated-removed directive in Sphinx 1.2. by Berker Peksag · 10 years ago
- 14ad531 Issue #22191: Fix warnings.__all__. by Brett Cannon · 10 years ago
- a969ae2 Fix issue22245 - Fix urllib2_localnet test. by Senthil Kumaran · 10 years ago
- 7837376 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
- c1a723a Idle ColorDelegator: remove special case code for 'as' in import statements. by Terry Jan Reedy · 10 years ago
- 996c3de Fixed typo. by Serhiy Storchaka · 10 years ago
- 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
- d6ec309 Clean up test_user_command. by Serhiy Storchaka · 10 years ago
- 0c56bb9 remove 2.2 and 2.6 compat code (closes #22200) by Benjamin Peterson · 10 years ago
- d9e9528 Issue #22165: Fixed test_undecodable_filename on Mac OS. by Serhiy Storchaka · 10 years ago
- 87bbf25 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 10 years ago
- 97f17ff Issue #22201: Command-line interface of the zipfile module now correctly by Serhiy Storchaka · 10 years ago
- a64ce5d Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales. by Serhiy Storchaka · 10 years ago
- cb5bc40 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 10 years ago
- 402df09 backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 by Senthil Kumaran · 10 years ago
- 7869a4e Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from by Victor Stinner · 10 years ago
- 8e7966b Closes #22205: sys._debugmallocstats is a cpython specific feature, so by Victor Stinner · 10 years ago
- b2e3a93 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
- f819ef7 Issue #22065: Update turtledemo menu creation; don't use obsolete Menubutton. by Terry Jan Reedy · 10 years ago
- 011b55b #22053: actually remove .txt files from 3.4. by Terry Jan Reedy · 10 years ago
- 94ee51e Issue #10291: Backport 004fe3449193 with a few changes due to 22095. by Terry Jan Reedy · 10 years ago
- 0726ddf Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. by Terry Jan Reedy · 10 years ago
- 547d3bc Issue #22193: Added private function _PySys_GetSizeOf() needed to implement by Serhiy Storchaka · 10 years ago
- 143fe05 Issue #21445: Pass exception messages correctly to assertTrue in by Berker Peksag · 10 years ago
- cd3aacf5 Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() by Serhiy Storchaka · 10 years ago
- 4d58897 Issue 22184: Early detection and reporting of missing lru_cache parameters by Raymond Hettinger · 10 years ago
- 4d83192 Decreased memory requirements of new tests added in issue21448. by Serhiy Storchaka · 10 years ago
- 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
- 6f20170 Issue #17923: glob() patterns ending with a slash no longer match non-dirs on by Serhiy Storchaka · 10 years ago
- c04d468 Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye. by Antoine Pitrou · 10 years ago
- f9dd274 Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). by Zachary Ware · 10 years ago
- 337e03f Issue #22112, asyncio doc: replace loop.create_task(coro) with by Victor Stinner · 10 years ago
- 6d20168 Close #22175: Improve test_faulthandler readability with dedent. by Victor Stinner · 10 years ago
- ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 10 years ago
- 31b3683 Issue #22180: Remove weak example by Raymond Hettinger · 10 years ago
- acb8c52 add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121) by Benjamin Peterson · 10 years ago
- 3b48af0 - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-statement by doko@ubuntu.com · 10 years ago
- 6a66f15 - Issue #22176: Add src/x86/win32.S for x86 libffi builds. by doko@ubuntu.com · 10 years ago
- 736a913 - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 10 years ago
- 4f06d60 Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago
- e4936b8 Issue #21777: separate docs for binary sequence methods by Nick Coghlan · 10 years ago
- da26cca Issue #14105: Stop removing breakpoints from Idle editors. by Terry Jan Reedy · 10 years ago
- 5a794c1 Issue #22060: Clean up/simplify test_ctypes, use test discovery by Zachary Ware · 10 years ago
- 79a1ffd #22170: avoid printing newlines twice in tutorial example. by Ezio Melotti · 10 years ago
- 41ad77c Issue #20056: Fixed deprecation warning about bytes path in test_shutil on by Serhiy Storchaka · 10 years ago
- 22f2d2e Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. by Zachary Ware · 10 years ago
- 1241c47 #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. by Ezio Melotti · 10 years ago
- 3d4b2d4 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 10 years ago
- 9b33872 Issue #22146: Fix typo in __build_class__ error message by Zachary Ware · 10 years ago
- 12d9ddf Issue #22130: Corrected fileConfig() documentation. by Vinay Sajip · 10 years ago
- 67f6d5f #21928: clarify functools.wraps docs. by Ezio Melotti · 10 years ago
- 12b7f48 #11955: show the list of args in case of error in test_argparse. by Ezio Melotti · 10 years ago
- e4aad5a #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 10 years ago
- 69fb6a4 Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_inner by Zachary Ware · 10 years ago
- d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
- 591176e #18588: update the timeit examples to be consistent. by Ezio Melotti · 10 years ago
- c6f22cc Remove unused leftover stray line by Raymond Hettinger · 10 years ago
- c0de59b Fix markup. by Raymond Hettinger · 10 years ago
- c566431 Improve regex tokenizer example by using re.finditer(). by Raymond Hettinger · 10 years ago
- 4036d87 PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, by Terry Jan Reedy · 10 years ago
- b3d4c21 Issue #13540: Merge changes from 3.3 by Jason R. Coombs · 10 years ago
- 89e186f Issue #13540: Merge changes from 3.2 by Jason R. Coombs · 10 years ago
- 79690ac Issue #13540: Update references to Action class to match syntax used for other classes in this file. by Jason R. Coombs · 10 years ago
- 400daed Fix whitespace in example. by Raymond Hettinger · 10 years ago
- b4b3575 - update config.guess and config.sub to support openrisc. by doko@ubuntu.com · 10 years ago
- 2240533 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. by Terry Jan Reedy · 10 years ago
- 74596a8 Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
- 95a9e0b Issue #21951: Temporary skip crashing test_user_command on AIX. by Serhiy Storchaka · 10 years ago
- ec2ce09 Issue #22063: Mention in asyncio documentation that socket operations require by Victor Stinner · 10 years ago
- 9c9f1f1 Close #22063: socket operations (socket,recv, sock_sendall, sock_connect, by Victor Stinner · 10 years ago
- f2ed889 asyncio: Use the new os.set_blocking() function of Python 3.5 if available by Victor Stinner · 10 years ago
- 3d4953a Edit NEWS entry by Ned Deily · 10 years ago
- 8a0fb2c #21704: remove duplicate name in Misc/ACKS. by Ezio Melotti · 10 years ago
- 313a980 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 7eca734 Issue #17172: add NEWS by Terry Jan Reedy · 10 years ago
- 7e55db2 Issue #17172: Add the ability to run turtledemo from Idle. by Terry Jan Reedy · 10 years ago
- c61c170 Issue #18174: Fix leak of file descriptor in test_tempfile by Victor Stinner · 10 years ago
- 623138c Issue #11453, #18174: Fix leak of file descriptor in test_asyncore by Victor Stinner · 10 years ago
- 0970657 Fix sporadic failure of test_pep277 on Windows: use support.rmtree() instead of by Victor Stinner · 10 years ago
- e0e6581 Issue #21704: Fix build error for _multiprocessing when semaphores by Richard Oudkerk · 10 years ago
- 7611964 Fix test_bytes when sys.stdin is None, for example on Windows when using by Victor Stinner · 10 years ago
- 42d3bde asyncio, tulip issue 196: ProactorIocp._register() now registers the overlapped by Victor Stinner · 10 years ago
- 8b95d5e Modernize turtledemo with conditional expressions; remove duplicate line. by Terry Jan Reedy · 10 years ago
- e3416e6 Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. by Terry Jan Reedy · 10 years ago
- f200ce6 Document lock parameter for asyncio.Condition() by Andrew Svetlov · 10 years ago
- d2e9fdf Issue #22074: Fix Lib/test/make_ssl_certs.py by Antoine Pitrou · 10 years ago
- f21fcd0 Accept optional lock object in Condition ctor (tulip issue #198) by Andrew Svetlov · 10 years ago
- e254e53 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 10 years ago
- 51e44ea Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to the by Victor Stinner · 10 years ago
- 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 10 years ago
- 65dd69a asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 64ba60a Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. by Zachary Ware · 10 years ago
- 88a1977 Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor. by Zachary Ware · 10 years ago
- e396c36 Merge. by Charles-François Natali · 10 years ago
- 65708cf Issue #19875: Fix random test_getsockaddrarg() failure. by Charles-François Natali · 10 years ago
- 2955a0b asyncio, test_subprocess: relax timings for slow builbots by Victor Stinner · 10 years ago
- 18a28dc asyncio: sync with Tulip by Victor Stinner · 10 years ago