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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test_pep352 over to unittest.main()
Brett Cannon
2013-06-14
1
-3/+1
*
Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encodi...
Serhiy Storchaka
2013-06-13
2
-87/+76
|
\
|
*
Issue #18048: Rename test_pep263.py to test_source_encoding.py.
Serhiy Storchaka
2013-06-13
1
-0/+0
*
|
Issue #18048: Rename test_coding.py to test_source_encoding.py.
Serhiy Storchaka
2013-06-13
1
-0/+0
|
/
*
Issue #15767: Add an explicit test for raising ModuleNotFoundError
Brett Cannon
2013-06-13
1
-0/+7
*
Update various test modules to use unittest.main() for test discovery
Brett Cannon
2013-06-13
18
-108/+24
*
Partially revert changeset #281857369a78 to make sure threads are
Brett Cannon
2013-06-13
1
-1/+11
*
Move test___all__ over to unittest.main() and use ModuleNotFoundError
Brett Cannon
2013-06-13
3
-20/+17
*
Spruce up test_xmlrpc by using ModuleNotFoundError and moving to
Brett Cannon
2013-06-13
1
-22/+7
*
Move test_zipfile to unittest.main()
Brett Cannon
2013-06-12
1
-7/+1
*
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon
2013-06-12
7
-23/+22
*
Move code from test_importhooks into test_zipimport.
Brett Cannon
2013-06-12
1
-1/+25
*
Add tests for issue #18183.
Serhiy Storchaka
2013-06-12
1
-3/+14
|
\
|
*
Add tests for issue #18183.
Serhiy Storchaka
2013-06-12
1
-3/+15
*
|
Issue #18158: delete test_importhooks. Redundant in the face of
Brett Cannon
2013-06-11
1
-250/+0
*
|
merge 3.3 (#18183)
Benjamin Peterson
2013-06-10
1
-0/+3
|
\
\
|
|
/
|
*
remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value ...
Benjamin Peterson
2013-06-10
1
-0/+3
*
|
Merge.
Richard Oudkerk
2013-06-10
3
-1/+5
|
\
\
|
|
/
|
*
Issue #18174: Fix fd leaks in tests.
Richard Oudkerk
2013-06-10
3
-1/+5
*
|
(3.3->default) Ensure that the fix for #17269 also works on OSX 10.4
Ronald Oussoren
2013-06-10
1
-1/+2
|
\
\
|
|
/
|
*
Ensure that the fix for #17269 also works on OSX 10.4
Ronald Oussoren
2013-06-10
1
-1/+2
*
|
Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.
Christian Heimes
2013-06-09
1
-0/+23
*
|
Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
Christian Heimes
2013-06-09
1
-0/+13
*
|
Issue #18038: SyntaxError raised during compilation sources with illegal
Serhiy Storchaka
2013-06-09
1
-0/+18
|
\
\
|
|
/
|
*
Issue #18038: SyntaxError raised during compilation sources with illegal
Serhiy Storchaka
2013-06-09
1
-0/+18
*
|
#17691: merge with 3.3.
Ezio Melotti
2013-06-08
1
-21/+16
|
\
\
|
|
/
|
*
#17691: test_univnewlines now works with unittest test discovery. Patch by Z...
Ezio Melotti
2013-06-08
1
-21/+16
*
|
Fixed #18150: duplicate test inside TestSingleDispatch
Łukasz Langa
2013-06-07
1
-19/+14
*
|
Issue #7732: Move an imp.find_module test from test_import to
Brett Cannon
2013-06-07
2
-10/+11
*
|
Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...
Vinay Sajip
2013-06-07
1
-61/+3
*
|
Add reference implementation for PEP 443
Łukasz Langa
2013-06-05
1
-3/+369
*
|
frozen modules now apparently have empty __path__
Benjamin Peterson
2013-06-01
1
-1/+1
*
|
Issue #18065: For frozen packages set __path__ to [].
Brett Cannon
2013-06-01
1
-1/+1
*
|
Issues #18088, 18089: Introduce
Brett Cannon
2013-05-31
3
-30/+229
*
|
Add a reset_name argument to importlib.util.module_to_load in order to
Brett Cannon
2013-05-31
1
-0/+12
*
|
Issue #18094: test_uuid no more reports skipped tests as passed.
Serhiy Storchaka
2013-05-31
1
-51/+27
|
\
\
|
|
/
|
*
Issue #18094: test_uuid no more reports skipped tests as passed.
Serhiy Storchaka
2013-05-31
1
-51/+27
|
*
Backport bff16086f03b and bcaaaa00425b.
Stefan Krah
2013-05-29
1
-0/+13
*
|
Rename importlib.util.ModuleManager to module_to_load so that the name
Brett Cannon
2013-05-30
1
-7/+7
*
|
test_decimal: add __sizeof__() tests for code coverage.
Stefan Krah
2013-05-29
1
-0/+13
*
|
Merge 3.3.
Stefan Krah
2013-05-29
1
-0/+4
|
\
\
|
|
/
|
*
Issue #17768: Support newline fill character in decimal.py and NUL fill
Stefan Krah
2013-05-29
1
-0/+4
*
|
merge from 3.3
Senthil Kumaran
2013-05-29
1
-0/+12
|
\
\
|
|
/
|
*
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
Senthil Kumaran
2013-05-29
1
-0/+12
*
|
Merge with 3.3
Terry Jan Reedy
2013-05-29
1
-8/+8
|
\
\
|
|
/
|
*
Issue #15392: Do not run tests if threading/_thread not available. Otherwise
Terry Jan Reedy
2013-05-29
1
-8/+8
*
|
Issue #18070: importlib.util.module_for_loader() now sets __loader__
Brett Cannon
2013-05-28
1
-1/+12
*
|
Introduce importlib.util.ModuleManager which is a context manager to
Brett Cannon
2013-05-28
1
-0/+50
*
|
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
Serhiy Storchaka
2013-05-28
1
-0/+9
|
\
\
|
|
/
|
*
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
Serhiy Storchaka
2013-05-28
1
-0/+9
[next]