Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Klaus Wölfel
wendelin.core
Graph
2dd54723f5ee6887371f3f44888d8ee08a01838e
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
17
Sep
4
Jul
26
Jun
17
Apr
16
12
2
21
Feb
31
Jan
12
Dec
6
5
4
2
1
24
Oct
4
Sep
21
Aug
17
6
Jul
28
Mar
24
16
10
17
Jan
16
12
11
10
9
28
Sep
14
Aug
14
Jul
6
1
27
Jun
24
13
12
20
Apr
5
18
Dec
15
5
Nov
2
2
Oct
30
Sep
29
24
23
21
11
2
19
Aug
18
17
12
9
6
27
Jul
24
27
Jun
25
12
2
1
28
May
25
20
14
29
Apr
15
3
Add RamArray
master
master
py.bench: Move it to -> pygolang
t/py.bench: A bit of cosmetics
t/map-private-dup: Demo program showing that we can't get aliasing with MAP_PRIVATE mappings
Wendelin.core v1 is used in production for several years now
tests: Explicitly close ZODB connections for places with warnings found by previous patch
tests: Force-close ZODB connections in teardown, that testing code forgot to explicitly close
wendelin.core v0.12
v0.12
v0.12
tox: v↑ everything
tests: Teach to run with ZEO5
tox/ZODB3: Limit ZConfig < 3.2.0
bigarray: ArrayRef utility
bigarray: ArrayRef support for BigArray
bigarray: Add ArrayRef utility
lib/zodb: Use zodbtools/zodburi to open databases, if available
bigfile/virtmem: Fix build with recent glibc
virtmem: Benchmarks for pagefault handling
py.bench: Rework output to match Go benchmarking format
.gitignore += .cache/
py.bench: Less noisy output
py.bench: Fix output reporting
py.bench: Fix report.bench_time collect
py.bench: Don't forget to clear config's inicache after tweaking config.inicfg
Add forgottent copyright & license to tests
Relicense to GPLv3+ with wide exception for all Free Software / Open Source projects + Business options.
demo_zbigarray: Allow to specify work size as option
bigfile/py: Don't forget to clear exception state after retrieving pybuf referrers
bigfile/py: Stop caring about sys.exc_{type,value,traceback} variables
bigfile/virtmem: Don't forget to release fileh->writeout_inprogress on storeblk error
wendelin.core v0.11
v0.11
v0.11
Revert "bigfile/zodb: Make ZBlk1 format the default"
wendelin.core v0.10
v0.10
v0.10
fixup! bigarray: Explicitly reject dtypes with object inside
bigarray: Explicitly reject dtypes with object inside
wendelin.core v0.9
v0.9
v0.9
tox/ZODB3: Limit transaction < 2.0dev
bigfile/py: Teach loadblk() to automatically break reference cycles to pybuf
bigfile/virtmem: Do storeblk() with virtmem lock released
bigfile/py/loadblk: Resort to pybuf unpinninf, if nothing helps
bigfile/py: Factor out code to "unpin" a buffer to separate functions