Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ca77774
Backport CVE-2020-10735 to 3.7 from 3.8.
gpshead Aug 30, 2022
f145128
Add What's New entry.
gpshead Aug 30, 2022
00a5114
Hack: Force CI run
tiran Sep 1, 2022
7eaad20
revert 1dae140b610a465b4d3e6fb2109ec13da6093e6d CI hack
gpshead Sep 1, 2022
635e292
Backport ctypes test_macholib fix from b29d0a5a7811418c0a1082ca188fd4…
gpshead Sep 1, 2022
a2956f3
annotate test_bad_password @requires_zlib.
gpshead Sep 1, 2022
95645b6
disable MachOTest.test_find unless macOS 11+ support is backported.
gpshead Sep 1, 2022
2cc321e
Move the whatsnew 3.7.14 text per review.
gpshead Sep 1, 2022
bc83515
LOL at my typo
gpshead Sep 1, 2022
76c9c2b
Make the doctest actually run & fix it.
gpshead Sep 1, 2022
e7bc47e
remove a line that prevents doctest error reporting.
gpshead Sep 2, 2022
0ef7ec0
Fix the docs build.
gpshead Sep 2, 2022
ad13c50
Update the ABI dump with the new private symbols.
gpshead Sep 2, 2022
2788f3f
Merge branch '3.7' into CVE-2020-10735-3.7backport
gpshead Sep 2, 2022
ca92fd2
Rename the news file to appease the Bedevere bot.
gpshead Sep 2, 2022
67905b2
Merge branch 'CVE-2020-10735-3.7backport' of github.com:gpshead/cpyth…
gpshead Sep 2, 2022
db48ddc
hexadecimal spelling =)
gpshead Sep 2, 2022
38ec6a9
Work around Windows Yield macro vs Python-ast.h
gpshead Sep 2, 2022
feaded8
doc typo: limitation
gpshead Sep 4, 2022
c9f2c57
Misc: Fix a typo in the header comment.
gpshead Sep 4, 2022
f69b587
remove unneeded doc note on float.as_integer_ratio
gpshead Sep 4, 2022
39837b6
gh-95778: Correctly pre-check for int-to-str conversion (#96537)
mdickinson Sep 4, 2022
7f911c1
backport cherry pick fix: lookup max from the right place.
gpshead Sep 4, 2022
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
Hack: Force CI run
  • Loading branch information
tiran authored and gpshead committed Sep 2, 2022
commit 00a5114cf6e1326acbe490abc5e3ee6dfdddf686
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Check for source changes
id: check
run: |
echo '::set-output name=run_tests::true'
if [ -z "$GITHUB_BASE_REF" ]; then
echo '::set-output name=run_tests::true'
else
Expand Down