summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * Document and test support for Python 3.6Jon Dufresne2017-03-12
| | |
| | * More explaining. Ref #13.Ionel Cristian Mărieș2017-03-09
| | |
| | * Update README.rstIonel Cristian Mărieș2017-03-08
| | |
| | * Add link to pickle docs. Ref #13.Ionel Cristian Mărieș2017-03-08
| | |
* | | releasing package python-tblib version 1.3.0-2Colin Watson2016-12-12
| | |
* | | Policy version 3.9.8: no changes required.Colin Watson2016-12-12
| | |
* | | Upgrade to debhelper v9.Colin Watson2016-12-12
| | |
* | | releasing package python-tblib version 1.3.0-1Colin Watson2016-03-09
| | |
* | | Switch to pybuild.Colin Watson2016-03-09
| | |
* | | New upstream release (1.3.0).Colin Watson2016-03-09
|\| | | | | | | | | | | | | | Stop using an awkward set of patches to tox.ini, and just run tests via pytest instead.
| * | Import python-tblib_1.3.0.orig.tar.gzColin Watson2016-03-09
| |\|
| | * Bump version: 1.2.0 → 1.3.0Ionel Cristian Mărieș2016-03-08
| | |
| | * Update badge url.Ionel Cristian Mărieș2016-03-08
| | |
| | * Fix url.Ionel Cristian Mărieș2016-03-08
| | |
| | * Fix heading levels.Ionel Cristian Mărieș2016-03-08
| | |
| | * Add missing `__all__`.Ionel Cristian Mărieș2016-03-08
| | |
| | * Update travis conf.Ionel Cristian Mărieș2016-03-08
| | |
| | * Add Traceback.from_string.Ionel Cristian Mărieș2016-03-08
| | |
| | * Add missing dep. Also collect README.rst.Ionel Cristian Mărieș2016-03-08
| | |
| | * Add two more tests.Ionel Cristian Mărieș2016-03-08
| | |
| | * Make shorter short description.Ionel Cristian Mărieș2016-03-08
| | |
| | * Fix some styling issues.Ionel Cristian Mărieș2016-03-08
| | |
| | * Upgrade skel. Add docs dir.Ionel Cristian Mărieș2016-03-08
| | |
| | * Add some more examples.Ionel Cristian Mărieș2016-03-08
| | |
* | | Use HTTPS for Vcs-* URLs.Colin Watson2016-01-27
| | |
* | | releasing package python-tblib version 1.2.0-1Colin Watson2015-12-18
| | |
* | | Drop build-dependencies on python*-coverage now that we run *-nocov test ↵Colin Watson2015-12-18
| | | | | | | | | | | | variants.
* | | New upstream release (1.2.0).Colin Watson2015-12-18
|\ \ \
| * | | Add {2,3}-{nocov,cover} tox test environmentsColin Watson2015-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Forwarded: no Last-Update: 2015-12-18 Patch-Name: tox-generic.patch
| * | | Set sitepackages = True in tox.ini.Colin Watson2015-12-18
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows tests to run on systems without network access. Author: Colin Watson <cjwatson@debian.org> Forwarded: no Last-Update: 2015-12-18 Patch-Name: tox-sitepackages.patch
| * | Import python-tblib_1.2.0.orig.tar.gzColin Watson2015-12-18
| |\|
| | * Bump version: 1.1.0 → 1.2.0Ionel Cristian Mărieș2015-12-17
| | |
| | * Add version field.Ionel Cristian Mărieș2015-12-17
| | |
| | * Fix bumpversion conf.Ionel Cristian Mărieș2015-12-17
| | |
| | * Fatten authors file and correct attributions/update changelog.Ionel Cristian Mărieș2015-12-17
| | |
| | * Merge pull request #11 from DRayX/patch-1Ionel Cristian Mărieș2015-12-17
| | |\ | | | | | | | | Update __init__.py
| | | * Update AUTHORS.rstDRayX2015-12-17
| | | | | | | | | | | | Added Patches section, and added code contributers
| | | * Update __init__.pyDRayX2015-12-16
| | | | | | | | | | | | Put `__traceback_maker` back in
| | | * Update __init__.pyDRayX2015-12-16
| | | | | | | | | | | | revert changes to Frame f_globals initialization.
| | | * Update __init__.pyDRayX2015-12-16
| | | | | | | | | | | | Edited CodeType invocation to match the arguments used in jinja2 debug.py. I'm not entirely clear on why they do / don't copy over certain arguments, but I'm guessing this will give the best compatibility.
| | | * Update README.rstDRayX2015-12-16
| | | | | | | | | | | | Update to_dict example to fix unit tests
| | | * Update __init__.pyDRayX2015-12-16
| | | | | | | | | | | | Add missing newline
| | | * Update __init__.pyDRayX2015-12-16
| | |/ | | | | | | | | | | | | | | | | | | | | | Only store the fields used by the traceback system for error reporting on the fake dict object. Change Frame f_globals initialization to only iterate over 2 items instead of all the globals. Just use the standard Exception instead of __traceback_maker as it does nothing special. Use the argcounts from the compiled code object (they will always be 0) since it is more readable. Add an empty __slots__ to the _AttrDict to improve performance. Add a few trailing commas where it makes sense to have them.
| | * Correct some assertions.Ionel Cristian Mărieș2015-10-04
| | |
| | * Fix code style a bit.Ionel Cristian Mărieș2015-10-04
| | |
| | * Fix envs for 3.5Ionel Cristian Mărieș2015-10-03
| | |
| | * Upgrade skel.Ionel Cristian Mărieș2015-10-02
| | |
| | * Remove /dev/shm fixup.Ionel Cristian Mărieș2015-10-02
| | |
* | | releasing package python-tblib version 1.1.0-1Colin Watson2015-07-28
| | |
* | | New upstream release (1.1.0).Colin Watson2015-07-28
|\ \ \