Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
74c76c8f06c60698a23289abc48d23b9b4ea6c27
/
Lib
/
test
74c76c8
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
by Martin Panter
· 10 years ago
cff22eb
Issue #25232: Fix CGIRequestHandler's splitting of URL query
by Martin Panter
· 10 years ago
65918e0
Fix indentation
by Brett Cannon
· 10 years ago
9537478
Issue #25188: Add -P/--pgo to test.regrtest for PGO building.
by Brett Cannon
· 10 years ago
f6eced5
Removed the "b" string prefix to make test_xpickle compatible with Python 2.5.
by Serhiy Storchaka
· 10 years ago
e12f632
Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
by Serhiy Storchaka
· 10 years ago
f522bbc
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
by Serhiy Storchaka
· 10 years ago
cab4566
Issue #22609: Constructor and the update method of collections.UserDict now
by Serhiy Storchaka
· 10 years ago
22afc50
Backported additional unpickling tests from 3.x.
by Serhiy Storchaka
· 10 years ago
4d2cf55
Moved unpickling tests with prepickled data to separate class.
by Serhiy Storchaka
· 10 years ago
b7c3515
Issue #25249: Remove unneeded mkstemp helper in test_subprocess
by Berker Peksag
· 10 years ago
2bc50d7
Issue #25211: Fix error message code in test_long; patch from s-wakaba
by Martin Panter
· 10 years ago
63550ee
Issue #25108: Fixed test_traceback in the case when this test is run twice.
by Serhiy Storchaka
· 10 years ago
90f5f51
Issue #25101: Try to create a file to test write access in test_zipfile.
by Serhiy Storchaka
· 10 years ago
62f0ffa
Issue #25108: Backported tests for traceback functions print_stack(),
by Serhiy Storchaka
· 10 years ago
df11d7c
test_gdb: fix regex to parse the GDB version
by Victor Stinner
· 10 years ago
9b2e37f
Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes.
by Serhiy Storchaka
· 10 years ago
b2528c9
Issue #16473: Fix byte transform codec documentation; test quotetabs=True
by Martin Panter
· 10 years ago
90bc71f
Remove and enable misplaced codecs tests ported from Python 3
by Martin Panter
· 10 years ago
f29ab72
Don't encode unicode dirname in test_support.temp_cwd() if unicode file names
by Serhiy Storchaka
· 10 years ago
672237e
Fixed tests for shutil.make_archive() with relative base_name in the case when
by Serhiy Storchaka
· 10 years ago
fe45f65
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
by Serhiy Storchaka
· 10 years ago
f3bdc10
Backported new tests for attribute setting of expat parser.
by Serhiy Storchaka
· 10 years ago
ad7b0cd
Issue #25018: Fixed testing shutil.make_archive() with relative base_name on
by Serhiy Storchaka
· 10 years ago
0ecf462
Explicitly test archive name in shutil.make_archive() tests to expose failure
by Serhiy Storchaka
· 10 years ago
b75a0e9
Issue #17849: Raise sensible exception for invalid HTTP tunnel response
by Martin Panter
· 10 years ago
04861dc
Fix, refactor and extend tests for shutil.make_archive().
by Serhiy Storchaka
· 10 years ago
7c7b4b5
Backport support.change_cwd() and use it in tests.
by Serhiy Storchaka
· 10 years ago
23ae488
Issue #16180: Exit pdb if file has syntax error, instead of trapping user
by Terry Jan Reedy
· 10 years ago
c97e18e
merge heads.
by Senthil Kumaran
· 10 years ago
f30e078
Remove unused imports in test_wsgiref.py
by Senthil Kumaran
· 10 years ago
ccd6270
Issue #23375: Fix test_py3kwarn for modules implemented in C
by Victor Stinner
· 10 years ago
cc1db4b
python-gdb.py: enhance py-bt command
by Victor Stinner
· 10 years ago
3c5ce40
test_gdb: enhance regex used to parse the GDB version
by Victor Stinner
· 10 years ago
ce698f3
Issue #24751: Fix running regrtest with '-w' flag in case of test failures.
by Zachary Ware
· 10 years ago
a4777f1
Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.
by Zachary Ware
· 10 years ago
ea4d287
Issue #20557: Use specific asserts in io tests.
by Serhiy Storchaka
· 10 years ago
2f2c829
Issue #23254: Document how to close the TCPServer listening socket.
by Robert Collins
· 10 years ago
cf74c19
Issue #24613: Calling array.fromstring() with self is no longer allowed
by Serhiy Storchaka
· 10 years ago
455a2a3
proper overflow checks for mymemreplace (closes #24708)
by Benjamin Peterson
· 10 years ago
3b77d01
Issue #24620: Random.setstate() now validates the value of state last element.
by Serhiy Storchaka
· 10 years ago
4734372
Close #24508: Backport the 3.5 MSBuild project files.
by Zachary Ware
· 10 years ago
79d0e72
Backport b80d141a044e
by Zachary Ware
· 10 years ago
a1b1e5f
Added regression test for issue24581.
by Serhiy Storchaka
· 10 years ago
518602a
Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.
by Lars Gustäbel
· 10 years ago
d048003
Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
by Lars Gustäbel
· 10 years ago
ab76635
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
by Serhiy Storchaka
· 10 years ago
33b24f5
Issue #20387: Backport test from Python 3.4
by Jason R. Coombs
· 10 years ago
84af51d
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
by Serhiy Storchaka
· 10 years ago
d1d4d8a
Issue #24336: Backported test for contextmanager. Patch by Martin Panter.
by Serhiy Storchaka
· 10 years ago
1c72acf
ensure internal buffer is large enough for string after flushing (closes #24481)
by Benjamin Peterson
· 10 years ago
3e5e74a
Issue #24497: update link in test_decimal comments
by Ned Deily
· 10 years ago
0d2fac1
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
by Antoine Pitrou
· 10 years ago
637c8e8
Issue #24299: Fixed test__locale on Solaris.
by Serhiy Storchaka
· 10 years ago
69c0d26
Issue #24267 - Ensure that pip version check is disabled on uninstall
by Donald Stufft
· 10 years ago
c7797dc
Issue #19543: Emit deprecation warning for known non-text encodings.
by Serhiy Storchaka
· 10 years ago
cfb7028
Fixed test_audioop for issue #24326. 24-bit samples are not supported in 2.7.
by Serhiy Storchaka
· 10 years ago
dc967c1
Fixed the array module in unicode disabled build (regression of issue20014).
by Serhiy Storchaka
· 10 years ago
062bed2
Issue #24264: Fixed buffer overflow in the imageop module.
by Serhiy Storchaka
· 10 years ago
d6bfa94
Issue #21853: Fixed the inspect module in unicode disabled build.
by Serhiy Storchaka
· 10 years ago
59ea508
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
by Serhiy Storchaka
· 10 years ago
1e95340
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
by Serhiy Storchaka
· 10 years ago
9d1de8a
Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
by Serhiy Storchaka
· 10 years ago
1a7c357
Issue #24286: Register dict views with the MappingView ABCs.
by Raymond Hettinger
· 10 years ago
fa3d5b5
merge 2.7.10 release branch
by Benjamin Peterson
· 10 years ago
ec7abfb
allow square brackets in cookie values (#22931)
by Benjamin Peterson
· 10 years ago
3220849
Issue #24134: Use assertRaises() in context manager form in test_slice to
by Serhiy Storchaka
· 10 years ago
9eb0c0e
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
by Serhiy Storchaka
· 10 years ago
14e10a1
Issue #24102: Fixed exception type checking in standard error handlers.
by Serhiy Storchaka
· 10 years ago
51dbc9a
Issue #23757: Only call the concrete list API for exact lists.
by Raymond Hettinger
· 10 years ago
d6c1c1e
Added tests for more builtin types.
by Serhiy Storchaka
· 10 years ago
80573bb
Issue #15267: HTTPConnection.request() now is compatibile with old-style
by Serhiy Storchaka
· 10 years ago
b70091a
Issue #20014: array.array() now accepts unicode typecodes. Based on patch by
by Serhiy Storchaka
· 10 years ago
f40fcb3
Issue #23637: Showing a warning no longer fails with UnicodeErrror.
by Serhiy Storchaka
· 10 years ago
72c0141
ensure .keywords is always a dict
by Benjamin Peterson
· 10 years ago
3234abb
Issue #24125: Saved error's line and column numbers when an error is occured
by Serhiy Storchaka
· 10 years ago
89c3b8e
Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
by Serhiy Storchaka
· 10 years ago
6294d9f
Issue #16840: Skip bignum tests on minor releases where they are not supported.
by Serhiy Storchaka
· 10 years ago
dcb12f4
Fixed full Tcl version parsing in tests for pre-final versions.
by Serhiy Storchaka
· 10 years ago
bd617ad
Issue #23728: Added a test for binascii.crc_hqx().
by Serhiy Storchaka
· 10 years ago
9aa16d9
Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.
by Serhiy Storchaka
· 10 years ago
abb7e65
Backported tests from issue #20175.
by Serhiy Storchaka
· 10 years ago
270b058
#17898: reset k and v so that the loop doesn't use an old value
by Andrew Kuchling
· 10 years ago
4507b81
Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19.
by Serhiy Storchaka
· 10 years ago
9a46eb7
ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/
by Victor Stinner
· 10 years ago
62b109d
Issue #23458: Remove test_os.test_urandom_fd_non_inheritable()
by Victor Stinner
· 10 years ago
f29bc70
Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and
by Serhiy Storchaka
· 10 years ago
baa6efd
Open files in binary mode to avoid newlines transformation.
by Serhiy Storchaka
· 10 years ago
aff77f3
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
by Serhiy Storchaka
· 10 years ago
e9d4dc1
Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
by Serhiy Storchaka
· 10 years ago
61ad42e
Issue #16840: Fixed test_tcl for Tcl < 8.5.
by Serhiy Storchaka
· 10 years ago
e8ae047
Issue #21526: Skip test_booleans on Tcl < 8.5.
by Serhiy Storchaka
· 10 years ago
c77c5b5
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
by Serhiy Storchaka
· 10 years ago
91398f8
Issue #21526: Fixed the test_booleans test for wantobjects = 0.
by Serhiy Storchaka
· 10 years ago
cba6b5d
Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
by Serhiy Storchaka
· 10 years ago
df11d4c
replace 512 bit dh key with a 2014 bit one (closes #23844)
by Benjamin Peterson
· 10 years ago
43b4959
Issue #23838: linecache now clears the cache and returns an empty result on
by Serhiy Storchaka
· 10 years ago
bd8c629
Issue #23799: Added test.test_support.start_threads() for running and
by Serhiy Storchaka
· 10 years ago
d06c201
Issue #14904: Made test_unicode_repr_oflw to use less memory.
by Serhiy Storchaka
· 10 years ago
7d49065
Issue #22390: Fix test_gzip if unicode filename doesn't work
by Victor Stinner
· 10 years ago
Next »