[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python3] add features for readline and extensions #41183

Merged
merged 26 commits into from
Sep 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9aaeecb
add vcpkg-python-test-import to test imports
Neumann-A Jun 22, 2024
a4838f9
vcpkg-get-python add cache and include guard
Neumann-A Jun 22, 2024
a2cbbd1
[python3] add extensions and readline as a feature.
Neumann-A Jun 22, 2024
04a6654
v db
Neumann-A Jun 22, 2024
7ac107f
Fix !windows
Neumann-A Jun 22, 2024
35eb724
v db
Neumann-A Jun 22, 2024
f29a477
remove if statement since it is not required
Neumann-A Jun 22, 2024
818a007
v db
Neumann-A Jun 22, 2024
047cebc
fix typo
Neumann-A Jun 22, 2024
bfa11d3
v db
Neumann-A Jun 22, 2024
0f3e188
Testing import only makes sense if python has extensions
Neumann-A Jun 22, 2024
9f33c93
v db
Neumann-A Jun 22, 2024
f065f08
fix ssl linkage
Neumann-A Jun 22, 2024
eeef346
v db
Neumann-A Jun 22, 2024
92beb9a
Merge remote-tracking branch 'upstream/master' into add-import-test-s…
Neumann-A Jun 26, 2024
b6c9f67
CR changes. Fix python without extensions
Neumann-A Jun 26, 2024
806b918
v db
Neumann-A Jun 26, 2024
53ecb8f
don't patch python venv, copy files instead
Neumann-A Jun 27, 2024
ceab022
v db
Neumann-A Jun 27, 2024
bd825f0
Merge branch 'microsoft:master' into add-import-test-script
Neumann-A Jun 28, 2024
bdad963
CI retrigger
Neumann-A Jun 28, 2024
b075825
Merge branch 'add-import-test-script' of https://github.com/Neumann-A…
Neumann-A Jun 28, 2024
7c577f8
Merge remote-tracking branch 'upstream/master' into add-import-test-s…
Neumann-A Sep 26, 2024
a48af53
remove test stuff
Neumann-A Sep 26, 2024
e8c1ba6
v db
Neumann-A Sep 26, 2024
b5e8aeb
manual v db
Neumann-A Sep 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
v db
  • Loading branch information
Neumann-A committed Jun 22, 2024
commit 35eb724ab72b4c2c23a683f0bf3e6f60b4b8c4ce
2 changes: 1 addition & 1 deletion versions/v-/vcpkg-python-test-import.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "32c1dfd98b27ec2860611e988489733410f8965a",
"git-tree": "f032e706691080b81e306ace7cecace4a6acaaed",
"version-date": "2024-06-22",
"port-version": 0
}
Expand Down
Loading