summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* Backport 58348: use a reliable host in the test.Gregory P. Smith2007-10-061-4/+1
* issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5.Sean Reifscheider2007-09-171-0/+25
* Bug #1153: repr.repr() now doesn't require set and dictionary itemsGeorg Brandl2007-09-121-0/+10
* Patch #1031213: Decode source line in SyntaxErrors back to its originalMartin v. Löwis2007-09-041-0/+26
* Bug #1709599: Run test_1565150 only if the file system is NTFS.Martin v. Löwis2007-08-301-4/+14
* backport r57626Skip Montanaro2007-08-281-0/+11
* TarFile.__init__() no longer fails if no name argument is passed andLars Gustäbel2007-08-281-5/+19
* backport of r57378 to fix bug 1725856Gregory P. Smith2007-08-241-0/+16
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...Georg Brandl2007-08-081-22/+0
* Backport from trunk r56727:Hye-Shik Chang2007-08-042-1/+23
* Bug #1704793: Raise KeyError if unicodedata.lookup cannotMartin v. Löwis2007-07-281-1/+5
* [Backport of r56382]Andrew M. Kuchling2007-07-141-1/+12
* Patch #1673759: add a missing overflow check when formatting floatsGeorg Brandl2007-07-121-3/+17
* Patch #1752270, #1750931: complain if urllib2 add_handler calledGeorg Brandl2007-07-121-0/+6
* Backport 55887:Neal Norwitz2007-06-111-0/+13
* Backport 55874:Neal Norwitz2007-06-111-0/+5
* Backport 55873:Neal Norwitz2007-06-112-3/+4
* Patch #1733960: Allow T_LONGLONG to accept ints.Martin v. Löwis2007-06-091-1/+20
* Prevent expandtabs() on string and unicode objects from causing a segfault whenNeal Norwitz2007-06-092-2/+18
* Patch #1667860: Fix UnboundLocalError in urllib2.Georg Brandl2007-06-071-0/+301
* Disallow function calls like foo(None=1).Georg Brandl2007-06-071-0/+3
* Fix for Windows: close a temporary file before trying to delete it.Hye-Shik Chang2007-06-051-0/+2
* (Backport from r55770)Hye-Shik Chang2007-06-051-0/+9
* Backport of r55752: make time.strptime() behave better when whitespace is inBrett Cannon2007-06-041-0/+9
* Verify neither dumps or loads overflow the stack and segfault.Neal Norwitz2007-05-181-1/+21
* Fix bug in marshal where bad data would cause a segfault due toNeal Norwitz2007-05-161-0/+4
* Merge change 54983 from the trunk: Add the locale "English" to test_locale.p...Kristján Valur Jónsson2007-05-071-1/+1
* Merging change 55102 from the trunk:Kristján Valur Jónsson2007-05-074-10/+17
* Backport fix for r54646-7: properly clear locale cache in time.strptime whenBrett Cannon2007-04-271-0/+29
* Whitespace normalizationNeal Norwitz2007-04-2510-30/+30
* Convert PyUnit -> unittest. Backported from r54929.Collin Winter2007-04-241-11/+10
* Recommit r54805:Barry Warsaw2007-04-231-0/+18
* Backport r54786:Walter Dörwald2007-04-211-0/+5
* Patch #1695229: Fix a regression with tarfile.open() and a missing nameLars Gustäbel2007-04-201-2/+8
* Fix directory names to have only one trailing slash.Lars Gustäbel2007-04-201-0/+7
* Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() orNeal Norwitz2007-04-161-8/+0
* Revert 54805 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.Neal Norwitz2007-04-161-18/+0
* Add code to read from master_fd in the parent, breaking when we get an OSErrorBarry Warsaw2007-04-131-0/+18
* Bug #1563759: struct.unpack doens't support buffer protocol objectsRaymond Hettinger2007-04-041-0/+6
* Bug #1686475: Support stat'ing open files on Windows again.Martin v. Löwis2007-04-041-0/+9
* Array module's buffer interface can now handle empty arrays.Raymond Hettinger2007-04-021-0/+7
* SF #1693079 Array module cannot pickle empty arraysRaymond Hettinger2007-04-021-0/+15
* Backport 54594:Neal Norwitz2007-03-311-0/+7
* Bug #1675967: re patterns pickled with older Python versions canŽiga Seilnacht2007-03-211-0/+9
* Test and fix fromkeys optional argument.Raymond Hettinger2007-03-211-0/+3
* Patch #1682205: a TypeError while unpacking an iterable is no longerGeorg Brandl2007-03-211-1/+1
* Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() call...Raymond Hettinger2007-03-201-2/+6
* Patch #1642547: Fix an error/crash when encountering syntax errors in complex...Collin Winter2007-03-161-0/+50
* Patch #1462488: prevent a segfault in object_reduce_ex() by splittingŽiga Seilnacht2007-03-151-0/+32
* Patch #1559413: Fix test_cmd_line if sys.executable contains a space.Martin v. Löwis2007-03-141-1/+1