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 }}
ikotler
/
pythonect
Public
Notifications
You must be signed in to change notification settings
Fork
36
Star
208
Code
Issues
5
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonect
pythonect
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 28, 2013
Switch to static pythonect/_version.py
ikotler
committed
4c80061
View commit details
Copy full SHA for 4c80061
View code at this point
Browse repository at this point
Commits on Jul 20, 2013
Modify __resolve_and_merge_results to return AS IS if return_list is not Iterable
ikotler
committed
f5b0be0
View commit details
Copy full SHA for f5b0be0
View code at this point
Browse repository at this point
Commits on Jul 19, 2013
Rename pythonect.internal.graph => pythonect.internal._graph
ikotler
committed
49e338f
View commit details
Copy full SHA for 49e338f
View code at this point
Browse repository at this point
Add several debugging prints, triggerable by verbose command line option
ikotler
committed
4033f2e
View commit details
Copy full SHA for 4033f2e
View code at this point
Browse repository at this point
Fix PEP8 Issues
ikotler
committed
e19770c
View commit details
Copy full SHA for e19770c
View code at this point
Browse repository at this point
If graph is circular, use 1st inserted node as root node
ikotler
committed
ed8043c
View commit details
Copy full SHA for ed8043c
View code at this point
Browse repository at this point
Modify _run_next_virtual_nodes() loop to start with MainThread and then (if applicable) move on to other threads
ikotler
committed
4de623a
View commit details
Copy full SHA for 4de623a
View code at this point
Browse repository at this point
Commits on Jul 18, 2013
Modify to call _safe_get_version() instead of pythonect.__version__
ikotler
committed
1ea0e32
View commit details
Copy full SHA for 1ea0e32
View code at this point
Browse repository at this point
Modify to include doc/*, examples/*, and other files at root level
ikotler
committed
cb1f605
View commit details
Copy full SHA for cb1f605
View code at this point
Browse repository at this point
Commits on Jul 17, 2013
Ignore comments and shebang lines, not only shebang lines
ikotler
committed
20b9f97
View commit details
Copy full SHA for 20b9f97
View code at this point
Browse repository at this point
Commits on Jul 11, 2013
Fix no newline at end of file
ikotler
committed
39e0e3c
View commit details
Copy full SHA for 39e0e3c
View code at this point
Browse repository at this point
Fix indentation contains mixed spaces and tabs
ikotler
committed
2351f2d
View commit details
Copy full SHA for 2351f2d
View code at this point
Browse repository at this point
Commits on Jul 10, 2013
Strip whitespace from result value after removing the '&' in __pythonect_preprocessor
ikotler
committed
14da61f
View commit details
Copy full SHA for 14da61f
View code at this point
Browse repository at this point
Add several debugging prints, triggerable by verbose command line option
ikotler
committed
5af45a7
View commit details
Copy full SHA for 5af45a7
View code at this point
Browse repository at this point
Commits on Jul 6, 2013
Modify parse() to support Shebang Line
ikotler
committed
2aef2cf
View commit details
Copy full SHA for 2aef2cf
View code at this point
Browse repository at this point
Improve compatibility w/ Python by adding Spaces between tokenize.NAME's
ikotler
committed
517f0f6
View commit details
Copy full SHA for 517f0f6
View code at this point
Browse repository at this point
Commits on Jul 3, 2013
Fix Unicode Issue (i.e. u'\u201cHello, world\u201d => "Hello, world")
ikotler
committed
73d165c
View commit details
Copy full SHA for 73d165c
View code at this point
Browse repository at this point
Use script filename extension to determine the parser
ikotler
committed
0bc9fd1
View commit details
Copy full SHA for 0bc9fd1
View code at this point
Browse repository at this point
Commits on Jul 1, 2013
Modify parse() to return the graph with the most nodes
ikotler
committed
2ead901
View commit details
Copy full SHA for 2ead901
View code at this point
Browse repository at this point
Commits on Jun 28, 2013
Fix missing import to internal.version prior to calling get_version()
ikotler
committed
693f282
View commit details
Copy full SHA for 693f282
View code at this point
Browse repository at this point
New engine that uses NetworkX/DiGraph and supports multiple input file formats
ikotler
committed
6637dc1
View commit details
Copy full SHA for 6637dc1
View code at this point
Browse repository at this point
Commits on May 22, 2013
Versions prior to tagging will use the 'dev' postfix (as oppose to 'post'). i.e. '0.5.0.dev6'
ikotler
committed
64b1e3d
View commit details
Copy full SHA for 64b1e3d
View code at this point
Browse repository at this point
Commits on Apr 24, 2013
Add {'__MAX_THREADS_PER_FLOW__': 2} to inline eval() test
ikotler
committed
8bad78e
View commit details
Copy full SHA for 8bad78e
View code at this point
Browse repository at this point
All tests to run with 2 threads max
ikotler
committed
fc46c1d
View commit details
Copy full SHA for fc46c1d
View code at this point
Browse repository at this point
Commits on Apr 22, 2013
Close #73 by ikotler: If 1st eval, don't automatically reference `_`
ikotler
committed
6645afd
View commit details
Copy full SHA for 6645afd
View code at this point
Browse repository at this point
Adjust tests to run with 2 threads max
ikotler
committed
1f40c58
View commit details
Copy full SHA for 1f40c58
View code at this point
Browse repository at this point
Commits on Apr 21, 2013
Close #70 by ikotler: Pythonect now supports Max Threads Limit
ikotler
committed
71546b8
View commit details
Copy full SHA for 71546b8
View code at this point
Browse repository at this point
Delete blank line at end of file
ikotler
committed
ea20424
View commit details
Copy full SHA for ea20424
View code at this point
Browse repository at this point
Commits on Feb 16, 2013
Temporarily removed multiprocessing tests due to OSError on Travis-CI
ikotler
committed
f4c8215
View commit details
Copy full SHA for f4c8215
View code at this point
Browse repository at this point
Wrong file permission
ikotler
committed
39f6458
View commit details
Copy full SHA for 39f6458
View code at this point
Browse repository at this point
Add try/except to multiprocessing tests due to OSError raised by Travis-CI
ikotler
committed
14ce275
View commit details
Copy full SHA for 14ce275
View code at this point
Browse repository at this point
Commits on Feb 2, 2013
Fix #69 by ikotler: Translate `_ast.Print` to `print_` instead of `__builtins__.print_`
ikotler
committed
2d07ed8
View commit details
Copy full SHA for 2d07ed8
View code at this point
Browse repository at this point
Commits on Jan 26, 2013
Fix #48 by ikotler: If _ast.Compare then remove "print" from buffer and use AS IT IS
ikotler
committed
2c8a501
View commit details
Copy full SHA for 2c8a501
View code at this point
Browse repository at this point
Commits on Jan 18, 2013
Fix #62 by ikotler: Parameterless functions are now handled properly
ikotler
committed
cf75bd0
View commit details
Copy full SHA for cf75bd0
View code at this point
Browse repository at this point
Add The BSD 3-Clause License to Header
ikotler
committed
856997b
View commit details
Copy full SHA for 856997b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.