Thanks to visit codestin.com
Credit goes to github.com
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 }}
mjwoolf
/
nativepython
Public
forked from
APrioriInvestments/typed_python
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
nativepython
object_database
server.py
on
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 4, 2019
Fix F401 in /object_database: 'xyz' imported but unused
atzannes
committed
5b78c60
View commit details
Copy full SHA for 5b78c60
View code at this point
Browse repository at this point
Commits on Feb 26, 2019
Fix most F841: local variable 'xyz' is assigned to but never used
Show description for ed0437a
atzannes
committed
ed0437a
View commit details
Copy full SHA for ed0437a
View code at this point
Browse repository at this point
Fix E128: continuation line under-indented for visual indent
atzannes
committed
e1e9955
View commit details
Copy full SHA for e1e9955
View code at this point
Browse repository at this point
Fix E127 continuation line over-indented for visual indent
atzannes
committed
22e4450
View commit details
Copy full SHA for 22e4450
View code at this point
Browse repository at this point
Fix E131: continuation line unaligned for hanging indent
atzannes
committed
fbb1978
View commit details
Copy full SHA for fbb1978
View code at this point
Browse repository at this point
Fix E126: continuation line over-indented for hanging indent
atzannes
committed
013de45
View commit details
Copy full SHA for 013de45
View code at this point
Browse repository at this point
Commits on Feb 24, 2019
Fix E124: closing bracket does not match visual indentation
Show description for e7c9f92
atzannes
committed
e7c9f92
View commit details
Copy full SHA for e7c9f92
View code at this point
Browse repository at this point
Manually fix remaining E123 pep8 errors
atzannes
committed
0635f62
View commit details
Copy full SHA for 0635f62
View code at this point
Browse repository at this point
Fix E123: closing bracket does not match indentation of opening bracket's line
atzannes
committed
9229ff9
View commit details
Copy full SHA for 9229ff9
View code at this point
Browse repository at this point
Fix E262,E265: comment should start with '# '
atzannes
committed
37e510a
View commit details
Copy full SHA for 37e510a
View code at this point
Browse repository at this point
Fix E303: too many blank lines
atzannes
committed
c47a174
View commit details
Copy full SHA for c47a174
View code at this point
Browse repository at this point
Fix E231 missing whitespace after ','
Show description for c39258f
atzannes
committed
c39258f
View commit details
Copy full SHA for c39258f
View code at this point
Browse repository at this point
Fix E251: unexpected spaces around keyword / parameter equals
Show description for 30386d4
atzannes
committed
30386d4
View commit details
Copy full SHA for 30386d4
View code at this point
Browse repository at this point
Commits on Jan 17, 2019
Replace "exception:" with "exception Exception:"
atzannes
authored and
braxtonmckee
committed
5993668
View commit details
Copy full SHA for 5993668
View code at this point
Browse repository at this point
Commits on Dec 12, 2018
Fix logging
Show description for f49e037
atzannes
authored and
braxtonmckee
committed
f49e037
View commit details
Copy full SHA for f49e037
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
Fixing some of the abstractions
atzannes
authored and
braxtonmckee
committed
5cbcec3
View commit details
Copy full SHA for 5cbcec3
View code at this point
Browse repository at this point
Wire-through the newly required auth-token
atzannes
authored and
braxtonmckee
committed
0e9a7d8
View commit details
Copy full SHA for 0e9a7d8
View code at this point
Browse repository at this point
Commits on Dec 6, 2018
Require that TcpServer be given an SSL context
Show description for 0018d32
atzannes
authored and
braxtonmckee
committed
0018d32
View commit details
Copy full SHA for 0018d32
View code at this point
Browse repository at this point
Commits on Dec 4, 2018
Ran a script to remove trailing whitespace from *.py files
atzannes
authored and
braxtonmckee
committed
312078d
View commit details
Copy full SHA for 312078d
View code at this point
Browse repository at this point
Commits on Oct 24, 2018
Ensure we agressively disconnect dead sockets.
Show description for 3ab5c24
braxtonmckee
committed
3ab5c24
View commit details
Copy full SHA for 3ab5c24
View code at this point
Browse repository at this point
Commits on Oct 15, 2018
Fix some more bugs in C extension.
braxtonmckee
committed
0e1e2f8
View commit details
Copy full SHA for 0e1e2f8
View code at this point
Browse repository at this point
Object database uses native version of typed python now.
braxtonmckee
committed
9f83c11
View commit details
Copy full SHA for 9f83c11
View code at this point
Browse repository at this point
Ensure we cleanup properly when we have keyspaces with lots of adds/deletes.
Show description for 4e2583c
braxtonmckee
committed
4e2583c
View commit details
Copy full SHA for 4e2583c
View code at this point
Browse repository at this point
Add a missing lock. Fixes periodic test failures.
braxtonmckee
committed
ab0e3ee
View commit details
Copy full SHA for ab0e3ee
View code at this point
Browse repository at this point
Commits on Sep 19, 2018
Ensure we heartbeat during large transactions.
braxtonmckee
committed
60efad5
View commit details
Copy full SHA for 60efad5
View code at this point
Browse repository at this point
Commits on Sep 18, 2018
Don't instantiate codebase twice.
braxtonmckee
committed
8e09802
View commit details
Copy full SHA for 8e09802
View code at this point
Browse repository at this point
Better logging in server.
braxtonmckee
committed
959a810
View commit details
Copy full SHA for 959a810
View code at this point
Browse repository at this point
Allow small subscriptions to proceed in the background.
braxtonmckee
committed
82ffa26
View commit details
Copy full SHA for 82ffa26
View code at this point
Browse repository at this point
Allow 'lazy' subscriptions, which load values when they're used, not when they're subscribed to.
braxtonmckee
committed
a41e7dd
View commit details
Copy full SHA for a41e7dd
View code at this point
Browse repository at this point
Commits on Sep 14, 2018
Object identities are now allocated in channels from the server (rather than as guids). This makes them smaller.
braxtonmckee
committed
bafae41
View commit details
Copy full SHA for bafae41
View code at this point
Browse repository at this point
Change the ClientToServer/ServerToClient protocol classes to be a little faster.
Show description for adad239
braxtonmckee
committed
adad239
View commit details
Copy full SHA for adad239
View code at this point
Browse repository at this point
Commits on Sep 4, 2018
Create a pub-sub webservice framework
braxtonmckee
committed
1aa3b76
View commit details
Copy full SHA for 1aa3b76
View code at this point
Browse repository at this point
Fix a bug causing subscription information to come back incorrectly.
Show description for b1b2aa2
braxtonmckee
committed
b1b2aa2
View commit details
Copy full SHA for b1b2aa2
View code at this point
Browse repository at this point
Commits on Aug 31, 2018
Make sure we handle transactions that occur during long-subscriptions correctly.
braxtonmckee
committed
6cec5ec
View commit details
Copy full SHA for 6cec5ec
View code at this point
Browse repository at this point
Fix a subscription bug, and make sure we log exceptions in the TCP server.
braxtonmckee
committed
55e09e2
View commit details
Copy full SHA for 55e09e2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.