Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
06e18a7c2473e6d1e8be3dee5c9232ab934e1ef2
/
Lib
/
test
0a6976d
Issue #28079: Update typing and test typing from python/typing repo.
by Guido van Rossum
· 8 years ago
0e0cfd7
#19003: Only replace \r and/or \n line endings in email.generator.
by R David Murray
· 8 years ago
b766538
Issue #27952: Get fixcid.py working with the re module
by Martin Panter
· 8 years ago
cc66a65
Backported tests for issue #28070.
by Serhiy Storchaka
· 8 years ago
109bc3a
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
by Steve Dower
· 8 years ago
99e843b
Correct spelling in documentation and code comment
by Martin Panter
· 8 years ago
c7a070e
regrtest: accept options after test names
by Victor Stinner
· 8 years ago
8ddcf3a
Issue #28019: itertools.count() no longer rounds non-integer step in range
by Serhiy Storchaka
· 8 years ago
e617521
Use raw string for regexp
by Guido van Rossum
· 8 years ago
8dcc48e
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun)
by Steve Dower
· 8 years ago
347dc95
#14977: Make mailcap respect the order of the lines in the mailcap file.
by R David Murray
· 8 years ago
7b3b3dc
Merge asyncio upstream.
by Guido van Rossum
· 8 years ago
94a7927
#28047: Fix calculation of base64 line length.
by R David Murray
· 8 years ago
262b679
Issue #26020: Fix evaluation order for set literals
by Raymond Hettinger
· 8 years ago
2b2a9be9
Issue #27445: Don't pass str(_charset) to MIMEText.set_payload()
by Berker Peksag
· 8 years ago
82733fa
Issue11551 - Increase the test coverage of _dummy_thread module to 100%.
by Senthil Kumaran
· 8 years ago
d61910c
Fixes #27930: improved QueueListener behaviour.
by Vinay Sajip
· 8 years ago
0f0eac4
Issue #27993: Fix problems with plural objects in docs and comments
by Martin Panter
· 8 years ago
0be894b
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Martin Panter
· 8 years ago
be8da9c
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
by Martin Panter
· 8 years ago
dc1650c
#22233: Only split headers on \r and/or \n, per email RFCs.
by R David Murray
· 8 years ago
c2e2473
27988: Make sure iter_attachments does not mutate the payload list.
by R David Murray
· 8 years ago
48c8830
capture stderr to silence output during test_coroutines (closes #27968)
by Benjamin Peterson
· 8 years ago
32d3742
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
by Senthil Kumaran
· 8 years ago
1c03abd
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.
by Christian Heimes
· 8 years ago
cbef66d
suppress stderr output when checking gdb (closes #27969)
by Benjamin Peterson
· 8 years ago
f4a7381
Issue #27748: Backed out changeset f845e24d794e
by Zachary Ware
· 8 years ago
9ed756b
Issue #27748: strengthen test_alias_nofallback
by Zachary Ware
· 8 years ago
598894f
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
by Christian Heimes
· 8 years ago
b3b7a5a
Issue #27748: Simplify test_winsound.
by Zachary Ware
· 8 years ago
2f40ed4
do not allow _PyGen_Finalize to fail (closes #27811)
by Benjamin Peterson
· 8 years ago
fb5ce7e
Issue #27918# test.resource.is_gui_available no longer flashes tk window.
by Terry Jan Reedy
· 8 years ago
f0f1c23
Issue 27936: Fix inconsistent round() behavior between float and int
by Raymond Hettinger
· 8 years ago
c7bab7c
Issue #27706: Fix regression in random.seed(somestr, version=1)
by Raymond Hettinger
· 8 years ago
8b7918a
Don't select for read on character devices in _UnixWritePipeTransport.
by Guido van Rossum
· 8 years ago
09c22ad
Issue #27907: variable rename. (Ville Skyttä)
by Guido van Rossum
· 8 years ago
5cf1c6c
Skip test_tools.test_i18n when pygettext.py is missing
by Zachary Ware
· 8 years ago
c427b8d
Issue #19884: Avoid spurious output on OS X with Gnu Readline
by Martin Panter
· 8 years ago
7ea386e
Issue 19504: Change "customise" to "customize" American spelling.
by Raymond Hettinger
· 8 years ago
efa798d
A new version of typing.py from https://github.com/python/typing.
by Guido van Rossum
· 8 years ago
8447965
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić.
by Mark Dickinson
· 8 years ago
8682f57
Issue #27782: Fix m_methods handling in multiphase init
by Nick Coghlan
· 8 years ago
9c8aa9b
Issue #27487: Warn if submodule already imported before runpy execution
by Martin Panter
· 8 years ago
d874c05
Issue #27614: Avoid race in test_docxmlrpc server setup
by Martin Panter
· 8 years ago
68c1f1e
Issue #27787: Clean up weak references before checking for dangling threads
by Martin Panter
· 8 years ago
53926f1
Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not available
by Berker Peksag
· 8 years ago
750018b
#2466: ismount now recognizes mount points user can't access.
by R David Murray
· 8 years ago
eec9331
Fix SystemError in "raise" statement
by Victor Stinner
· 8 years ago
7e6977a
script_helper: kill the subprocess on error
by Victor Stinner
· 8 years ago
b1c6bdc
merge 3.4
by Benjamin Peterson
· 8 years ago
432ea4f
fail when negative values are passed to instr()
by Benjamin Peterson
· 8 years ago
f17a8e9
merge 3.4
by Benjamin Peterson
· 8 years ago
40a77c3
do not allow reading negative values with getstr()
by Benjamin Peterson
· 8 years ago
3cf0b25
Issue #26741: Clean up subprocess.Popen object in test_poll
by Martin Panter
· 8 years ago
b63c560
Close HTTP connections and responses in tests to avoid ResourceWarnings
by Martin Panter
· 8 years ago
540f045
Correct misspellings of ISO-8859
by Martin Panter
· 8 years ago
085e806
Closes #21999: Handled empty strings correctly when in POSIX mode.
by Vinay Sajip
· 8 years ago
69332c1
Fix spelling and grammar in documentation and code comments
by Martin Panter
· 8 years ago
436fe5a
[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 8 years ago
4cbb23f
Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 8 years ago
17742f2
[merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 8 years ago
eb99570
Issue #27626: Spelling fixes in docs, comments and internal names
by Martin Panter
· 8 years ago
5f804e3
Issue #13849: Fix test_null_bytes under Windows
by Berker Peksag
· 8 years ago
9adc1a3
Issue #13849: Add tests for null byte checking in test_genericpath
by Berker Peksag
· 8 years ago
84544c1
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
by Martin Panter
· 8 years ago
2219450
Issue #27528: Document and test warning messages must match at beginning
by Martin Panter
· 8 years ago
8c126f1
Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively
by Stefan Krah
· 8 years ago
dec25af
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
by Serhiy Storchaka
· 8 years ago
7ca63cb
Fix regressions introduced by fixes for issue #27083.
by Brett Cannon
· 8 years ago
a47a7a5
Issue #27083: Respect the PYTHONCASEOK environment variable under Windows.
by Brett Cannon
· 8 years ago
e09ed54
make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514)
by Benjamin Peterson
· 8 years ago
c29df65
Issue #27369: Merge test_pyexpat from 3.4 into 3.5
by Martin Panter
· 8 years ago
b7b5d35
Issue #27369: Merge test_pyexpat from 3.3 into 3.4
by Martin Panter
· 8 years ago
d27a7c1
Issue #27369: Merge test_pyexpat from 3.2 into 3.3
by Martin Panter
· 8 years ago
076ca6c
Issue #27369: Don’t test error message detail that changed in Expat 2.2.0
by Martin Panter
· 8 years ago
252e9ed
Issue #27392: Add loop.connect_accepted_socket().
by Yury Selivanov
· 8 years ago
204bf0b
English spelling and grammar fixes
by Martin Panter
· 8 years ago
bed7f1a
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
by Martin Panter
· 8 years ago
5f21f43
#22758: fix regression in handling of secure cookies.
by R David Murray
· 8 years ago
d5b47fb
Issue #27466: Change time format returned by http.cookie.time2netscape,
by Senthil Kumaran
· 8 years ago
a793037
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
by Serhiy Storchaka
· 8 years ago
af65872
Issue #27443: __length_hint__() of bytearray itearator no longer return
by Serhiy Storchaka
· 8 years ago
8faca61
Issue #27431: Update default protocol version in shelve.Shelf() documentation
by Berker Peksag
· 8 years ago
63bf487
asyncio: Use socket specs for getaddrinfo() in sock_connect()
by Yury Selivanov
· 8 years ago
77bc04a
asyncio: Fix NameError in sslproto _fatal_error()
by Yury Selivanov
· 8 years ago
1b329e7
Merge.
by Larry Hastings
· 8 years ago
e92dc9c
Fix a scoping issue where an UnboundLocalError was triggered if a
by Brett Cannon
· 8 years ago
e495646
Issue #18300: Set TERM='' by default in assert_python_*
by Berker Peksag
· 8 years ago
6817c59
Issue #27006: from_float(): call the subclass' __new__() and __init__().
by Stefan Krah
· 8 years ago
ce1a9f3
Added more tests for issue #27122.
by Serhiy Storchaka
· 8 years ago
514f973
Issue #27294: Numerical state in the repr for Tkinter event objects is now
by Serhiy Storchaka
· 8 years ago
9305d83
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
by Serhiy Storchaka
· 8 years ago
ba2ecd6
Issue #27123: When an exception is raised within the context being
by Gregory P. Smith
· 8 years ago
a8cadb2
Issue #16182: One more check for set_pre_input_hook()
by Martin Panter
· 8 years ago
6afbc65
Issue #16182: set_pre_input_hook() may not exist; document, and update test
by Martin Panter
· 8 years ago
056f76d
Issue #16182: Attempted workarounds for Apple Editline
by Martin Panter
· 8 years ago
f00c49d
Issue #16182: Fix readline begidx, endidx, and use locale encoding
by Martin Panter
· 8 years ago
a8bb04b
Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.
by Matthias Klose
· 8 years ago
f7c5624
Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.
by Matthias Klose
· 8 years ago
5fc7c4d
Issue #27136: Change test to use ::1 for better OS X Tiger compatibility
by Martin Panter
· 8 years ago
Next »