summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Backported r55839 and r61350Martin v. Löwis2008-12-132-0/+19
* #4317: Fix an Array Bounds Read in imageop.rgb2rgb8.Amaury Forgeot d'Arc2008-11-181-1/+2
* backport the security fix part of r67246Benjamin Peterson2008-11-171-0/+19
* - Security Issue #2: imageop did not validate arguments correctly and couldMatthias Klose2008-11-121-8/+63
* Revert the following revisions, as they don't fix securityMartin v. Löwis2008-03-024-36/+6
* 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-1/+12
* Backported r51621 from p3yk:Thomas Wouters2007-02-252-4/+4
* Add extra SHA testsAndrew M. Kuchling2006-11-201-1/+18
* Backport of the pieces of trunk rev 46589 relevant toTim Peters2006-10-092-3/+25
* Backport r45505, r45573, r45576Martin v. Löwis2006-10-091-0/+5
* Port of universal binary support for Mac OSX from python 2.5. This takes awayRonald Oussoren2006-10-081-2/+2
* Backport from trunk r52223:Hye-Shik Chang2006-10-081-1/+11
* [Backport r51248 | neal.norwitz]Andrew M. Kuchling2006-10-051-0/+8
* A review of overflow-detecting code in the 2.4 branch.Armin Rigo2006-10-042-4/+17
* Fix integer negation and absolute value to not relyMartin v. Löwis2006-10-041-0/+1
* [Backport rev. 51728 by neal.norwitz]Andrew M. Kuchling2006-10-032-2/+2
* Bug #1556784: allow format strings longer than 127 characters inGeorg Brandl2006-09-301-0/+1
* Bug #1560617: in pyclbr, return full module name not only for classes,Georg Brandl2006-09-301-0/+3
* Patch #1567691: super() and new.instancemethod() now don't acceptGeorg Brandl2006-09-302-0/+15
* [Backport rev. 46882 by neal.norwitz]Andrew M. Kuchling2006-09-294-6/+50
* Backport 51850 from release25-maint branch.Neal Norwitz2006-09-112-15/+225
* Backport from trunk r51737:Hye-Shik Chang2006-09-072-0/+8
* Backport trunk's revision 51565:Thomas Wouters2006-08-241-0/+7
* Backport rev 51448:Georg Brandl2006-08-221-0/+4
* Add an additional test: BZ2File write methods should raise IOErrorGeorg Brandl2006-08-141-0/+9
* Patch #1535500: fix segfault in BZ2File.writelines and make sure itGeorg Brandl2006-08-141-0/+2
* Backport whitespace-normalization-proofing test_cgi fix.Georg Brandl2006-08-111-2/+2
* Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.Georg Brandl2006-08-112-0/+71
* Backport fixes for #1523610 (crashes in PyArg_ParseTuple):Georg Brandl2006-08-091-1/+18
* memcmp() can return values other than -1, 0, and +1 but tp_compareThomas Heller2006-08-081-0/+1
* Don't produce output in test_builtin.Georg Brandl2006-08-061-2/+2
* Bug #1535165: fixed a segfault in input() and raw_input() whenGeorg Brandl2006-08-061-0/+8
* Bug #1535182: really test the xreadlines() method of bz2 objects.Georg Brandl2006-08-061-1/+1
* Patch #1529686: run test_iterlen and test_email_codecs in 2.4.Georg Brandl2006-07-282-7/+9
* Merge rev 50882 from the trunk.Tim Peters2006-07-271-7/+0
* Put method-wrappers into trashcan. Fixes #927248.Martin v. Löwis2006-07-031-0/+8
* SF bug #1504333: sgmlib should allow angle brackets in quoted valuesFred Drake2006-06-291-0/+15
* - SF bug #853506: IP6 address parsing in sgmllibFred Drake2006-06-231-0/+8
* Backport of r47061.Armin Rigo2006-06-211-0/+15
* Add the new test from the #1503157 patch to the branch.Georg Brandl2006-06-101-0/+2
* Backport of fix of bug #532646 for new-style classes.Brett Cannon2006-06-091-0/+16
* [Bug #1472827] Correctly escape newlines and tabs in attribute values in saxu...Andrew M. Kuchling2006-06-091-2/+5
* Remove various dependencies on dictionary order in the standard libraryArmin Rigo2006-05-285-9/+11
* Merge rev 45944 from trunk.Tim Peters2006-05-101-0/+20
* Backport SF bug/patch #1433877: string parameter to ioctl not null terminatedThomas Wouters2006-05-051-8/+1
* Patch #1464708 from William McVey: fixed handling of nested comments in mailBarry Warsaw2006-04-301-0/+10
* Backport r45774:Neal Norwitz2006-04-291-0/+1
* Bug #1478429: make datetime.datetime.fromtimestamp accept every float,Georg Brandl2006-04-281-0/+6
* Merge rev 45631 from trunk.Tim Peters2006-04-212-1/+62