- 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
- 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
- f9e6672 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
- 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
- 50ae3f6 Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
- 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
- e3ed4ed Issue #18338: `python --version` now prints version string to stdout, and by Serhiy Storchaka · 11 years ago
- e173d01 Merge #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
- 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
- 16dbbae #18116: getpass no longer always falls back to stdin. by R David Murray · 11 years ago
- 19361a2 Issue #18308: don't take the scope ID into account when comparing IPv6 by Charles-François Natali · 11 years ago
- 37114bb Issue #18308: don't take the scope ID into account when comparing IPv6 by Charles-François Natali · 11 years ago
- d9c116c Add a spacing saving heuristic to deque's extend methods by Raymond Hettinger · 11 years ago
- bf5af5d Merge str.center tests from 3.3. by Ezio Melotti · 11 years ago
- f84e01d Add a couple of tests for str.center with non-ASCII chars. by Ezio Melotti · 11 years ago
- 0cb2aaf #18106: refactor tests to use subtests and proper assert methods. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
- 9f96789 #17198: merge with 3.3. by Ezio Melotti · 11 years ago
- b08495b #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
- 74a146d Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form. by Florent Xicluna · 11 years ago
- 331c3fd Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form. by Florent Xicluna · 11 years ago
- 4603487 #18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant. by Ezio Melotti · 11 years ago
- 5f8e785 (3.3->default) Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
- 385521c Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
- 7e5d557 merge for issue #18351. by Brett Cannon · 11 years ago
- a53cca3 Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile(). by Brett Cannon · 11 years ago
- 0075110 Issue #18364: Stop using the ImportError._not_found hack. by Brett Cannon · 11 years ago
- e0a39de #18380: merge with 3.3. by Ezio Melotti · 11 years ago
- 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
- c2464bf test_ftplib: silence a BytesWarning when checking TypeError by Florent Xicluna · 11 years ago
- 5f3fef3 test_ftplib: silence a BytesWarning when checking TypeError by Florent Xicluna · 11 years ago
- 8624ed5 Issue #18375: merge with 3.3 by Florent Xicluna · 11 years ago
- d9e7c86 Issue #18375: Assume --randomize when --randseed is used for running the testsuite. by Florent Xicluna · 11 years ago
- de68e0c Speed-up deque indexing by changing the deque block length to a power of two. by Raymond Hettinger · 11 years ago
- 6597aa1 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
- 54ad7e3 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
- 260fbe8 Issue #15767: Excise the remaining instances of ModuleNotFoundError by Brett Cannon · 11 years ago
- 3dfd232 Remove dead code in test_exceptions. by Brett Cannon · 11 years ago
- fc4b5b9 Move test_import over to unittest.main(). by Brett Cannon · 11 years ago
- 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
- 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
- 45091c0 Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError. by Brett Cannon · 11 years ago
- cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
- 0cb1e9a Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 11 years ago
- be9c841 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 11 years ago
- 7e71c56 (Merge 3.3) test_time.test_monotonic(): use a longer sleep to try to make the test more reliable by Victor Stinner · 11 years ago
- a9c99a6 test_time.test_monotonic(): use a longer sleep to try to make the test more reliable by Victor Stinner · 11 years ago
- 647d1e1 (Merge 3.3) test_faulthandler: skip test_read_null() on AIX by Victor Stinner · 11 years ago
- 330426c test_faulthandler: skip test_read_null() on AIX by Victor Stinner · 11 years ago
- 1b6348e Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
- e3e8bcf Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
- 3126a3d Issue #18339: use with self.assertRaises() to make test case more readable by Christian Heimes · 11 years ago
- 2178248 Issue #18339: use with self.assertRaises() to make test case more readable by Christian Heimes · 11 years ago
- 626032a Issue #17097: Merge. by Richard Oudkerk · 11 years ago
- cca8c53 Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
- 7c1457b Merge with current default by Łukasz Langa · 11 years ago
- 3720c77 Issue #18244: Adopt C3-based linearization in functools.singledispatch for improved ABC support by Łukasz Langa · 11 years ago
- bfafab1 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 11 years ago
- a24b4d2 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 11 years ago
- 04926ae Issue 18240: The HMAC module is no longer restricted to bytes and accepts by Christian Heimes · 11 years ago
- ec4bdac (merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
- 8a0b775 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
- 7afadc8 Merge with 3.3 by Terry Jan Reedy · 11 years ago
- acd5f81 Issue #18189: add test_delegator for Idle Delegator class. by Terry Jan Reedy · 11 years ago
- 53b1c24 Issue #18224: Updated test. by Vinay Sajip · 11 years ago
- ef1f777 Issue #18224: Updated test. by Vinay Sajip · 11 years ago
- 893c7e7 Closes #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ... by Vinay Sajip · 11 years ago
- 61d003a Issue #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ... by Vinay Sajip · 11 years ago
- 14c4799 Merge with 3.3 by Terry Jan Reedy · 11 years ago
- 56fe854 Issue 18189: remove unused methods in idlelib.Delegator.Delegator. by Terry Jan Reedy · 11 years ago
- c170f37 #18038: Use non-deprecated assert names in tests. by R David Murray · 11 years ago
- 634e076 Merge #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
- 925a322 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
- 06beaba Merge with 3.3 by Terry Jan Reedy · 11 years ago
- e4e530e Issue #18103: Update README.txt and test_idle to describe and run gui tests. by Terry Jan Reedy · 11 years ago
- 3a5053b Issue #18322: fix some test_stat nits. by Antoine Pitrou · 11 years ago
- a92bfa4 Merge with 3.3 by Terry Jan Reedy · 11 years ago
- 95a3f11 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 11 years ago
- 912bad7 Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch. by Terry Jan Reedy · 11 years ago
- b1c6827 Merge with 3.3 by Terry Jan Reedy · 11 years ago
- 70d2c71 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 11 years ago
- 3bca8ac Improve imap error message in unusual failure mode. by R David Murray · 11 years ago
- 37cfb0a Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where by Charles-François Natali · 11 years ago
- c723da3 Merge #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
- f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
- b83ee30 #11454: Reduce email module load time, improve surrogate check efficiency. by R David Murray · 11 years ago
- 5ac1b93 test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern by Victor Stinner · 11 years ago
- ef8115e Issue #17206: Fix test_cmd_line and test_faulthandler for my previous change by Victor Stinner · 11 years ago
- 383a820 Issue #17206: test.regrtest and test.script_helper enable faulthandler module by Victor Stinner · 11 years ago
- 4af6898 #11390: fix test failures due to readline and windows lineneds. by R David Murray · 11 years ago
- 4d6018f Issue 18111: Add a default argument to min() and max() by Raymond Hettinger · 11 years ago
- b28a375 Issue #18081: Workaround "./python -m test_idle test_logging" failure by Victor Stinner · 11 years ago
- 9dac840 Merge #18179: reflow paragraphs. by R David Murray · 11 years ago
- 021362d #18179: reflow paragraphs. by R David Murray · 11 years ago
- ec94eac Merge #18179: document the local_hostname parameter. by R David Murray · 11 years ago
- 36beb66 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
- 5707d50 #11390: convert doctest CLI to argparse and add -o and -f options. by R David Murray · 11 years ago
- 07d22e5 Merge heads by Serhiy Storchaka · 11 years ago
- e19ee85 Merge heads by Serhiy Storchaka · 11 years ago
- c89533f Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
- 8eeae21 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago