summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15767: Revert 3a50025f1900 for ModuleNotFoundErrorBrett Cannon2013-07-0410-842/+807
|
* Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError.Brett Cannon2013-07-041-7/+0
|
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-0483-144/+158
|
* Consolidate tests section.Antoine Pitrou2013-07-041-5/+2
|
* Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-042-2/+9
|\
| * Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-042-1/+9
| |
* | (Merge 3.3) test_time.test_monotonic(): use a longer sleep to try to make ↵Victor Stinner2013-07-031-2/+2
|\ \ | |/ | | | | the test more reliable
| * test_time.test_monotonic(): use a longer sleep to try to make the test more ↵Victor Stinner2013-07-031-2/+2
| | | | | | | | reliable
* | (Merge 3.3) test_faulthandler: skip test_read_null() on AIXVictor Stinner2013-07-031-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 AIXVictor Stinner2013-07-031-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.
* | #18312: merge from 3.3.Eric V. Smith2013-07-021-5/+5
|\ \ | |/
| * Closes #18312: 'make distclean' no longer deletes files in dot-directories.Eric V. Smith2013-07-021-5/+5
| |
* | Issue #17261: Ensure multiprocessing's proxies use proper address.Richard Oudkerk2013-07-022-0/+3
|\ \ | |/
| * Issue #17261: Ensure multiprocessing's proxies use proper address.Richard Oudkerk2013-07-022-0/+3
| |
* | Issue #14206: Clarify docs for Queue.join_cancel_thread().Richard Oudkerk2013-07-021-0/+7
|\ \ | |/
| * Issue #14206: Clarify docs for Queue.join_cancel_thread().Richard Oudkerk2013-07-021-0/+7
| |
* | Issue #17273: Clarify that pool methods can only be used by parent process.Richard Oudkerk2013-07-021-0/+6
|\ \ | |/
| * Issue #17273: Clarify that pool methods can only be used by parent process.Richard Oudkerk2013-07-021-0/+6
| |
* | (Merge 3.3) Issue #18343: faulthandler.register() now keeps the previous signalVictor Stinner2013-07-012-1/+6
|\ \ | |/ | | | | | | handler when the function is called twice, so faulthandler.unregister() restores correctly the original signal handler.
| * Issue #18343: faulthandler.register() now keeps the previous signal handlerVictor Stinner2013-07-012-1/+6
| | | | | | | | | | when the function is called twice, so faulthandler.unregister() restores correctly the original signal handler.
* | Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now theChristian Heimes2013-07-012-2/+5
|\ \ | |/ | | | | | | | | tstate is first removed from TLS and then deallocated. CID 1019639 (#1 of 1): Use after free (USE_AFTER_FREE) use_after_free: Using freed pointer tstate.
| * Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now theChristian Heimes2013-07-012-2/+5
| | | | | | | | | | | | tstate is first removed from TLS and then deallocated. CID 1019639 (#1 of 1): Use after free (USE_AFTER_FREE) use_after_free: Using freed pointer tstate.
* | Issue #18339: use with self.assertRaises() to make test case more readableChristian Heimes2013-07-011-2/+4
|\ \ | |/
| * Issue #18339: use with self.assertRaises() to make test case more readableChristian Heimes2013-07-011-2/+4
| |
* | Issue #17097: Merge.Richard Oudkerk2013-07-013-4/+86
|\ \ | |/
| * Issue #17097: Make multiprocessing ignore EINTR.Richard Oudkerk2013-07-013-4/+86
| |
* | Merge with current defaultŁukasz Langa2013-07-013-0/+15
|\ \
| * \ Singular form just like the other error message.Christian Heimes2013-07-011-1/+1
| |\ \ | | |/
| | * Singular form just like the other error message.Christian Heimes2013-07-011-1/+1
| | |
| * | Issue #18339: Negative ints keys in unpickler.memo dict no longer cause aChristian Heimes2013-07-013-0/+15
| |\ \ | | |/ | | | | | | segfault inside the _pickle C extension.
| | * Issue #18339: Negative ints keys in unpickler.memo dict no longer cause aChristian Heimes2013-07-013-0/+15
| | | | | | | | | | | | segfault inside the _pickle C extension.
* | | Issue #18244: Adopt C3-based linearization in functools.singledispatch for ↵Łukasz Langa2013-07-013-64/+289
|/ / | | | | | | improved ABC support
* | Issue 18240: The HMAC module is no longer restricted to bytes and acceptsChristian Heimes2013-07-015-11/+33
| | | | | | | | 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 Reedy2013-07-014-4/+7
|\ \ | |/ | | | | Patch by Tal Einat, Roget Serwy, and Todd Rovito.
| * Issue #7136: In the Idle File menu, "New Window" is renamed "New File".Terry Jan Reedy2013-07-014-4/+7
| | | | | | | | Patch by Tal Einat, Roget Serwy, and Todd Rovito.
* | Merge with 3.3Terry Jan Reedy2013-06-302-2/+39
|\ \ | |/
| * Issue #18189: add test_delegator for Idle Delegator class.Terry Jan Reedy2013-06-302-2/+39
| | | | | | | | Also change private dict used as a set to a set.
* | Issue #18224: Updated test.Vinay Sajip2013-06-301-4/+0
|\ \ | |/
| * Issue #18224: Updated test.Vinay Sajip2013-06-301-4/+0
| |
* | Closes #18224: Removed pydoc script from created venv, as it causes problems ↵Vinay Sajip2013-06-303-9/+3
|\ \ | |/ | | | | 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 Sajip2013-06-303-9/+3
| | | | | | | | on Windows and adds no value over and above python -m pydoc ...
* | Merge with 3.3Terry Jan Reedy2013-06-301-8/+0
|\ \ | |/
| * Issue 18189: remove unused methods in idlelib.Delegator.Delegator.Terry Jan Reedy2013-06-301-8/+0
| | | | | | | | | | Idle code already uses x.delegate instead of x.getdelegate(). The printed report must have been for testing.
* | Null merge #18038: Use non-deprecated assert names in tests.R David Murray2013-06-300-0/+0
|\ \ | |/ | | | | Brett already fixed this in 3.4 in 4f7c25ab2ed2.
| * #18038: Use non-deprecated assert names in tests.R David Murray2013-06-301-5/+5
| |
* | Merge #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-293-6/+47
|\ \ | |/
| * #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-294-6/+48
| | | | | | | | Patch by Vajrasky Kok, with slight modification to the tests by me.
* | Merge with 3.3Terry Jan Reedy2013-06-292-28/+70
|\ \ | |/
| * Issue #18103: Update README.txt and test_idle to describe and run gui tests.Terry Jan Reedy2013-06-292-28/+70
| |
* | Fix segfault in pyexpat.c caused by 84375Christian Heimes2013-06-291-1/+1
| | | | | | | | u can be NULL, use XDECREF