René's URL Explorer Experiment


Title: Bump pywin32 from 227 to 301 in /taiyangxue/busclock by dependabot[bot] · Pull Request #15 · JustDoPython/python-examples · GitHub

Open Graph Title: Bump pywin32 from 227 to 301 in /taiyangxue/busclock by dependabot[bot] · Pull Request #15 · JustDoPython/python-examples

X Title: Bump pywin32 from 227 to 301 in /taiyangxue/busclock by dependabot[bot] · Pull Request #15 · JustDoPython/python-examples

Description: Bumps pywin32 from 227 to 301. Release notes Sourced from pywin32's releases. Release 301 The changes If you use pip: pip install pywin32 --upgrade A number of things don't work via pip, so you may choose to install binaries - but you must choose both the correct Python version and "bittedness". Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32. There is one binary per-version, per-bittedness. To determine what version of Python you have, start Python and look at the first line of the banner. Compare these 2: Python 2.7.2+ ... [MSC v.1500 32 bit (Intel)] on win32 Python 2.7.2+ ... [MSC v.1500 64 bit (AMD64)] on win32 ^^^^^^^^^^^^^^ If the installation process informs you that Python is not found in the registry, it almost certainly means you have downloaded the wrong version - either for the wrong version of Python, or the wrong "bittedness". Release 300 This is the first release to support only Python 3.5 and up - Python 2 is no longer supported. To celebrate, the build numbers have jumped to 300! There were significant changes in this release - you are encouraged to read CHANGES.txt carefully. To download pywin32 binaries you must choose both the correct Python version and "bittedness". Note that there is one download package for each supported version of Python - please check what version of Python you have installed and download the corresponding package. Some packages have a 32bit and a 64bit version available - you must download the one which corresponds to the Python you have installed. Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32. To determine what version of Python you have, just start Python and look at the first line of the banner. A 32bit build will look something like Python 3.8.1+ ... [MSC v.1913 32 bit (Intel)] on win32 While a 64bit build will look something like: Python 3.8.1+ ... [MSC v.1913 64 bit (AMD64)] on win32 If the installation process informs you that Python is not found in the registry, it almost certainly means you have downloaded the wrong version - either for the wrong version of Python, or the wrong "bittedness". Release 228 To download pywin32 binaries you must choose both the correct Python version and "bittedness". Note that there is one download package for each supported version of Python - please check what version of Python you have installed and download the corresponding package. Some packages have a 32bit and a 64bit version available - you must download the one which corresponds to the Python you have installed. Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32. To determine what version of Python you have, just start Python and look at the first line of the banner. A 32bit build will look something like Python 2.7.2+ ... [MSC v.1500 32 bit (Intel)] on win32 While a 64bit build will look something like: Python 2.7.2+ ... [MSC v.1500 64 bit (AMD64)] on win32 ... (truncated) Changelog Sourced from pywin32's changelog. A changelog for recent builds as pasted into the sourceforge page. Generally created by hand after running: hg log -rb2xx: > log.out However contributors are encouraged to add their own entries for their work. Note that build 228 was the last version supporting Python 2. Since build 300: Fix some confusion on how dynamic COM object properties work. The old code was confused, so there's a chance there will be some subtle regression here - please open a bug if you find anything, but this should fix #1427. COM objects are now registered with the full path to pythoncomXX.dll, fixes #1704. Creating a win32crypt.CRYPT_ATTRIBUTE object now correctly sets cbData. Add wrap and unwrap operations defined in the GSSAPI to the sspi module and enhance the examples given in this module. (#1692, Emmanuel Coirier) Fix a bug in win32profile.GetEnvironmentStrings() relating to environment variables with an equals sign (@​maxim-krikun in #1661) Fixed a bug where certain COM dates would fail to be converted to a Python datetime object with ValueError: microsecond must be in 0..999999. Shoutout to @​hujiaxing for reporting and helping reproduce the issue (#1655) Added win32com.shell.SHGetKnownFolderPath() and related constants. CoClass objects should work better with special methods like len etc. (#1699) Shifted work in win32.lib.pywin32_bootstrap to Python's import system from manual path manipulations (@​wkschwartz in #1651) Fixed a bug where win32print.DeviceCapabilities would return strings containing the null character followed by junk characters. (#1654, #1660, Lincoln Puzey) Since build 228: Fixed a bug where win32com.client.VARIANT params were returned in the reverse order. This only happened when win32com.client.VARIANT was explicitly used (ie, not when normal params were passed) For example: arg1 = VARIANT(pythoncom.VT_R4 | pythoncom.VT_BYREF, 2.0) ... (truncated) Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps pywin32 from 227 to 301. Release notes Sourced from pywin32's releases. Release 301 The changes If you use pip: pip install pywin32 --upgrade A number of things don't work via pip, ...

X Description: Bumps pywin32 from 227 to 301. Release notes Sourced from pywin32's releases. Release 301 The changes If you use pip: pip install pywin32 --upgrade A number of things don't work v...

Opengraph URL: https://github.com/JustDoPython/python-examples/pull/15

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:740dd423-3c6d-8d12-7586-f4e5b3dc1ef5
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idC5CE:338071:1C88FCE:276E025:696AAE79
html-safe-nonce5986db153175e1162d5a608ee17fcba748ed146e7bf80d7bbb27c4f38f0b08c9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNUNFOjMzODA3MToxQzg4RkNFOjI3NkUwMjU6Njk2QUFFNzkiLCJ2aXNpdG9yX2lkIjoiODczMTA3MjYxNzg4OTA1MDIzMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac0d3af6437765b78e208b6fa70812636d5f0c75c75ddf3587699e470e50477660
hovercard-subject-tagpull_request:706839881
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/JustDoPython/python-examples/pull/15/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps pywin32 from 227 to 301. Release notes Sourced from pywin32's releases. Release 301 The changes If you use pip: pip install pywin32 --upgrade A number of things don't work via pip, ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4fa1799b6a53c2d30c950d74230781bef9e7f61138c72c7727e4b83f0743752b
turbo-cache-controlno-preview
go-importgithub.com/JustDoPython/python-examples git https://github.com/JustDoPython/python-examples.git
octolytics-dimension-user_id55020320
octolytics-dimension-user_loginJustDoPython
octolytics-dimension-repository_id249331676
octolytics-dimension-repository_nwoJustDoPython/python-examples
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id249331676
octolytics-dimension-repository_network_root_nwoJustDoPython/python-examples
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release41f276818bd204c4a30a0281fb3c576298d9474c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/JustDoPython/python-examples/pull/15/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJustDoPython%2Fpython-examples%2Fpull%2F15%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJustDoPython%2Fpython-examples%2Fpull%2F15%2Fchecks
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=JustDoPython%2Fpython-examples
Reloadhttps://github.com/JustDoPython/python-examples/pull/15/checks
Reloadhttps://github.com/JustDoPython/python-examples/pull/15/checks
Reloadhttps://github.com/JustDoPython/python-examples/pull/15/checks
JustDoPython https://github.com/JustDoPython
python-exampleshttps://github.com/JustDoPython/python-examples
Notifications https://github.com/login?return_to=%2FJustDoPython%2Fpython-examples
Fork 386 https://github.com/login?return_to=%2FJustDoPython%2Fpython-examples
Star 396 https://github.com/login?return_to=%2FJustDoPython%2Fpython-examples
Code https://github.com/JustDoPython/python-examples
Issues 12 https://github.com/JustDoPython/python-examples/issues
Pull requests 20 https://github.com/JustDoPython/python-examples/pulls
Actions https://github.com/JustDoPython/python-examples/actions
Projects 0 https://github.com/JustDoPython/python-examples/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/JustDoPython/python-examples/security
Please reload this pagehttps://github.com/JustDoPython/python-examples/pull/15/checks
Insights https://github.com/JustDoPython/python-examples/pulse
Code https://github.com/JustDoPython/python-examples
Issues https://github.com/JustDoPython/python-examples/issues
Pull requests https://github.com/JustDoPython/python-examples/pulls
Actions https://github.com/JustDoPython/python-examples/actions
Projects https://github.com/JustDoPython/python-examples/projects
Security https://github.com/JustDoPython/python-examples/security
Insights https://github.com/JustDoPython/python-examples/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FJustDoPython%2Fpython-examples%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FJustDoPython%2Fpython-examples%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/JustDoPython/python-examples/tree/master
dependabot/pip/taiyangxue/busclock/pywin32-301https://github.com/JustDoPython/python-examples/tree/dependabot/pip/taiyangxue/busclock/pywin32-301
Conversation 0 https://github.com/JustDoPython/python-examples/pull/15
Commits 1 https://github.com/JustDoPython/python-examples/pull/15/commits
Checks 0 https://github.com/JustDoPython/python-examples/pull/15/checks
Files changed https://github.com/JustDoPython/python-examples/pull/15/files
Please reload this pagehttps://github.com/JustDoPython/python-examples/pull/15/checks
Please reload this pagehttps://github.com/JustDoPython/python-examples/pull/15/checks
Bump pywin32 from 227 to 301 in /taiyangxue/busclock https://github.com/JustDoPython/python-examples/pull/15/checks#top
Please reload this pagehttps://github.com/JustDoPython/python-examples/pull/15/checks
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.