Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d04863771b0c5bedeb1e4afe05dcba3adcc0fb58
/
Lib
/
test
d048637
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
by Christian Heimes
· 8 years ago
358cfd4
Issue 28043: SSLContext has improved default settings
by Christian Heimes
· 8 years ago
c5111b5
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
by Steve Dower
· 8 years ago
109bc3a
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
by Steve Dower
· 8 years ago
b0d497c
Issue #24693: Changed some RuntimeError's in the zipfile module to more
by Serhiy Storchaka
· 8 years ago
99e843b
Correct spelling in documentation and code comment
by Martin Panter
· 8 years ago
0fc55a2
test_platform: Save/restore os.environ on Windows
by Victor Stinner
· 8 years ago
b161562
Issue #17909: Accept binary input in json.loads
by Nick Coghlan
· 8 years ago
457fc9a
Issue #27137: align Python & C implementations of functools.partial
by Nick Coghlan
· 8 years ago
eddc4b7
Merge 3.5 (regrtest)
by Victor Stinner
· 8 years ago
c7a070e
regrtest: accept options after test names
by Victor Stinner
· 8 years ago
c50cccf
test_eintr: Fix ResourceWarning warnings
by Victor Stinner
· 8 years ago
8f9cafa
Issue #28019: itertools.count() no longer rounds non-integer step in range
by Serhiy Storchaka
· 8 years ago
8ddcf3a
Issue #28019: itertools.count() no longer rounds non-integer step in range
by Serhiy Storchaka
· 8 years ago
bc62626
Issue #18401: Fix test_pdb on Windows
by Victor Stinner
· 8 years ago
11ea044
Issue #18401: Fix test_pdb if $HOME is not set
by Victor Stinner
· 8 years ago
2eb6eca
Issue #18401: pdb tests don't read ~/.pdbrc anymore
by Łukasz Langa
· 8 years ago
a1fd078
Try to fix sizeof unit tests on dict
by Victor Stinner
· 8 years ago
e617521
Use raw string for regexp
by Guido van Rossum
· 8 years ago
b067c8f
#20476: Deal with the message_factory circular import differently.
by R David Murray
· 8 years ago
78601a3
Fix SystemError in compact dict
by Victor Stinner
· 8 years ago
89e1b1a
Issue 27080: PEP 515: add '_' formatting option.
by Eric V. Smith
· 8 years ago
451d0e3
Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces.
by Eric V. Smith
· 8 years ago
a785c87
DTrace support: function calls, GC activity, line execution
by Łukasz Langa
· 8 years ago
ff70fc2
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun)
by Steve Dower
· 8 years ago
8dcc48e
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun)
by Steve Dower
· 8 years ago
1319236
Merge: #14977: Make mailcap respect the order of the lines in the mailcap file.
by R David Murray
· 8 years ago
347dc95
#14977: Make mailcap respect the order of the lines in the mailcap file.
by R David Murray
· 8 years ago
5272868
Rename test_strlit -> test_string_literals
by Zachary Ware
· 8 years ago
f1024f7
merge
by Raymond Hettinger
· 8 years ago
06ed218
#20476: add a message_factory policy attribute to email.
by R David Murray
· 8 years ago
142aee3
Merge heads
by Serhiy Storchaka
· 8 years ago
be9a4e5
Issue #433028: Added support of modifier spans in regular expressions.
by Serhiy Storchaka
· 8 years ago
a721aba
Issue #26331: Implement the parsing part of PEP 515.
by Brett Cannon
· 8 years ago
7b3b3dc
Merge asyncio upstream.
by Guido van Rossum
· 8 years ago
724f6a6
Rename test_pep####.py files
by Zachary Ware
· 8 years ago
a0154c0
Fix running test_tokenize directly
by Zachary Ware
· 8 years ago
94a7927
#28047: Fix calculation of base64 line length.
by R David Murray
· 8 years ago
f9b760f
Rework CALL_FUNCTION* opcodes
by Victor Stinner
· 8 years ago
2a2becc
Merge with 3.5
by Steve Dower
· 8 years ago
06aed90
Issue #27576: Fix call order in OrderedDict.__init__().
by Eric Snow
· 8 years ago
cce02f8
Remove Lib/test/test_pep247.py
by Zachary Ware
· 8 years ago
d04e417
tests: use subTest in test_unparse.test_files
by Yury Selivanov
· 8 years ago
52c4e7c
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
by Yury Selivanov
· 8 years ago
6cff874
Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal.
by Guido van Rossum
· 8 years ago
6d5cf8a
Fixes expected error when getting encoding while shutting down.
by Steve Dower
· 8 years ago
deed5a1
Issue #28038: Remove Tools/parser/com2ann.py and its unit test.
by Guido van Rossum
· 8 years ago
2b9b70b
Issue #27106: Add test for configparser.__all__
by Martin Panter
· 8 years ago
eb63645
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
by Yury Selivanov
· 8 years ago
b96ef55
regrtest: log FS and locale encodings
by Victor Stinner
· 8 years ago
f8cb8a1
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
by Yury Selivanov
· 8 years ago
4f29e75
Issue #24254: Drop cls.__definition_order__.
by Eric Snow
· 8 years ago
4c483ad
Merge
by Raymond Hettinger
· 8 years ago
262b679
Issue #26020: Fix evaluation order for set literals
by Raymond Hettinger
· 8 years ago
33df0c3
More lenient skipping of console tests.
by Steve Dower
· 8 years ago
f09e2fa
Skips console open_fd tests when we don't have real consoles.
by Steve Dower
· 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
3929499
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
by Steve Dower
· 8 years ago
3b6a6b4
Add a new private version to the builtin dict type
by Victor Stinner
· 8 years ago
110b6fe
#27364: Deprecate invalid escape strings in str/byutes.
by R David Murray
· 8 years ago
f3fd06a
Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing.
by Eric Snow
· 8 years ago
e58571b
Fixes tests broken by issue #27781.
by Steve Dower
· 8 years ago
44b548d
#27364: fix "incorrect" uses of escape character in the stdlib.
by R David Murray
· 8 years ago
cc16be8
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
by Steve Dower
· 8 years ago
742da04
Implement compact dict
by Victor Stinner
· 8 years ago
d8b7770
Issue #27445: Merge from 3.5
by Berker Peksag
· 8 years ago
47ff073
more PY_LONG_LONG to long long
by Benjamin Peterson
· 8 years ago
c49a516
Remove old typo.
by Serhiy Storchaka
· 8 years ago
9dda0c9
[merge from 3.5] Issue11551 - Increase the test coverage of _dummy_thread module to 100%.
by Senthil Kumaran
· 8 years ago
8118824
Issue 26798: fetch OSError and HTTPException like other tests that use open_urlresource.
by Christian Heimes
· 8 years ago
035a100
Issue #26667: Add path-like object support to importlib.util.
by Brett Cannon
· 8 years ago
d5f9223
Issue #17211: Yield a namedtuple in pkgutil.
by Eric Snow
· 8 years ago
29d1bc0
#24277: The new email API is no longer provisional.
by R David Murray
· 8 years ago
4cf7e48
Fix expected error message in PyTextIOWrapperTest
by Steve Dower
· 8 years ago
db8f463
Added back test code lost during merge.
by Vinay Sajip
· 8 years ago
93e6b33
Closes #27930: Merged fix from 3.5.
by Vinay Sajip
· 8 years ago
46f97b8
Issue #15767: Use ModuleNotFoundError.
by Eric Snow
· 8 years ago
c943265
Issue #15767: Add ModuleNotFoundError.
by Eric Snow
· 8 years ago
86a7668
Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting
by Davin Potts
· 8 years ago
Next »