Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError. | Brett Cannon | 2013-07-04 | 1 | -7/+0 |
| | |||||
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 83 | -144/+158 |
| | |||||
* | Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. | Antoine Pitrou | 2013-07-04 | 1 | -1/+7 |
|\ | |||||
| * | Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. | Antoine Pitrou | 2013-07-04 | 1 | -1/+7 |
| | | |||||
* | | (Merge 3.3) test_time.test_monotonic(): use a longer sleep to try to make ↵ | Victor Stinner | 2013-07-03 | 1 | -2/+2 |
|\ \ | |/ | | | | | the test more reliable | ||||
| * | test_time.test_monotonic(): use a longer sleep to try to make the test more ↵ | Victor Stinner | 2013-07-03 | 1 | -2/+2 |
| | | | | | | | | reliable | ||||
* | | (Merge 3.3) test_faulthandler: skip test_read_null() on AIX | Victor Stinner | 2013-07-03 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | | | | | AIX maps the first page of memory at address zero as valid, read-only. Reading NULL is not a fault on AIX. This is utilized by IBM compiler optimizations. One speculatively can indirect through a pointer which may be null without first testing if null and defer the test before using the value. | ||||
| * | test_faulthandler: skip test_read_null() on AIX | Victor Stinner | 2013-07-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | AIX maps the first page of memory at address zero as valid, read-only. Reading NULL is not a fault on AIX. This is utilized by IBM compiler optimizations. One speculatively can indirect through a pointer which may be null without first testing if null and defer the test before using the value. | ||||
* | | Issue #17261: Ensure multiprocessing's proxies use proper address. | Richard Oudkerk | 2013-07-02 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #17261: Ensure multiprocessing's proxies use proper address. | Richard Oudkerk | 2013-07-02 | 1 | -0/+1 |
| | | |||||
* | | Issue #18339: use with self.assertRaises() to make test case more readable | Christian Heimes | 2013-07-01 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Issue #18339: use with self.assertRaises() to make test case more readable | Christian Heimes | 2013-07-01 | 1 | -2/+4 |
| | | |||||
* | | Issue #17097: Merge. | Richard Oudkerk | 2013-07-01 | 2 | -4/+84 |
|\ \ | |/ | |||||
| * | Issue #17097: Make multiprocessing ignore EINTR. | Richard Oudkerk | 2013-07-01 | 2 | -4/+84 |
| | | |||||
* | | Merge with current default | Łukasz Langa | 2013-07-01 | 1 | -0/+7 |
|\ \ | |||||
| * \ | Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a | Christian Heimes | 2013-07-01 | 1 | -0/+7 |
| |\ \ | | |/ | | | | | | | segfault inside the _pickle C extension. | ||||
| | * | Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a | Christian Heimes | 2013-07-01 | 1 | -0/+7 |
| | | | | | | | | | | | | segfault inside the _pickle C extension. | ||||
* | | | Issue #18244: Adopt C3-based linearization in functools.singledispatch for ↵ | Łukasz Langa | 2013-07-01 | 2 | -64/+288 |
|/ / | | | | | | | improved ABC support | ||||
* | | Issue 18240: The HMAC module is no longer restricted to bytes and accepts | Christian Heimes | 2013-07-01 | 2 | -5/+17 |
| | | | | | | | | any bytes-like object, e.g. memoryview. Original patch by Jonas Borgström. | ||||
* | | (merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File". | Terry Jan Reedy | 2013-07-01 | 2 | -2/+2 |
|\ \ | |/ | | | | | Patch by Tal Einat, Roget Serwy, and Todd Rovito. | ||||
| * | Issue #7136: In the Idle File menu, "New Window" is renamed "New File". | Terry Jan Reedy | 2013-07-01 | 2 | -2/+2 |
| | | | | | | | | Patch by Tal Einat, Roget Serwy, and Todd Rovito. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-30 | 2 | -2/+39 |
|\ \ | |/ | |||||
| * | Issue #18189: add test_delegator for Idle Delegator class. | Terry Jan Reedy | 2013-06-30 | 2 | -2/+39 |
| | | | | | | | | Also change private dict used as a set to a set. | ||||
* | | Issue #18224: Updated test. | Vinay Sajip | 2013-06-30 | 1 | -4/+0 |
|\ \ | |/ | |||||
| * | Issue #18224: Updated test. | Vinay Sajip | 2013-06-30 | 1 | -4/+0 |
| | | |||||
* | | Closes #18224: Removed pydoc script from created venv, as it causes problems ↵ | Vinay Sajip | 2013-06-30 | 2 | -9/+0 |
|\ \ | |/ | | | | | on Windows and adds no value over and above python -m pydoc ... | ||||
| * | Issue #18224: Removed pydoc script from created venv, as it causes problems ↵ | Vinay Sajip | 2013-06-30 | 2 | -9/+0 |
| | | | | | | | | on Windows and adds no value over and above python -m pydoc ... | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-30 | 1 | -8/+0 |
|\ \ | |/ | |||||
| * | Issue 18189: remove unused methods in idlelib.Delegator.Delegator. | Terry Jan Reedy | 2013-06-30 | 1 | -8/+0 |
| | | | | | | | | | | Idle code already uses x.delegate instead of x.getdelegate(). The printed report must have been for testing. | ||||
| * | #18038: Use non-deprecated assert names in tests. | R David Murray | 2013-06-30 | 1 | -5/+5 |
| | | |||||
* | | Merge #18155: Regex-escape delimiter, in case it is a regex special char. | R David Murray | 2013-06-29 | 2 | -5/+42 |
|\ \ | |/ | |||||
| * | #18155: Regex-escape delimiter, in case it is a regex special char. | R David Murray | 2013-06-29 | 2 | -5/+42 |
| | | | | | | | | Patch by Vajrasky Kok, with slight modification to the tests by me. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-29 | 2 | -28/+70 |
|\ \ | |/ | |||||
| * | Issue #18103: Update README.txt and test_idle to describe and run gui tests. | Terry Jan Reedy | 2013-06-29 | 2 | -28/+70 |
| | | |||||
* | | Issue #18322: fix some test_stat nits. | Antoine Pitrou | 2013-06-29 | 1 | -11/+7 |
| | | |||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-29 | 3 | -49/+162 |
|\ \ | |/ | |||||
| * | Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop | Terry Jan Reedy | 2013-06-29 | 3 | -49/+162 |
| | | | | | | | | | | | | replacing warnings.formatwarnings and to reverse replacement of warnings.showwarnings when import is complete and when main function exits. Add test_warning.py. Vinay Sajip provided capture_warnings function. | ||||
* | | Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch. | Terry Jan Reedy | 2013-06-29 | 2 | -6/+3 |
| | | | | | | | | If buildbots run before next push, test_logging will (temporarily) fail. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-28 | 1 | -7/+5 |
|\ \ | |/ | |||||
| * | Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and | Terry Jan Reedy | 2013-06-28 | 1 | -7/+5 |
| | | | | | | | | | | replacing redundant signature in input() docstring with one-line summary. Original patch by Terrel Shumway. | ||||
* | | Improve imap error message in unusual failure mode. | R David Murray | 2013-06-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | We ran into this during the sprits at PyCon and this patch has been sitting on my disk ever since. This just adds some information to the error message that we found useful during debugging. There's no good way to add a test, since the message only got generated via code that we had modified for debugging purposes. | ||||
* | | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where | Charles-François Natali | 2013-06-28 | 3 | -12/+6 |
| | | | | | | | | applicable. | ||||
* | | Merge #14360: make encoders.encode_quopri work. | R David Murray | 2013-06-27 | 2 | -2/+35 |
|\ \ | |/ | |||||
| * | #14360: make encoders.encode_quopri work. | R David Murray | 2013-06-27 | 2 | -2/+35 |
| | | | | | | | | | | | | | | | | | | There were no tests for the encoders module. encode_base64 worked because it is the default and so got tested implicitly elsewhere, and we use encode_7or8bit internally, so that worked, too. I previously fixed encode_noop, so this fix means that everythign in the encoders module now works, hopefully correctly. Also added an explicit test for encode_base64. | ||||
* | | #11454: Reduce email module load time, improve surrogate check efficiency. | R David Murray | 2013-06-26 | 1 | -4/+10 |
| | | | | | | | | | | | | | | The new _has_surrogates code was suggested by Serhiy Storchaka. See the issue for timings, but it is far faster than any other alternative, and also removes the load time that we previously incurred from compiling the complex regex this replaces. | ||||
* | | test_gdb.py: ignore also "warning: Source file is more recent than ↵ | Victor Stinner | 2013-06-25 | 1 | -0/+1 |
| | | | | | | | | executable." pattern | ||||
* | | Issue #17206: Fix test_cmd_line and test_faulthandler for my previous change | Victor Stinner | 2013-06-25 | 2 | -8/+17 |
| | | | | | | | | | | (test.regrtest and test.script_helper enable faulthandler module in subprocesses). | ||||
* | | Issue #17206: test.regrtest and test.script_helper enable faulthandler module | Victor Stinner | 2013-06-25 | 2 | -2/+3 |
| | | | | | | | | in subprocesses. | ||||
* | | #11390: fix test failures due to readline and windows lineneds. | R David Murray | 2013-06-25 | 1 | -22/+30 |
| | |