summaryrefslogtreecommitdiffstats
path: root/Lib/test/crashers
Commit message (Expand)AuthorAgeFilesLines
* Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4.Victor Stinner2012-03-091-29/+0
* Issue #14211: Oops, I removed the wrong file :-)Victor Stinner2012-03-082-38/+29
* Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference toVictor Stinner2012-03-081-29/+0
* Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference toVictor Stinner2012-03-081-35/+0
* Close #14205: dict lookup raises a RuntimeError if the dict is modified duringVictor Stinner2012-03-061-47/+0
* Fix spelling.Georg Brandl2012-03-041-0/+0
* Last attempt to get compiler recursion crasher to fail reliably across platfo...Nick Coghlan2011-03-191-2/+2
* Give more info in verbose mode when checking crashers, and stress the stack e...Nick Coghlan2011-03-171-2/+2
* Exercise crashers to ensure they are still covering known error casesNick Coghlan2011-03-161-0/+4
* #11515: Merge with 3.2.Ezio Melotti2011-03-151-1/+1
|\
| * #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
| |\
| | * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| | * Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-...Georg Brandl2011-02-251-14/+10
| | * Merged revisions 77523 via svnmerge fromEzio Melotti2010-01-161-2/+2
* | | Update compiler recursion crasher to more reliably blow the stack and add a t...Nick Coghlan2011-03-031-2/+10
|/ /
* | another pretty crasher served up by pypyBenjamin Peterson2011-01-251-0/+20
* | #10767: update README in crashers; not all may have a bug entry and/or be fixed.Georg Brandl2010-12-281-14/+10
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* | Fixed crasher. Patch by Florent Xicluna.Ezio Melotti2010-01-161-2/+2
|/
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-302-61/+0
* Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,...Benjamin Peterson2009-02-131-0/+5
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-2/+2
* Merged revisions 68560 via svnmerge fromAmaury Forgeot d'Arc2009-01-121-53/+0
* Issue #4407: Fix source file that caused the compileall step in WindowsMartin v. Löwis2008-11-301-1/+1
* Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-...Benjamin Peterson2008-09-021-0/+53
* Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,...Amaury Forgeot d'Arc2008-06-171-4/+3
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-2/+2
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+31
* Merged revisions 60245-60277 via svnmerge fromChristian Heimes2008-01-251-21/+0
* Merged revisions 60053-60078 via svnmerge fromChristian Heimes2008-01-191-17/+0
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-1/+1
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-012-8/+14
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-082-21/+0
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-0/+8
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-142-31/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-4/+5
* Bug #1697782: remove all remaining code that uses types.InstanceType.Georg Brandl2007-04-111-10/+0
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-2/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-097-8/+8
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-1/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-133-0/+99
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-119-74/+139
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-32/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-213-0/+84
* Remove apply()Neal Norwitz2006-03-171-7/+0
* Set svn:eol-style to native.Tim Peters2006-03-012-72/+72
* collected my segfaulting Python examples from the SF trackersArmin Rigo2006-01-148-0/+99
* Whitespace normalization.Tim Peters2006-01-132-73/+72
* add another crash reported by Thomas WoutersNeal Norwitz2006-01-111-0/+10