Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ee7fe38d401e20fed8d0cf5d02e9dc6a21fa2013
/
Lib
/
test
ee7fe38
Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost.
by Serhiy Storchaka
· 9 years ago
098f6d0
Issue #5824: Fix DatagramRequestHandler tests by binding the client socket
by Martin Panter
· 9 years ago
39267c2
Issue #22088: Clarify base-64 alphabets and which characters are discarded
by Martin Panter
· 9 years ago
63d1f47
Issue #26309: Rewrite test in main thread and avoid race condition
by Martin Panter
· 9 years ago
ba8474b
Issue #26309: Shut down SocketServer request if verify_request() is false
by Martin Panter
· 9 years ago
53ae0ba
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
by Martin Panter
· 10 years ago
78a54c0
Issue #25983: Added tests for multi-argument type().
by Serhiy Storchaka
· 10 years ago
ade4097
Issue #12923: Reset FancyURLopener's redirect counter even on exception
by Martin Panter
· 10 years ago
71b7176
Issue #25945: Fixed bugs in functools.partial.
by Serhiy Storchaka
· 10 years ago
886aba4
Issue #26173: Separate bad cert file tests and client rejection test
by Martin Panter
· 10 years ago
fd8e850
Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem
by Martin Panter
· 10 years ago
3ecb6ab
Issue #26198: Added tests for string-related format units of PyArg_Parse*()
by Serhiy Storchaka
· 10 years ago
7791165
code_richcompare() now uses the constants types
by Victor Stinner
· 10 years ago
9b5177c
Issue #26147: xmlrpclib now works with unicode not encodable with used
by Serhiy Storchaka
· 10 years ago
dd171ea
add space
by Benjamin Peterson
· 10 years ago
27d9c3d
Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.
by Serhiy Storchaka
· 10 years ago
2f173fe
Issue #21847: Fixed xmlrpclib and tests on Unicode-disabled builds.
by Serhiy Storchaka
· 10 years ago
43beaeb
Issue #6500: Fixed infinite recursion in urllib2.Request.__getattr__().
by Serhiy Storchaka
· 10 years ago
2179b2e
Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings
by Martin Panter
· 10 years ago
71202bb
Issue #25940: Use self-signed.pythontest.net in SSL tests
by Martin Panter
· 10 years ago
07f24c5
#7944: close files explicitly in test_tarfile (backport d560eece0857).
by Ezio Melotti
· 10 years ago
8861b29
Convert test_tarfile to ASCII (backport c1ed490bd266).
by Ezio Melotti
· 10 years ago
8da4023
Comment out another test that won't pass after reverting the picklability
by Barry Warsaw
· 10 years ago
607965e
Comment out two tests that won't pass now after reverting the typeobject.c
by Barry Warsaw
· 10 years ago
e01859f
Issue #6500: Reverting fbea8ff8db5e since it broke tests
by Berker Peksag
· 10 years ago
621d7fd
Issue #6500: Fix "maximum recursion depth exceeded" error caused by Request.__getattr__()
by Berker Peksag
· 10 years ago
ff41d45
Make catched exceptions more specific and correct a comment.
by Serhiy Storchaka
· 10 years ago
b8e54dd
Issue #22995: Instances of extension types with a state that aren't
by Serhiy Storchaka
· 10 years ago
a3c2242
Fixed sizeof tests for dict and type (they were passed by accident).
by Serhiy Storchaka
· 10 years ago
0b72ae8
Create a file in SizeofTest only if needed.
by Serhiy Storchaka
· 10 years ago
e789038
Use correct PyGC_Head size in tests for issue #25421.
by Serhiy Storchaka
· 10 years ago
c06a6d0
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
by Serhiy Storchaka
· 10 years ago
d77fe94
Issue #22088: Port base64 character ignoring doc and test from 857d9fe60169
by Martin Panter
· 10 years ago
7b9e7ed
Issue #25809: Skip testing platform-dependent French thousands separator
by Martin Panter
· 10 years ago
3c459de
remove pointless keys() call
by Benjamin Peterson
· 10 years ago
f9d11e8
make consulting save_modules O(1) rather than O(n)
by Benjamin Peterson
· 10 years ago
7e59ce8
Issue #14285: Do not catch ImportError from __init__.py in runpy
by Martin Panter
· 10 years ago
ab68fca
Issue #6478: _strptime's regexp cache now is reset after changing timezone
by Serhiy Storchaka
· 10 years ago
e37003e
Issue #19543: Added Py3k warning for decoding unicode.
by Serhiy Storchaka
· 10 years ago
c747e55
Fix test_doctest in verbose mode
by Victor Stinner
· 10 years ago
2329eed
Issue #25718: Fixed copying object with state with boolean value is false.
by Serhiy Storchaka
· 10 years ago
03f3c2f
Fixed yet one syntax error in test_xpickle in Python 2.5.
by Serhiy Storchaka
· 10 years ago
43e9007
Fixed Py3k warnings in tests for issue #24731.
by Serhiy Storchaka
· 10 years ago
81772f1
Trying to fix test_xpickle with python 2.4 and 2.5.
by Serhiy Storchaka
· 10 years ago
3c8ef8f
Issue #25742: Try to fix test_locale on Windows
by Victor Stinner
· 10 years ago
d26b663
Got rid of "with" for compatibility test_xpickle with Python 2.5.
by Serhiy Storchaka
· 10 years ago
bf19ce2
Issue #25761: Added more test cases for testing unpickling broken data.
by Serhiy Storchaka
· 10 years ago
e08496b
Closes #25742: locale.setlocale() now accepts a Unicode string for its second
by Victor Stinner
· 10 years ago
916c7c7
Issue #23914: Fix test_xpickle with python 2.4 and 2.5
by Zachary Ware
· 10 years ago
9baa568
Issue #10131: Fixed deep copying of minidom documents. Based on patch
by Serhiy Storchaka
· 10 years ago
ee1b24c
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
by Serhiy Storchaka
· 10 years ago
282e831
Issue #25616: Tests for OrderedDict are extracted from test_collections
by Serhiy Storchaka
· 10 years ago
1121b5e
Issue #25703: Skip test_43581 if one of stdout or stderr is redirected.
by Serhiy Storchaka
· 10 years ago
8d30ad7
Issue #24731: Fixed crash on converting objects with special methods
by Serhiy Storchaka
· 10 years ago
96bc175
Issue #25663: Make rlcompleter avoid duplicate global names
by Martin Panter
· 10 years ago
5c13766
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
by Serhiy Storchaka
· 10 years ago
1456c98
Issue #25691: Added tests on deleting cElementTree.Element attributes.
by Serhiy Storchaka
· 10 years ago
37c02ac
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
by Serhiy Storchaka
· 10 years ago
1a31cba
Issue #25686: test_shutil no longer uses the distutils package for running
by Serhiy Storchaka
· 10 years ago
6156560
Issue #25678: Copy buffer objects to null-terminated strings.
by Serhiy Storchaka
· 10 years ago
5d7d26c
Issue #25388: Fixed tokenizer hang when processing undecodable source code
by Serhiy Storchaka
· 10 years ago
ef2b2f4
Issue #25590: Make rlcompleter only call getattr() once per attribute
by Martin Panter
· 10 years ago
0d64940
Issue #25607: Restore old distutils logging threshold after running tests that
by Serhiy Storchaka
· 10 years ago
76e6cc1
Issue #22995: Backported additional tests for non-pickleable types.
by Serhiy Storchaka
· 10 years ago
10aaca9
always set OP_NO_SSLv3 by default (closes #25530)
by Benjamin Peterson
· 10 years ago
e192d0b
Issue #7267: format(int, 'c') now raises OverflowError when the argument is not
by Victor Stinner
· 10 years ago
8d0a94d
Issue #892902: Disable newly added tests in test_xpickle.
by Serhiy Storchaka
· 10 years ago
da87e45
Issue #892902: Fixed pickling recursive objects.
by Serhiy Storchaka
· 10 years ago
c72e66a
Issue #25523: Backported a-to-an corrections.
by Serhiy Storchaka
· 10 years ago
fbe04b6
Issue #21827: Fixed textwrap.dedent() for the case when largest common
by Serhiy Storchaka
· 10 years ago
eb2cb97
Issue #25188: Clean up code to pass the --pgo flag to subprocesses
by Brett Cannon
· 10 years ago
462502b
Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 character
by Serhiy Storchaka
· 10 years ago
cf0d512
merge heads
by Benjamin Peterson
· 10 years ago
77d12ec
prevent unacceptable bases from becoming bases through multiple inheritance (#24806)
by Benjamin Peterson
· 10 years ago
0a8845e
Issue #25317: Converted doctests in test_tokenize to unittests.
by Serhiy Storchaka
· 10 years ago
51cd53e
reinitialize an Event's Condition with a regular lock (closes #25319)
by Benjamin Peterson
· 10 years ago
0451fb9
Make error report in test_codecs more informative.
by Serhiy Storchaka
· 10 years ago
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
Next »