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
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 }}
TargetedEntropy
/
pyCraft
Public
forked from
ammaraskar/pyCraft
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
New types
- #7
#7
Merged
TargetedEntropy
merged 22 commits into
TargetedEntropy:master
TargetedEntropy/pyCraft:master
from
zacholade:new_types
zacholade/pyCraft:new_types
Copy head branch name to clipboard
Mar 21, 2023
Conversation
Commits
22
(22)
Checks
Files changed
Merged
New types
#7
TargetedEntropy
merged 22 commits into
TargetedEntropy:master
TargetedEntropy/pyCraft:master
from
zacholade:new_types
zacholade/pyCraft:new_types
Copy head branch name to clipboard
Commits
Commits on Apr 11, 2015
Added exceptions for serialization and deserialization. These will come in handy later
JeppeKlitgaard
committed
658c451
View commit details
Copy full SHA for 658c451
Browse repository at this point
Abstraction in exceptions tests
JeppeKlitgaard
committed
3e4c2dd
View commit details
Copy full SHA for 3e4c2dd
Browse repository at this point
Commits on Apr 14, 2015
Added exceptions for serialization and deserialization. These will come in handy later
JeppeKlitgaard
committed
a589c1e
View commit details
Copy full SHA for a589c1e
Browse repository at this point
Abstraction in exceptions tests
JeppeKlitgaard
committed
8ca5c7f
View commit details
Copy full SHA for 8ca5c7f
Browse repository at this point
Merge branch 'new_types' of github.com:ammaraskar/pyCraft into new_types
JeppeKlitgaard
committed
5667cf9
View commit details
Copy full SHA for 5667cf9
Browse repository at this point
Implemented some of the datatypes and some tests for them.
JeppeKlitgaard
committed
bac8769
View commit details
Copy full SHA for bac8769
Browse repository at this point
Added DISALLOWED_SERIALIZATION_TYPES, making it easier to cherrypick which types should be allowed. This was done to handle bool being a subclass of int
JeppeKlitgaard
committed
73b990c
View commit details
Copy full SHA for 73b990c
Browse repository at this point
Commits on Apr 16, 2015
More datatype abstraction:
Show description for a31f1c5
JeppeKlitgaard
committed
a31f1c5
View commit details
Copy full SHA for a31f1c5
Browse repository at this point
Added tests for compat.py
JeppeKlitgaard
committed
89a4368
View commit details
Copy full SHA for 89a4368
Browse repository at this point
Merge branch 'master' into dev
JeppeKlitgaard
committed
af84a86
View commit details
Copy full SHA for af84a86
Browse repository at this point
Merge branch 'dev' into new_types
JeppeKlitgaard
committed
83a2fdc
View commit details
Copy full SHA for 83a2fdc
Browse repository at this point
Removed non-empty string deserialization test, as
Show description for 5eddb67
JeppeKlitgaard
committed
5eddb67
View commit details
Copy full SHA for 5eddb67
Browse repository at this point
Fixed 3 of the VALID_VALUES on the
Show description for 4e6f223
JeppeKlitgaard
committed
4e6f223
View commit details
Copy full SHA for 4e6f223
Browse repository at this point
Started using six
JeppeKlitgaard
committed
ab4d78d
View commit details
Copy full SHA for ab4d78d
Browse repository at this point
Merge remote-tracking branch 'origin/six' into new_types
JeppeKlitgaard
committed
474aa58
View commit details
Copy full SHA for 474aa58
Browse repository at this point
Added tests for LongLong and UnsignedLongLong.
Show description for cc184f3
JeppeKlitgaard
committed
cc184f3
View commit details
Copy full SHA for cc184f3
Browse repository at this point
Implemented tests for the Float datatype.
Show description for 20e7c70
JeppeKlitgaard
committed
20e7c70
View commit details
Copy full SHA for 20e7c70
Browse repository at this point
Added tests for Double datatype
JeppeKlitgaard
committed
026a410
View commit details
Copy full SHA for 026a410
Browse repository at this point
Removed useless commented code.
JeppeKlitgaard
committed
69d7e74
View commit details
Copy full SHA for 69d7e74
Browse repository at this point
PEP8
JeppeKlitgaard
committed
868bd14
View commit details
Copy full SHA for 868bd14
Browse repository at this point
Ignored python2-specific code on coverage report.
JeppeKlitgaard
committed
e1f8f02
View commit details
Copy full SHA for e1f8f02
Browse repository at this point
Tests for VarInt
Show description for 55ff270
JeppeKlitgaard
committed
55ff270
View commit details
Copy full SHA for 55ff270
Browse repository at this point
You can’t perform that action at this time.