index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_imp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-524/+0
*
gh-98040: Move the Single-Phase Init Tests Out of test_imp (gh-102561)
Eric Snow
2023-04-19
1
-840/+0
*
gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254)
Eric Snow
2023-02-27
1
-282/+828
*
gh-101758: Fix Refleak-Related Failures in test_singlephase_variants (gh-101969)
Eric Snow
2023-02-17
1
-1/+13
*
gh-101758: Fix the wasm Buildbots (gh-101943)
Eric Snow
2023-02-16
1
-1/+11
*
gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters ...
Eric Snow
2023-02-15
1
-0/+73
*
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow
2023-02-15
1
-1/+1
*
gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891)
Eric Snow
2023-02-14
1
-0/+199
*
gh-99578: Fix refleak in _imp.create_builtin() (#99642)
Victor Stinner
2022-11-21
1
-0/+30
*
gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-9...
chgnrdv
2022-10-20
1
-0/+34
*
gh-96272: Replace `test_source_encoding`'s `test_pep263` with `test_import_en...
Michael Droettboom
2022-08-25
1
-5/+1
*
gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...
Hugo van Kemenade
2022-05-03
1
-3/+2
*
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Christian Heimes
2022-01-20
1
-1/+1
*
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
Inada Naoki
2021-10-10
1
-2/+2
*
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Eric Snow
2021-09-15
1
-9/+14
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)
Inada Naoki
2021-04-05
1
-4/+4
*
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi
2020-06-25
1
-18/+20
*
bpo-35321: Set the spec origin to frozen in frozen modules (#11732)
Nina Zakharenko
2019-02-05
1
-0/+11
*
closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
Benjamin Peterson
2018-07-07
1
-0/+15
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
1
-0/+21
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1/+1
*
bpo-31676: Fix test_imp.test_load_source() side effect (#3871)
Victor Stinner
2017-10-13
1
-2/+7
*
bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name i...
Oren Milman
2017-09-19
1
-0/+11
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-5/+0
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
1
-0/+4
*
Remove more unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
Issue #25487: Fix tests not updated when the imp module moved to a
Brett Cannon
2015-10-30
1
-1/+1
*
Close #24748: Restore imp.load_dynamic compatibility
Nick Coghlan
2015-09-05
1
-0/+24
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-114/+1
*
Issue #22390: Remove files created by tests
Victor Stinner
2014-10-05
1
-0/+1
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-1/+1
|
\
|
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-1/+1
*
|
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka
2013-11-23
1
-1/+1
*
|
Delete merge markers
Brett Cannon
2013-08-23
1
-3/+1
*
|
merge for issue #18755
Brett Cannon
2013-08-23
1
-0/+9
|
\
\
|
|
/
|
*
Issue #18755: Allow imp.load_*() loaders to have get_data() called
Brett Cannon
2013-08-23
1
-0/+7
|
*
issue #18698: ensure importlib.reload() returns the module out of sys.modules.
Eric Snow
2013-08-15
1
-0/+17
*
|
Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it i...
Antoine Pitrou
2013-08-19
1
-5/+3
*
|
Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codecca...
Serhiy Storchaka
2013-08-11
1
-2/+3
|
\
\
|
|
/
|
*
Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codecca...
Serhiy Storchaka
2013-08-11
1
-2/+3
*
|
#18681: merge with 3.3.
Ezio Melotti
2013-08-10
1
-0/+9
|
\
\
|
|
/
|
*
#18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
Ezio Melotti
2013-08-10
1
-0/+9
*
|
Issue #17177: The imp module is pending deprecation.
Brett Cannon
2013-06-16
1
-1/+3
*
|
Issue #7732: Move an imp.find_module test from test_import to
Brett Cannon
2013-06-07
1
-0/+11
*
|
merge 3.3
Benjamin Peterson
2013-05-11
1
-1/+2
|
\
\
|
|
/
|
*
only close non-None files
Benjamin Peterson
2013-05-11
1
-1/+2
|
*
Fix a test to not use an assertion for something that could be
Brett Cannon
2013-05-04
1
-1/+2
*
|
Change a test assertion to a conditional so the test will pass on
Brett Cannon
2013-05-04
1
-2/+3
*
|
add trailing newline to file
Brett Cannon
2013-05-03
1
-1/+1
*
|
Move test_imp over to unittest.main()
Brett Cannon
2013-05-03
1
-16/+6
[next]