| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15467: Move helpers for __sizeof__ tests into test_support. | Martin v. Löwis | 2012-07-29 | 1 | -29/+10 |
|
|
* | Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. | Meador Inge | 2012-07-29 | 1 | -10/+41 |
|
|
* | Better test for Issue #15402: Add a __sizeof__ method to struct.Struct | Jesus Cea | 2012-07-23 | 1 | -4/+4 |
|
|
* | Issue #15402: Add a __sizeof__ method to struct.Struct. | Meador Inge | 2012-07-23 | 1 | -0/+10 |
|
|
* | #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 82637 via svnmerge from | Benjamin Peterson | 2010-07-07 | 1 | -4/+8 |
|
|
| * | Merged revisions 82628,82630 via svnmerge from | Benjamin Peterson | 2010-07-07 | 1 | -2/+8 |
|
|
| * | Merged revisions 81897-81898,81902 via svnmerge from | Mark Dickinson | 2010-06-11 | 1 | -0/+7 |
|
|
| * | Merged revisions 78692 via svnmerge from | Mark Dickinson | 2010-03-05 | 1 | -6/+2 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
|
|
* | | Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 | Victor Stinner | 2010-12-28 | 1 | -57/+46 |
|
|
* | | Issue #8990: array.fromstring() and array.tostring() get renamed to | Antoine Pitrou | 2010-09-01 | 1 | -4/+4 |
|
|
* | | Add test for memory leak reported in issue 9422. | Mark Dickinson | 2010-08-01 | 1 | -1/+6 |
|
|
* | | Issue #4770: Restrict binascii module to accept only bytes (as specified). | Florent Xicluna | 2010-07-27 | 1 | -0/+1 |
|
|
* | | Yield more information on failure in test_struct boolean test. | Mark Dickinson | 2010-07-12 | 1 | -2/+7 |
|
|
* | | ValueError is eventually what we want to move to, I suppose | Benjamin Peterson | 2010-07-10 | 1 | -2/+2 |
|
|
* | | wrap | Benjamin Peterson | 2010-07-09 | 1 | -1/+2 |
|
|
* | | allow more exceptions | Benjamin Peterson | 2010-07-09 | 1 | -3/+3 |
|
|
* | | OverflowError is fine | Benjamin Peterson | 2010-07-09 | 1 | -1/+2 |
|
|
* | | ValueError in this case is also acceptable | Benjamin Peterson | 2010-07-07 | 1 | -4/+8 |
|
|
* | | don't ignore exceptions from PyObject_IsTrue | Benjamin Peterson | 2010-07-07 | 1 | -0/+6 |
|
|
* | | this needn't be in the loop | Benjamin Peterson | 2010-07-07 | 1 | -2/+2 |
|
|
* | | Fix more undefined-behaviour inducing overflow checks in struct module. | Mark Dickinson | 2010-06-11 | 1 | -0/+2 |
|
|
* | | Avoid possible undefined behaviour from signed overflow. | Mark Dickinson | 2010-06-11 | 1 | -0/+5 |
|
|
* | | Issue #3129: Trailing digits in format string are no longer ignored. | Alexander Belopolsky | 2010-06-11 | 1 | -1/+27 |
|
|
* | | Merged revisions 79745 via svnmerge from | Mark Dickinson | 2010-04-04 | 1 | -10/+31 |
|
|
* | | Merged revisions 79740 via svnmerge from | Ezio Melotti | 2010-04-04 | 1 | -8/+8 |
|
|
* | | Merged revisions 79674 via svnmerge from | Mark Dickinson | 2010-04-03 | 1 | -0/+17 |
|
|
* | | Clean up integer tests in test_struct, and bring them more in line with the t... | Mark Dickinson | 2010-04-03 | 1 | -168/+125 |
|
|
* | | Remove unused imports & clean up sys imports in test_struct. | Mark Dickinson | 2010-03-05 | 1 | -6/+2 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|/ |
|
* | Issue #5463: Remove deprecated float coercion from struct module, along | Mark Dickinson | 2009-04-19 | 1 | -58/+15 |
|
|
* | Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from | Benjamin Peterson | 2009-04-04 | 1 | -0/+1 |
|
|
* | Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct | Mark Dickinson | 2009-03-29 | 1 | -48/+26 |
|
|
* | - Issue #5463: In struct module, remove deprecated overflow wrapping | Mark Dickinson | 2009-03-21 | 1 | -11/+1 |
|
|
* | #3694: fix an "XXX undetected error" leak in struct. | Georg Brandl | 2009-02-13 | 1 | -0/+4 |
|
|
* | Merged revisions 69498 via svnmerge from | Mark Dickinson | 2009-02-10 | 1 | -2/+2 |
|
|
* | Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ... | Georg Brandl | 2009-01-03 | 1 | -0/+7 |
|
|
* | Merged revisions 66321 via svnmerge from | Brett Cannon | 2008-09-09 | 1 | -2/+2 |
|
|
* | Make test.test_support.catch_warnings more robust as discussed on python-dev.... | Nick Coghlan | 2008-07-13 | 1 | -7/+4 |
|
|
* | Another merge error, seen on bigendian machines | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -1/+1 |
|
|
* | Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -0/+6 |
|
|
* | Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -637/+535 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
|
|
* | Fix failing test test_bool following merge from trunk. | Mark Dickinson | 2008-03-16 | 1 | -1/+1 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -15/+15 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -2/+2 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 1 | -3/+3 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -22/+22 |
|
|