115 Commits (c19bb3279cbb42c84a24255db48ee2d385bb8167)

Author SHA1 Message Date
Stefan Krah 650c1e818d Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() 11 years ago
Serhiy Storchaka bad1257c96 Issue #22777: Test pickling with all protocols. 11 years ago
Brett Cannon 1eb32c2045 Issue #20152: Port the array module to Argument Clinic. 11 years ago
Serhiy Storchaka b992a0e102 Issue #19936: Added executable bits or shebang lines to Python scripts which 12 years ago
Zachary Ware 9fe6d86709 Issue 19572: More silently skipped tests explicitly skipped. 12 years ago
Alexandre Vassalotti 9730e33535 Issue #3693: Fix array obscure error message when given a str. 12 years ago
Serhiy Storchaka 91b3e77a6a Issue #19604: Use specific asserts in array tests. 12 years ago
Serhiy Storchaka 43767638a9 Issue #18702: All skipped tests now reported as skipped. 12 years ago
Serhiy Storchaka 7908068627 Issue #18702: All skipped tests now reported as skipped. 12 years ago
Victor Stinner 29c0034ff9 Issue #17223: the test is specific to 32-bit wchar_t type 13 years ago
Victor Stinner c472c5d7bd Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE) 13 years ago
Victor Stinner 29ec595c6a Issue #17223: array module: Fix a crasher when converting an array containing 13 years ago
Ezio Melotti 1d3e96dbe2 #16888: test_array now works with unittest test discovery. Patch by Zachary Ware. 13 years ago
Andrew Svetlov f7a17b48d7 Replace IOError with OSError (#16715) 13 years ago
Meador Inge 03b4d5072a Issue #15424: Add a __sizeof__ implementation for array objects. 14 years ago
Meador Inge 2d639d5665 Issue #15424: Add a __sizeof__ implementation for array objects. 14 years ago
Victor Stinner 9d512ab97f Issue #13072: Fix test_array for installation without the ctypes module 14 years ago
Victor Stinner bded28c081 Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t... 14 years ago
Victor Stinner 8d4734f6b2 Issue #13072: Fix test_array for Windows with 16-bit wchar_t 14 years ago
Kristján Valur Jónsson 31668b8f7a Issue #14288: Serialization support for builtin iterators. 14 years ago
Ezio Melotti 90bf5f1171 Remove mention of narrow/wide builds and update array doc, add a test. 14 years ago
Victor Stinner 8dba4e004f array module uses the new Unicode API 15 years ago
Meador Inge 1c9f0c93ad Issue #1172711: Add 'long long' support to the array module. 15 years ago
Victor Stinner 42dcc679c2 test_array: make quiet the DeprecationWarning 15 years ago
Georg Brandl 28dadd988b Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from 15 years ago
Georg Brandl d98934c483 Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from 15 years ago
Alexander Belopolsky 4ea1aacb94 Reverted r87944 - issue #5109 should not have been backported 15 years ago
Alexander Belopolsky 830c85d0ba Merged revisions 87942 via svnmerge from 15 years ago
Alexander Belopolsky ef4a03fffe Issue #5109: array.array constructor will now use fast code when 15 years ago
Victor Stinner 7a6a0093f3 test_array: fix the DeprecationWarning('object.__init__() takes no parameters') 15 years ago
Georg Brandl cf03ac0c64 #10668: fix wrong call of __init__. 15 years ago
Georg Brandl c29cc6a8f2 #1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat. 15 years ago
Ezio Melotti 2623a37852 Merged revisions 86596 via svnmerge from 15 years ago
Ezio Melotti 19f2aeba67 Merged revisions 86596 via svnmerge from 15 years ago
Ezio Melotti b3aedd4862 #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
Antoine Pitrou 1ce3eb5c5b Issue #8990: array.fromstring() and array.tostring() get renamed to 16 years ago
Ezio Melotti a65e2afe80 Merged revisions 79165 via svnmerge from 16 years ago
Antoine Pitrou 913c52edf3 Merged revisions 83030 via svnmerge from 16 years ago
Antoine Pitrou ea435512ea Merged revisions 83031 via svnmerge from 16 years ago
Antoine Pitrou 7a7013e830 Merged revisions 83030 via svnmerge from 16 years ago
Antoine Pitrou 8cb6dbf1b9 Issue #5395: check that array.fromfile() re-raises an IOError instead of replacing it 16 years ago
Florent Xicluna 0762788081 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. 16 years ago
Benjamin Peterson 90f5ba538b convert shebang lines: python -> python3 16 years ago
Mark Dickinson a53f2c997e Merged revisions 77823 via svnmerge from 16 years ago
Mark Dickinson bc09964be1 Merged revisions 77821 via svnmerge from 16 years ago
Mark Dickinson 0273354ab6 Merged revisions 77821 via svnmerge from 16 years ago
Mark Dickinson 36ecd676ea Issue #7788: Fix a crash produced by deleting a list slice with huge 16 years ago
Ezio Melotti e96159335f Merged revisions 77727 via svnmerge from 16 years ago
Ezio Melotti b0f5adc3f4 use assert[Not]IsInstance where appropriate 16 years ago
Senthil Kumaran ce8e33a095 Reverting the Revision: 77368. I committed Flox's big patch for tests by 16 years ago