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 }}
carlbergin99
/
qPython
Public
forked from
nugend/qPython
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 21, 2020
Updates to supported versions
nugend
committed
bb3b74c
View commit details
Copy full SHA for bb3b74c
Browse repository at this point
Blacked the repo
nugend
committed
a48f470
View commit details
Copy full SHA for a48f470
Browse repository at this point
Create python-package.yml
nugend
authored
e6567b8
View commit details
Copy full SHA for e6567b8
Browse repository at this point
Merge remote-tracking branch 'origin/master'
nugend
committed
7cbb238
View commit details
Copy full SHA for 7cbb238
Browse repository at this point
Fixed defects and warnings. Added VS Code project Files
nugend
committed
7999290
View commit details
Copy full SHA for 7999290
Browse repository at this point
replaced deprecated f'romstring' by 'frombuffer', this fixes issue #64
SKolodynski
authored and
nugend
committed
9b75e1c
View commit details
Copy full SHA for 9b75e1c
Browse repository at this point
replaced as DataFramematrix() by DataFrame.values
SKolodynski
authored and
nugend
committed
2249d11
View commit details
Copy full SHA for 2249d11
Browse repository at this point
renamed 'sync' and 'async' methods 'sendSync' and 'sendAsync
SKolodynski
authored and
nugend
committed
28646f5
View commit details
Copy full SHA for 28646f5
Browse repository at this point
Fix: serialization of 0n in generic lists (when Pandas package is installed) (https://github.com/exxeleron/qPython/issues/50)
maciejlach
authored and
nugend
committed
f78c7c6
View commit details
Copy full SHA for f78c7c6
Browse repository at this point
Commits on Mar 23, 2020
This is a good commit message that has lots of detail
Show description for 8b5f976
nugend
authored
8b5f976
View commit details
Copy full SHA for 8b5f976
Browse repository at this point
Commits on Dec 26, 2018
replaced deprecated f'romstring' by 'frombuffer', this fixes issue #64
SKolodynski
committed
7e64a28
View commit details
Copy full SHA for 7e64a28
Browse repository at this point
replaced as DataFramematrix() by DataFrame.values
SKolodynski
committed
a47696a
View commit details
Copy full SHA for a47696a
Browse repository at this point
renamed 'sync' and 'async' methods 'sendSync' and 'sendAsync
SKolodynski
committed
2cd4281
View commit details
Copy full SHA for 2cd4281
Browse repository at this point
Commits on Dec 5, 2018
Merge pull request #51 from maciejlach/master
Show description for 8f7dcf8
SKolodynski
authored
8f7dcf8
View commit details
Copy full SHA for 8f7dcf8
Browse repository at this point
Commits on Nov 28, 2018
Merge pull request #1 from MarSoft/patch-1
Show description for 90378bb
nugend
authored
90378bb
View commit details
Copy full SHA for 90378bb
Browse repository at this point
Fix exception message for wrong response type
MarSoft
authored
7257972
View commit details
Copy full SHA for 7257972
Browse repository at this point
Commits on Aug 31, 2018
Renamed 'async' to 'send'. Bump to v2
nugend
committed
80d1067
View commit details
Copy full SHA for 80d1067
Browse repository at this point
Commits on Aug 30, 2018
Cleaned up errors and warnings
nugend
committed
e4af4b5
View commit details
Copy full SHA for e4af4b5
Browse repository at this point
Commits on Apr 16, 2018
added warning about project being in maintenance mode
SKolodynski
authored
18b7543
View commit details
Copy full SHA for 18b7543
Browse repository at this point
Commits on May 12, 2017
Fix: serialization of 0n in generic lists (when Pandas package is installed) (https://github.com/exxeleron/qPython/issues/50)
maciejlach
committed
1cdaaf2
View commit details
Copy full SHA for 1cdaaf2
Browse repository at this point
Merge pull request #3 from exxeleron/master
Show description for 42cb417
maciejlach
authored
42cb417
View commit details
Copy full SHA for 42cb417
Browse repository at this point
Commits on Mar 20, 2017
Merge pull request #48 from maciejlach/py3x
Show description for fb27378
SKolodynski
authored
fb27378
View commit details
Copy full SHA for fb27378
Browse repository at this point
#46: set supported Python versions
maciejlach
committed
fabee92
View commit details
Copy full SHA for fabee92
Browse repository at this point
#46: fix unit tests for Python 3.x
maciejlach
committed
30b9d13
View commit details
Copy full SHA for 30b9d13
Browse repository at this point
Commits on Mar 19, 2017
Note python 3.5 compatibity in README
jnmclarty
authored
20f4943
View commit details
Copy full SHA for 20f4943
Browse repository at this point
Note Python 3.5 compatibility in setup.py
jnmclarty
authored
a775c60
View commit details
Copy full SHA for a775c60
Browse repository at this point
Commits on Feb 27, 2017
Merge pull request #2 from exxeleron/master
Show description for 4836049
maciejlach
authored
4836049
View commit details
Copy full SHA for 4836049
Browse repository at this point
Commits on Feb 2, 2017
Merge branch 'maciejlach-master'
joannajarmulska
committed
0010f79
View commit details
Copy full SHA for 0010f79
Browse repository at this point
Merge branch 'master' of https://github.com/maciejlach/qPython into maciejlach-master
joannajarmulska
committed
ce020e7
View commit details
Copy full SHA for ce020e7
Browse repository at this point
Commits on Oct 21, 2016
Create CONTRIBUTING.md
SKolodynski
authored
2ac86a0
View commit details
Copy full SHA for 2ac86a0
Browse repository at this point
Commits on Sep 21, 2016
Fix: Pandas deserialization of single row tables with string nulls
maciejlach
committed
c1626ae
View commit details
Copy full SHA for c1626ae
Browse repository at this point
Commits on Apr 1, 2016
Merge pull request #37 from maciejlach/master
Show description for 62ddd7d
rafalsytek
committed
62ddd7d
View commit details
Copy full SHA for 62ddd7d
Browse repository at this point
Commits on Mar 29, 2016
Fix: QConnection.close() frees linked file object
maciejlach
committed
ecd6bd0
View commit details
Copy full SHA for ecd6bd0
Browse repository at this point
Commits on Jan 22, 2016
Merge pull request #1 from exxeleron/master
Show description for 432c838
maciejlach
committed
432c838
View commit details
Copy full SHA for 432c838
Browse repository at this point
Version update
maciejlach
committed
b69d507
View commit details
Copy full SHA for b69d507
Browse repository at this point
Previous
Next
You can’t perform that action at this time.