Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
1MLightyears
/
python4delphi
Public
forked from
lmbelo/python4delphi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python4delphi
PythonForDelphi
Components
Sources
on
master
User selector
All users
All time
Commit history
Commits on Jul 20, 2019
Dropping support for 2.4, 3.0, 3.1
Show description for 6742937
pyscripter
committed
6742937
View commit details
Copy full SHA for 6742937
View code at this point
Browse repository at this point
Commits on Jul 18, 2019
Better detection of Conda environments
pyscripter
committed
4621457
View commit details
Copy full SHA for 4621457
View code at this point
Browse repository at this point
Commits on Jun 19, 2019
Preparing for Python 3.8. Will not work until https://bugs.python.org/issue37189 is fixed in beta 2.
pyscripter
committed
7b174c7
View commit details
Copy full SHA for 7b174c7
View code at this point
Browse repository at this point
Commits on Feb 1, 2019
Added the possibility to customize the ProgramName but it does not seem to help with venv.
pyscripter
committed
c9a6dda
View commit details
Copy full SHA for c9a6dda
View code at this point
Browse repository at this point
Commits on Jan 17, 2019
PyEngine.pas - ArrayVarDim3 bugfix
Idan Miara
committed
8cc6568
View commit details
Copy full SHA for 8cc6568
View code at this point
Browse repository at this point
Commits on Dec 22, 2018
Fix potential memory corruption in TPythonVariantType.DispInvoke (freeing WideStrings twice)
pyscripter
committed
b959c12
View commit details
Copy full SHA for b959c12
View code at this point
Browse repository at this point
Commits on Dec 6, 2018
Merge pull request #63 from talos-gis/Branch_Detect_Python_RegVersion
Show description for 1ed6e46
pyscripter
authored
1ed6e46
View commit details
Copy full SHA for 1ed6e46
View code at this point
Browse repository at this point
Fix Delphi Rio define
pyscripter
committed
ca259a5
View commit details
Copy full SHA for ca259a5
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
Delphi 10.3 support
pyscripter
committed
6295c41
View commit details
Copy full SHA for 6295c41
View code at this point
Browse repository at this point
Commits on Oct 25, 2018
Detect Python RegVersion correctly for UseLastKnownVersion=False
Idan Miara
committed
27563a4
View commit details
Copy full SHA for 27563a4
View code at this point
Browse repository at this point
Commits on Oct 19, 2018
Changes in the documentation of the unit.
pyscripter
committed
61fa702
View commit details
Copy full SHA for 61fa702
View code at this point
Browse repository at this point
Commits on Oct 17, 2018
Undefine PYTHON25
pyscripter
committed
7303bb1
View commit details
Copy full SHA for 7303bb1
View code at this point
Browse repository at this point
Commits on Oct 11, 2018
EncodeWindowsFilePath added
pyscripter
committed
43701a0
View commit details
Copy full SHA for 43701a0
View code at this point
Browse repository at this point
Commits on Oct 9, 2018
Rename ToPythonRawString to StringToPythonBytes to EncodeString
pyscripter
committed
a204252
View commit details
Copy full SHA for a204252
View code at this point
Browse repository at this point
Style changes to PR #59
pyscripter
committed
a7d2485
View commit details
Copy full SHA for a7d2485
View code at this point
Browse repository at this point
ToPythonRawString - Python 2.x expects ANSI and Python 3.x expects utf8; ToPythonRawString will make the right RawString.
Idan Miara
committed
3553b25
View commit details
Copy full SHA for 3553b25
View code at this point
Browse repository at this point
{$WARN SYMBOL_PLATFORM OFF} to silent: [dcc64 Warning] PythonEngine.pas(9758): W1002 Symbol 'SetPrecisionMode' is specific to a platform
Show description for 645daec
Idan Miara
committed
645daec
View commit details
Copy full SHA for 645daec
View code at this point
Browse repository at this point
UTF8 Exec and eval accept utf8 code
idanmiara
authored and
Idan Miara
committed
1dba190
View commit details
Copy full SHA for 1dba190
View code at this point
Browse repository at this point
added SetPythonHome function (i.e. to use with OSGEO4W where python dll dir is not the same as PythonHome)
Idan Miara
committed
171909a
View commit details
Copy full SHA for 171909a
View code at this point
Browse repository at this point
Commits on Aug 26, 2018
Check whether InstallPath from Registry exists
pyscripter
committed
b1c0ed5
View commit details
Copy full SHA for b1c0ed5
View code at this point
Browse repository at this point
Commits on Aug 21, 2018
Removed PyObject_CallMethodStr. Same as PyObject_CallMethod.
pyscripter
committed
1e2dad4
View commit details
Copy full SHA for 1e2dad4
View code at this point
Browse repository at this point
#52 Py_FindMethod not available in Python 3.x
pyscripter
committed
da1179c
View commit details
Copy full SHA for da1179c
View code at this point
Browse repository at this point
Reimplemented MaskFPUExceptions #57
pyscripter
committed
31b244b
View commit details
Copy full SHA for 31b244b
View code at this point
Browse repository at this point
Commits on May 5, 2018
Is_conda and Is_virtualenv added.
pyscripter
committed
e660759
View commit details
Copy full SHA for e660759
View code at this point
Browse repository at this point
Check the executable instead of the dll for X64.
Show description for 670fe32
pyscripter
committed
670fe32
View commit details
Copy full SHA for 670fe32
View code at this point
Browse repository at this point
Commits on May 2, 2018
Isx64 added (checking the platform of a dll)
Show description for 126632f
pyscripter
committed
126632f
View commit details
Copy full SHA for 126632f
View code at this point
Browse repository at this point
Commits on May 1, 2018
Removed warning.
pyscripter
committed
c73cb71
View commit details
Copy full SHA for c73cb71
View code at this point
Browse repository at this point
Commits on Apr 24, 2018
Removed Py_GetPlatform
Show description for 17a0a9d
pyscripter
committed
17a0a9d
View commit details
Copy full SHA for 17a0a9d
View code at this point
Browse repository at this point
Removed compilation warnings.
pyscripter
committed
1a32148
View commit details
Copy full SHA for 1a32148
View code at this point
Browse repository at this point
Commits on Apr 13, 2018
Removed PYTHON23
Show description for cd581ae
pyscripter
committed
cd581ae
View commit details
Copy full SHA for cd581ae
View code at this point
Browse repository at this point
Commits on Feb 3, 2018
Set8087CW not available in ARM processors
pyscripter
committed
f451047
View commit details
Copy full SHA for f451047
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
ApiVersion added in PythonVersions.pas
pyscripter
committed
85c6f6a
View commit details
Copy full SHA for 85c6f6a
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
Fix for Python 3.7.
Show description for bbd80bf
pyscripter
committed
bbd80bf
View commit details
Copy full SHA for bbd80bf
View code at this point
Browse repository at this point
Commits on Jan 29, 2018
Changed CompareVersions to make it "Delphi compare" like.
pyscripter
committed
fc43086
View commit details
Copy full SHA for fc43086
View code at this point
Browse repository at this point
Commits on Jan 28, 2018
Better version of CompareVersions
pyscripter
committed
2c44645
View commit details
Copy full SHA for 2c44645
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.