summaryrefslogtreecommitdiff
path: root/Lib/test/test_pyclbr.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-111-1/+1
* Closes #25795: Merge with 3.5Zachary Ware2015-12-041-2/+2
|\
| * Issue #25795: Fix several tests to run independently.Zachary Ware2015-12-041-2/+2
* | Issue #24164: Fix test_pyclbrVictor Stinner2015-10-121-1/+1
|/
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-6/+1
* Silence the failure of test_pyclbr after adding a property in sre_parseSerhiy Storchaka2014-11-071-1/+1
* Fix tests for #11798Andrew Svetlov2013-08-291-1/+1
* #17818: aifc.getparams now returns a namedtuple.R David Murray2013-07-251-1/+1
* #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-181-0/+5
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-3/+3
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-2/+2
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+0
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-0/+1
* Merged revisions 74095 via svnmerge fromBenjamin Peterson2009-07-191-1/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-4/+4
* Make a new urllib package .Jeremy Hylton2008-06-181-10/+0
* Remove traces of rfc822.Georg Brandl2008-06-121-0/+1
* remove the rfc822 moduleBenjamin Peterson2008-06-121-1/+0
* fix test_pyclbr which failed because the new StringIO presented bases it coul...Benjamin Peterson2008-06-121-1/+1
* Create http package. #2883.Georg Brandl2008-05-261-1/+0
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-251-0/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-161-1/+5
* Remove the mhlib module.Brett Cannon2008-05-111-1/+0
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-311-1/+1
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-201-0/+1
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-111-3/+3
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-1/+1
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-251-14/+8
* Revert revisions 57472, 57474, and 57477 which disabled some testsNeal Norwitz2007-08-301-1/+1
* Fix test_pyclbr -- _https_connection is optional.Guido van Rossum2007-08-291-0/+1
* Get test_pyclbr to pass after removing the email packageNeal Norwitz2007-08-251-1/+1
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-4/+4
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-4/+0
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-5/+5
* - Fix conversion glitch in test_pyclbr, which caused a test to not failThomas Wouters2007-02-031-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+3
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-3/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+4
* Fix the problems in this test. Boy this is a painful thing to debug --Guido van Rossum2006-04-211-1/+3
* Teach a test about the different kinds of functions.Raymond Hettinger2004-09-041-2/+2
* Whitespace normalization.Tim Peters2004-08-041-1/+1
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-12/+32
* Oops! Restored the pickle test to test_pyclbr, but changed types.py soTim Peters2004-07-181-0/+1
* The Darwin-specific getproxies_internetconfig() was added to urllib,Tim Peters2004-07-181-2/+2
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-2/+1
* Used sets.Set() to compare unordered sequences.Raymond Hettinger2003-05-021-10/+4
* Last checkin was missing the tuple comma.Raymond Hettinger2002-12-301-1/+1