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 }}
stjordanis
/
libpython-clj
Public
forked from
clj-python/libpython-clj
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
libpython-clj
src
libpython_clj
python
on
master
User selector
All users
All time
Commit history
Commits on Nov 27, 2020
https://github.com/clj-python/libpython-clj/issues/138 (#139)
Show description for dce96f5
vxe
and
Vijay Edwin
authored
dce96f5
View commit details
Copy full SHA for dce96f5
View code at this point
Browse repository at this point
Commits on Oct 24, 2020
Tech.resource 5.x (#132)
Show description for 06298ff
cnuernber
authored
06298ff
View commit details
Copy full SHA for 06298ff
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
docs
cnuernber
committed
c7c6c05
View commit details
Copy full SHA for c7c6c05
View code at this point
Browse repository at this point
Dtype next support- faster loading and support for newest version of tech stack moving forward (#131)
Show description for fb6d793
cnuernber
and
harold
authored
fb6d793
View commit details
Copy full SHA for fb6d793
View code at this point
Browse repository at this point
Commits on Sep 7, 2020
Support for Python3.9 - cfunction_new -> cfunction_newex
cnuernber
committed
03fab5f
View commit details
Copy full SHA for 03fab5f
View code at this point
Browse repository at this point
Commits on May 16, 2020
Fixes #98 - first attempt at making things really work for python 3.8
cnuernber
committed
dfd4cf5
View commit details
Copy full SHA for dfd4cf5
View code at this point
Browse repository at this point
Commits on Mar 31, 2020
simple changes to clean up file
cnuernber
committed
bade2c4
View commit details
Copy full SHA for bade2c4
View code at this point
Browse repository at this point
Commits on Feb 20, 2020
move (.get libpy-base/gil-thread-id) into (locking ...) because interleaving (.get ...) (== ..) (.set ...) may lead to race condition. (#82)
fong
authored
3e500e3
View commit details
Copy full SHA for 3e500e3
View code at this point
Browse repository at this point
Commits on Jan 28, 2020
Added support for anaconda python in windows (#67)
orolle
authored and
cnuernber
committed
e658148
View commit details
Copy full SHA for e658148
View code at this point
Browse repository at this point
Commits on Jan 27, 2020
Cleaning up gil state managment a slight bit.
cnuernber
committed
5be0e7a
View commit details
Copy full SHA for 5be0e7a
View code at this point
Browse repository at this point
Commits on Jan 26, 2020
make release-gil! exception safe (#65)
fong
authored and
cnuernber
committed
de2af0f
View commit details
Copy full SHA for de2af0f
View code at this point
Browse repository at this point
Commits on Jan 25, 2020
Fix Issue #43: (#64)
Show description for 0981376
fong
authored and
cnuernber
committed
0981376
View commit details
Copy full SHA for 0981376
View code at this point
Browse repository at this point
Commits on Jan 24, 2020
Added autogenerated arities and macro (#63)
Show description for 2a6b3d9
joinr
authored and
cnuernber
committed
2a6b3d9
View commit details
Copy full SHA for 2a6b3d9
View code at this point
Browse repository at this point
Commits on Jan 23, 2020
Adding in PyGILState_Check
cnuernber
committed
526eda2
View commit details
Copy full SHA for 526eda2
View code at this point
Browse repository at this point
fix for #50 and added gc! call
cnuernber
committed
ad8a140
View commit details
Copy full SHA for ad8a140
View code at this point
Browse repository at this point
Commits on Jan 22, 2020
Direct mapping (#59)
Show description for 215595a
cnuernber
authored
215595a
View commit details
Copy full SHA for 215595a
View code at this point
Browse repository at this point
Commits on Jan 21, 2020
Smallest possible step towards directmapping
cnuernber
committed
78d8660
View commit details
Copy full SHA for 78d8660
View code at this point
Browse repository at this point
Final round of perf opts. Next step is jna direct mapping.
cnuernber
committed
12e5eb6
View commit details
Copy full SHA for 12e5eb6
View code at this point
Browse repository at this point
Python gc in python thread (#54)
Show description for 3ee5f86
cnuernber
authored
3ee5f86
View commit details
Copy full SHA for 3ee5f86
View code at this point
Browse repository at this point
ISSUE-52 (specify python executable) (#53)
Show description for c17c7a0
jjtolton
authored and
cnuernber
committed
c17c7a0
View commit details
Copy full SHA for c17c7a0
View code at this point
Browse repository at this point
Commits on Jan 20, 2020
some simplification/speed improvements (#51)
cnuernber
authored
216adaa
View commit details
Copy full SHA for 216adaa
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
Moved metadata and moving towards modularized metadata <-> namespace
cnuernber
committed
459551e
View commit details
Copy full SHA for 459551e
View code at this point
Browse repository at this point
Commits on Jan 7, 2020
Attempt at datafy/nav metadata pathway
cnuernber
committed
6dcdaaa
View commit details
Copy full SHA for 6dcdaaa
View code at this point
Browse repository at this point
moved to clojure.data.json
cnuernber
committed
3b22a65
View commit details
Copy full SHA for 3b22a65
View code at this point
Browse repository at this point
Commits on Jan 1, 2020
support for java characters
cnuernber
committed
b1ea809
View commit details
Copy full SHA for b1ea809
View code at this point
Browse repository at this point
Commits on Dec 25, 2019
Deeper datatype integration (#38)
Show description for e655f80
cnuernber
authored
e655f80
View commit details
Copy full SHA for e655f80
View code at this point
Browse repository at this point
Commits on Dec 22, 2019
Fixed potential crashes related to delay and added error on bad refcount.
cnuernber
committed
461e07e
View commit details
Copy full SHA for 461e07e
View code at this point
Browse repository at this point
Commits on Dec 19, 2019
1.29
cnuernber
committed
6819ccb
View commit details
Copy full SHA for 6819ccb
View code at this point
Browse repository at this point
Commits on Dec 17, 2019
Major changes. jvm-as-python derive from abc classes. ranges get translated into ranges if possible
cnuernber
committed
c39f250
View commit details
Copy full SHA for c39f250
View code at this point
Browse repository at this point
Commits on Dec 15, 2019
Using new pathway that queries python executable for lib info.
cnuernber
committed
0223778
View commit details
Copy full SHA for 0223778
View code at this point
Browse repository at this point
Getting CI going.
cnuernber
committed
b26a485
View commit details
Copy full SHA for b26a485
View code at this point
Browse repository at this point
Commits on Dec 14, 2019
Multiple system calls -> single system call in python library path finding (#23)
Show description for 16da3d8
jjtolton
authored and
cnuernber
committed
16da3d8
View commit details
Copy full SHA for 16da3d8
View code at this point
Browse repository at this point
Commits on Dec 13, 2019
Now have mxnet importing correctly into the docker container.
cnuernber
committed
8ec9452
View commit details
Copy full SHA for 8ec9452
View code at this point
Browse repository at this point
Tools for finding system library paths (#22)
Show description for a16fb2d
jjtolton
authored and
cnuernber
committed
a16fb2d
View commit details
Copy full SHA for a16fb2d
View code at this point
Browse repository at this point
1.24
cnuernber
committed
a2ec511
View commit details
Copy full SHA for a2ec511
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.