| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-46891: Fix creating a new instance of a module subclass with slots (GH-31... | Mark Shannon | 2022-03-03 | 1 | -0/+19 |
|
|
* | bpo-44206: Make sure that dict-keys's version is set to zero when value is po... | Mark Shannon | 2021-08-02 | 1 | -0/+12 |
|
|
* | bpo-44486: Make sure that modules always have a dictionary. (GH-26847) | Mark Shannon | 2021-06-23 | 1 | -11/+2 |
|
|
* | bpo-43901: Fix refleaks in test_module (GH-25754) | Pablo Galindo | 2021-04-30 | 1 | -1/+2 |
|
|
* | Two minor fixes for accessing a module's name. (#25658) | larryhastings | 2021-04-30 | 1 | -1/+1 |
|
|
* | bpo-43901: Lazy-create an empty annotations dict in all unannotated user clas... | larryhastings | 2021-04-30 | 1 | -0/+54 |
|
|
* | bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) | Victor Stinner | 2020-02-03 | 1 | -3/+1 |
|
|
* | bpo-32225: Implementation of PEP 562 (#4731) | Ivan Levkivskyi | 2017-12-14 | 1 | -0/+51 |
|
|
* | Issue #19527: Fixed tests with defined COUNT_ALLOCS. | Serhiy Storchaka | 2016-07-03 | 1 | -1/+3 |
|
|
* | Issue #27171: Fix typos in documentation, comments, and test function names | Martin Panter | 2016-06-02 | 1 | -1/+1 |
|
|
* | Fix typos in comments, documentation and test method names | Martin Panter | 2016-05-08 | 1 | -1/+1 |
|
|
* | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -1/+1 |
|
|
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -6/+2 |
|
|
* | do not override errors from descriptors on modules | Benjamin Peterson | 2014-04-24 | 1 | -0/+8 |
|
|
* | Issue8297: module attribute lookup failures now include module name in error ... | Ethan Furman | 2014-04-24 | 1 | -0/+16 |
|
|
* | Make some tests more verbose in the face of failure | Brett Cannon | 2013-11-22 | 1 | -2/+6 |
|
|
* | Implement PEP 451 (ModuleSpec). | Eric Snow | 2013-11-22 | 1 | -4/+8 |
|
|
* | Add a test for module weakrefability | Antoine Pitrou | 2013-08-01 | 1 | -0/+9 |
|
|
* | Issue #18214: Improve finalization of Python modules to avoid setting their g... | Antoine Pitrou | 2013-07-31 | 1 | -1/+14 |
|
|
* | #17115,17116: Have modules initialize the __package__ and __loader__ | Brett Cannon | 2013-05-04 | 1 | -7/+21 |
|
|
* | issue 14660: Implement PEP 420, namespace packages. | Eric V. Smith | 2012-05-25 | 1 | -0/+91 |
|
|
* | fix this test to actually test something (closes #13606) | Benjamin Peterson | 2011-12-15 | 1 | -2/+4 |
|
|
* | prefer clearing global objects to obscure module.__dict__ bugs #10068 | Benjamin Peterson | 2010-10-12 | 1 | -1/+16 |
|
|
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -0/+8 |
|
|
* | Merged revisions 74457 via svnmerge from | Benjamin Peterson | 2009-08-15 | 1 | -0/+1 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -4/+4 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -45/+58 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Repair the test (adding a docstring to the module type changed the | Guido van Rossum | 2002-06-04 | 1 | -1/+1 |
|
|
* | Surprising fix for SF bug 563060: module can be used as base class. | Guido van Rossum | 2002-06-04 | 1 | -0/+48 |
|
|