FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-116622: Redirect stdout and stderr to system log when embedded in an Android app by mhsmith · Pull Request #118063 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-116622: Redirect stdout and stderr to system log when embedded in an Android app
- #118063
#118063
Merged
vstinner
merged 19 commits into
python:main
python/cpython:main
from
mhsmith:android-log
mhsmith/cpython:android-log
Copy head branch name to clipboard
Apr 30, 2024
Conversation
Commits
19
(19)
Checks
Files changed
Merged
gh-116622: Redirect stdout and stderr to system log when embedded in an Android app
#118063
vstinner
merged 19 commits into
python:main
python/cpython:main
from
mhsmith:android-log
mhsmith/cpython:android-log
Copy head branch name to clipboard
Commits
Commits on Apr 18, 2024
Redirect stdout and stderr to system log when embedded in an Android app
mhsmith
committed
1f65ec6
View commit details
Copy full SHA for 1f65ec6
Browse repository at this point
Deal with variations in older Android versions
mhsmith
committed
d5cadd5
View commit details
Copy full SHA for d5cadd5
Browse repository at this point
Deal with even older Android versions
mhsmith
committed
8e4d56a
View commit details
Copy full SHA for 8e4d56a
Browse repository at this point
Update stdlib_module_names.h
mhsmith
committed
6da6ef0
View commit details
Copy full SHA for 6da6ef0
Browse repository at this point
Move ctypes import from top level into a function, since it's not available on WASI
mhsmith
committed
c6d9809
View commit details
Copy full SHA for c6d9809
Browse repository at this point
Add #ifdef to avoid unused-function warning on other platforms
mhsmith
committed
1f21141
View commit details
Copy full SHA for 1f21141
Browse repository at this point
Commits on Apr 24, 2024
Avoid importing ctypes on startup
mhsmith
committed
a8b6760
View commit details
Copy full SHA for a8b6760
Browse repository at this point
Clarify comment
mhsmith
committed
bbe816f
View commit details
Copy full SHA for bbe816f
Browse repository at this point
Fix issues with nulls and newlines
mhsmith
committed
aea0b8b
View commit details
Copy full SHA for aea0b8b
Browse repository at this point
Improve identification of bytes-like objects
mhsmith
committed
41736d6
View commit details
Copy full SHA for 41736d6
Browse repository at this point
Fix C coding style
mhsmith
committed
02cf414
View commit details
Copy full SHA for 02cf414
Browse repository at this point
Commits on Apr 27, 2024
Use LOOPBACK_TIMEOUT to wait for subprocesses, and add breadcrumb to comment
mhsmith
committed
61d7e98
View commit details
Copy full SHA for 61d7e98
Browse repository at this point
Add tests for str subclasses
mhsmith
committed
3014e6c
View commit details
Copy full SHA for 3014e6c
Browse repository at this point
Add tests for other bytes-like objects
mhsmith
committed
839de0f
View commit details
Copy full SHA for 839de0f
Browse repository at this point
Add tests for Unicode surrogates and non-standard line separators
mhsmith
committed
0ffb19f
View commit details
Copy full SHA for 0ffb19f
Browse repository at this point
Commits on Apr 30, 2024
Bytes cleanups
mhsmith
committed
b2e2ef6
View commit details
Copy full SHA for b2e2ef6
Browse repository at this point
Str cleanups
mhsmith
committed
56e6f85
View commit details
Copy full SHA for 56e6f85
Browse repository at this point
Update configure.ac
Show description for 53ba406
mhsmith
and
vstinner
authored
53ba406
View commit details
Copy full SHA for 53ba406
Browse repository at this point
Autoreconf
mhsmith
committed
5874687
View commit details
Copy full SHA for 5874687
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL