Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c410390e89071c4a4c2a437a227c14274add4116
c410390
bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)
by Miss Islington (bot)
· 5 years ago
0ab6b01
bpo-37353: Updated parser note about source code compatibility(GH-14277)
by Miss Islington (bot)
· 5 years ago
fb7746d
bpo-37531: sync regrtest with master branch (GH-16285)
by Victor Stinner
· 5 years ago
8d9efc4
Fix _PyTraceMalloc_Fini() definition (GH-16259) (GH-16278)
by Miss Islington (bot)
· 5 years ago
16eb623
Doc: Clarify dict equality irrespective of ordering. (GH-16266)
by Miss Islington (bot)
· 5 years ago
6612a4f
[3.8] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-16274)
by Miss Islington (bot)
· 5 years ago
064e1e3
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260)
by Victor Stinner
· 5 years ago
47bbab9
[3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258)
by Victor Stinner
· 5 years ago
7a2f687
bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234)
by Miss Islington (bot)
· 5 years ago
2adcd79
bpo-38191: Use positional-only parameters in TypedDict(). (GH-16240)
by Serhiy Storchaka
· 5 years ago
31af1cc
bpo-36546: No longer a need to make "data" positional only (GH-16252) (GH-16253)
by Miss Islington (bot)
· 5 years ago
54ba5f1
bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222)
by Miss Islington (bot)
· 5 years ago
3c1786f
bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070)
by Miss Islington (bot)
· 5 years ago
5f1590d
bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16224)
by Miss Islington (bot)
· 5 years ago
f668d2b
bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166)
by Miss Islington (bot)
· 5 years ago
728bea6
Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)
by Miss Islington (bot)
· 5 years ago
1ba7471
bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202)
by Miss Islington (bot)
· 5 years ago
d8d653c
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190)
by Miss Islington (bot)
· 5 years ago
73ccc33
bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)
by Miss Islington (bot)
· 5 years ago
f04299d
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
by Miss Islington (bot)
· 5 years ago
d90bb23
Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16210)
by Miss Islington (bot)
· 5 years ago
ad845be
bpo-38183: Test_idle ignores user config directory GH-16198)
by Miss Islington (bot)
· 5 years ago
7076764
bpo-28556: Update the opening note in typing docs (GH-16204)
by Miss Islington (bot)
· 5 years ago
1ecc75a
bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)
by Miss Islington (bot)
· 5 years ago
917c622
Doc: Fix Wikipedia link for functools.lru_cache (GH-16183)
by Miss Islington (bot)
· 5 years ago
cc8edfb
bpo-38100: Fix spelling error in unittest.mock code (GH-16168)
by Miss Islington (bot)
· 5 years ago
9dc381c
Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-16189)
by Miss Islington (bot)
· 5 years ago
4924d55
bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156)
by Miss Islington (bot)
· 5 years ago
26729ce
bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184)
by Miss Islington (bot)
· 5 years ago
0067fc2
bpo-38153: detect shake independently from sha3 (GH-16143)
by Miss Islington (bot)
· 5 years ago
07186c3
bpo-33095: Add reference to isolated mode in -m and script option (GH-7764)
by Miss Islington (bot)
· 5 years ago
e8d7fa2
[3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144)
by Christian Heimes
· 5 years ago
817227e
Doc: remove duplicate word in controlflow tutorial (GH-16163)
by Miss Islington (bot)
· 5 years ago
322309e
[3.8] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16174)
by Miss Islington (bot)
· 5 years ago
346b7c9
bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)
by Miss Islington (bot)
· 5 years ago
1cd6e92
bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159)
by Miss Islington (bot)
· 5 years ago
d6fdfc8
bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (GH-16149) (GH-16160)
by Miss Islington (bot)
· 5 years ago
b65be6c
bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) (GH-16154)
by Miss Islington (bot)
· 5 years ago
4a71df8
bpo-37635: Update arg name for seek() in IO tutorial (GH-16147)
by Miss Islington (bot)
· 5 years ago
f37a983
[3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145)
by Serhiy Storchaka
· 5 years ago
d322abb
[3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141)
by Serhiy Storchaka
· 5 years ago
66da347
bpo-37953: Fix deprecation warnings in test_typing (GH-16133)
by Miss Islington (bot)
· 5 years ago
f05d39d
[3.8] Doc: Fix link to window.getch in curses documentation (GH-16132) (GH-16135)
by Stéphane Wirtel
· 5 years ago
e91edfe
bpo-37953: Fix ForwardRef hash and equality checks (GH-15400)
by Miss Islington (bot)
· 5 years ago
cd85200
Fix typo in test_api.py. (GH-16119)
by Miss Islington (bot)
· 5 years ago
cf25765
bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16113)
by Miss Islington (bot)
· 5 years ago
1087383
Doc: fcntl.lockf() is more powerful than written (GH-6750)
by Miss Islington (bot)
· 5 years ago
e6b14c0
bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624)
by Miss Islington (bot)
· 5 years ago
53ff2ca
[3.8] bpo-38150: Fix refleak in the finalizer of a _testcapimodule type (GH-16115) (GH-16118)
by Stéphane Wirtel
· 5 years ago
436b429
bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098)
by Miss Islington (bot)
· 5 years ago
83c21fd
bpo-37199: Replace the early returns added in c2cda63. (GH-14535)
by Miss Islington (bot)
· 5 years ago
97d7ba4
Run autoreconf. (GH-16106)
by Miss Islington (bot)
· 5 years ago
590ed09
bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489)
by Miss Islington (bot)
· 5 years ago
bd2e7cc
closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998)
by Miss Islington (bot)
· 5 years ago
c27bcc3
bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765)
by Miss Islington (bot)
· 5 years ago
6638c92
[3.8] bpo-38148: Add slots to asyncio transports (GH-16077) (GH-16093)
by Andrew Svetlov
· 5 years ago
4556b1d
bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095)
by Miss Islington (bot)
· 5 years ago
60d5e2c
Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004)
by Miss Islington (bot)
· 5 years ago
44cb89a
bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921)
by Miss Islington (bot)
· 5 years ago
b9bfe14
bpo-36889: Document Stream class and add docstrings (GH-14488)
by Miss Islington (bot)
· 5 years ago
52c99ae
Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)
by Miss Islington (bot)
· 5 years ago
8750dfe
bpo-37785: Fix xgettext warning in argparse (GH-15161)
by Miss Islington (bot)
· 5 years ago
664d56a
bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025)
by Miss Islington (bot)
· 5 years ago
4145f62
Emphasize the need to always call PySequence_Fast. (GH-11140)
by Miss Islington (bot)
· 5 years ago
21bfff9
closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)
by Miss Islington (bot)
· 5 years ago
6dc3e61
bpo-37908: Add an example of ArgumentParser.exit() (GH-15455)
by Miss Islington (bot)
· 5 years ago
a0d4aac
[3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) (GH-16064)
by Jason R. Coombs
· 5 years ago
d04c85f
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16062)
by Miss Islington (bot)
· 5 years ago
98a4a71
bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) (GH-16043)
by Miss Islington (bot)
· 5 years ago
36c29e4
[3.8] bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) (GH-16057)
by Stéphane Wirtel
· 5 years ago
307c5fe
bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773)
by Miss Islington (bot)
· 5 years ago
824407f
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
by Miss Islington (bot)
· 5 years ago
8976359
Overhaul datetime documentation (GH-13410)
by Miss Islington (bot)
· 5 years ago
717cc61
bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)
by Miss Islington (bot)
· 5 years ago
0d7cb5b
bpo-38132: Check EVP_DigestUpdate for error (GH-16041)
by Miss Islington (bot)
· 5 years ago
2f01cf6
bpo-37363: Document internal audit events (GH-14663)
by Miss Islington (bot)
· 5 years ago
67b90a0
bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040)
by Miss Islington (bot)
· 5 years ago
345bfc9
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
by Miss Islington (bot)
· 5 years ago
535863e
bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)
by Miss Islington (bot)
· 5 years ago
14afe20
bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040)
by Miss Islington (bot)
· 5 years ago
80e3365
bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028)
by Miss Islington (bot)
· 5 years ago
648494b
bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456)
by Miss Islington (bot)
· 5 years ago
94a6847
bpo-36675: Remove obsolete code. (GH-16024)
by Miss Islington (bot)
· 5 years ago
1fc84b6
[3.8] bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16027)
by Stéphane Wirtel
· 5 years ago
84eb42e
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
by Miss Islington (bot)
· 5 years ago
db0d8a5
bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable (GH-15565) (GH-15965)
by Miss Islington (bot)
· 5 years ago
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
Next »