index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_imp.py
Commit message (
Expand
)
Author
Age
*
gh-99578: Fix refleak in _imp.create_builtin() (#99642)
Victor Stinner
2022-11-21
*
gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-9...
chgnrdv
2022-10-19
*
gh-96272: Replace `test_source_encoding`'s `test_pep263` with `test_import_en...
Michael Droettboom
2022-08-25
*
gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...
Hugo van Kemenade
2022-05-03
*
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Christian Heimes
2022-01-20
*
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
Inada Naoki
2021-10-10
*
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Eric Snow
2021-09-15
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)
Inada Naoki
2021-04-05
*
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi
2020-06-25
*
bpo-35321: Set the spec origin to frozen in frozen modules (#11732)
Nina Zakharenko
2019-02-04
*
closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
Benjamin Peterson
2018-07-06
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
*
bpo-31676: Fix test_imp.test_load_source() side effect (#3871)
Victor Stinner
2017-10-13
*
bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name i...
Oren Milman
2017-09-19
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
*
Remove more unused imports in tests.
Serhiy Storchaka
2016-04-25
*
Issue #25487: Fix tests not updated when the imp module moved to a
Brett Cannon
2015-10-30
*
Close #24748: Restore imp.load_dynamic compatibility
Nick Coghlan
2015-09-05
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
*
Issue #22390: Remove files created by tests
Victor Stinner
2014-10-05
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
|
\
|
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
*
|
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka
2013-11-23
*
|
Delete merge markers
Brett Cannon
2013-08-23
*
|
merge for issue #18755
Brett Cannon
2013-08-23
|
\
|
|
*
Issue #18755: Allow imp.load_*() loaders to have get_data() called
Brett Cannon
2013-08-23
|
*
issue #18698: ensure importlib.reload() returns the module out of sys.modules.
Eric Snow
2013-08-14
*
|
Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it i...
Antoine Pitrou
2013-08-19
*
|
Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codecca...
Serhiy Storchaka
2013-08-11
|
\
|
|
*
Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codecca...
Serhiy Storchaka
2013-08-11
*
|
#18681: merge with 3.3.
Ezio Melotti
2013-08-10
|
\
|
|
*
#18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
Ezio Melotti
2013-08-10
*
|
Issue #17177: The imp module is pending deprecation.
Brett Cannon
2013-06-16
*
|
Issue #7732: Move an imp.find_module test from test_import to
Brett Cannon
2013-06-07
*
|
merge 3.3
Benjamin Peterson
2013-05-11
|
\
|
|
*
only close non-None files
Benjamin Peterson
2013-05-11
|
*
Fix a test to not use an assertion for something that could be
Brett Cannon
2013-05-04
*
|
Change a test assertion to a conditional so the test will pass on
Brett Cannon
2013-05-04
*
|
add trailing newline to file
Brett Cannon
2013-05-03
*
|
Move test_imp over to unittest.main()
Brett Cannon
2013-05-03
*
|
Guard more tests in test_imp requiring imp.load_dynamic() to exist.
Brett Cannon
2013-05-03
*
|
#15902: merge w/ 3.3
Brett Cannon
2013-05-03
|
\
|
|
*
Issue #15902: Fix imp.load_module() to accept None as a file when
Brett Cannon
2013-05-03
*
|
#11420: merge with 3.3.
Ezio Melotti
2013-03-16
|
\
|
|
*
#11420: merge with 3.2.
Ezio Melotti
2013-03-16
|
|
\
|
|
*
#11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...
Ezio Melotti
2013-03-16
*
|
|
Rename test module names for #16421 to don't clash with other tests.
Andrew Svetlov
2012-12-15
*
|
|
Issue #16421: allow to load multiple modules from the same shared object.
Andrew Svetlov
2012-12-14
|
/
/
[next]