index
:
delta/gobject-introspection.git
annotation
annotation_svn1007
baserock/1.39.90
baserock/GOBJECT_INTROSPECTION_1_40_0
baserock/jonathan/fix-giscanner
baserock/markdoffman/1_39_90-merge
baserock/morph
bochecha/pkgconfig-prefix
doc-sections
ebassi/cairo-wrap
ebassi/compiler-opt
ebassi/final-type
ebassi/for-master
ebassi/issue-384
ebassi/issue-418
ebassi/signal-emitter
ebassi/symbol-collision
ewlsh/fundamental-test
fix-msvc-setuptools-distutils
fix-msvc-warnings
fix.win.cmd.3-38
g-i-0.6
g-i-0.9
gi-release-1-70
gidocgen
gir-compiler
gir-docbook
gir-docbook-2
glib-annotations
gnome-3-0
gnome-3-10
gnome-3-12
gnome-3-14
gnome-3-16
gnome-3-18
gnome-3-2
gnome-3-20
gnome-3-22
gnome-3-24
gnome-3-26
gnome-3-28
gnome-3-30
gnome-3-32
gnome-3-34
gnome-3-36
gnome-3-38
gnome-3-4
gnome-3-6
gnome-3-8
gnome-42
ignatenko/g-ir-inspect
issue-328
main
mallard-templates
master
matthiasc/symbol-collision
no-designated-init
pointer-aliases
scope-forever
tintou/closure-destroy-fix
tintou/doc-format
win64.fixes.master
wip/api-diff
wip/carlosg/signal-tests
wip/ci
wip/cmph
wip/cmph-rebase2
wip/cmph-rebase3
wip/dieterv/drive-by-review
wip/dieterv/g-ir-fix
wip/dieterv/multiline-annotations
wip/dieterv/schema
wip/docs
wip/docs-3
wip/docs-json
wip/dx-hackfest
wip/ebassi/meson
wip/fanc999/dumper-distutils
wip/glib-source-extraction
wip/hadess/add-power-profile-monitor
wip/jtojnar/glib-subproject
wip/meson/pkg-generate
wip/nielsdg/python-formatter-out-params
wip/nonrecursive-make
wip/sam/multiple-girs-one-typelib
wip/smcv/8k-not-enough-for-everybody
wip/smcv/search-paths
wip/smcv/test-more-flags
wip/smcv/testbuild
wip/structure-parsing
wip/tingping/meson
wip/tintou/closure-documentation
zbrown/dispose
zbrown/types-1
gitlab.gnome.org: GNOME/gobject-introspection.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
giscanner
/
cachestore.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always close files
Christoph Reiter
2020-11-07
1
-9
/
+11
*
Always pass an encoding to open() using text mode
Christoph Reiter
2020-11-07
1
-2
/
+2
*
cachestore: handle cache getting deleted while loading it. Fixes #278
Christoph Reiter
2019-04-17
1
-3
/
+7
*
Merge branch 'drop-py-compat-code' into 'master'
Christoph Reiter
2018-12-08
1
-10
/
+1
|
\
|
*
Drop all Python 2 compat code
Christoph Reiter
2018-12-08
1
-10
/
+1
*
|
cachestore: don't try to catch nonexisting pickle.BadPickleGet. Fixes #159
Christoph Reiter
2018-12-08
1
-1
/
+1
|
/
*
When handling errors according to errno, catch both IOError and OSError
Simon McVittie
2017-06-19
1
-14
/
+8
*
giscanner: Encode sha1 input for Python 3 compatibility
Simon Feltman
2015-09-29
1
-2
/
+5
*
giscanner: Use pickle when cPickle is not available
Simon Feltman
2015-09-29
1
-6
/
+10
*
giscanner: Use unicode literals in all Python files
Simon Feltman
2015-09-29
1
-0
/
+1
*
giscanner: Use print as a function for Python 3 compatibility
Simon Feltman
2015-09-29
1
-0
/
+1
*
giscanner: Enable "true division" for all Python files
Simon Feltman
2015-09-29
1
-0
/
+1
*
giscanner: Use absolute_import for all Python files
Simon Feltman
2015-09-29
1
-0
/
+2
*
scanner: use open() as os.fdopen as context managers
Dieter Verfaillie
2015-08-21
1
-2
/
+4
*
scanner: fix cachestore race
Dieter Verfaillie
2015-08-21
1
-9
/
+8
*
scanner: future-proof cachestore version hashing
Dieter Verfaillie
2015-06-29
1
-2
/
+1
*
scanner: add "XDG Base Directory" functions
Dieter Verfaillie
2015-06-20
1
-40
/
+11
*
scanner: honor XDG_CACHE_HOME
Dieter Verfaillie
2015-06-20
1
-0
/
+5
*
giscanner/cachestore.py: Clean up a bit
Chun-wei Fan
2014-08-01
1
-4
/
+1
*
giscanner: Make _get_cachedir() Always Work on Windows
Chun-wei Fan
2014-07-04
1
-1
/
+4
*
giscanner: Use Python 3 compatible octal literal syntax
Simon Feltman
2014-05-01
1
-2
/
+2
*
cachestore: Use "write new, then rename" pattern, not "write in place"
Colin Walters
2014-04-01
1
-1
/
+7
*
tests: Update misc/pep8.py to 1.4.5
Dieter Verfaillie
2013-05-07
1
-2
/
+3
*
giscanner: prefer "except X as e" over "except X, e"
Dieter Verfaillie
2013-04-09
1
-8
/
+8
*
Add GI_SCANNER_DISABLE_CACHE environment variable
Colin Walters
2011-05-02
1
-0
/
+2
*
scanner: Don't fail on mkdir if cachedir already exists
GOBJECT_INTROSPECTION_0_10_2
Colin Walters
2011-02-03
1
-1
/
+4
*
Fix giscanner crash with no cache directory
Robert Ancell
2010-08-12
1
-0
/
+3
*
[cachestore] Properly clean the cache
g-i-0.6
Johan Dahlin
2010-06-17
1
-1
/
+1
*
[cachestore] Add versioning
Johan Dahlin
2010-06-10
1
-1
/
+50
*
Ignore errors caused by permissions in $HOME
Josselin Mouette
2009-12-02
1
-1
/
+4
*
Add missing self parameter
Johan Dahlin
2009-02-11
1
-1
/
+1
*
Catch AttributeError which seems to be occasionally raised for Record.
Johan Dahlin
2009-01-13
1
-1
/
+1
*
Use shutil.move instead of os.rename, since it will automatically fall
Johan Dahlin
2008-12-09
1
-2
/
+3
*
Don't require HOME to be set and if it set, don't require the directory to
Johan Dahlin
2008-12-08
1
-1
/
+7
*
yay for scripts checking number of newlines
Johan Dahlin
2008-12-08
1
-0
/
+1
*
Dump the cache file to a temporary file and rename it the expected
Johan Dahlin
2008-12-08
1
-7
/
+19
*
Remove tabs, fixes make check
Johan Dahlin
2008-12-01
1
-1
/
+1
*
Bug 562289 – Race when removing invalid cache
Johan Dahlin
2008-11-30
1
-1
/
+4
*
Catch ValueError exceptions.
Johan Dahlin
2008-11-19
1
-1
/
+1
*
Catch BadPickleGet exceptions as well.
Johan Dahlin
2008-11-18
1
-1
/
+1
*
Handle broken cache entries, write only filesystems and running out of
Johan Dahlin
2008-11-07
1
-3
/
+29
*
Relicense the giscanner library under LGPLv2+. This has been approved by
Johan Dahlin
2008-11-04
1
-11
/
+11
*
Remove arguments from the constructor, move them to separate accessors.
Johan Dahlin
2008-10-30
1
-0
/
+87