| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #28086: Single var-positional argument of tuple subtype was passed | Serhiy Storchaka | 2016-09-22 | 1 | -1/+1 |
* | Fixes test_getargs2 to get the buildbots working again. | Steve Dower | 2016-09-11 | 1 | -1/+1 |
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -6/+6 |
* | more PY_LONG_LONG to long long | Benjamin Peterson | 2016-09-08 | 1 | -5/+0 |
* | Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support | Serhiy Storchaka | 2016-06-09 | 1 | -0/+33 |
* | Issue #26983: float() now always return an instance of exact float. | Serhiy Storchaka | 2016-06-03 | 1 | -2/+4 |
* | Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes | Serhiy Storchaka | 2016-05-16 | 1 | -1/+159 |
|\ |
|
| * | Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes | Serhiy Storchaka | 2016-05-16 | 1 | -1/+159 |
| * | Backported tests for issue #18531. | Serhiy Storchaka | 2016-05-16 | 1 | -0/+56 |
* | | Issue #18531: Single var-keyword argument of dict subtype was passed | Serhiy Storchaka | 2016-05-08 | 1 | -0/+56 |
* | | Issue #26198: ValueError is now raised instead of TypeError on buffer | Serhiy Storchaka | 2016-02-08 | 1 | -4/+4 |
|/ |
|
* | Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units | Serhiy Storchaka | 2016-01-28 | 1 | -42/+135 |
* | Issue #22883: Got rid of outdated references to PyInt and PyString in comments. | Serhiy Storchaka | 2015-02-17 | 1 | -2/+2 |
* | Issue #22215: Now ValueError is raised instead of TypeError when str or bytes | Serhiy Storchaka | 2014-09-06 | 1 | -5/+5 |
* | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -60/+52 |
|\ |
|
| * | Issue #17576: Deprecation warning emitted now when __int__() or __index__() | Serhiy Storchaka | 2013-12-11 | 1 | -0/+70 |
| |\ |
|
| * | | Update various test modules to use unittest.main() for test discovery | Brett Cannon | 2013-06-12 | 1 | -20/+6 |
| * | | Issue #17516: use comment syntax for comments, instead of multiline string | Victor Stinner | 2013-03-26 | 1 | -31/+29 |
* | | | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -0/+2 |
* | | | Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. | Serhiy Storchaka | 2013-12-14 | 1 | -16/+8 |
| |/
|/| |
|
* | | Issue #17576: Deprecation warning emitted now when __int__() or __index__() | Serhiy Storchaka | 2013-12-11 | 1 | -0/+70 |
|/ |
|
* | Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. | Larry Hastings | 2012-05-05 | 1 | -0/+31 |
* | Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. | Larry Hastings | 2012-03-20 | 1 | -1/+73 |
* | Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. | Eli Bendersky | 2011-07-29 | 1 | -0/+9 |
* | Issue #10451: memoryview objects could allow to mutate a readable buffer. | Antoine Pitrou | 2011-01-18 | 1 | -1/+3 |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -9/+9 |
* | Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use | Victor Stinner | 2010-06-25 | 1 | -0/+10 |
* | Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes | Victor Stinner | 2010-06-24 | 1 | -1/+1 |
* | Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" | Victor Stinner | 2010-06-13 | 1 | -1/+129 |
* | Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs, | Mark Dickinson | 2010-06-10 | 1 | -16/+1 |
* | Issue #6697: Fix a crash if a keyword contains a surrogate | Victor Stinner | 2010-05-19 | 1 | -0/+14 |
* | Merged revisions 77218 via svnmerge from | Mark Dickinson | 2010-01-01 | 1 | -11/+17 |
* | Merged revisions 76930 via svnmerge from | Mark Dickinson | 2009-12-20 | 1 | -1/+16 |
* | Issue #7435: Remove duplicate int/long tests, and other | Mark Dickinson | 2009-12-05 | 1 | -25/+0 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -71/+71 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Issue 2440: remove the guard around the handling of case 'n' in getargs.c's c... | Trent Nelson | 2008-04-22 | 1 | -2/+2 |
* | Issue 2440: revert r62269 and r62279. These changes were made in an effort t... | Trent Nelson | 2008-04-11 | 1 | -5/+0 |
* | Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), ext... | Trent Nelson | 2008-04-10 | 1 | -0/+5 |
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -1/+50 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -2/+1 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -13/+13 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+18 |
* | Fix newly merged test for p3ykness. | Thomas Wouters | 2006-04-21 | 1 | -1/+1 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+18 |
* | Fix tests for PyArg_Parse*; The PyArg_Parse functions no longer (noisily) | Thomas Wouters | 2006-04-15 | 1 | -6/+6 |
* | Revert previous checkin on getargs 'L' code. Try to convert all | Martin v. Löwis | 2005-03-03 | 1 | -10/+4 |
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -5/+3 |
* | This test now uses the separate getargs_X functions from _testcapimodule. | Thomas Heller | 2003-04-24 | 1 | -101/+109 |
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -1/+1 |