summaryrefslogtreecommitdiff
path: root/Lib/ihooks.py
Commit message (Expand)AuthorAgeFilesLines
* Add support to the ihooks module for relative imports.Neil Schemenauer2009-10-141-21/+53
* Deprecate ihooks for removal in 3.0.Brett Cannon2008-05-101-1/+3
* ihooks FancyModuleLoader.load_module()Tim Peters2004-08-041-1/+7
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Get rid of many apply() calls.Guido van Rossum2003-02-271-2/+2
* Applying patchGustavo Niemeyer2002-12-161-4/+7
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-4/+4
* String method conversion.Eric S. Raymond2001-02-091-5/+4
* added a few more __all__ listsSkip Montanaro2001-01-231-1/+3
* Whitespace normalization.Tim Peters2001-01-141-2/+2
* Thomas Heller <thomas.heller@ion-tof.com>:Fred Drake2000-04-131-7/+8
* Support loading of packages. (I had this coded up for a while butGuido van Rossum1998-06-291-34/+172
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-138/+138
* Add try-finally to close the file after loading it inGuido van Rossum1997-08-131-13/+16
* Set the __file__ attribute of the imported module in both versions ofGuido van Rossum1996-10-071-7/+11
* Don't auto-install on import. This slows down apps that useGuido van Rossum1996-10-041-6/+0
* close module file after loadingGuido van Rossum1996-09-101-10/+13
* Import marshal before using it :-(Guido van Rossum1996-06-171-0/+1
* fix bug in reloadGuido van Rossum1995-08-091-0/+1
* Initial revisionGuido van Rossum1995-08-041-0/+365