Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TypedCols
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Warden
TypedCols
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
2
devel
master
default
protected
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
19
Feb
2
Nov
27
Jun
21
20
1
17
Apr
2
Jul
1
Nov
31
Oct
24
8
Sep
7
5
Implement correct setdefault method (returning possibly coerced data instead of original)
master
master
Merge branch 'devel' into 'master'
Update typedcols.py, README.rst, .gitlab-ci.yml
devel
devel
Merge branch 'devel' into 'master'
DEPLOY: Increased package version to '0.1.14' to build a new distribution.
Merge branch 'hruska-feature-improve-documentation' into 'devel'
Add changelog. (Fixes: #3)
Feature: Use latest packages
Feature: Remove test_suite and tests_require from setup.
Feature: Set project URLs
Merge branch 'hruska-feature-latest-python' into 'devel'
Use the latest Python for CI/CD
Merge branch 'hruska-bugfix-#2-deprecation-warnings' into 'devel'
Fix: Correctly import from collections. (Fixes: #2)
Merge branch 'hruska-feature-multiple-python-versions-v2' into 'devel'
Feature: Run tests for multiple Python versions
Merge branch 'hruska-feature-nose2' into 'devel'
Use nose2 instead of nose
Merge branch 'hruska-feature-deprecation-warnings' into 'devel'
Feature: Show deprecation warnings in CI/CD
Feature: Show deprecation warnings when running tests
CI/CD: Save test result in JUnit report XML format.
Update repository url
Merge branch 'devel' into 'master'
Merge branch 'hruskraj-ci/cd' into 'devel'
Update .gitlab-ci.yml file
Add requirements-dev
Fix for py3 more strict type checking
Removed OpenTypedDict support. Would need more TypedDict methods decoupling to avoid too much state keeping issues; also makes class/instance distinction too obscure to get users to use it correctly
Unittest fix - py3 exposes dict order randomization
Unittest compatibility fix
TypedDict now supports recursive check for missing keys
OpenTypedDict now clears its data before validation, fixed unittest
Fixed regression on unknown keys
Added dynamically defined OpenTypedDict class
Turned on building of universal wheels (work both for Python 2 and 3).
Version bumped up to 0.1.9 to build new packages.
Added master makefile target show-version for showing current project version.
Refactoring: Renamed MMakefile to Makefile.
Version bumped up to 0.1.8 to build new packages.
Loading