Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f60fd95dcc189ace8c0a2177a394b9cc20389a1e
f60fd95
closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) (GH-16018)
by Miss Islington (bot)
· 5 years ago
52baf90
bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647)
by Miss Islington (bot)
· 5 years ago
1e17c4d
bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)
by Miss Islington (bot)
· 5 years ago
79cbaf5
closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011)
by Miss Islington (bot)
· 5 years ago
3562ae2
[3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323, GH-16004) (GH-15966)
by Petr Viktorin
· 5 years ago
eb19c45
Doc: Update pickle.rst (GH-14128) (GH-16014)
by Miss Islington (bot)
· 5 years ago
2bb6bf0
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15961)
by Paul Ganssle
· 5 years ago
a5a7102
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)
by Miss Islington (bot)
· 5 years ago
8af4e0c
Correct typo in min version test (GH-16001)
by Miss Islington (bot)
· 5 years ago
f79a022
bpo-36270: Doc: add link to traceback object reference (GH-13119)
by Miss Islington (bot)
· 5 years ago
d6ac67f
bpo-34001: Fix test_ssl with LibreSSL (GH-13783) (#15997)
by Miss Islington (bot)
· 5 years ago
c0acc0e
Improve clarity of try-return-finally-return (GH-15677) (GH-15981)
by Miss Islington (bot)
· 5 years ago
965e53a
[3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999)
by Stéphane Wirtel
· 5 years ago
d479936
Doc: recursive glob ** follows symlinks to directories (GH-12918)
by Miss Islington (bot)
· 5 years ago
4cab7eb
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15990)
by Miss Islington (bot)
· 5 years ago
0b7f370
bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
by Miss Islington (bot)
· 5 years ago
f90cbcb
bpo-36528: Remove duplicate re tests. (GH-2689)
by Miss Islington (bot)
· 5 years ago
05d692b
Doc: Fix missing negation. (GH-14640)
by Miss Islington (bot)
· 5 years ago
c5a6723
bpo-36260: Add pitfalls to zipfile module documentation (GH-13378) (GH-15976)
by Miss Islington (bot)
· 5 years ago
436cd2c
bpo-38114: Do not include pip.ini in Nuget package (GH-15964)
by Miss Islington (bot)
· 5 years ago
43ee0e2
bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)
by Miss Islington (bot)
· 5 years ago
63eefc3
bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973)
by Miss Islington (bot)
· 5 years ago
8936533
bpo-36182: Update pathlib.Path.write_text() docs (GH-12161) (GH-15977)
by Miss Islington (bot)
· 5 years ago
20f80bf
bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924)
by Miss Islington (bot)
· 5 years ago
be2aa58
bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH-15967)
by Miss Islington (bot)
· 5 years ago
e784bb7
bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950)
by Miss Islington (bot)
· 5 years ago
aa52717
Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)
by Miss Islington (bot)
· 5 years ago
2f2a867
Update ftplib.all_errors documentation to match code (GH-15026)
by Miss Islington (bot)
· 5 years ago
6cf0ba8
bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15958)
by Miss Islington (bot)
· 5 years ago
8ee8ad2
[3.8] Turn off AppVeyor CI (GH-15929) (GH-15941)
by Zachary Ware
· 5 years ago
629f1f8
bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) (GH-15954)
by Miss Islington (bot)
· 5 years ago
b4808c1
closes bpo-37252: Fix devpoll tests. (GH-14017) (GH-15948)
by Miss Islington (bot)
· 5 years ago
42edfcf
bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (GH-13639) (GH-15952)
by Miss Islington (bot)
· 5 years ago
b18b198
bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928)
by Miss Islington (bot)
· 5 years ago
fef5bdc
bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) (GH-15945)
by Miss Islington (bot)
· 5 years ago
35d0934
bpo-37305: add MIME type for Web App Manifest (GH-14199) (#15946)
by Miss Islington (bot)
· 5 years ago
cbd7b2a
bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) (GH-15944)
by Miss Islington (bot)
· 5 years ago
4d2babd
bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15940)
by Miss Islington (bot)
· 5 years ago
d1d968d
bpo-33944: note about the intended use of code in .pth files (GH-10131) (GH-15942)
by Miss Islington (bot)
· 5 years ago
da38ec1
bpo-37326: Include libffi license when available (GH-15921)
by Miss Islington (bot)
· 5 years ago
c97ee1d
[3.8] Doc: Use walrus operator in example. (GH-15934) (GH-15936)
by Stéphane Wirtel
· 5 years ago
6a17751
Doc: Fix typo in fastsearch comments (GH-14608) (GH-15933)
by Miss Islington (bot)
· 5 years ago
43fb3bb
bpo-35649: update http client example (GH-11441) (GH-15930)
by Miss Islington (bot)
· 5 years ago
3b92ddb
[3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927)
by Vinay Sajip
· 5 years ago
01ae0e2
Minor ReST formatting fixes in subprocess docs (GH-14876)
by Miss Islington (bot)
· 5 years ago
e0dd713
bpo-38103: fix conflicting labels in the docs. (GH-15906)
by Miss Islington (bot)
· 5 years ago
44e36e8
bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439)
by Miss Islington (bot)
· 5 years ago
e3bd941
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638)
by Miss Islington (bot)
· 5 years ago
f3e430b
bpo-35066: Make trailing percent test more portable. (GH-15907)
by Miss Islington (bot)
· 5 years ago
0a6693a
[3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)
by Brett Cannon
· 5 years ago
0ba5dbd
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH-15918)
by Miss Islington (bot)
· 5 years ago
7acb22e
bpo-28494: install ziptestdata to fix install bot (GH-15902)
by Miss Islington (bot)
· 5 years ago
4e914ab
bpo-25810: Clarify eval() docs, it does not keywords (GH-15173)
by Miss Islington (bot)
· 5 years ago
690a16d
bpo-37585: Add clarification regarding comparing dict.values() (GH-14954)
by Miss Islington (bot)
· 5 years ago
57491de
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
by Miss Islington (bot)
· 5 years ago
4601f7a
[3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901)
by Andrew Svetlov
· 5 years ago
80db4b4
bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521)
by Miss Islington (bot)
· 5 years ago
df935b5
[3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) (GH-15900)
by Zachary Ware
· 5 years ago
872c85a
bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)
by Miss Islington (bot)
· 5 years ago
f357cd0
bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893)
by Miss Islington (bot)
· 5 years ago
74b0291
bpo-28494: Test existing zipfile working behavior. (GH-15853)
by Miss Islington (bot)
· 5 years ago
98224d2
Remove unneeded assignment in PyBytes_Concat() (GH-15274)
by Miss Islington (bot)
· 5 years ago
63909cd
bpo-37574: Mention helper functions for find_spec documentation (GH-14739)
by Miss Islington (bot)
· 5 years ago
78c3949
Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698)
by Miss Islington (bot)
· 5 years ago
30a8fd7
Correct minor grammatical mistake in open docs (GH-15865)
by Miss Islington (bot)
· 5 years ago
cdce233
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851)
by Miss Islington (bot)
· 5 years ago
6c588a0
Correct info about "f.read(size)". (GH13852)
by Miss Islington (bot)
· 5 years ago
d42a4fd
bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15871)
by Victor Stinner
· 5 years ago
58ef7d3
bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15875)
by Miss Islington (bot)
· 5 years ago
8072230
Note regarding + mode truncation applies to both text and binary mode (GH-11314) (GH-15869)
by Miss Islington (bot)
· 5 years ago
97c2f68
[3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) (#15861)
by Jason R. Coombs
· 5 years ago
313f801
bpo-37504: Fix documentation build with texinfo builder (GH-14606)
by Miss Islington (bot)
· 5 years ago
41c965f
Fix subprocess docstring typo (GH-15812)
by Miss Islington (bot)
· 5 years ago
2ed0ac6
bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849)
by Miss Islington (bot)
· 5 years ago
21dacea
Fix calling order of PyEval_InitThreads. (GH-15836)
by Miss Islington (bot)
· 5 years ago
ed99bb9
bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383)
by Steve Dower
· 5 years ago
45bc392
bpo-38090: Fix reference leak in ceval.c (GH-15848)
by Miss Islington (bot)
· 5 years ago
206e4c3
bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
by Steve Dower
· 5 years ago
f12ff05
bpo-38066: Hide internal Stream methods (GH-15762)
by Miss Islington (bot)
· 5 years ago
5cf8155
bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) (GH-15846)
by Miss Islington (bot)
· 5 years ago
c43f26e
closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11836)
by Miss Islington (bot)
· 5 years ago
c3008dd
bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830)
by Miss Islington (bot)
· 5 years ago
eaa1b09
docs: Add references to AsyncMock in unittest.mock.patch (GH-13681)
by Miss Islington (bot)
· 5 years ago
eb1bc48
bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-15838)
by Miss Islington (bot)
· 5 years ago
55daf1a
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950)
by Miss Islington (bot)
· 5 years ago
bb8fc8b
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920)
by Miss Islington (bot)
· 5 years ago
ab74e52
bpo-37052: Add examples for mocking async iterators and context managers (GH-14660)
by Miss Islington (bot)
· 5 years ago
7d41e40
Remove macOS tests from Travis. (GH-15809)
by Miss Islington (bot)
· 5 years ago
18fa272
Fix typo in dict object comment (GH-15814)
by Miss Islington (bot)
· 5 years ago
ccaea52
Revert "bpo-33418: Add tp_clear for function object (GH-8058)" (GH-15826)
by Victor Stinner
· 5 years ago
fdd17ab
bpo-35941: Fix performance regression in SSL certificate code (GH-12610)
by Steve Dower
· 5 years ago
74b7413
bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768)
by Miss Islington (bot)
· 5 years ago
d4391aa
bpo-37383: Updates docs to reflect AsyncMock call_count after await. (GH-15761)
by Miss Islington (bot)
· 5 years ago
29bde48
bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)
by Miss Islington (bot)
· 5 years ago
99df5e8
[3.8] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15816)
by Zachary Ware
· 5 years ago
c1c04cb
bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15301)
by Miss Islington (bot)
· 5 years ago
e832963
bpo-37649: Fix exec_prefix check (GH-14897)
by Miss Islington (bot)
· 5 years ago
421ef39
Fix punctuation in `os.execvpe` docstring. (GH-15051)
by Miss Islington (bot)
· 5 years ago
eadf6b8
bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
by Miss Islington (bot)
· 5 years ago
0468a85
Clarify that shutil's copy functions can accept path-like values (GH-15141)
by Miss Islington (bot)
· 5 years ago
Next »