summaryrefslogtreecommitdiff
path: root/Doc/library/imp.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-...Windson yang2019-09-121-6/+5
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-1/+1
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Stéphane Wirtel2018-10-261-1/+1
* Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+4
|\
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
* | Issue #25802: Add an examples section to importlib.Brett Cannon2016-01-081-5/+10
|/
* Merge: #24081: Remove obsolete caveat from import docs.R David Murray2015-05-021-6/+0
|\
| * #24081: Remove obsolete caveat from import docs.R David Murray2015-05-021-6/+0
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-5/+6
|/
* Issue #21157: Touch up imp docs to be more explicit about importlibBrett Cannon2014-05-091-4/+8
* Fix a few scoping issues with versionadded/versionchanged directives.Georg Brandl2014-03-241-15/+15
* Issues #20194,20195: Add missing :deprecated: markers to some moduleBrett Cannon2014-01-171-3/+3
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-2/+2
|\
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-2/+2
* | merge from 3.3Brett Cannon2013-10-251-0/+4
|\ \ | |/
| * Issue #19392: Document that imp.reload() now relies on __loader__Brett Cannon2013-10-251-0/+4
* | Merge from 3.3Andrew Kuchling2013-06-201-1/+1
|\ \ | |/
| * Closes #18272: use 'builtins' for 3.3 instead of __builtin__Andrew Kuchling2013-06-201-1/+1
| * #17135: Add note in imp to use importlib for new programs.R David Murray2013-04-181-2/+6
| * Issue #17176: Document that imp.NullImporter is no longerBrett Cannon2013-03-131-4/+5
* | Issue #17177: Clarify some deprecationsBrett Cannon2013-06-181-3/+11
* | Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-161-2/+5
* | Issue #17907: touch up the code for imp.new_module().Brett Cannon2013-06-141-0/+6
* | Issue #17907: Document types.ModuleType's constructor and attributes,Brett Cannon2013-06-141-0/+3
* | Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document theBrett Cannon2013-06-141-0/+3
* | Issue #18193: Add importlib.reload(), documenting (but notBrett Cannon2013-06-141-0/+3
* | #17135: mark imp as deprecated as of 3.4.R David Murray2013-04-171-2/+5
* | Issue #17176: Document that imp.NullImporter is no longer insertedBrett Cannon2013-03-131-4/+5
|/
* Issue #15053: Make sure all functions related to the import lock haveBrett Cannon2012-07-131-5/+16
* Issue #15056: imp.cache_from_source() and source_from_cache() raiseBrett Cannon2012-07-091-3/+18
* Move import lock-related functions to a separate doc section.Antoine Pitrou2012-05-171-42/+43
* Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-171-10/+21
* Issue #13959: Document imp.find_module/load_module as deprecated.Brett Cannon2012-05-131-0/+7
* Deprecate the imp constants related to imp.get_suffixes().Brett Cannon2012-05-111-0/+12
* Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-111-0/+3
* minor .rst fixSenthil Kumaran2012-04-101-1/+1
* #14355: remove obsolete doc reference to previously removed init_frozen.R David Murray2012-03-181-1/+1
* Remove mentions of the Demo directory.Georg Brandl2010-12-301-7/+0
* Add missing docs and directives related to PEP 3147 and byte-compilationÉric Araujo2010-12-161-2/+2
* Remove reference to stuff which is already obsolete in 2.x.Antoine Pitrou2010-12-121-82/+0
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-2/+2
* add spacesBenjamin Peterson2010-09-131-0/+2
* remove less complete of duplicate docsBenjamin Peterson2010-09-131-13/+0
* remove duplicate statementBenjamin Peterson2010-09-131-2/+1
* Merged revisions 81163 via svnmerge fromVictor Stinner2010-05-141-4/+4
* PEP 3147Barry Warsaw2010-04-171-2/+35
* Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 ...Alexandre Vassalotti2009-07-171-10/+11
* Convert all "i" docs to new style optional args.Georg Brandl2009-06-011-1/+0
* Merged revisions 66452 via svnmerge fromGeorg Brandl2008-09-131-8/+2
* Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-...Alexandre Vassalotti2008-05-151-1/+7