1. 69f41fe Bump jinja2 from 3.1.3 to 3.1.4 in /docs (#656) by dependabot[bot] · 9 days ago master
  2. 3b52ba8 Bump idna from 3.4 to 3.7 in /docs (#653) by dependabot[bot] · 4 weeks ago
  3. 70f569b Fix `dill.load_session()` raises `NameError: name 'UnpicklingError' is not defined` #648 (#649) by Zhaoyang Li · 3 months ago
  4. 61a171b remove stray import of anydbm (#646) by Mike McKerns · 4 months ago
  5. af4dc7d further skip BufferedRandomType if DNE (#645) by Mike McKerns · 4 months ago
  6. 827ed5d bumping past 0.3.8 by mmckerns · 4 months ago
  7. a0a8e86 tag: 0.3.8 by mmckerns · 4 months ago 0.3.8
  8. 6f83208 skip BufferedRandomType on pyodide (#644) by Mike McKerns · 4 months ago
  9. 72f6523 Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs (#642) by dependabot[bot] · 4 months ago
  10. db56c29 update sphinx to 6.2.1 (#641) by Mike McKerns · 4 months ago
  11. 21bd82b import submodule properly when there is an attribute of the module with the same name (#629) by Kelvin Burke · 4 months ago
  12. cce8ac7 Bump jinja2 from 3.1.1 to 3.1.3 in /docs (#640) by dependabot[bot] · 4 months ago
  13. 5ed40d5 updated copyright for 2024 (#638) by Mike McKerns · 5 months ago
  14. 8d209d4 add guard for math.log in size calculation (#637) by Mike McKerns · 5 months ago
  15. 6343f44 add build to rtfd config (#632) by Mike McKerns · 6 months ago
  16. 4b24b6d formal support for 3.12, initial support for 3.13 (#630) by Mike McKerns · 7 months ago
  17. f66ed3b update install doc in tests (#621) by Mike McKerns · 8 months ago
  18. b66411e define html_theme as rtd workaround (#615) by Mike McKerns · 9 months ago
  19. 78bf5b9 drop formal support for python 3.7 (#614) by Mike McKerns · 9 months ago
  20. 2fbe2e1 test for qualname in get_typedef_type (#613) by Mike McKerns · 9 months ago
  21. 64aaefb better get_gprof docs, support, errors by mmckerns · 10 months ago
  22. 53154df bump past dill-0.3.7 by mmckerns · 10 months ago
  23. d334771 tag: dill-0.3.7 by mmckerns · 10 months ago dill-0.3.7
  24. 0de1f2b Bump pygments from 2.11.2 to 2.15.0 in /docs (#605) by dependabot[bot] · 10 months ago
  25. 8243111 support pypy3.10 by mmckerns · 11 months ago
  26. 9338a48 don't register LineIterator if PYPY by mmckerns · 11 months ago
  27. 9c2183f non-rtf docs use globaltoc and css by mmckerns · 11 months ago
  28. d031d06 fix #601: avoid abort trap on CFunctionType by mmckerns · 11 months ago
  29. c172f59 Merge branch 'master' of github.com:uqfoundation/dill by mmckerns · 11 months ago
  30. 83ab36c use warning context for 312a7 by mmckerns · 11 months ago
  31. 4f3fe3d Fixed bug that crashed dill when a module has its __file__ attribute set to None (#598) by Miguel Hernández-Cabronero · 12 months ago
  32. f7a2282 Merge branch 'master' of github.com:uqfoundation/dill by mmckerns · 12 months ago
  33. 272f057 fix #597: better warning filtering by mmckerns · 12 months ago
  34. b48198f Bump requests from 2.27.1 to 2.31.0 in /docs (#596) by dependabot[bot] · 1 year ago
  35. 4e420e3 fix typo (#587) by lilinjie · 1 year, 2 months ago
  36. 580ccdd pop don't del items in abc dict by mmckerns · 1 year, 2 months ago
  37. 3c8790b Support ABCs (#580) by Anirudh Vegesana · 1 year, 2 months ago
  38. 0379c71 fix #582: add alias for logger.adaptor in _dill by mmckerns · 1 year, 2 months ago
  39. a488530 add donate and codecov to rtfd by mmckerns · 1 year, 2 months ago
  40. 322cf1b Python 3 Metaclasses [Support ABC and Enums - Part 1] (#577) by Anirudh Vegesana · 1 year, 3 months ago
  41. 0e3e7b5 use Python when appropriate by mmckerns · 1 year, 3 months ago
  42. 103f001 Parameters to Args for doc consistency by mmckerns · 1 year, 3 months ago
  43. 0d996d0 fix some docstring formatting by mmckerns · 1 year, 3 months ago
  44. 57dfdec align LICENSE wording with BSD-3-Clause (#574) by Marcel Telka · 1 year, 4 months ago
  45. 4911aff minor changes from PR #554 (#573) by Mike McKerns · 1 year, 4 months ago
  46. 95cb794 move repeat doc config to conf by mmckerns · 1 year, 4 months ago
  47. c5e1675 sphinx should follow imports by mmckerns · 1 year, 4 months ago
  48. 6ffb65a bump CI from 3.11-dev to 3.11 by mmckerns · 1 year, 4 months ago
  49. 30c76d4 handle raw and relative image paths by mmckerns · 1 year, 4 months ago
  50. bd766f7 handle non-relative image paths by mmckerns · 1 year, 4 months ago
  51. 780ff5c enable md to rst with embedded images by mmckerns · 1 year, 4 months ago
  52. 1757abe updated license and copyright by mmckerns · 1 year, 5 months ago
  53. bae57e9 print profile stats for get_gprof by mmckerns · 1 year, 5 months ago
  54. e93a3d9 Merge branch 'master' of github.com:uqfoundation/dill by mmckerns · 1 year, 5 months ago
  55. 92ce132 add profiling script get_gprof by mmckerns · 1 year, 5 months ago
  56. 72ffcfb Fix _is_builtin_module (#567) by Sam Grayson · 1 year, 5 months ago
  57. cde66d2 travis support 3.12 pypy 7.3.9 by mmckerns · 1 year, 7 months ago
  58. 119d4ba formally support python 3.11 by mmckerns · 1 year, 7 months ago
  59. eb98c59 bumping past dill-0.3.6 by mmckerns · 1 year, 7 months ago
  60. d5c4dcc tag: dill-0.3.6 by mmckerns · 1 year, 7 months ago dill-0.3.6
  61. f8ea2a4 ensure tempfiles are deleted by default by mmckerns · 1 year, 7 months ago
  62. 25a7e45 Minor type fix (#535) by vcwai · 1 year, 9 months ago
  63. 9c68440 patch to dump_module as in #535 by mmckerns · 1 year, 9 months ago
  64. 01bab78 Optimize the numpy hook (#542) by Leonardo Gama · 1 year, 9 months ago
  65. 43fd2ca fix pickling of CLibraryLoaderType by mmckerns · 1 year, 9 months ago
  66. bf0f4fa move numpy special register to save by mmckerns · 1 year, 10 months ago
  67. 1d3e8cf Disable logging propagation, use current stderr as output (#541) by Leonardo Gama · 1 year, 10 months ago
  68. 8034b88 Use proper SPDX identifier for License (#539) by Maximilian · 1 year, 10 months ago
  69. 7d17338 Fix `pickles()` flagging `__builtins__` as unpickleable due to the `all()` function (#538) by Leonardo Gama · 1 year, 10 months ago
  70. 87b8541 Fix pickling errors thrown when saving some Stdlib modules (#529) by Leonardo Gama · 1 year, 10 months ago
  71. b2fa04d Temporary quick fix for getsource() on IPython interpreter (fixes #346) (#531) by Leonardo Gama · 1 year, 10 months ago
  72. a9ec103 more clearly note cpython bug by mmckerns · 1 year, 10 months ago
  73. ee740ab test special case typing.Any by mmckerns · 1 year, 10 months ago
  74. 0ca195f fix: #517 special handling of typing module by mmckerns · 1 year, 10 months ago
  75. 5a66152 Move session-related code to new session module (#530) by Leonardo Gama · 1 year, 10 months ago
  76. 72a43b9 add logger module to sphinx by mmckerns · 1 year, 10 months ago
  77. 59b7b8f quiet testing by mmckerns · 1 year, 10 months ago
  78. 7489dd3 CLibraryLoader on unix in 3.11 by mmckerns · 1 year, 10 months ago
  79. 863d73c noisy testing by mmckerns · 1 year, 10 months ago
  80. c21d67a print on fail for test_registered by mmckerns · 1 year, 10 months ago
  81. 990b5a1 fix: #528, test_registered syncs objects w typemap by mmckerns · 1 year, 10 months ago
  82. 74e0fd4 A temporary quick fix for dataclass serialization (#500) (#503) by Anirudh Vegesana · 1 year, 10 months ago
  83. 166a024 tweak load_module/dump_module docs by mmckerns · 1 year, 10 months ago
  84. 6b90f52 fix dump_module() bugs and rename parameter 'main' to 'module' (#526) by Leonardo Gama · 1 year, 10 months ago
  85. c23e049 update load_module dump_module docs by mmckerns · 1 year, 11 months ago
  86. 0fa524a Fix load_session() and restrict loading a session in a different module (#507) by Leonardo Gama · 1 year, 11 months ago
  87. 0802fdd minor cleanup by mmckerns · 1 year, 11 months ago
  88. 80ad351 Fix tox tests so they will actually fail (#524) by Adam Williamson · 1 year, 11 months ago
  89. 2382432 add some no-indent bullets by mmckerns · 1 year, 11 months ago
  90. 7b63977 fix #522: unify README and module doc by mmckerns · 1 year, 11 months ago
  91. dc35b66 Rewrite _create_code() with Structural Pattern Matching (limited to tuples) (#496) by Leonardo Gama · 1 year, 11 months ago
  92. 3881a2b fix #521: support develop mode by mmckerns · 1 year, 11 months ago
  93. 4220929 Kickstart support drop for Python < 3.7 (#499) by Leonardo Gama · 1 year, 11 months ago
  94. 9000ab9 Add detailed trace mode showing saved object size and visual depth level (#471) by Leonardo Gama · 1 year, 11 months ago
  95. 38d2a95 better python handling in test main by mmckerns · 1 year, 11 months ago
  96. ecf60d0 help silence some test noise by mmckerns · 1 year, 11 months ago
  97. 2cbc2a9 Merge pull request #519 from uqfoundation/objects by Mike McKerns · 1 year, 11 months ago
  98. 73d9f85 unregister SymtableEntryType by mmckerns · 1 year, 11 months ago
  99. 178e7c0 correct failures for registered by mmckerns · 1 year, 11 months ago
  100. 60911fc correct failures and succeeds dicts by mmckerns · 1 year, 11 months ago