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 }}
stdexception
/
pythonqt
Public
forked from
MeVisLab/pythonqt
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
pythonqt
src
PythonQt.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 1, 2023
Add support for Python 3.11 (#91)
iakov
authored
f52ff96
View commit details
Copy full SHA for f52ff96
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
Several fixes and patches (#89)
Show description for 1e794e5
iakov
authored
1e794e5
View commit details
Copy full SHA for 1e794e5
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
Use ubuntu instead of gcc based images
Show description for a93104d
mrbean-bremen
committed
a93104d
View commit details
Copy full SHA for a93104d
View code at this point
Browse repository at this point
Add initial support for coroutines
Show description for f6e8ea7
mrbean-bremen
committed
f6e8ea7
View commit details
Copy full SHA for f6e8ea7
View code at this point
Browse repository at this point
Add facility to set task done callback
Show description for 575c51f
mrbean-bremen
committed
575c51f
View commit details
Copy full SHA for 575c51f
View code at this point
Browse repository at this point
Fix type conversion warnings, use const
Show description for 17cf766
mrbean-bremen
committed
17cf766
View commit details
Copy full SHA for 17cf766
View code at this point
Browse repository at this point
Replace NULL with nullptr
mrbean-bremen
committed
c00ebf4
View commit details
Copy full SHA for c00ebf4
View code at this point
Browse repository at this point
Commits on Jan 3, 2023
Update __spec__ too (if existing) when setting the import path
usiems
authored and
mrbean-bremen
committed
8e69c65
View commit details
Copy full SHA for 8e69c65
View code at this point
Browse repository at this point
Commits on Jan 2, 2023
Revert "Fix reference/memory leaks"
Show description for 080f303
usiems
authored and
mrbean-bremen
committed
080f303
View commit details
Copy full SHA for 080f303
View code at this point
Browse repository at this point
Revert "Fix name clash with Visual Studio 2017"
Show description for 4aaf2d7
usiems
authored and
mrbean-bremen
committed
4aaf2d7
View commit details
Copy full SHA for 4aaf2d7
View code at this point
Browse repository at this point
Revert "More potential leak fixes and build fix"
Show description for e01fe14
usiems
authored and
mrbean-bremen
committed
e01fe14
View commit details
Copy full SHA for e01fe14
View code at this point
Browse repository at this point
Revert "Stylistic changes and refcount fixes in PythonQtImporter_load_module"
Show description for edc56b1
usiems
authored and
mrbean-bremen
committed
edc56b1
View commit details
Copy full SHA for edc56b1
View code at this point
Browse repository at this point
Commits on Dec 2, 2020
Fix name clash with Visual Studio 2017
usiems
committed
9ea0fcf
View commit details
Copy full SHA for 9ea0fcf
View code at this point
Browse repository at this point
Commits on Oct 9, 2020
Stylistic changes and refcount fixes in PythonQtImporter_load_module
gregor-anich-uibk
committed
295a9ce
View commit details
Copy full SHA for 295a9ce
View code at this point
Browse repository at this point
More potential leak fixes and build fix
gregor-anich-uibk
committed
525ea41
View commit details
Copy full SHA for 525ea41
View code at this point
Browse repository at this point
Fix reference/memory leaks
gregor-anich-uibk
committed
06860d4
View commit details
Copy full SHA for 06860d4
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
Make __enter__ and __exit__ slots work with "with" statements
Show description for d13b66c
usiems
committed
d13b66c
View commit details
Copy full SHA for d13b66c
View code at this point
Browse repository at this point
Commits on Sep 18, 2019
Fix crash in GC: PyTuple_SET_ITEM steals reference
iakov
authored
963b667
View commit details
Copy full SHA for 963b667
View code at this point
Browse repository at this point
Commits on Sep 17, 2018
reimplemented argument frame caching (previous approach was not thread-safe when GIL is used)
florianlink
committed
170d4a4
View commit details
Copy full SHA for 170d4a4
View code at this point
Browse repository at this point
Commits on Sep 4, 2018
compile thread support by default
Show description for 92471ff
florianlink
committed
92471ff
View commit details
Copy full SHA for 92471ff
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
switched to using macros for scopes
florianlink
committed
c74de89
View commit details
Copy full SHA for c74de89
View code at this point
Browse repository at this point
Commits on Aug 27, 2018
initial GIL support (needs to be enabled via defines)
florianlink
committed
4651a59
View commit details
Copy full SHA for 4651a59
View code at this point
Browse repository at this point
Commits on Aug 7, 2018
reverted usage of _PyImport_FixupBuiltin
florianlink
committed
fa327c9
View commit details
Copy full SHA for fa327c9
View code at this point
Browse repository at this point
Commits on Jun 25, 2018
added support for attribute lookup error callback
florianlink
committed
b7f250b
View commit details
Copy full SHA for b7f250b
View code at this point
Browse repository at this point
Commits on Apr 9, 2018
make sure that Python.h is always included first
Show description for c260725
florianlink
committed
c260725
View commit details
Copy full SHA for c260725
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
fixed ref counting of types
Show description for 5e0d26c
florianlink
committed
5e0d26c
View commit details
Copy full SHA for 5e0d26c
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
added getNativeVariable
florianlink
committed
c9a2929
View commit details
Copy full SHA for c9a2929
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
fixed unicode code and filename support for Python 3
florianlink
committed
9ace39e
View commit details
Copy full SHA for 9ace39e
View code at this point
Browse repository at this point
Commits on Oct 18, 2017
added convenience evalScript
florianlink
committed
d5f861a
View commit details
Copy full SHA for d5f861a
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
improved enum generation for decorators
Show description for f3bcda8
florianlink
committed
f3bcda8
View commit details
Copy full SHA for f3bcda8
View code at this point
Browse repository at this point
Commits on Jun 20, 2016
improved PY3K conversions
Show description for c2152b6
florianlink
committed
c2152b6
View commit details
Copy full SHA for c2152b6
View code at this point
Browse repository at this point
Commits on May 30, 2016
added basic support for QtCore.Signal, QtCore.Property and QtCore.Slot
florianlink
committed
01e1206
View commit details
Copy full SHA for 01e1206
View code at this point
Browse repository at this point
Commits on Apr 26, 2016
added changes from MeVisLab code base
florianlink
committed
4d37db6
View commit details
Copy full SHA for 4d37db6
View code at this point
Browse repository at this point
Commits on Jun 3, 2015
fixed a missign QMetaObject::disconnect which leads to connection leaking
Show description for 702da09
florianlink
committed
702da09
View commit details
Copy full SHA for 702da09
View code at this point
Browse repository at this point
Commits on May 29, 2015
fixed error handling for evalFile
Show description for bbc2c31
florianlink
committed
bbc2c31
View commit details
Copy full SHA for bbc2c31
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.