| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.11] GH-93481: Suppress expected deprecation warning in test_pyclbr (GH-934... | Irit Katriel | 2022-06-08 | 1 | -2/+7 |
|
|
* | Deprecate audioop (GH-32392) | Brett Cannon | 2022-04-07 | 1 | -1/+0 |
|
|
* | bpo-47061: deprecate the `aifc` module (GH-32134) | Brett Cannon | 2022-04-05 | 1 | -3/+3 |
|
|
* | bpo-47152: Convert the re module into a package (GH-32177) | Serhiy Storchaka | 2022-04-02 | 1 | -1/+1 |
|
|
* | bpo-44554: refactor pdb targets (and internal tweaks) (GH-26992) | Jason R. Coombs | 2021-07-19 | 1 | -1/+5 |
|
|
* | bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348) | Aviral Srivastava | 2021-02-01 | 1 | -11/+11 |
|
|
* | bpo-39411: pyclbr rewrite on AST (#18103) | Batuhan Taskaya | 2020-11-11 | 1 | -5/+2 |
|
|
* | bpo-38866: Remove asyncore from test_pyclbr.py (GH-17316) | jacksonriley | 2019-11-22 | 1 | -1/+1 |
|
|
* | Remove unused imports in tests (GH-14518) | Victor Stinner | 2019-07-01 | 1 | -3/+1 |
|
|
* | bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) | Victor Stinner | 2019-06-17 | 1 | -3/+1 |
|
|
* | bpo-36785: PEP 574 implementation (GH-7076) | Antoine Pitrou | 2019-05-26 | 1 | -1/+1 |
|
|
* | bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (... | Brett Cannon | 2019-03-22 | 1 | -2/+22 |
|
|
* | bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) | Serhiy Storchaka | 2018-09-27 | 1 | -1/+2 |
|
|
* | bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344) | Brian Curtin | 2017-11-10 | 1 | -0/+2 |
|
|
* | bpo-6691: Pyclbr now reports nested classes and functions. (#2503) | csabella | 2017-07-04 | 1 | -0/+66 |
|
|
* | bpo-29776: Use decorator syntax for properties. (#585) | Serhiy Storchaka | 2017-03-19 | 1 | -1/+1 |
|
|
* | Issue #22493: Inline flags now should be used only at the start of the | Serhiy Storchaka | 2016-09-11 | 1 | -1/+1 |
|
|
* | Closes #25795: Merge with 3.5 | Zachary Ware | 2015-12-05 | 1 | -2/+2 |
|\ |
|
| * | Issue #25795: Fix several tests to run independently. | Zachary Ware | 2015-12-05 | 1 | -2/+2 |
|
|
* | | Issue #24164: Fix test_pyclbr | Victor Stinner | 2015-10-12 | 1 | -1/+1 |
|/ |
|
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -6/+1 |
|
|
* | Silence the failure of test_pyclbr after adding a property in sre_parse | Serhiy Storchaka | 2014-11-07 | 1 | -1/+1 |
|
|
* | Fix tests for #11798 | Andrew Svetlov | 2013-08-28 | 1 | -1/+1 |
|
|
* | #17818: aifc.getparams now returns a namedtuple. | R David Murray | 2013-07-25 | 1 | -1/+1 |
|
|
* | #14798: pyclbr now raises ImportError instead of KeyError for missing packages | Petri Lehtinen | 2012-05-18 | 1 | -0/+5 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -3/+3 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -2/+2 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -1/+0 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -0/+1 |
|
|
* | Merged revisions 74095 via svnmerge from | Benjamin Peterson | 2009-07-19 | 1 | -1/+2 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -4/+4 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -10/+0 |
|
|
* | Remove traces of rfc822. | Georg Brandl | 2008-06-12 | 1 | -0/+1 |
|
|
* | remove the rfc822 module | Benjamin Peterson | 2008-06-12 | 1 | -1/+0 |
|
|
* | fix test_pyclbr which failed because the new StringIO presented bases it coul... | Benjamin Peterson | 2008-06-12 | 1 | -1/+1 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -1/+0 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -0/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+5 |
|
|
* | Remove the mhlib module. | Brett Cannon | 2008-05-11 | 1 | -1/+0 |
|
|
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 1 | -1/+1 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -0/+1 |
|
|
* | Merged revisions 59883-59920 via svnmerge from | Christian Heimes | 2008-01-11 | 1 | -3/+3 |
|
|
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -1/+1 |
|
|
* | Patch from Georg Brandl and me for #1493 | Christian Heimes | 2007-11-25 | 1 | -14/+8 |
|
|
* | Revert revisions 57472, 57474, and 57477 which disabled some tests | Neal Norwitz | 2007-08-30 | 1 | -1/+1 |
|
|
* | Fix test_pyclbr -- _https_connection is optional. | Guido van Rossum | 2007-08-29 | 1 | -0/+1 |
|
|
* | Get test_pyclbr to pass after removing the email package | Neal Norwitz | 2007-08-25 | 1 | -1/+1 |
|
|
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -4/+4 |
|
|