Commit Graph

5 Commits

Author SHA1 Message Date
Robert Collins bf7c1f5bd2 Add a makefile. 2015-03-06 14:33:05 +13:00
Robert Collins 4fba2643bc Add missing files, ignore build and dist. 2015-03-06 14:28:43 +13:00
Robert Collins 9b5bed0828 Issue #17911: traceback module overhaul
Provide a way to seed the linecache for a PEP-302 module without actually
loading the code.

Provide a new object API for traceback, including the ability to not lookup
lines at all until the traceback is actually rendered, without any trace of the
original objects being kept alive.
2015-03-06 14:26:47 +13:00
Robert Collins 32efec3881 Backport linecache for Python 2.6 and up. 2015-01-13 17:08:38 +13:00
Robert Collins f634074863 Initial boilerplate 2015-01-13 17:08:31 +13:00