Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
cbc77bbbc0d0cbdb50889f556b9a514870481314
/
Lib
/
test
« Previous
100883f
Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return
by Brett Cannon
· 12 years ago
d281c73
#17648 - convert test_urllib2.py doctests to unittests
by Senthil Kumaran
· 12 years ago
fa1b02a
#17648 - Clean up test_urllib2.py. Converted doctests to unittest for expansion.
by Senthil Kumaran
· 12 years ago
9fc5981
Issue #17615: Add tests comparing Unicode strings of different kinds
by Victor Stinner
· 12 years ago
ffcd339
Close #17666: Fix reading gzip files with an extra field.
by Serhiy Storchaka
· 12 years ago
a6df938
Close #17666: Fix reading gzip files with an extra field.
by Serhiy Storchaka
· 12 years ago
7e69f00
Close #17666: Fix reading gzip files with an extra field.
by Serhiy Storchaka
· 12 years ago
c137f7c
#17484: Actually add the getpass tests this time.
by R David Murray
· 12 years ago
319d58d
#17484: add tests for getpass.
by R David Murray
· 12 years ago
ee57f15
Revert a premature patch for issue #14010 (changeset 846bd418aee5).
by Serhiy Storchaka
· 12 years ago
278d03b
Revert a premature patch for issue #14010 (changeset aaaf36026511).
by Serhiy Storchaka
· 12 years ago
aac81e2
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
by Serhiy Storchaka
· 12 years ago
e8f706e
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
by Serhiy Storchaka
· 12 years ago
ace34dd
#17365: Remove Python 2 code from test_print Patch by Berker Peksag
by Andrew Svetlov
· 12 years ago
d57f047
#17572: merge with 3.3.
by Ezio Melotti
· 12 years ago
0f38908
#17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa.
by Ezio Melotti
· 12 years ago
cfc4c13
Add _PyUnicodeWriter_WriteSubstring() function
by Victor Stinner
· 12 years ago
4489e92
(Merge 3.3) Close #6822: ftplib.FTP.storlines() expects a binary file, not a text file
by Victor Stinner
· 12 years ago
ed3a303
Close #6822: ftplib.FTP.storlines() expects a binary file, not a text file
by Victor Stinner
· 12 years ago
e3e1c17
#17492: Additional tests for random module.
by R David Murray
· 12 years ago
49e835b
Issue #14135: Let's try this again.
by Brett Cannon
· 12 years ago
7d197de
Backed out changeset 4fcd50a6dca7 as it totally breaks the test suite here.
by Antoine Pitrou
· 12 years ago
2d556f5
Issue #14135: Make sure tests don't leave the locale changed for any category.
by Brett Cannon
· 12 years ago
f61d079
Issue #6419: Fix a test_kqueue failure on some BSD flavors.
by Charles-Francois Natali
· 12 years ago
7a03e2d
Issue #6419: Fix a test_kqueue failure on some BSD flavors.
by Charles-Francois Natali
· 12 years ago
2b3a35b
skip a fcntl test on ARM Linux that isn't supported there.
by Gregory P. Smith
· 12 years ago
e5aefa4
Skip a test of an old API on ARM Linux that isn't supported by the OS.
by Gregory P. Smith
· 12 years ago
5cbf3a0
Merge #17435: Don't use mutable default values in Timer.
by R David Murray
· 12 years ago
19aeb43
Issue #17435: Don't use mutable default values in Timer.
by R David Murray
· 12 years ago
0503de9
#17526: merge with 3.3.
by Ezio Melotti
· 12 years ago
1b14592
#17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle.
by Ezio Melotti
· 12 years ago
8c0fc15
#17564: merge with 3.3.
by Ezio Melotti
· 12 years ago
9098472
#17564: skip test_bad_address unless the tests are run with -unetwork/-uall.
by Ezio Melotti
· 12 years ago
04cc55a
Closes #17540: Merged fix from 3.3.
by Vinay Sajip
· 12 years ago
28421c6
Issue #17540: Added style to Formatter configuration by dict.
by Vinay Sajip
· 12 years ago
609ef01
In search of TLS 1.1 bug: add debugging output in verbose mode
by Antoine Pitrou
· 12 years ago
972d5bb
Use a subtest in test_ssl.test_echo
by Antoine Pitrou
· 12 years ago
2463e5f
Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by Michele Orrù.
by Antoine Pitrou
· 12 years ago
678ad51
Issue #17516: remove dead code
by Victor Stinner
· 12 years ago
3fa1aae
Issue #17516: do not create useless tuple: remove dummy commas in tests
by Victor Stinner
· 12 years ago
765531d
Issue #17516: use comment syntax for comments, instead of multiline string
by Victor Stinner
· 12 years ago
1f8898a
#17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by default. It can be re-enabled with the `-X showrefcount` option.
by Ezio Melotti
· 12 years ago
23c31d51
Merge test_queue clean up from 3.3.
by Ezio Melotti
· 12 years ago
93f756b
Merge test_queue clean up from 3.2.
by Ezio Melotti
· 12 years ago
656c808
Clean up references to threads in test_queue.
by Ezio Melotti
· 12 years ago
64c16c3
Issue #17150: pprint now uses line continuations to wrap long string literals.
by Antoine Pitrou
· 12 years ago
4a8ea9e
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
by Gregory P. Smith
· 12 years ago
a1b9ed3
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
by Gregory P. Smith
· 12 years ago
a1ed539
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
by Gregory P. Smith
· 12 years ago
e94cbd1
#17479: merge with 3.3.
by Ezio Melotti
· 12 years ago
daa42c7
#17479: test_io now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
8ec95b8
Closes #17521: Merged fix from 3.3.
by Vinay Sajip
· 12 years ago
9b862b9
Issue #17521: Merged fix from 3.2.
by Vinay Sajip
· 12 years ago
68b4cc8
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
by Vinay Sajip
· 12 years ago
5a63fe6
Closes #17508: Merged fix from 3.3.
by Vinay Sajip
· 12 years ago
340a4bb
Issue #17508: Merged fix from 3.2.
by Vinay Sajip
· 12 years ago
3f885b5
Issue #17508: Handled out-of-order handler configuration correctly.
by Vinay Sajip
· 12 years ago
f516388
#17472: add tests for a couple of untested methods in urllib.urlparse.
by R David Murray
· 12 years ago
d502a07
test_ast: pass the filename to ast.parse()
by Victor Stinner
· 12 years ago
e0a1bf3
Merge: #5713: One more test_smtplib timing fix.
by R David Murray
· 12 years ago
6bd5202
#5713: One more test_smtplib timing fix.
by R David Murray
· 12 years ago
dac94d6
Merge: #5712: Preemptively fix some other possible timing issues.
by R David Murray
· 12 years ago
54bd49d
Merge: #5712: Preemptively fix some other possible timing issues.
by R David Murray
· 12 years ago
03b0116
#5712: Preemptively fix some other possible timing issues.
by R David Murray
· 12 years ago
ba7d9d4
Merge: #5713: fix timing issue in smtplib tests.
by R David Murray
· 12 years ago
a686ed7
Merge: #5713: fix timing issue in smtplib tests.
by R David Murray
· 12 years ago
853c0f9
#5713: fix timing issue in smtplib tests.
by R David Murray
· 12 years ago
82c6b45
Merge: #5713: Handle 421 error codes during sendmail by closing the socket.
by R David Murray
· 12 years ago
f1a40b4
Merge: #5713: Handle 421 error codes during sendmail by closing the socket.
by R David Murray
· 12 years ago
d312c74
#5713: Handle 421 error codes during sendmail by closing the socket.
by R David Murray
· 12 years ago
6168362
Issue #16475 : Correctly handle the EOF when reading marshal streams.
by Kristján Valur Jónsson
· 12 years ago
c9b3ef2
Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances.
by Antoine Pitrou
· 12 years ago
a612176
#17493: merge with 3.3.
by Ezio Melotti
· 12 years ago
a49178e
#17493: merge with 3.2.
by Ezio Melotti
· 12 years ago
958f7ae
#17493: re-enable a test on Windows. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
016b9e3
Use a larger amount of data for tests such as the interrupted_write
by Gregory P. Smith
· 12 years ago
91110f5
Use a larger amount of data for tests such as the interrupted_write
by Gregory P. Smith
· 12 years ago
9cc7d45
#17485: Delete the Content-Length header if the data attribute is deleted.
by R David Murray
· 12 years ago
d7009c6
Issue #16475: Support object instancing, recursion and interned strings
by Kristján Valur Jónsson
· 12 years ago
c7c42ef
#15927: Fix cvs.reader parsing of escaped \r\n with quoting off.
by R David Murray
· 12 years ago
94f2788
#17471: merge from 3.3
by Senthil Kumaran
· 12 years ago
f47e77f
#17471 - merge from 3.2
by Senthil Kumaran
· 12 years ago
2a4d245
#17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based on patch contributed by Daniel Wozniak
by Senthil Kumaran
· 12 years ago
0085ce8
#17471 - merge from 3.3
by Senthil Kumaran
· 12 years ago
d17ca23
#17471 - merge from 3.2
by Senthil Kumaran
· 12 years ago
843fae9
#17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak
by Senthil Kumaran
· 12 years ago
e9853da
Refactor test_urllib2. Include test_HTTPError_interface under MiscTests
by Senthil Kumaran
· 12 years ago
ac0cea5
Merge: #17476: make allmethods actually return all methods.
by R David Murray
· 12 years ago
52dfc74
#17476: make allmethods actually return all methods.
by R David Murray
· 12 years ago
9929bc5
#17476: make allmethods actually return all methods.
by R David Murray
· 12 years ago
455f296
#17464: improve pydoc test coverage.
by R David Murray
· 12 years ago
41518b4
#17474 - Remove the various deprecated methods of Request class.
by Senthil Kumaran
· 12 years ago
1a48b9d
#5024: whichhdr now returns the frame count for WAV files.
by R David Murray
· 12 years ago
cda75be
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
by Benjamin Peterson
· 12 years ago
c45e041
Issue #17463: Fix test discovery for test_pdb.py
by Andrew Svetlov
· 12 years ago
f0efea0
Issue #17463: Fix test discovery for test_pdb.py
by Andrew Svetlov
· 12 years ago
0351928
Merge #17448: Make test_sax skip if there are no xml parsers.
by R David Murray
· 12 years ago
f3a1b6e
Merge #17448: Make test_sax skip if there are no xml parsers.
by R David Murray
· 12 years ago
a846f5a
#17448: Make test_sax skip if there are no xml parsers.
by R David Murray
· 12 years ago
469da97
#11420: merge with 3.3.
by Ezio Melotti
· 12 years ago
Next »