Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3340b2a61b458e7087c8c5fea063b1b45e1a4a07
3340b2a
bpo-39983: Add test.support.print_warning() (GH-19683) (GH-19687)
by Victor Stinner
· 5 years ago
714aa83
gdbinit: Use proper define syntax (GH-19557)
by Miss Islington (bot)
· 5 years ago
22a4849
Minor modernization and readability improvement to the tokenizer example (GH-19558) (GH-19661)
by Miss Islington (bot)
· 5 years ago
fc45cb4
bpo-40260: Remove unnecessary newline in compile() call (GH-19641)
by Miss Islington (bot)
· 5 years ago
4a6da0b
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
by Miss Islington (bot)
· 5 years ago
b073509
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)
by Victor Stinner
· 5 years ago
3a55450
bpo-38439: Add 256px IDLE icon (GH-17473)
by Miss Islington (bot)
· 5 years ago
9e51aab
bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)
by Miss Islington (bot)
· 5 years ago
7d65c04
Small improvements to the recipes and examples. (GH-19635) (GH-19638)
by Miss Islington (bot)
· 5 years ago
41660ca
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
by Miss Islington (bot)
· 5 years ago
887ff8e
[3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) (GH-19625)
by Antoine Pitrou
· 5 years ago
81de3c2
bpo-40260: Revert breaking changes made in modulefinder (GH-19595)
by Miss Islington (bot)
· 5 years ago
984a567
Fix typo in Lib/tracepack.py (GH-19605)
by Miss Islington (bot)
· 5 years ago
8c07343
bpo-39285: Clarify example for PurePath.match (GH-19458)
by Miss Islington (bot)
· 5 years ago
020f2aa
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
by Miss Islington (bot)
· 5 years ago
bfda4db
[3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19583)
by Serhiy Storchaka
· 5 years ago
904dd06
Fix two typos in multiprocessing (GH-19571) (GH-19578)
by Miss Islington (bot)
· 5 years ago
9796fe8
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
by Miss Islington (bot)
· 5 years ago
6b0ca0a
bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542)
by Miss Islington (bot)
· 5 years ago
08b640f
Fix parameter names in assertIn() docs (GH-18829)
by Miss Islington (bot)
· 5 years ago
ccf30e9
bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554)
by Miss Islington (bot)
· 5 years ago
3e72de9
[3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701)
by Miss Islington (bot)
· 5 years ago
59047fa
bpo-40260: Update modulefinder to use io.open_code() and respect coding comments (GH-19488)
by Miss Islington (bot)
· 5 years ago
1e1dbdf
bpo-32033: Fix test_pwd failures on Android (GH-19502)
by Miss Islington (bot)
· 5 years ago
67b8a1f
[3.8] Update libregrtest from master (GH-19516)
by Victor Stinner
· 5 years ago
c496e29
closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506)
by Miss Islington (bot)
· 5 years ago
ee691b0
[3.8] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19495)
by Miss Islington (bot)
· 5 years ago
f35e7d3
closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490)
by Miss Islington (bot)
· 5 years ago
6151148
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19485)
by Miss Islington (bot)
· 5 years ago
ee249d7
[3.8] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) (GH-19483)
by Serhiy Storchaka
· 5 years ago
2714c90
closes bpo-39953: Update OpenSSL error codes table. (GH-19082)
by Miss Islington (bot)
· 5 years ago
ceba064
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466)
by Miss Islington (bot)
· 5 years ago
1bf7dee
bpo-40197: Better describe the benchmark results table (GH-19386)
by Miss Islington (bot)
· 5 years ago
10dabbf
Remove extraneous ')' in abstract.h (GH-19146) (#19451)
by Miss Islington (bot)
· 5 years ago
cd8e1da
bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225) (GH-19444)
by Victor Stinner
· 5 years ago
c83f003
bpo-40214: Temporarily disable a ctypes test (GH-19404)
by Miss Islington (bot)
· 5 years ago
37a257c
bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442)
by Victor Stinner
· 5 years ago
6318e45
bpo-40089: Fix threading._after_fork() (GH-19191) (GH-19194)
by Miss Islington (bot)
· 5 years ago
8bd84e7
bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391) (GH-19394)
by Miss Islington (bot)
· 5 years ago
f7b0259
Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19383)
by Miss Islington (bot)
· 5 years ago
4115550
[3.8] closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24. (GH-19373)
by Benjamin Peterson
· 5 years ago
0d1d7c8
bpo-36320: Use the deprecated-removed directive for _field_types (GH-19370)
by Serhiy Storchaka
· 5 years ago
37126e7
bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)
by Steve Dower
· 5 years ago
1533772
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)
by Miss Islington (bot)
· 5 years ago
e6685ad
bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)
by Miss Islington (bot)
· 5 years ago
e678398
bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19339)
by Miss Islington (bot)
· 5 years ago
77c623b
bpo-40122: Updated documentation for dis.findlabels() (GH-19274)
by Miss Islington (bot)
· 5 years ago
f2296ef
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)
by Miss Islington (bot)
· 5 years ago
1c325c4
bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)
by Miss Islington (bot)
· 5 years ago
745bd91
bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-19316)
by Victor Stinner
· 5 years ago
1098671
lib2to3: Support named assignment expressions (GH-12702)
by Miss Islington (bot)
· 5 years ago
b7345c2
bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)
by Miss Islington (bot)
· 5 years ago
ea9e240
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19296)
by Miss Islington (bot)
· 5 years ago
40fff1f
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)
by Miss Islington (bot)
· 5 years ago
267afc2
bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19277)
by Miss Islington (bot)
· 5 years ago
fc03640
bpo-38527: fix configure script for Solaris (GH-16845)
by Miss Islington (bot)
· 5 years ago
f971c8c
bpo-40121: Fix exception type in test (GH-19267)
by Miss Islington (bot)
· 5 years ago
6acafee
Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270)
by Miss Islington (bot)
· 5 years ago
40e1b04
Document most common signals (GH-19245) (GH-19257)
by Victor Stinner
· 5 years ago
4ced9a7
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
by Miss Islington (bot)
· 5 years ago
fb6e04b
closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)
by Miss Islington (bot)
· 5 years ago
572ef74
bpo-39689: Do not use native packing for format "?" with standard size (GH-18969)
by Miss Islington (bot)
· 5 years ago
6a0ee60
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
by Miss Islington (bot)
· 5 years ago
6c9a2a8
fix comma location in various places (GH-19233)
by Miss Islington (bot)
· 5 years ago
8c3ab18
bpo-38002: Use False/True for IDLE pyshell bools (GH-19203)
by Miss Islington (bot)
· 5 years ago
bb85226
bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH-19198)
by Miss Islington (bot)
· 5 years ago
9c5c497
bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171)
by Miss Islington (bot)
· 5 years ago
8dad09a
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) (#19164)
by Miss Islington (bot)
· 5 years ago
b05fbe9
bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385)
by Miss Islington (bot)
· 5 years ago
96686c7
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
by Miss Islington (bot)
· 5 years ago
686d508
bpo-40016: re docstring: Clarify relationship of inline and argument flags (GH-19078)
by Miss Islington (bot)
· 5 years ago
2227c1a
bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) (GH-19141)
by Miss Islington (bot)
· 5 years ago
af6fd1f
bpo-40014: Fix os.getgrouplist() (GH-19126)
by Miss Islington (bot)
· 5 years ago
8cd48b6
Clarify a guarantee of the logging module. (GH-19132)
by Miss Islington (bot)
· 5 years ago
e97c8b0
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136)
by Victor Stinner
· 5 years ago
21bee0b
bpo-40014: Fix os.getgrouplist() on macOS (GH-19118)
by Miss Islington (bot)
· 5 years ago
c959fa9
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) (GH-19110)
by Miss Islington (bot)
· 5 years ago
687f592
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942)
by Miss Islington (bot)
· 5 years ago
ba26bf3
[3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) (GH-19090)
by Victor Stinner
· 5 years ago
2972336
bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)
by Miss Islington (bot)
· 5 years ago
2477aed
Fix "versionchanged" for pow named arguments (GH-19042) (GH-19079)
by Miss Islington (bot)
· 5 years ago
ec8a973
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968)
by Miss Islington (bot)
· 5 years ago
da1fe76
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
by Miss Islington (bot)
· 5 years ago
046255c
bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) (GH-19029)
by Victor Stinner
· 5 years ago
7f5302f
bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH-19009)
by Miss Islington (bot)
· 5 years ago
890dcfe
Fix a possible refleak in tupleobject.c (GH-19018)
by Miss Islington (bot)
· 5 years ago
f7e32fc
bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010)
by Miss Islington (bot)
· 5 years ago
4abe77c
bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)
by Miss Islington (bot)
· 5 years ago
9c63cd8
Link to list of keywords in the laguage reference (GH-18024)
by Miss Islington (bot)
· 5 years ago
ff69c9d
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
by Miss Islington (bot)
· 5 years ago
a927e91
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550)
by Miss Islington (bot)
· 5 years ago
9644702
bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-18412)
by Miss Islington (bot)
· 5 years ago
e634a8a
[3.8] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) (GH-18989)
by Mark Dickinson
· 5 years ago
f6bdac1
bpo-39915: Ensure await_args_list is updated according to the order in which coroutines were awaited (GH-18927)
by Miss Islington (bot)
· 5 years ago
d3af92e
[3.8] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18976)
by Karthikeyan Singaravelan
· 5 years ago
f8ce3e2
bpo-39689: Do not test undefined casts to _Bool (GH-18964) (#18966)
by Miss Islington (bot)
· 5 years ago
35ae5d9
bpo-39930: Fix MSBuild detection for Build Tools (GH-18938)
by Miss Islington (bot)
· 5 years ago
03ac090
bpo-39884: Add method name in "bad call flags" error (GH-18944) (GH-18956)
by Victor Stinner
· 5 years ago
ab9c729
[3.8] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18954)
by Serhiy Storchaka
· 5 years ago
99ef1ac
Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946)
by Miss Islington (bot)
· 5 years ago
Next »