summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_buffer.py
Commit message (Expand)AuthorAgeFilesLines
* Comment out two tests that won't pass now after reverting the typeobject.cBarry Warsaw2016-01-111-5/+6
* Issue #22995: Instances of extension types with a state that aren'tSerhiy Storchaka2015-12-301-0/+13
* avoid overflow with large buffer sizes and/or offsets (closes #21831)Benjamin Peterson2014-06-241-0/+6
* Issue #10211 : Buffer object should support the new buffer interface.Kristján Valur Jónsson2013-03-191-0/+8
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-1/+3
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-6/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+6
* Improve extended slicing support in builtin types and classes. Specifically:Thomas Wouters2007-08-281-0/+29