summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* backout 214d8909513d for regressions (#1159051)Benjamin Peterson2013-05-112-35/+0
* Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-091-0/+8
* Issue #17656: Skip test_extract_unicode_filenames if the FS encodingSerhiy Storchaka2013-05-081-1/+9
* #17833: add debug output to investigate buildbot failure.Ezio Melotti2013-05-071-4/+14
* Issue17883: Update to assertIn to see why test fails on one buildbot.Terry Jan Reedy2013-05-061-1/+1
* #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...Ezio Melotti2013-05-041-0/+5
* Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Serhiy Storchaka2013-05-041-0/+2
* Issue #15535: Fix regression in pickling of named tuples.Raymond Hettinger2013-05-031-1/+1
* Issue #17712: Fix test_gdb failures on Ubuntu 13.04.Antoine Pitrou2013-04-301-22/+24
* Issue #17843: Remove bz2 test data that triggers antivirus warnings.Nadeem Vawda2013-04-282-7/+6
* Issue #17842. Added base64 module tests with bytearray arguments.Serhiy Storchaka2013-04-281-0/+26
* Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...Antoine Pitrou2013-04-242-2/+11
* Ensure that plistlib doesn't corrupt deeply nested datastructuresRonald Oussoren2013-04-231-0/+12
* #17065: Use process-unique key for winreg test.R David Murray2013-04-211-2/+5
* Issue #17555: Fix ForkAwareThreadLock so that size of after forkRichard Oudkerk2013-04-171-1/+31
* Issue #17710: Fix cPickle raising a SystemError on bogus input.Antoine Pitrou2013-04-151-0/+2
* #17341: Include name in re error message about invalid group name.R David Murray2013-04-141-0/+11
* Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-131-28/+1
* Issue #16447: Fix potential segfault when setting __name__ on a class.Mark Dickinson2013-04-131-0/+14
* Issue #17656: Fix extraction of zip files with unicode member paths.Serhiy Storchaka2013-04-131-1/+20
* Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-121-1/+28
* Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-081-0/+7
* Revert a premature patch for issue #14010 (changeset d17d10c84d27).Serhiy Storchaka2013-04-061-134/+1
* Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-061-1/+134
* Issue #6419: Fix a test_kqueue failure on some BSD flavors.Charles-Francois Natali2013-03-311-22/+13
* merge 2.7.4 release branchBenjamin Peterson2013-03-301-1/+1
|\
| * G -> M (closes #17533)Benjamin Peterson2013-03-301-1/+1
* | merge 2.7.4 release branchBenjamin Peterson2013-03-301-2/+8
|\ \ | |/
| * fall back when an old test_support doesn't have various data and functions (c...Benjamin Peterson2013-03-301-2/+8
* | #17526: fix an IndexError raised while passing code without filename to inspe...Ezio Melotti2013-03-301-0/+6
* | #17564: skip test_bad_address unless the tests are run with -unetwork/-uall.Ezio Melotti2013-03-291-0/+5
* | merge 2.7.4 release branchBenjamin Peterson2013-03-241-0/+4
|\ \ | |/
| * allow any type with __getitem__ to be a mapping for the purposes of % (#15801)Benjamin Peterson2013-03-241-0/+4
* | Clean up references to threads in test_queue.Ezio Melotti2013-03-231-1/+4
|/
* group ids and user ids can be longs now (#17531)Benjamin Peterson2013-03-232-3/+3
* Issue #17521: Corrected non-enabling of logger following two calls to fileCon...Vinay Sajip2013-03-231-2/+32
* Issue #17508: Handled out-of-order handler configuration correctly.Vinay Sajip2013-03-221-2/+36
* fix issue referenceBenjamin Peterson2013-03-201-1/+1
* this obviously is not going to raise any -3 warningsBenjamin Peterson2013-03-201-9/+6
* site.py is needed to set up pathsBenjamin Peterson2013-03-201-1/+1
* Use a larger amount of data for the interrupted_write tests so thatGregory P. Smith2013-03-201-1/+1
* Issue #10212: Support new buffer interface for struct.unpack andKristján Valur Jónsson2013-03-202-1/+15
* Issue #10211 : Buffer object should support the new buffer interface.Kristján Valur Jónsson2013-03-191-0/+8
* Issue #12098 : Fix a missing import in the unittests.Kristján Valur Jónsson2013-03-201-0/+1
* Issue #12098: multiprocessing on Windows now starts child processesKristján Valur Jónsson2013-03-192-17/+34
* open file in binary modeBenjamin Peterson2013-03-181-2/+2
* #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...Ezio Melotti2013-03-162-20/+30
* Issue #17299: Add test coverage for cPickle with file objects and general IOSerhiy Storchaka2013-03-141-25/+110
* Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-112-2/+2
* #11963: fix Windows buildbots.Ezio Melotti2013-03-111-4/+4