summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #4569: Interpreter crash when mutating a memoryview with an item size l...Antoine Pitrou2008-12-071-0/+9
* Merged revisions 67511,67536-67537,67543 via svnmerge fromGeorg Brandl2008-12-072-2/+63
* Merged revisions 67463,67572,67576,67628 via svnmerge fromGeorg Brandl2008-12-072-0/+15
* Issue #4509: bugs in bytearray with exports (buffer protocol)Antoine Pitrou2008-12-061-0/+31
* Merged revisions 67528 via svnmerge fromFred Drake2008-12-041-0/+27
* Issue 3689: list_reverseiterator should support __length_hint__ instead of _...Raymond Hettinger2008-12-021-0/+2
* Issue #4387: binascii now refuses to accept str as binary input.Martin v. Löwis2008-12-023-16/+16
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-301-0/+4
* Issue #4407: Fix source file that caused the compileall step in WindowsMartin v. Löwis2008-11-301-1/+1
* Fix a broken test_dbm_gnu as introducted by r67380.Brett Cannon2008-11-251-1/+1
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-253-0/+6
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-221-1/+1
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-224-12/+12
* Merged revisions 67320 via svnmerge fromBenjamin Peterson2008-11-211-2/+25
* Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes andBrett Cannon2008-11-211-15/+31
* fix test_gzipBenjamin Peterson2008-11-211-1/+1
* Follow-up of r67300: correct a failure in socket.makefile().Amaury Forgeot d'Arc2008-11-201-0/+8
* Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc.Barry Warsaw2008-11-201-0/+31
* Fix for bug 4360 "SystemError when method has both super() & closure". PatchBarry Warsaw2008-11-201-0/+11
* Merged revisions 67291 via svnmerge fromBenjamin Peterson2008-11-191-0/+10
* Merged revisions 67246 via svnmerge fromBenjamin Peterson2008-11-171-0/+40
* Issue #1721812: Binary operations and copy operations on set/frozensetRaymond Hettinger2008-11-161-4/+9
* Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates toMark Dickinson2008-11-122-2/+49
* #2971: test_zipfile64 fails.Amaury Forgeot d'Arc2008-11-121-7/+8
* Enable this test only when subprocess supports non-ascii arguments.Amaury Forgeot d'Arc2008-11-121-6/+5
* Temporarily print some information in test_cmd_line,Amaury Forgeot d'Arc2008-11-121-0/+2
* #3705: Command-line arguments were not correctly decoded when theAmaury Forgeot d'Arc2008-11-111-0/+6
* #4298: pickle.load() can segfault on invalid or truncated input.Amaury Forgeot d'Arc2008-11-111-0/+5
* fix #4211: the __path__ of a frozen package should be a list.Benjamin Peterson2008-11-051-0/+1
* Merged revisions 67089,67091,67101 via svnmerge fromBenjamin Peterson2008-11-052-1/+10
* Fixed issue #3727: poplib module broken by str to unicode conversionChristian Heimes2008-11-051-25/+274
* Fixed issue #4233.Christian Heimes2008-11-051-9/+23
* fix test_descrBenjamin Peterson2008-11-031-1/+1
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-034-7/+22
* Correct the pickle test, broken since r67059:Amaury Forgeot d'Arc2008-10-311-2/+9
* Merged revisions 67066 via svnmerge fromBenjamin Peterson2008-10-312-0/+14
* Merged revisions 67049 via svnmerge fromAmaury Forgeot d'Arc2008-10-301-0/+16
* Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ...Christian Heimes2008-10-301-0/+7
* #4170: Fix segfault when pickling a defauldict object.Amaury Forgeot d'Arc2008-10-301-0/+8
* Merged revisions 67030-67031 via svnmerge fromBenjamin Peterson2008-10-262-2/+27
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-252-3/+35
* add grammar tests for nonlocalBenjamin Peterson2008-10-241-0/+8
* Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL.Hirokazu Yamamoto2008-10-232-3/+3
* #3664: The pickle module could segfault if a Pickler instance is not correctl...Amaury Forgeot d'Arc2008-10-171-0/+14
* Latin-1 source code was not being properly decoded when passed throughBrett Cannon2008-10-171-1/+17
* STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != ''Barry Warsaw2008-10-171-0/+12
* Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults.Barry Warsaw2008-10-171-0/+3
* add tests for PyInstanceMethod_TypeBenjamin Peterson2008-10-161-0/+25
* forward port r66386Benjamin Peterson2008-10-166-30/+96
* remove some more references to __cmp__ #1717Benjamin Peterson2008-10-166-62/+26