summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-0483-144/+158
* Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-041-1/+7
|\
| * Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-041-1/+7
* | (Merge 3.3) test_time.test_monotonic(): use a longer sleep to try to make the...Victor Stinner2013-07-031-2/+2
|\ \ | |/
| * test_time.test_monotonic(): use a longer sleep to try to make the test more r...Victor Stinner2013-07-031-2/+2
* | (Merge 3.3) test_faulthandler: skip test_read_null() on AIXVictor Stinner2013-07-031-0/+2
|\ \ | |/
| * test_faulthandler: skip test_read_null() on AIXVictor Stinner2013-07-031-0/+2
* | Issue #17261: Ensure multiprocessing's proxies use proper address.Richard Oudkerk2013-07-021-0/+1
|\ \ | |/
| * Issue #17261: Ensure multiprocessing's proxies use proper address.Richard Oudkerk2013-07-021-0/+1
* | 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-012-4/+84
|\ \ | |/
| * Issue #17097: Make multiprocessing ignore EINTR.Richard Oudkerk2013-07-012-4/+84
* | Merge with current defaultŁukasz Langa2013-07-011-0/+7
|\ \
| * \ Issue #18339: Negative ints keys in unpickler.memo dict no longer cause aChristian Heimes2013-07-011-0/+7
| |\ \ | | |/
| | * Issue #18339: Negative ints keys in unpickler.memo dict no longer cause aChristian Heimes2013-07-011-0/+7
* | | Issue #18244: Adopt C3-based linearization in functools.singledispatch for im...Łukasz Langa2013-07-012-64/+288
|/ /
* | Issue 18240: The HMAC module is no longer restricted to bytes and acceptsChristian Heimes2013-07-012-5/+17
* | (merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File".Terry Jan Reedy2013-07-012-2/+2
|\ \ | |/
| * Issue #7136: In the Idle File menu, "New Window" is renamed "New File".Terry Jan Reedy2013-07-012-2/+2
* | 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
* | 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-302-9/+0
|\ \ | |/
| * Issue #18224: Removed pydoc script from created venv, as it causes problems o...Vinay Sajip2013-06-302-9/+0
* | 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
| * #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-292-5/+42
|\ \ | |/
| * #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-292-5/+42
* | 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
* | Issue #18322: fix some test_stat nits.Antoine Pitrou2013-06-291-11/+7
* | Merge with 3.3Terry Jan Reedy2013-06-293-49/+162
|\ \ | |/
| * Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stopTerry Jan Reedy2013-06-293-49/+162
* | Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch.Terry Jan Reedy2013-06-292-6/+3
* | Merge with 3.3Terry Jan Reedy2013-06-281-7/+5
|\ \ | |/
| * Issue #18315: Improve fileinput docs by adding 'bufsize' where missing andTerry Jan Reedy2013-06-281-7/+5
* | Improve imap error message in unusual failure mode.R David Murray2013-06-281-1/+1
* | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() whereCharles-François Natali2013-06-283-12/+6
* | Merge #14360: make encoders.encode_quopri work.R David Murray2013-06-272-2/+35
|\ \ | |/
| * #14360: make encoders.encode_quopri work.R David Murray2013-06-272-2/+35
* | #11454: Reduce email module load time, improve surrogate check efficiency.R David Murray2013-06-261-4/+10
* | test_gdb.py: ignore also "warning: Source file is more recent than executable...Victor Stinner2013-06-251-0/+1
* | Issue #17206: Fix test_cmd_line and test_faulthandler for my previous changeVictor Stinner2013-06-252-8/+17
* | Issue #17206: test.regrtest and test.script_helper enable faulthandler moduleVictor Stinner2013-06-252-2/+3
* | #11390: fix test failures due to readline and windows lineneds.R David Murray2013-06-251-22/+30
* | Issue 18111: Add a default argument to min() and max()Raymond Hettinger2013-06-251-0/+28
* | Issue #18081: Workaround "./python -m test_idle test_logging" failureVictor Stinner2013-06-242-3/+6