| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
* | Merge #6717 crasher from 3.2 | Nick Coghlan | 2012-11-05 | 1 | -0/+27 |
|\ |
|
| * | Record a known crasher from #6717 | Nick Coghlan | 2012-11-05 | 1 | -0/+27 |
* | | The migration to importlib eliminated this crasher | Nick Coghlan | 2012-11-05 | 1 | -16/+0 |
* | | Issue #5765: Apply a hard recursion limit in the compiler | Nick Coghlan | 2012-11-04 | 1 | -13/+0 |
* | | Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4. | Victor Stinner | 2012-03-09 | 1 | -29/+0 |
* | | Issue #14211: Oops, I removed the wrong file :-) | Victor Stinner | 2012-03-09 | 2 | -38/+29 |
* | | Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to | Victor Stinner | 2012-03-09 | 1 | -29/+0 |
* | | Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to | Victor Stinner | 2012-03-09 | 1 | -35/+0 |
* | | Close #14205: dict lookup raises a RuntimeError if the dict is modified during | Victor Stinner | 2012-03-06 | 1 | -47/+0 |
* | | Fix spelling. | Georg Brandl | 2012-03-04 | 1 | -0/+0 |
* | | Last attempt to get compiler recursion crasher to fail reliably across platfo... | Nick Coghlan | 2011-03-19 | 1 | -2/+2 |
* | | Give more info in verbose mode when checking crashers, and stress the stack e... | Nick Coghlan | 2011-03-17 | 1 | -2/+2 |
* | | Exercise crashers to ensure they are still covering known error cases | Nick Coghlan | 2011-03-16 | 1 | -0/+4 |
* | | #11515: Merge with 3.2. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
| |\ |
|
| | * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
| | * | Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-... | Georg Brandl | 2011-02-25 | 1 | -14/+10 |
| | * | Merged revisions 77523 via svnmerge from | Ezio Melotti | 2010-01-16 | 1 | -2/+2 |
* | | | Update compiler recursion crasher to more reliably blow the stack and add a t... | Nick Coghlan | 2011-03-03 | 1 | -2/+10 |
|/ / |
|
* | | another pretty crasher served up by pypy | Benjamin Peterson | 2011-01-25 | 1 | -0/+20 |
* | | #10767: update README in crashers; not all may have a bug entry and/or be fixed. | Georg Brandl | 2010-12-28 | 1 | -14/+10 |
* | | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
* | | Fixed crasher. Patch by Florent Xicluna. | Ezio Melotti | 2010-01-16 | 1 | -2/+2 |
|/ |
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 2 | -61/+0 |
* | Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,... | Benjamin Peterson | 2009-02-13 | 1 | -0/+5 |
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 1 | -2/+2 |
* | Merged revisions 68560 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-12 | 1 | -53/+0 |
* | Issue #4407: Fix source file that caused the compileall step in Windows | Martin v. Löwis | 2008-11-30 | 1 | -1/+1 |
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -0/+53 |
* | Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -4/+3 |
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -2/+2 |
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -0/+31 |
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 | 1 | -21/+0 |
* | Merged revisions 60053-60078 via svnmerge from | Christian Heimes | 2008-01-19 | 1 | -17/+0 |
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -1/+1 |
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 2 | -8/+14 |
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 2 | -21/+0 |
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 1 | -0/+8 |
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 2 | -31/+0 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -4/+5 |
* | Bug #1697782: remove all remaining code that uses types.InstanceType. | Georg Brandl | 2007-04-11 | 1 | -10/+0 |
* | Implement PEP 3115 -- new metaclass syntax and semantics. | Guido van Rossum | 2007-03-18 | 1 | -2/+1 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 7 | -8/+8 |
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -1/+2 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 3 | -0/+99 |
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 9 | -74/+139 |
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -32/+0 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 3 | -0/+84 |