Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8379b70be2c0a9e3f11cdb694a8faaf5763f99ed
/
Lib
8379b70
bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning (GH-7655) (GH-7657)
by Miss Islington (bot)
· 7 years ago
4219857
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH-7651)
by Miss Islington (bot)
· 7 years ago
a5db479
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649)
by Miss Islington (bot)
· 7 years ago
6530577
bpo-33656: Mention color in idlelib/NEWS.txt entry. (GH-7646) (GH-7647)
by Miss Islington (bot)
· 7 years ago
60b8274
bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)
by Miss Islington (bot)
· 7 years ago
d26277a
bpo-33656: Add enum name for argument of Windows call. (GH-7642)
by Miss Islington (bot)
· 7 years ago
144a867
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
by Miss Islington (bot)
· 7 years ago
a9846e0
pypi.python.org -> pypi.org (GH-7613) (GH-7614)
by Miss Islington (bot)
· 7 years ago
ec4343c
bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (GH-7606)
by Miss Islington (bot)
· 7 years ago
037e912
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600)
by Miss Islington (bot)
· 7 years ago
298eb07
bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) (#7604)
by Miss Islington (bot)
· 7 years ago
053d6c5
bpo-33770: improve base64 exception message for encoded inputs of invalid length (GH-7416) (GH-7602)
by Miss Islington (bot)
· 7 years ago
2adfeef
bpo-33610: Update IDLE Code Context doc entry (GH-7597)
by Miss Islington (bot)
· 7 years ago
463d189
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)
by Miss Islington (bot)
· 7 years ago
8016c2b
Datetime test coverage (GH-7544) (GH-7551)
by Miss Islington (bot)
· 7 years ago
21f4c78
bpo-30805: Avoid race condition with debug logging (GH-7545)
by Miss Islington (bot)
· 7 years ago
f44203d
bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)
by Miss Islington (bot)
· 7 years ago
842985f
bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)
by Miss Islington (bot)
· 7 years ago
17beebc
bpo-33694: Fix typo in helper function name (GH-7522)
by Miss Islington (bot)
· 7 years ago
76bef61
Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517)
by Miss Islington (bot)
· 7 years ago
a486847
bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411)
by Miss Islington (bot)
· 7 years ago
0738443
bpo-33792: Add selector and proactor windows policies (GH-7487)
by Miss Islington (bot)
· 7 years ago
8fa398d
bpo-33694: Fix race condition in asyncio proactor (GH-7498) (GH-7499)
by Miss Islington (bot)
· 7 years ago
0aee3be
bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488)
by Miss Islington (bot)
· 7 years ago
e4b2bdf
Improve the subprocess restore_signals=True test. (GH-7414) (GH-7437)
by Miss Islington (bot)
· 7 years ago
3c41761
[3.7] bpo-33789: Backport test_asyncio fixes from master (GH-7478)
by Victor Stinner
· 7 years ago
4705ea3
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)
by Miss Islington (bot)
· 7 years ago
d2a2af0
bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-7385)
by Miss Islington (bot)
· 7 years ago
cebd4b0
bpo-28240: timeit: Update repeat() doc (GH-7419) (GH-7457)
by Miss Islington (bot)
· 7 years ago
016aff7
bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421)
by Miss Islington (bot)
· 7 years ago
e135032
bpo-33755: Fix importlib.resources isolation tests (GH-7412) (#7434)
by Miss Islington (bot)
· 7 years ago
1d419fa
bpo-33751: Fix test_file. (GH-7378)
by Miss Islington (bot)
· 7 years ago
79c7e57
bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) (GH-7428)
by Miss Islington (bot)
· 7 years ago
ffd72ac
bpo-33752: Fix a file leak in test_dbm. (GH-7376)
by Miss Islington (bot)
· 7 years ago
631fe1f
bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)
by Miss Islington (bot)
· 7 years ago
fff25cc
bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377)
by Miss Islington (bot)
· 7 years ago
103058e
bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)
by Miss Islington (bot)
· 7 years ago
d2c6ecc
bpo-33509: Fix test_warnings for python3 -Werror (GH-7365)
by Miss Islington (bot)
· 7 years ago
b7eb102
bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)
by Miss Islington (bot)
· 7 years ago
87936d0
bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) (GH-7396)
by Miss Islington (bot)
· 7 years ago
cfc12ec
bpo-33664: Scroll IDLE editor text by lines (GH-7351)
by Miss Islington (bot)
· 7 years ago
7453cae
bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7371)
by Miss Islington (bot)
· 7 years ago
4d11fe7
bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7370)
by Miss Islington (bot)
· 7 years ago
2332fed
bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358)
by Miss Islington (bot)
· 7 years ago
bdab3ea
bpo-33750: Reset thread-local context precision in test_round(). (GH-7355) (#7357)
by Miss Islington (bot)
· 7 years ago
ad4c795
bpo-33744: Fix test_uu. (GH-7350) (GH-7352)
by Miss Islington (bot)
· 7 years ago
8e05730
Docs: fix some wrong words (GH-6987)
by Miss Islington (bot)
· 7 years ago
4e033c5
bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)
by Miss Islington (bot)
· 7 years ago
0800b6c
bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)
by Miss Islington (bot)
· 7 years ago
63fa8db
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319)
by Miss Islington (bot)
· 7 years ago
29ae9dc
bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7309)
by Victor Stinner
· 7 years ago
3dd802d
bpo-33718: regrtest: update from master (GH-7305)
by Victor Stinner
· 7 years ago
466aae5
bpo-33692: Update pythoninfo from master (GH-7298)
by Victor Stinner
· 7 years ago
d6bbb57
bpo-32911: Update the historical note about the magic number. (GH-7272)
by Serhiy Storchaka
· 7 years ago
9d27334
bpo-33532: Fix multiprocessing test_ignore() (GH-7262)
by Miss Islington (bot)
· 7 years ago
abb8802
3.7.0b5
by Ned Deily
· 7 years ago
d9b1182
Improve ensurepip's --help (GH-4686) (GH-7238)
by Miss Islington (bot)
· 7 years ago
af9cda9
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (GH-7233)
by Yury Selivanov
· 7 years ago
3ddee64
bpo-32684: Fix nits in tests (GH-7225) (#7231)
by Miss Islington (bot)
· 7 years ago
4f53e2a
[3.7] bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195) (GH-7219)
by Julien Palard
· 7 years ago
d8948c5
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
by Miss Islington (bot)
· 7 years ago
0364342
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) (#7222)
by Miss Islington (bot)
· 7 years ago
2a7eb0b
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)
by Miss Islington (bot)
· 7 years ago
b3e12c0
Attempt to fix test_stdin_broken_pipe on Travis (GH-7210) (#7211)
by Miss Islington (bot)
· 7 years ago
cb055bc
bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) (GH-7204)
by Miss Islington (bot)
· 7 years ago
441afbd
bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200)
by Miss Islington (bot)
· 7 years ago
be5d616
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH-7194)
by Miss Islington (bot)
· 7 years ago
2641ee5
bpo-32911: Revert bpo-29463. (GH-7121)
by Serhiy Storchaka
· 7 years ago
eca0859
bpo-33674: Pause the transport as early as possible (GH-7192)
by Miss Islington (bot)
· 7 years ago
0dd8fd0
bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (#7187)
by Miss Islington (bot)
· 7 years ago
420092e
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182)
by Miss Islington (bot)
· 7 years ago
ddc613f
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
by Miss Islington (bot)
· 7 years ago
8d8b861
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
by Miss Islington (bot)
· 7 years ago
075c662
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (GH-7173)
by Miss Islington (bot)
· 7 years ago
4b82846
bpo-32458: Further tune start_tls tests (GH-7166)
by Miss Islington (bot)
· 7 years ago
bc3a002
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
by Miss Islington (bot)
· 7 years ago
f8fdb36
bpo-33505: Optimize asyncio.ensure_future by reordering if conditions (GH-6836) (#7162)
by Miss Islington (bot)
· 7 years ago
1f21ae7
bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) (GH-7153)
by Miss Islington (bot)
· 7 years ago
983c1ba
bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145) (GH-7150)
by Miss Islington (bot)
· 7 years ago
eb8516b
bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) (GH-6704)
by Miss Islington (bot)
· 7 years ago
98b089e
bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (GH-7144)
by Miss Islington (bot)
· 7 years ago
96fb828
bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134)
by Miss Islington (bot)
· 7 years ago
e60f6e1
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859)
by Miss Islington (bot)
· 7 years ago
d498625
bpo-33652: Improve pickle support in the typing module. (GH-7123)
by Miss Islington (bot)
· 7 years ago
af1d007
test.regrtest: flush stdout when display progress (GH-7105)
by Miss Islington (bot)
· 7 years ago
d9eb22c
bpo-33629: Prevent coredump in test_importlib (GH-7090)
by Miss Islington (bot)
· 7 years ago
b2ab5dc
bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)
by Miss Islington (bot)
· 7 years ago
dd7a255
bpo-33109: argparse subparsers are once again not required by default (GH-6919) (GH-7089)
by Miss Islington (bot)
· 7 years ago
fa286ed
bpo-33540: Add block_on_close attr to socketserver (GH-6911)
by Miss Islington (bot)
· 7 years ago
fa24c1c
[3.7] bpo-33353: Fix test_asyncio on FreeBSD (GH-7087)
by Victor Stinner
· 7 years ago
72ef4fc
[3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082)
by Miss Islington (bot)
· 7 years ago
0f9b68a
Reverse the meaning of is_argument when used for type check (GH-7039)
by Miss Islington (bot)
· 7 years ago
2751dcc
bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)
by Miss Islington (bot)
· 7 years ago
cd57b48
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)
by Miss Islington (bot)
· 7 years ago
ca6d7ae
Improve comments in test_idle.py. (GH-7057)
by Miss Islington (bot)
· 7 years ago
25fd6cc
bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048)
by Miss Islington (bot)
· 7 years ago
316f869
Use IPv4 only to avoid IP address collision (GH-7030)
by Miss Islington (bot)
· 7 years ago
4d39ade
Fix asyncio flaky tests (GH-7023) (#7024)
by Miss Islington (bot)
· 7 years ago
b8b8000
bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7022)
by Miss Islington (bot)
· 7 years ago
b85115e
[3.7] bpo-32262: Fix typo in f-string (GH-7016)
by Miss Islington (bot)
· 7 years ago
Next »