FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-131591: Implement PEP 768 by pablogsal · Pull Request #131592 · 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-131591: Implement PEP 768
- #131592
#131592
Closed
pablogsal
wants to merge 39 commits into
python:main
python/cpython:main
from
pablogsal:main
pablogsal/cpython:main
Copy head branch name to clipboard
Conversation
Commits
39
(39)
Checks
Files changed
Closed
gh-131591: Implement PEP 768
#131592
pablogsal
wants to merge 39 commits into
python:main
python/cpython:main
from
pablogsal:main
pablogsal/cpython:main
Copy head branch name to clipboard
Commits
Commits on Mar 22, 2025
gh-131591: Implement PEP 768
pablogsal
committed
6f6b4cd
View commit details
Copy full SHA for 6f6b4cd
Browse repository at this point
Commits on Mar 23, 2025
Add tests and use io.open_code
pablogsal
committed
9b86022
View commit details
Copy full SHA for 9b86022
Browse repository at this point
Some fixes
pablogsal
committed
af84100
View commit details
Copy full SHA for af84100
Browse repository at this point
Commits on Mar 24, 2025
Prepare for windows support
pablogsal
committed
19ef7ae
View commit details
Copy full SHA for 19ef7ae
Browse repository at this point
Update windows files
pablogsal
committed
444453c
View commit details
Copy full SHA for 444453c
Browse repository at this point
Commits on Mar 25, 2025
Fix syntax error
ivonastojanovic
committed
1d3ad3c
View commit details
Copy full SHA for 1d3ad3c
Browse repository at this point
Merge pull request #97 from ivonastojanovic/fix_windows_files
Show description for eeec1f6
pablogsal
authored
eeec1f6
View commit details
Copy full SHA for eeec1f6
Browse repository at this point
Commits on Mar 28, 2025
Locate PyRuntime on Windows
Show description for fd993e3
ivonastojanovic
authored and
godlygeek
committed
fd993e3
View commit details
Copy full SHA for fd993e3
Browse repository at this point
Read process memory on Windows
ivonastojanovic
authored and
godlygeek
committed
96798c3
View commit details
Copy full SHA for 96798c3
Browse repository at this point
Write to process memory on Windows
ivonastojanovic
authored and
godlygeek
committed
075ca65
View commit details
Copy full SHA for 075ca65
Browse repository at this point
Prevent attaching to a process with a different architecture
Show description for 45e73c5
ivonastojanovic
authored and
godlygeek
committed
45e73c5
View commit details
Copy full SHA for 45e73c5
Browse repository at this point
Revert "Prevent attaching to a process with a different architecture"
Show description for ed2f325
godlygeek
committed
ed2f325
View commit details
Copy full SHA for ed2f325
Browse repository at this point
Merge pull request #98 from ivonastojanovic/external_debugger_windows_support
Show description for 6076548
godlygeek
authored
6076548
View commit details
Copy full SHA for 6076548
Browse repository at this point
Commits on Mar 29, 2025
Remove unused struct member
godlygeek
committed
a9d3ea9
View commit details
Copy full SHA for a9d3ea9
Browse repository at this point
Set an explicit size for a struct member
Show description for e235e62
godlygeek
committed
e235e62
View commit details
Copy full SHA for e235e62
Browse repository at this point
Revert an accidental whitespace change
godlygeek
committed
d51dda0
View commit details
Copy full SHA for d51dda0
Browse repository at this point
Factor running a debugger script into a helper function
godlygeek
committed
38a4d51
View commit details
Copy full SHA for 38a4d51
Browse repository at this point
Harden remote debugging integration
Show description for a98898d
godlygeek
committed
a98898d
View commit details
Copy full SHA for a98898d
Browse repository at this point
Use _fdopen to open the debugger script on Windows
Show description for 997b557
godlygeek
committed
997b557
View commit details
Copy full SHA for 997b557
Browse repository at this point
Ensure the debugger script is always closed
Show description for f6dec59
godlygeek
committed
f6dec59
View commit details
Copy full SHA for f6dec59
Browse repository at this point
Fix incorrect docstring
Show description for d273c5b
godlygeek
committed
d273c5b
View commit details
Copy full SHA for d273c5b
Browse repository at this point
Document restrictions for remote_exec
Show description for c9a2146
godlygeek
committed
c9a2146
View commit details
Copy full SHA for c9a2146
Browse repository at this point
Simplify handling of Windows paths
Show description for 4af1744
godlygeek
committed
4af1744
View commit details
Copy full SHA for 4af1744
Browse repository at this point
Make remote_exec accept `bytes` paths
Show description for 5c0b8b9
godlygeek
committed
5c0b8b9
View commit details
Copy full SHA for 5c0b8b9
Browse repository at this point
Refactor to avoid duplicate error handling
godlygeek
committed
c8779cd
View commit details
Copy full SHA for c8779cd
Browse repository at this point
Check for debug offset compatibility before using the offsets
godlygeek
committed
6889042
View commit details
Copy full SHA for 6889042
Browse repository at this point
Give a some variables shorter names
godlygeek
committed
7f7aa8b
View commit details
Copy full SHA for 7f7aa8b
Browse repository at this point
Have read_memory/write_memory return 0 on success
Show description for fbecfdb
godlygeek
committed
fbecfdb
View commit details
Copy full SHA for fbecfdb
Browse repository at this point
Improve an error message
godlygeek
committed
fa98f64
View commit details
Copy full SHA for fa98f64
Browse repository at this point
Remove a debugging printf
godlygeek
committed
5b4cb00
View commit details
Copy full SHA for 5b4cb00
Browse repository at this point
Fix a remote read to use the correct type
Show description for 0dd7797
godlygeek
committed
0dd7797
View commit details
Copy full SHA for 0dd7797
Browse repository at this point
Improve the error message when we can't find the requested thread
godlygeek
committed
b8a0503
View commit details
Copy full SHA for b8a0503
Browse repository at this point
Remove a useless check
Show description for 9344d1d
godlygeek
committed
9344d1d
View commit details
Copy full SHA for 9344d1d
Browse repository at this point
Only accept a flag of 1 to mean remote debugging is enabled
Show description for 9368d38
godlygeek
committed
9368d38
View commit details
Copy full SHA for 9368d38
Browse repository at this point
Commits on Mar 31, 2025
Merge remote-tracking branch 'upstream/main'
pablogsal
committed
166f4d6
View commit details
Copy full SHA for 166f4d6
Browse repository at this point
Lint
pablogsal
committed
d253966
View commit details
Copy full SHA for d253966
Browse repository at this point
simplify socket handling
pablogsal
committed
8e04fdd
View commit details
Copy full SHA for 8e04fdd
Browse repository at this point
Add NEWS entry
pablogsal
committed
0c2b275
View commit details
Copy full SHA for 0c2b275
Browse repository at this point
Add more docs
pablogsal
committed
80856d3
View commit details
Copy full SHA for 80856d3
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL