Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2b2ead74382513d0bb9ef34504e283a71e6a706f
2b2ead7
bpo-36046: Add user and group parameters to subprocess (GH-11950)
by Patrick McLean
· 6 years ago
57b7dbc
Emphasize the need to always call PySequence_Fast. (GH-11140)
by Matti Picus
· 6 years ago
088b63e
bpo-36876: Fix the globals checker tool. (gh-16058)
by Eric Snow
· 6 years ago
855df7f
closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)
by Daniel Hahler
· 6 years ago
b1a2abd
bpo-37908: Add an example of ArgumentParser.exit() (GH-15455)
by Hai Shi
· 6 years ago
4210ad5
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010)
by Raymond Hettinger
· 6 years ago
c6734ee
bpo-37802: Slightly improve perfomance of PyLong_FromUnsigned*() (GH-15192)
by Sergey Fedoseev
· 6 years ago
8d88e8c
bpo-38138: Fix memory leak introduced by interned strings (GH-16053)
by Dino Viehland
· 6 years ago
9a4963b
bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051)
by Christian Heimes
· 6 years ago
4ffd05d
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
by animalize
· 6 years ago
2f1b857
bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)
by Berker Peksag
· 6 years ago
99b54d6
Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050)
by T. Wouters
· 6 years ago
355f3e1
Fix depth-first-search computation in compile.c (GH-16042)
by Mark Shannon
· 6 years ago
8c74574
bpo-38132: Check EVP_DigestUpdate for error (GH-16041)
by Christian Heimes
· 6 years ago
a45b0ef
Doc: Add -m reference in context of code execution (GH-16045)
by Julien Palard
· 6 years ago
ed4b321
bpo-37363: Document internal audit events (GH-14663)
by Christian Heimes
· 6 years ago
f9dc2ad
bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956)
by Serhiy Storchaka
· 6 years ago
5a4f82f
bpo-38132: Simplify _hashopenssl code (GH-16023)
by Christian Heimes
· 6 years ago
a488879
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
by Andrew Svetlov
· 6 years ago
3ab6147
Enhance Py_UNREACHABLE macro (GH-16032)
by Zachary Ware
· 6 years ago
224b8aa
bpo-26868: Fix example usage of PyModule_AddObject. (#15725)
by Brandt Bucher
· 6 years ago
967b84c
bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040)
by Windson yang
· 6 years ago
64117e0
bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028)
by Christian Heimes
· 6 years ago
31a82e2
bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456)
by Emmanuel Arias
· 6 years ago
2c910c1
bpo-36675: Remove obsolete code. (GH-16024)
by Julien Palard
· 6 years ago
894d0f7
bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797)
by Christian Heimes
· 6 years ago
f545638
bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362)
by Hai Shi
· 6 years ago
2d32bf1
bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)
by Harmandeep Singh
· 6 years ago
692a0dc
bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647)
by Divij Rajkumar
· 6 years ago
ea683de
closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011)
by Zackery Spytz
· 6 years ago
954900a
closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392)
by bggardner
· 6 years ago
64535fc
bpo-36876: Skip test_check_c_globals for now. (gh-16017)
by Eric Snow
· 6 years ago
7544497
Doc: Add example of dict() function with positional and keyword arguments (GH-15220)
by Georgy Frolov
· 6 years ago
6e1a30b
Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)
by Xtreak
· 6 years ago
8ed6503
bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993)
by Jason R. Coombs
· 6 years ago
421a72a
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)
by Zackery Spytz
· 6 years ago
6954be8
closes bpo-37758: Extend unicodedata checksum tests to cover all of Unicode. (GH-15125)
by Greg Price
· 6 years ago
a65678c
bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. (GH-15265)
by Greg Price
· 6 years ago
5e9caee
bpo-37879: Fix warnings in _testcapimodule (GH-16004)
by Petr Viktorin
· 6 years ago
f9c95a4
bpo-32820: __format__ method for ipaddress (#5627)
by ewosborne
· 6 years ago
92777d5
bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_helper (GH-15168)
by Joannah Nanjekye
· 6 years ago
a06d683
bpo-38120: Fix DeprecationWarning in test_random for invalid type of arguments to random.seed. (GH-15987)
by Xtreak
· 6 years ago
891e9e3
Correct typos in the codecs module documentation (#15135)
by Géry Ogam
· 6 years ago
39de95b
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)
by Benjamin Peterson
· 6 years ago
ee536b2
bpo-36876: Add a tool that identifies unsupported global C variables. (#15877)
by Eric Snow
· 6 years ago
9936371
bpo-36270: Doc: add link to traceback object reference (GH-13119)
by Björn Meier
· 6 years ago
de606ea
Correct typo in min version test (GH-16000)
by Christian Heimes
· 6 years ago
15f5a75
bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992)
by Hai Shi
· 6 years ago
c9bc49c
bpo-34001: Fix test_ssl with LibreSSL (GH-13783)
by Christian Heimes
· 6 years ago
e24594b
Doc: recursive glob ** follows symlinks to directories (GH-12918)
by Marc
· 6 years ago
ac46eb4
bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957)
by Dino Viehland
· 6 years ago
8d120f7
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
by Joannah Nanjekye
· 6 years ago
58ab134
bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
by Christian Heimes
· 6 years ago
5a56ce4
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988)
by Hai Shi
· 6 years ago
0b72ccf
bpo-32592: Set Windows 8 as the minimum required version for API support (GH-15951)
by Steve Dower
· 6 years ago
e6557d3
bpo-36528: Remove duplicate re tests. (GH-2689)
by Xtreak
· 6 years ago
145cf1f
bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard-coded value (GH-15651)
by Dong-hee Na
· 6 years ago
1fae844
Doc: Fix missing negation. (GH-14640)
by Julien Palard
· 6 years ago
5b172c2
bpo-38113: Update Python/ast.c to PEP-384 (GH-15975)
by Dino Viehland
· 6 years ago
0cc2741
Improve clarity of try-return-finally-return (GH-15677)
by toonarmycaptain
· 6 years ago
4a12a17
bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670)
by Daniel Andrade
· 6 years ago
19f6940
bpo-38114: Do not include pip.ini in Nuget package (GH-15964)
by Steve Dower
· 6 years ago
aa92927
bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)
by Steve Dower
· 6 years ago
e20134f
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
by Jakub Kulík
· 6 years ago
af636f4
bpo-36182: Update pathlib.Path.write_text() docs (GH-12161)
by Lysandros Nikolaou
· 6 years ago
3ba51d5
bpo-36260: Add pitfalls to zipfile module documentation (#13378)
by JunWei Song
· 6 years ago
5209e58
bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)
by Daniel Abrahamsson
· 6 years ago
3b58a70
Improve the io module documentation (GH-15099)
by Géry Ogam
· 6 years ago
574b324
bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924)
by Steve Dower
· 6 years ago
6357c95
bpo-35224: Additional documentation for Assignment Expressions (GH-15935)
by Emily Morehouse
· 6 years ago
72c3599
bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable (GH-15565)
by blhsing
· 6 years ago
1abf543
Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)
by Simon Willison
· 6 years ago
51adfc6
Update ftplib.all_errors documentation to match code (#15026)
by Andrew Scheller
· 6 years ago
7117074
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
by Raymond Hettinger
· 6 years ago
7b69069
bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950)
by Xtreak
· 6 years ago
97b817e
bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861)
by Anjali Bansal
· 6 years ago
1660a61
bpo-23460: Fix documentation for decimal string :g formatting (GH-11850)
by Brennan D Baraban
· 6 years ago
1a53c78
bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773)
by Joannah Nanjekye
· 6 years ago
b6643dc
bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (#13639)
by Pavel Koneski
· 6 years ago
95da826
closes bpo-37252: Fix devpoll tests. (GH-14017)
by Jakub Kulík
· 6 years ago
4b41745
bpo-37305: add MIME type for Web App Manifest (#14199)
by Filip Š
· 6 years ago
088a09a
bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582)
by hui shang
· 6 years ago
f9b5840
bpo-33944: note about the intended use of code in .pth files (GH-10131)
by native-api
· 6 years ago
6f55b03
Turn off AppVeyor CI (GH-15929)
by Zachary Ware
· 6 years ago
dc26997
bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760)
by Andre Delfino
· 6 years ago
a828514
bpo-34519: Add additional aliases for HP Roman 8 (GH-8956)
by Michael Osipov
· 6 years ago
9aee900
bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928)
by Andrew Svetlov
· 6 years ago
781266e
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398)
by Géry Ogam
· 6 years ago
e1d455f
Doc: Use walrus operator in example. (GH-15934)
by Julien Palard
· 6 years ago
37c2220
bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialized module (GH-15057)
by Joannah Nanjekye
· 6 years ago
60bba83
Doc: Fix typo in fastsearch comments (GH-14608)
by Valentin Haenel
· 6 years ago
8fcaffb
bpo-37326: Include libffi license when available (GH-15921)
by Steve Dower
· 6 years ago
62cf698
bpo-35649: update http client example (GH-11441)
by Ashwin Ramaswami
· 6 years ago
1a13efb
Minor ReST formatting fixes in subprocess docs (#14876)
by Tim Hoffmann
· 6 years ago
c78dae8
bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439)
by Xtreak
· 6 years ago
2d7caca
bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10638)
by Pierre Quentel
· 6 years ago
972cf5c
bpo-35168: Make shlex.punctuation_chars read-only (#11631)
by Alex
· 6 years ago
6a9fd66
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)
by Xtreak
· 6 years ago
7a6873c
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
by Jeroen Demeyer
· 6 years ago
2d8d597
bpo-38103: fix conflicting labels in the docs. (GH-15906)
by Ezio Melotti
· 6 years ago
Next »