Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a01ca12a524b608dfa9a3ac3131f4f5be96fa860
/
Lib
/
test
a01ca12
Issue #11393: Fix faulthandler.disable() and add a test
by Victor Stinner
· 14 years ago
d727e23
Issue #11393: The fault handler handles also SIGABRT
by Victor Stinner
· 14 years ago
7ad24e9
Issue #11393: test_faulthandler is more tolerant on inaccurate time
by Victor Stinner
· 14 years ago
a46ed11
Move assertBytesEqual to base test class, improve it, and hook into assertEqual
by R David Murray
· 14 years ago
eb50e51
Issue #11393: get more information on assertion error (test_faulthandler)
by Victor Stinner
· 14 years ago
7d648a0
Issue #11727: Antoine and Arfrever don't like "0 < timeout" style (regrtest.py)
by Victor Stinner
· 14 years ago
a256bac
Move infrastructure into __init__ to lay groundwork for splitting test_email.
by R David Murray
· 14 years ago
1940233
Issue #11393: check that stdout is empty if we use a file
by Victor Stinner
· 14 years ago
0cc8d59
Issue #11727: add --timeout option to regrtest (disabled by default).
by Victor Stinner
· 14 years ago
4b73988
regrtest.py checks that child process exit code is zero
by Victor Stinner
· 14 years ago
28346b8
Only a few files were opened using findfile; consistently don't use it.
by R David Murray
· 14 years ago
05585cb
Issue #11393: test_faulthandler checks the exitcode after the output
by Victor Stinner
· 14 years ago
f048075
Issue #11393: limit stack overflow test to 100 MB
by Victor Stinner
· 14 years ago
3c7c355
Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots)
by Victor Stinner
· 14 years ago
0862d6e
Issue #11393: Disable test_stack_overflow of test_faulthandler
by Victor Stinner
· 14 years ago
bb14b37
Issue #11393: reenable all tests in regrtest.py (wooops, sorry Antoine)
by Victor Stinner
· 14 years ago
024e37a
Issue #11393: Add the new faulthandler module
by Victor Stinner
· 14 years ago
d854562
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows.
by Antoine Pitrou
· 14 years ago
7899acf
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows.
by Antoine Pitrou
· 14 years ago
8c5b748
Merge
by Kristjan Valur Jonsson
· 14 years ago
3c136e1
Merge
by Kristjan Valur Jonsson
· 14 years ago
978da33
Merge 3.2
by Kristjan Valur Jonsson
· 14 years ago
fa3edbe
Merge 3.1
by Kristjan Valur Jonsson
· 14 years ago
35722a9
Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle.
by Kristjan Valur Jonsson
· 14 years ago
20d2ab4
Merge issue 11662.
by Guido van Rossum
· 14 years ago
69cfcab
Merge.
by guido@google.com
· 14 years ago
2008a8f
Merge Issue 11662 from 3.2 branch.
by guido@google.com
· 14 years ago
c768ff5
Merge Issue 11662 from 3.1 branch.
by guido@google.com
· 14 years ago
a119df9
Issue 11662: Fix vulnerability in urllib/urllib2.
by guido@google.com
· 14 years ago
e6c1eb9
Closes issue #11557: Added Natalia Bidart's patch to improve test coverage.
by Vinay Sajip
· 14 years ago
1ebdd71
Add a __main__.py to test_email so it works with -m like it did before move.
by R David Murray
· 14 years ago
1df78c8
merge 3.2
by Benjamin Peterson
· 14 years ago
6a2638b
Correct handling of functions with only kwarg args in getcallargs (closes #11256)
by Benjamin Peterson
· 14 years ago
5d44613
Add optional *func* argument to itertools.accumulate().
by Raymond Hettinger
· 14 years ago
af88d86
merge #11696
by Martin v. Löwis
· 14 years ago
987403b
merge #11696
by Martin v. Löwis
· 14 years ago
f8d887e
Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon.
by Martin v. Löwis
· 14 years ago
574980e
Merge #9696
by Mark Dickinson
· 14 years ago
79a9036
Merge #9696
by Mark Dickinson
· 14 years ago
92b60d5
Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer.
by Mark Dickinson
· 14 years ago
4ad8f66
Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.)
by Steven Bethard
· 14 years ago
8a6a198
Issue #9026: Fix order of argparse sub-commands in help messages.
by Steven Bethard
· 14 years ago
4aeb542
Merge with 3.2
by Ross Lagerwall
· 14 years ago
17ace7a
Merge with 3.1
by Ross Lagerwall
· 14 years ago
b8a5769
Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.
by Ross Lagerwall
· 14 years ago
0a01b9f
Merge from 3.2
by Antoine Pitrou
· 14 years ago
d9faa20
Read HTTP response inside transient_internet()
by Antoine Pitrou
· 14 years ago
b651949
test_urllibnet: make it so that transient_internet() applies to the
by Antoine Pitrou
· 14 years ago
edbe4c5
Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.)
by Steven Bethard
· 14 years ago
8d9a462
Issue #9348: Raise an early error if argparse nargs and metavar don't match.
by Steven Bethard
· 14 years ago
0331e90
Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names
by Steven Bethard
· 14 years ago
657bd0a
Merge #11675
by Mark Dickinson
· 14 years ago
633872e
Merge #11675
by Mark Dickinson
· 14 years ago
89461ef
Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.
by Mark Dickinson
· 14 years ago
b3a591b
Branch merge
by Éric Araujo
· 14 years ago
be3bd57
Remove traces of division_warning left over from Python 2 (#10998)
by Éric Araujo
· 14 years ago
007bdbd
Issue #11666: Teach pydoc to display full help for named tuples
by Raymond Hettinger
· 14 years ago
1103d05
Issue #11666: Teach pydoc to display full help for named tuples
by Raymond Hettinger
· 14 years ago
79fe2a3
Merge #9557: eliminate 3 seconds of static overhead from test_mailbox.
by R David Murray
· 14 years ago
66a4e12
Merge #9557: eliminate 3 seconds of static overhead from test_mailbox.
by R David Murray
· 14 years ago
b9a428d
#9557: eliminate 3 seconds of static overhead from test_mailbox.
by R David Murray
· 14 years ago
961355a
Merge #11584: Since __getitem__ returns headers, make decode_header handle them.
by R David Murray
· 14 years ago
fd2c2a5
#2650: Merge with 3.2.
by Ezio Melotti
· 14 years ago
213eb96
#2650: Merge with 3.1.
by Ezio Melotti
· 14 years ago
7b9e97b
#2650: Add tests with non-ascii chars for re.escape.
by Ezio Melotti
· 14 years ago
d2114eb
#2650: Refactor the tests for re.escape.
by Ezio Melotti
· 14 years ago
518b5ae
Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and a
by Thomas Wouters
· 14 years ago
5764830
#11093: make NOTTESTS empty by renaming confusingly named files in test dir.
by R David Murray
· 14 years ago
b588f8d
#11031: Add --testdir to specify where to find tests
by R David Murray
· 14 years ago
03504fc
#11030: make --coverdir work for relative directories again.
by R David Murray
· 14 years ago
6712a3e
Remove test_importable(). Couldn't see how to make this reliable across all platforms.
by Raymond Hettinger
· 14 years ago
d4652fa
Isolate the test_source() test in test_collections
by Raymond Hettinger
· 14 years ago
73bd044
Merge #11606: improved body_encode algorithm, no longer produces overlong lines
by R David Murray
· 14 years ago
f09e652
Merge 3.2
by Victor Stinner
· 14 years ago
900189b
Merge 3.1
by Victor Stinner
· 14 years ago
29943aa
test_multiprocessing: use assertLess() to see the timeout on error
by Victor Stinner
· 14 years ago
bace3b9
Add tests for the atexit hook in concurrent.futures (part of #11635)
by Antoine Pitrou
· 14 years ago
aebac0b
Add tests for the atexit hook in concurrent.futures (part of #11635)
by Antoine Pitrou
· 14 years ago
f6d3e8e
Add tests for _source to importable and exec'able.
by Raymond Hettinger
· 14 years ago
f3c524d
Issue #11653: fix -W with -j in regrtest.
by Antoine Pitrou
· 14 years ago
293954d
Issue #11653: fix -W with -j in regrtest
by Antoine Pitrou
· 14 years ago
41da10e
Merge
by Raymond Hettinger
· 14 years ago
2ebea41
Expose the namedtuple source with a _source attribute.
by Raymond Hettinger
· 14 years ago
5839b96
Merge #11590: fix quoprimime decode handling of empty strings and line endings.
by R David Murray
· 14 years ago
6ab79d9
Allow "-j0" as an argument to regrtest, to automatically select an
by Antoine Pitrou
· 14 years ago
5066b03
Fix transmitting warning options to the children when running tests in
by Antoine Pitrou
· 14 years ago
3dcf745
Merge #11589: add additional tests for the email quoprimime module.
by R David Murray
· 14 years ago
7c9e803
Issue #11244: Remove outdated peepholer check that was preventing the peepholer from folding -0 and -0.0. Thanks Eugene Toder for the patch.
by Mark Dickinson
· 14 years ago
c28af1f
Use transient_internet() consistently in test_imaplib
by Antoine Pitrou
· 14 years ago
924cbea
Use transient_internet() consistently in test_imaplib
by Antoine Pitrou
· 14 years ago
4804991
Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raymond.
by Éric Araujo
· 14 years ago
3692035
Merge
by Antoine Pitrou
· 14 years ago
8e5e942
Use shorter timings in test_concurrent_futures to make it a bit faster
by Antoine Pitrou
· 14 years ago
39bc38c
Fix rename spelling error.
by R David Murray
· 14 years ago
9aaba78
Correctly move email package tests to Lib/test.
by R David Murray
· 14 years ago
661720e
Make regrtest recognize test packages as well as test modules.
by R David Murray
· 14 years ago
c107fb1
Always print out the traceback when a test "crashed"
by Antoine Pitrou
· 14 years ago
779a5b0
Always print out the traceback when a test "crashed"
by Antoine Pitrou
· 14 years ago
59cc684
Try to make test_import a bit more robust
by Antoine Pitrou
· 14 years ago
46719af
Try to make test_import a bit more robust
by Antoine Pitrou
· 14 years ago
Next »