FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-101819: Isolate _io by erlend-aasland · Pull Request #101948 · 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.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-101819: Isolate _io
- #101948
#101948
Merged
kumaraditya303
merged 86 commits into
python:main
python/cpython:main
from
erlend-aasland:isolate-io/poc
erlend-aasland/cpython:isolate-io/poc
Copy head branch name to clipboard
May 15, 2023
Conversation
Commits
86
(86)
Checks
Files changed
Merged
gh-101819: Isolate _io
#101948
kumaraditya303
merged 86 commits into
python:main
python/cpython:main
from
erlend-aasland:isolate-io/poc
erlend-aasland/cpython:isolate-io/poc
Copy head branch name to clipboard
Commits
Commits on Feb 15, 2023
Add tests
erlend-aasland
committed
6d0a37b
View commit details
Copy full SHA for 6d0a37b
Browse repository at this point
StringIO type
erlend-aasland
committed
bd19a20
View commit details
Copy full SHA for bd19a20
Browse repository at this point
PyTextIOWrapper type
erlend-aasland
committed
9af73fe
View commit details
Copy full SHA for 9af73fe
Browse repository at this point
Move get_io_state() to main header
erlend-aasland
committed
4bd73bd
View commit details
Copy full SHA for 4bd73bd
Browse repository at this point
PyFileIO type
erlend-aasland
committed
8d96a7a
View commit details
Copy full SHA for 8d96a7a
Browse repository at this point
Buffered* types
erlend-aasland
committed
97f382f
View commit details
Copy full SHA for 97f382f
Browse repository at this point
PyBytesIO type
erlend-aasland
committed
eeb5c48
View commit details
Copy full SHA for eeb5c48
Browse repository at this point
PyTextIOBase type
erlend-aasland
committed
4106c1b
View commit details
Copy full SHA for 4106c1b
Browse repository at this point
PyBufferedIOBase type
erlend-aasland
committed
3eba873
View commit details
Copy full SHA for 3eba873
Browse repository at this point
PyIncrementalNewlineDecoder type
erlend-aasland
committed
de3acf0
View commit details
Copy full SHA for de3acf0
Browse repository at this point
PyBytesIOBuffer type
erlend-aasland
committed
bc35218
View commit details
Copy full SHA for bc35218
Browse repository at this point
PyWindowsConsoleIO type
erlend-aasland
committed
62a91e9
View commit details
Copy full SHA for 62a91e9
Browse repository at this point
RawIOBase type
erlend-aasland
committed
23b79eb
View commit details
Copy full SHA for 23b79eb
Browse repository at this point
IOBase type
erlend-aasland
committed
be64029
View commit details
Copy full SHA for be64029
Browse repository at this point
Remove crud
erlend-aasland
committed
55234a2
View commit details
Copy full SHA for 55234a2
Browse repository at this point
Fixup module def init
erlend-aasland
committed
0328a34
View commit details
Copy full SHA for 0328a34
Browse repository at this point
Commits on Feb 16, 2023
WIP module state / multi-phase init
erlend-aasland
committed
a83cf1f
View commit details
Copy full SHA for a83cf1f
Browse repository at this point
Commits on Feb 20, 2023
Pull in main
erlend-aasland
committed
e9b0a27
View commit details
Copy full SHA for e9b0a27
Browse repository at this point
Fix state assignment
kumaraditya303
authored
4e64198
View commit details
Copy full SHA for 4e64198
Browse repository at this point
Merge branch 'main' into isolate-io/poc
hauntsaninja
authored
bda9b43
View commit details
Copy full SHA for bda9b43
Browse repository at this point
Experimental: add explicit finalizers to all types
Show description for a51823a
erlend-aasland
committed
a51823a
View commit details
Copy full SHA for a51823a
Browse repository at this point
Fix check readable/writable/seekable methods
erlend-aasland
committed
0cdd1ea
View commit details
Copy full SHA for 0cdd1ea
Browse repository at this point
Fix _textiowrapper_decode
erlend-aasland
committed
3a1ed0b
View commit details
Copy full SHA for 3a1ed0b
Browse repository at this point
Revert "Experimental: add explicit finalizers to all types"
Show description for 039b757
erlend-aasland
committed
039b757
View commit details
Copy full SHA for 039b757
Browse repository at this point
Purge old exports
erlend-aasland
committed
17eb640
View commit details
Copy full SHA for 17eb640
Browse repository at this point
Commits on Feb 21, 2023
Revert "Fix check readable/writable/seekable methods"
Show description for 00d5abb
erlend-aasland
committed
00d5abb
View commit details
Copy full SHA for 00d5abb
Browse repository at this point
Commits on Feb 23, 2023
Pull in main
erlend-aasland
committed
916ae8c
View commit details
Copy full SHA for 916ae8c
Browse repository at this point
Pass state to _check* functions
Show description for fe8c256
erlend-aasland
committed
fe8c256
View commit details
Copy full SHA for fe8c256
Browse repository at this point
Windows fix (first of many)
erlend-aasland
committed
d0a0d54
View commit details
Copy full SHA for d0a0d54
Browse repository at this point
Commits on Mar 6, 2023
Merge branch 'main' into isolate-io/poc
kumaraditya303
authored
741d66b
View commit details
Copy full SHA for 741d66b
Browse repository at this point
Commits on Mar 14, 2023
Merge branch 'main' of https://github.com/python/cpython into isolate-io/poc
kumaraditya303
committed
ce131d4
View commit details
Copy full SHA for ce131d4
Browse repository at this point
Pull in Kumar's work
erlend-aasland
committed
2e0d06d
View commit details
Copy full SHA for 2e0d06d
Browse repository at this point
Merge branch 'python:main' into isolate-io/poc
kumaraditya303
authored
d9806e5
View commit details
Copy full SHA for d9806e5
Browse repository at this point
fix conflict
kumaraditya303
committed
6a813b4
View commit details
Copy full SHA for 6a813b4
Browse repository at this point
remove duplicate declarations
kumaraditya303
committed
0689f21
View commit details
Copy full SHA for 0689f21
Browse repository at this point
add missing methods
kumaraditya303
committed
5e19c48
View commit details
Copy full SHA for 5e19c48
Browse repository at this point
fix pickling
kumaraditya303
committed
6099d5b
View commit details
Copy full SHA for 6099d5b
Browse repository at this point
Add NEWS
erlend-aasland
committed
18de912
View commit details
Copy full SHA for 18de912
Browse repository at this point
fix windows console check
kumaraditya303
committed
c363eb8
View commit details
Copy full SHA for c363eb8
Browse repository at this point
Merge branch 'isolate-io/poc' of github.com:erlend-aasland/cpython into isolate-io/poc
kumaraditya303
committed
1099d1f
View commit details
Copy full SHA for 1099d1f
Browse repository at this point
remove locale
kumaraditya303
committed
73d581c
View commit details
Copy full SHA for 73d581c
Browse repository at this point
Commits on Mar 15, 2023
fix all windows checks
kumaraditya303
committed
eaf585e
View commit details
Copy full SHA for eaf585e
Browse repository at this point
Merge branch 'main' of https://github.com/python/cpython into isolate-io/poc
kumaraditya303
committed
5a5bd9a
View commit details
Copy full SHA for 5a5bd9a
Browse repository at this point
Commits on Mar 18, 2023
Merge branch 'main' into isolate-io/poc
kumaraditya303
authored
7a8c2be
View commit details
Copy full SHA for 7a8c2be
Browse repository at this point
Commits on Mar 22, 2023
Pull in main
erlend-aasland
committed
d836b95
View commit details
Copy full SHA for d836b95
Browse repository at this point
Fix merge
erlend-aasland
committed
8d5b6a1
View commit details
Copy full SHA for 8d5b6a1
Browse repository at this point
Commits on Mar 24, 2023
Pull in main again
erlend-aasland
committed
be971d1
View commit details
Copy full SHA for be971d1
Browse repository at this point
Commits on Apr 1, 2023
Merge branch 'main' into isolate-io/poc
kumaraditya303
authored
9083979
View commit details
Copy full SHA for 9083979
Browse repository at this point
Commits on Apr 4, 2023
use _PyType_GetModuleState
kumaraditya303
committed
e12eb85
View commit details
Copy full SHA for e12eb85
Browse repository at this point
Merge branch 'main' of https://github.com/python/cpython into isolate-io
kumaraditya303
committed
137fc32
View commit details
Copy full SHA for 137fc32
Browse repository at this point
Commits on Apr 8, 2023
Pull in main
erlend-aasland
committed
30b746b
View commit details
Copy full SHA for 30b746b
Browse repository at this point
Commits on Apr 13, 2023
Pull in main
erlend-aasland
committed
f1efcb1
View commit details
Copy full SHA for f1efcb1
Browse repository at this point
Commits on Apr 18, 2023
Pull in main
erlend-aasland
committed
53ddde7
View commit details
Copy full SHA for 53ddde7
Browse repository at this point
Commits on Apr 19, 2023
Pull in main again
erlend-aasland
committed
4c7ca15
View commit details
Copy full SHA for 4c7ca15
Browse repository at this point
WIP
erlend-aasland
committed
408c3b2
View commit details
Copy full SHA for 408c3b2
Browse repository at this point
Commits on Apr 26, 2023
Pull in main
erlend-aasland
committed
142ac7f
View commit details
Copy full SHA for 142ac7f
Browse repository at this point
Commits on Apr 27, 2023
Pull in main
erlend-aasland
committed
b4a89e4
View commit details
Copy full SHA for b4a89e4
Browse repository at this point
Commits on Apr 28, 2023
Visit and clear bytesio buf
erlend-aasland
committed
22b73a1
View commit details
Copy full SHA for 22b73a1
Browse repository at this point
Commits on May 6, 2023
Pull in main
erlend-aasland
committed
b3ec63a
View commit details
Copy full SHA for b3ec63a
Browse repository at this point
Update NEWS
erlend-aasland
committed
21470e6
View commit details
Copy full SHA for 21470e6
Browse repository at this point
Minimise diff a little bit
erlend-aasland
committed
ce82d88
View commit details
Copy full SHA for ce82d88
Browse repository at this point
Add Py_mod_multiple_interpreters mod slot
erlend-aasland
committed
3a9f582
View commit details
Copy full SHA for 3a9f582
Browse repository at this point
Pull in main
erlend-aasland
committed
f287cd5
View commit details
Copy full SHA for f287cd5
Browse repository at this point
Fix pickling
erlend-aasland
committed
13700b5
View commit details
Copy full SHA for 13700b5
Browse repository at this point
Make cannot-pickle function less smelly
erlend-aasland
committed
e8d0b57
View commit details
Copy full SHA for e8d0b57
Browse repository at this point
Commits on May 7, 2023
Pull in main
erlend-aasland
committed
c65fcac
View commit details
Copy full SHA for c65fcac
Browse repository at this point
Style nit
erlend-aasland
committed
f1a5de0
View commit details
Copy full SHA for f1a5de0
Browse repository at this point
Pull in main
erlend-aasland
committed
7bfbad0
View commit details
Copy full SHA for 7bfbad0
Browse repository at this point
Commits on May 9, 2023
Pull in main
erlend-aasland
committed
314137f
View commit details
Copy full SHA for 314137f
Browse repository at this point
Commits on May 10, 2023
Pull in main
erlend-aasland
committed
9ca079f
View commit details
Copy full SHA for 9ca079f
Browse repository at this point
Reduce diff
erlend-aasland
committed
1078857
View commit details
Copy full SHA for 1078857
Browse repository at this point
Remove duplicate ADD_TYPE(PyBytesIOBuffer_Type...)
erlend-aasland
committed
3dad388
View commit details
Copy full SHA for 3dad388
Browse repository at this point
Pull in main and reduce diff further
erlend-aasland
committed
8edc6cf
View commit details
Copy full SHA for 8edc6cf
Browse repository at this point
Remove unneeded stylic change
erlend-aasland
committed
8df2633
View commit details
Copy full SHA for 8df2633
Browse repository at this point
Reduce diff further
erlend-aasland
committed
1505872
View commit details
Copy full SHA for 1505872
Browse repository at this point
Pull in main
erlend-aasland
committed
18e8c43
View commit details
Copy full SHA for 18e8c43
Browse repository at this point
Commits on May 11, 2023
Pull in main
erlend-aasland
committed
626685c
View commit details
Copy full SHA for 626685c
Browse repository at this point
Commits on May 12, 2023
fixes by Victor
kumaraditya303
committed
6d55da9
View commit details
Copy full SHA for 6d55da9
Browse repository at this point
Merge branch 'main' of https://github.com/python/cpython into isolate-io/poc
kumaraditya303
committed
bd73ab1
View commit details
Copy full SHA for bd73ab1
Browse repository at this point
remove unused functions
kumaraditya303
committed
80af518
View commit details
Copy full SHA for 80af518
Browse repository at this point
use defining_class
kumaraditya303
committed
02dbef7
View commit details
Copy full SHA for 02dbef7
Browse repository at this point
remove rawiobase_dealloc
kumaraditya303
committed
8518ec5
View commit details
Copy full SHA for 8518ec5
Browse repository at this point
Merge branch 'main' of https://github.com/python/cpython into isolate-io/poc
kumaraditya303
committed
d4b6dcc
View commit details
Copy full SHA for d4b6dcc
Browse repository at this point
fix merge
kumaraditya303
committed
c5a4305
View commit details
Copy full SHA for c5a4305
Browse repository at this point
fix merge
kumaraditya303
committed
ab1baf4
View commit details
Copy full SHA for ab1baf4
Browse repository at this point
Commits on May 15, 2023
Merge branch 'main' into isolate-io/poc
kumaraditya303
authored
fe2db1b
View commit details
Copy full SHA for fe2db1b
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL