summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Move test_pep352 over to unittest.main()Brett Cannon2013-06-141-3/+1
* Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encodi...Serhiy Storchaka2013-06-132-87/+76
|\
| * Issue #18048: Rename test_pep263.py to test_source_encoding.py.Serhiy Storchaka2013-06-131-0/+0
* | Issue #18048: Rename test_coding.py to test_source_encoding.py.Serhiy Storchaka2013-06-131-0/+0
|/
* Issue #15767: Add an explicit test for raising ModuleNotFoundErrorBrett Cannon2013-06-131-0/+7
* Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-1318-108/+24
* Partially revert changeset #281857369a78 to make sure threads areBrett Cannon2013-06-131-1/+11
* Move test___all__ over to unittest.main() and use ModuleNotFoundErrorBrett Cannon2013-06-133-20/+17
* Spruce up test_xmlrpc by using ModuleNotFoundError and moving toBrett Cannon2013-06-131-22/+7
* Move test_zipfile to unittest.main()Brett Cannon2013-06-121-7/+1
* Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-127-23/+22
* Move code from test_importhooks into test_zipimport.Brett Cannon2013-06-121-1/+25
* Add tests for issue #18183.Serhiy Storchaka2013-06-121-3/+14
|\
| * Add tests for issue #18183.Serhiy Storchaka2013-06-121-3/+15
* | Issue #18158: delete test_importhooks. Redundant in the face ofBrett Cannon2013-06-111-250/+0
* | merge 3.3 (#18183)Benjamin Peterson2013-06-101-0/+3
|\ \ | |/
| * remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value ...Benjamin Peterson2013-06-101-0/+3
* | Merge.Richard Oudkerk2013-06-103-1/+5
|\ \ | |/
| * Issue #18174: Fix fd leaks in tests.Richard Oudkerk2013-06-103-1/+5
* | (3.3->default) Ensure that the fix for #17269 also works on OSX 10.4Ronald Oussoren2013-06-101-1/+2
|\ \ | |/
| * Ensure that the fix for #17269 also works on OSX 10.4Ronald Oussoren2013-06-101-1/+2
* | Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.Christian Heimes2013-06-091-0/+23
* | Issue #18143: Implement ssl.get_default_verify_paths() in order to debugChristian Heimes2013-06-091-0/+13
* | Issue #18038: SyntaxError raised during compilation sources with illegalSerhiy Storchaka2013-06-091-0/+18
|\ \ | |/
| * Issue #18038: SyntaxError raised during compilation sources with illegalSerhiy Storchaka2013-06-091-0/+18
* | #17691: merge with 3.3.Ezio Melotti2013-06-081-21/+16
|\ \ | |/
| * #17691: test_univnewlines now works with unittest test discovery. Patch by Z...Ezio Melotti2013-06-081-21/+16
* | Fixed #18150: duplicate test inside TestSingleDispatchŁukasz Langa2013-06-071-19/+14
* | Issue #7732: Move an imp.find_module test from test_import toBrett Cannon2013-06-072-10/+11
* | Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...Vinay Sajip2013-06-071-61/+3
* | Add reference implementation for PEP 443Łukasz Langa2013-06-051-3/+369
* | frozen modules now apparently have empty __path__Benjamin Peterson2013-06-011-1/+1
* | Issue #18065: For frozen packages set __path__ to [].Brett Cannon2013-06-011-1/+1
* | Issues #18088, 18089: IntroduceBrett Cannon2013-05-313-30/+229
* | Add a reset_name argument to importlib.util.module_to_load in order toBrett Cannon2013-05-311-0/+12
* | Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-311-51/+27
|\ \ | |/
| * Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-311-51/+27
| * Backport bff16086f03b and bcaaaa00425b.Stefan Krah2013-05-291-0/+13
* | Rename importlib.util.ModuleManager to module_to_load so that the nameBrett Cannon2013-05-301-7/+7
* | test_decimal: add __sizeof__() tests for code coverage.Stefan Krah2013-05-291-0/+13
* | Merge 3.3.Stefan Krah2013-05-291-0/+4
|\ \ | |/
| * Issue #17768: Support newline fill character in decimal.py and NUL fillStefan Krah2013-05-291-0/+4
* | merge from 3.3Senthil Kumaran2013-05-291-0/+12
|\ \ | |/
| * #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.Senthil Kumaran2013-05-291-0/+12
* | Merge with 3.3Terry Jan Reedy2013-05-291-8/+8
|\ \ | |/
| * Issue #15392: Do not run tests if threading/_thread not available. OtherwiseTerry Jan Reedy2013-05-291-8/+8
* | Issue #18070: importlib.util.module_for_loader() now sets __loader__Brett Cannon2013-05-281-1/+12
* | Introduce importlib.util.ModuleManager which is a context manager toBrett Cannon2013-05-281-0/+50
* | Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when rawSerhiy Storchaka2013-05-281-0/+9
|\ \ | |/
| * Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when rawSerhiy Storchaka2013-05-281-0/+9