summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Issue #23985: Fixed integer overflow in iterator object. Patch bySerhiy Storchaka2015-05-214-0/+34
* | | | Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-215-1/+74
* | | | Issue 24017: Use abc.Coroutine in inspect.iscoroutine() functionYury Selivanov2015-05-211-2/+1
* | | | Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-2111-8/+483
* | | | Issue #22955: Fixed reference leak in attrgetter.repr().Serhiy Storchaka2015-05-211-1/+3
* | | | improve wordingBenjamin Peterson2015-05-211-2/+2
* | | | Issue 24248: Deprecate inspect.Signature.from_function and .from_builtinYury Selivanov2015-05-214-12/+16
* | | | Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Ruppr...Antoine Pitrou2015-05-204-2/+22
* | | | Issue #22955: Fixed test_operator. It left Python implementation inSerhiy Storchaka2015-05-201-4/+0
* | | | inspect.Signature: Factor out Signature.from_function to a private helperYury Selivanov2015-05-201-78/+83
* | | | Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.Yury Selivanov2015-05-205-10/+36
* | | | Issue 24215: Added tests for more builtin types in test_pprint.Serhiy Storchaka2015-05-202-17/+12
|\ \ \ \ | |/ / /
| * | | Issue 24215: Added tests for more builtin types in test_pprint.Serhiy Storchaka2015-05-202-17/+12
* | | | Updates PCBuild.sln to open with VS 2015 by default.Steve Dower2015-05-201-2/+2
* | | | Issue #24134: Use assertRaises() in context manager form in test_slice toSerhiy Storchaka2015-05-201-1/+2
|\ \ \ \ | |/ / /
| * | | Issue #24134: Use assertRaises() in context manager form in test_slice toSerhiy Storchaka2015-05-201-1/+2
* | | | Issue #22955: attrgetter, itemgetter and methodcaller objects in the operatorSerhiy Storchaka2015-05-204-9/+427
* | | | Issue #24245: Eliminated senseless expect clauses that have no any effect inSerhiy Storchaka2015-05-202-19/+12
|\ \ \ \ | |/ / /
| * | | Issue #24245: Eliminated senseless expect clauses that have no any effect inSerhiy Storchaka2015-05-202-19/+12
* | | | Issue #24245: Eliminated senseless expect clauses that have no any effect.Serhiy Storchaka2015-05-205-14/+0
* | | | Issue #16261: Converted some bare except statements to except statementsSerhiy Storchaka2015-05-207-13/+13
* | | | Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try againSerhiy Storchaka2015-05-193-7/+63
|\ \ \ \ | |/ / /
| * | | Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try againSerhiy Storchaka2015-05-193-7/+63
* | | | Fix some compilation warnings when using gcc (-Wmaybe-uninitialized).Antoine Pitrou2015-05-191-3/+3
|\ \ \ \ | |/ / /
| * | | Fix some compilation warnings when using gcc (-Wmaybe-uninitialized).Antoine Pitrou2015-05-191-17/+17
* | | | Issue #23985: Fix a possible buffer overrun when deleting a slice from the fr...Antoine Pitrou2015-05-193-6/+21
|\ \ \ \ | |/ / /
| * | | Issue #23985: Fix a possible buffer overrun when deleting a slice from the fr...Antoine Pitrou2015-05-193-6/+21
* | | | Null merge.R David Murray2015-05-190-0/+0
|\ \ \ \ | |/ / /
| * | | #24215: also back out changeset that broke test_trace in 3.4.R David Murray2015-05-191-8/+9
* | | | Back out changeset 955dffec3d94 since it broke the buildbots.R David Murray2015-05-191-8/+9
* | | | #19662: fix typoR David Murray2015-05-191-1/+1
* | | | Issue #23780: Improved error message in os.path.join() with single argument.Serhiy Storchaka2015-05-195-0/+12
* | | | Issue #6598: Increased time precision and random number range inSerhiy Storchaka2015-05-193-6/+31
|\ \ \ \ | |/ / /
| * | | Issue #6598: Increased time precision and random number range inSerhiy Storchaka2015-05-193-6/+31
* | | | Issue 24205: Improve inspect.Signature.bind() error messages.Yury Selivanov2015-05-192-17/+29
* | | | Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-185-5/+5
|\ \ \ \ | |/ / /
| * | | Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-184-4/+4
* | | | Issue #24233: Add a proper link to socket.getfqdn() documentation.Berker Peksag2015-05-181-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #24233: Add a proper link to socket.getfqdn() documentation.Berker Peksag2015-05-181-1/+1
* | | | Fix Sphinx compile error.Berker Peksag2015-05-181-1/+1
* | | | Fix typo in Misc/NEWS.Berker Peksag2015-05-181-1/+1
|\ \ \ \ | |/ / /
| * | | Fix typo in Nisc/NEWS.Berker Peksag2015-05-181-1/+1
* | | | Fixed typos in comments.Serhiy Storchaka2015-05-181-4/+4
|\ \ \ \ | |/ / /
| * | | Fixed typos in comments.Serhiy Storchaka2015-05-181-2/+2
* | | | Issue 24226: Fix parsing of many sequential one-line 'def' statements.Yury Selivanov2015-05-183-8/+51
* | | | Issue #24091: Fixed various crashes in corner cases in C implementation ofSerhiy Storchaka2015-05-183-46/+221
|\ \ \ \ | |/ / /
| * | | Issue #24091: Fixed various crashes in corner cases in C implementation ofSerhiy Storchaka2015-05-183-47/+222
* | | | Issue #24102: Fixed exception type checking in standard error handlers.Serhiy Storchaka2015-05-183-27/+47
|\ \ \ \ | |/ / /
| * | | Issue #24102: Fixed exception type checking in standard error handlers.Serhiy Storchaka2015-05-183-24/+43
* | | | Closes #21931: Merge with 3.4Zachary Ware2015-05-182-3/+16
|\ \ \ \ | |/ / /