Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #18093: fix test_capi test skip due to _testembed move | Nick Coghlan | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 1 | -0/+17 |
| | |||||
* | Issue #19977: Fix test_capi when LC_CTYPE locale is POSIX | Victor Stinner | 2014-03-18 | 1 | -14/+18 |
| | |||||
* | Issue #20530: Argument Clinic's signature format has been revised again. | Larry Hastings | 2014-02-09 | 1 | -4/+13 |
| | | | | | | | The new syntax is highly human readable while still preventing false positives. The syntax also extends Python syntax to denote "self" and positional-only parameters, allowing inspect.Signature objects to be totally accurate for all supported builtins in Python 3.4. | ||||
* | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -1/+2 |
|\ | |||||
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -1/+2 |
| | | |||||
* | | Issue #20326: Argument Clinic now uses a simple, unique signature to | Larry Hastings | 2014-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | annotate text signatures in docstrings, resulting in fewer false positives. "self" parameters are also explicitly marked, allowing inspect.Signature() to authoritatively detect (and skip) said parameters. Issue #20326: Argument Clinic now generates separate checksums for the input and output sections of the block, allowing external tools to verify that the input has not changed (and thus the output is not out-of-date). | ||||
* | | Issue #20189: Four additional builtin types (PyTypeObject, | Larry Hastings | 2014-01-24 | 1 | -3/+3 |
| | | | | | | | | | | | | PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type) have been modified to provide introspection information for builtins. Also: many additional Lib, test suite, and Argument Clinic fixes. | ||||
* | | Fix inspect.signature tests for builtins when docstrings are compiled out. | Larry Hastings | 2013-11-24 | 1 | -0/+3 |
| | | |||||
* | | Issue #19674: inspect.signature() now produces a correct signature | Larry Hastings | 2013-11-23 | 1 | -0/+29 |
| | | | | | | | | for some builtins. | ||||
* | | Issue #18874: Implement the PEP 454 (tracemalloc) | Victor Stinner | 2013-11-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #19440: Clean up test_capi | Zachary Ware | 2013-11-12 | 1 | -14/+8 |
|\ \ | |/ | |||||
| * | Issue #19440: Clean up test_capi | Zachary Ware | 2013-11-12 | 1 | -13/+7 |
| | | |||||
* | | Close #19439: execute embedding tests on Windows | Nick Coghlan | 2013-11-03 | 1 | -32/+46 |
| | | | | | | | | Patch by Zachary Ware | ||||
* | | Issue #16129: this should appease the buildbots | Nick Coghlan | 2013-10-18 | 1 | -8/+7 |
| | | |||||
* | | Skip #16129 test until I debug cross-platform issues | Nick Coghlan | 2013-10-17 | 1 | -0/+1 |
| | | |||||
* | | Try to debug overspecified test :( | Nick Coghlan | 2013-10-17 | 1 | -1/+2 |
| | | |||||
* | | Issue #16129: Add `Py_SetStandardStreamEncoding` | Nick Coghlan | 2013-10-17 | 1 | -25/+71 |
| | | | | | | | | | | | | | | | | | | | | | | This new pre-initialization API allows embedding applications like Blender to force a particular encoding and error handler for the standard IO streams. Also refactors Modules/_testembed.c to let us start testing multiple embedding scenarios. (Initial patch by Bastien Montagne) | ||||
* | | Issue #18948: improve SuppressCoreFiles to include Windows crash popup ↵ | Antoine Pitrou | 2013-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | suppression, and use it in more tests. Patch by Valerie Lambert and Zachary Ware. | ||||
* | | test_capi: make a specific test case for the subinterpreter test | Antoine Pitrou | 2013-08-01 | 1 | -1/+6 |
|/ | | | | (it was wrongly classified in the pending calls test case) | ||||
* | Fix indentation. | Ezio Melotti | 2013-03-05 | 1 | -4/+4 |
| | |||||
* | #11732: add a new suppress_crash_popup() context manager to test.support. | Ezio Melotti | 2013-03-05 | 1 | -1/+2 |
| | |||||
* | #17249: merge with 3.2. | Ezio Melotti | 2013-02-23 | 1 | -28/+27 |
|\ | |||||
| * | #17249: convert a test in test_capi to use unittest and reap threads. | Ezio Melotti | 2013-02-23 | 1 | -28/+28 |
| | | |||||
* | | Remove outdated statement | Antoine Pitrou | 2013-01-17 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Remove outdated statement | Antoine Pitrou | 2013-01-17 | 1 | -1/+0 |
| | | |||||
* | | Closes #16126: PyErr_Format format mismatch in _testcapimodule.c | Jesus Cea | 2012-10-04 | 1 | -0/+11 |
| | | |||||
* | | Merge 3.2. | Stefan Krah | 2012-08-21 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Issue #15736: Fix overflow in _PySequence_BytesToCharpArray(). | Stefan Krah | 2012-08-21 | 1 | -0/+8 |
| | | |||||
* | | Merge 3.2. | Stefan Krah | 2012-08-20 | 1 | -0/+10 |
|\ \ | |/ | |||||
| * | Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). | Stefan Krah | 2012-08-20 | 1 | -0/+10 |
| | | |||||
* | | Merge 3.2. | Stefan Krah | 2012-08-20 | 1 | -0/+13 |
|\ \ | |/ | |||||
| * | Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). | Stefan Krah | 2012-08-20 | 1 | -0/+13 |
| | | | | | | | | Found by Coverity. | ||||
* | | Issue #14769: Incorporated mildly pedantic feedback from python-dev. | Larry Hastings | 2012-06-22 | 1 | -19/+21 |
| | | | | | | | | | | Mostly documentation changes; the code changes are clarifications, not semantic changes. | ||||
* | | Issue #14769: test_capi now has SkipitemTest, which cleverly checks | Larry Hastings | 2012-06-22 | 1 | -1/+70 |
| | | | | | | | | | | for "parity" between PyArg_ParseTuple() and the Python/getargs.c static function skipitem() for all possible "format units". | ||||
* | | Issue #9116: Allowed test to pass on Windows by adjusting the test condition ↵ | Vinay Sajip | 2012-05-06 | 1 | -2/+2 |
| | | | | | | | | slightly to allow for a Windows-specific error message. | ||||
* | | Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. | Martin v. Löwis | 2012-04-19 | 1 | -0/+23 |
| | | | | | | | | Patch by Stefan Behnel. | ||||
* | | Test running of code in a sub-interpreter | Antoine Pitrou | 2012-01-17 | 1 | -0/+17 |
|\ \ | |/ | | | | | (prelude to issue #6531). | ||||
| * | Test running of code in a sub-interpreter | Antoine Pitrou | 2012-01-17 | 1 | -0/+17 |
| | | | | | | | | (prelude to issue #6531). | ||||
* | | Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. | Antoine Pitrou | 2011-06-30 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. | Antoine Pitrou | 2011-06-30 | 1 | -0/+3 |
| | | |||||
* | | Close #12028: Make threading._get_ident() public, rename it to | Victor Stinner | 2011-05-30 | 1 | -3/+2 |
|/ | | | | | threading.get_ident() and document it. This function was used by _thread.get_ident(). | ||||
* | Issue #10914: Add a minimal embedding test to test_capi. | Antoine Pitrou | 2011-04-25 | 1 | -3/+32 |
| | |||||
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ | |||||
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| | | |||||
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........ | ||||
* | | Merged revisions 88550 via svnmerge from | Antoine Pitrou | 2011-02-24 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88550 | antoine.pitrou | 2011-02-24 21:50:49 +0100 (jeu., 24 févr. 2011) | 4 lines Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with a buffer struct having a NULL data pointer. ........ | ||||
* | | Issue #8932: Skip required when compiled --without-threads. | Stefan Krah | 2010-06-09 | 1 | -0/+1 |
| | | |||||
* | | Fix test_capi for Windows: strip newline characters | Victor Stinner | 2010-05-15 | 1 | -2/+2 |
| | | | | | | | | Fix test_no_FatalError_infinite_loop() introduced by r81142 (issue #3605). | ||||
* | | Make PyErr_Occurred return NULL if there is no current thread. Previously it | Jeffrey Yasskin | 2010-05-13 | 1 | -1/+15 |
| | | | | | | | | | | | | | | would Py_FatalError, which called PyErr_Occurred, resulting in a semi-infinite recursion. Fixes issue 3605. |