This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3.4
Add File
New File
Upload File
Apply Patch
cpython
/
Lib
/
test
/
test_email
History
Serhiy Storchaka
e1dc3d47e0
Issue
#6598
: Avoid clock wrapping around in test_make_msgid_collisions.
...
Use time.monotonic or time.time instead of time.clock.
2015-11-10 19:50:14 +02:00
..
data
…
__init__.py
Issue
#23943
: Fix typos. Patch by Piotr Kasprzyk.
2015-04-14 09:30:01 +03:00
__main__.py
…
test__encoded_words.py
…
test__header_value_parser.py
#23745
: handle duplicate MIME parameter names in new parser.
2015-03-29 21:53:05 -04:00
test_asian_codecs.py
…
test_contentmanager.py
…
test_defect_handling.py
…
test_email.py
Issue
#6598
: Avoid clock wrapping around in test_make_msgid_collisions.
2015-11-10 19:50:14 +02:00
test_generator.py
…
test_headerregistry.py
#21991
: make headerregistry params property MappingProxyType.
2014-10-17 19:30:13 -04:00
test_inversion.py
…
test_message.py
#21091
: make is_attachment a method.
2014-09-20 18:05:28 -04:00
test_parser.py
…
test_pickleable.py
Issue
#22777
: Test pickling with all protocols.
2014-12-15 14:03:42 +02:00
test_policy.py
…
test_utils.py
Issue
#24836
: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow
2015-09-18 16:32:23 +02:00
torture_test.py
…