Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up some exception handling code to fix Cython warnings. | Stefan Behnel | 2018-03-10 | 1 | -1/+4 |
| | |||||
* | use known type to avoid some overhead | Stefan Behnel | 2013-08-08 | 1 | -1/+1 |
| | |||||
* | remove some useless explicit usages of C-API calls from the code base | Stefan Behnel | 2013-02-17 | 1 | -3/+3 |
| | |||||
* | use @cython.final and/or @cython.internal decorators for internal classes | Stefan Behnel | 2011-11-09 | 1 | -0/+5 |
| | |||||
* | let parse() and iterparse() only close files they opened themselves, provide ↵ | Stefan Behnel | 2011-05-23 | 1 | -3/+6 |
| | | | | auto-close option to resolvers | ||||
* | [svn r4402] r5569@lenny: sbehnel | 2010-04-27 21:41:20 +0200 | scoder | 2010-04-27 | 1 | -1/+6 |
| | | | | | | | API hardening against uninitialised proxies and missing __init__ calls --HG-- branch : trunk | ||||
* | [svn r4233] r5283@delle: sbehnel | 2009-10-17 01:16:46 +0200 | scoder | 2009-10-17 | 1 | -1/+1 |
| | | | | | | | fix PyBytes/PyString usage --HG-- branch : trunk | ||||
* | [svn r3982] r4814@delle: sbehnel | 2008-10-16 22:41:13 +0200 | scoder | 2008-10-16 | 1 | -4/+5 |
| | | | | | | | cleanup and simplification --HG-- branch : trunk | ||||
* | [svn r3981] r4810@delle: sbehnel | 2008-10-16 22:32:57 +0200 | scoder | 2008-10-16 | 1 | -2/+5 |
| | | | | | | | fix for Resolver.resolve_string() to make it work with non-ASCII byte strings --HG-- branch : trunk | ||||
* | [svn r3940] r4741@delle: sbehnel | 2008-08-18 09:18:42 +0200 | scoder | 2008-08-19 | 1 | -5/+11 |
| | | | | | | | docstrings --HG-- branch : trunk | ||||
* | [svn r3679] r4225@delle: sbehnel | 2008-05-19 00:50:22 +0200 | scoder | 2008-05-20 | 1 | -11/+11 |
| | | | | | | | loads of Py3 fixes, mostly byte string/unicode string cleanup --HG-- branch : trunk | ||||
* | [svn r3603] r4092@delle: sbehnel | 2008-04-25 22:47:11 +0200 | scoder | 2008-04-25 | 1 | -1/+1 |
| | | | | | | | simpler exception raising code --HG-- branch : trunk | ||||
* | [svn r3318] r3549@delle: sbehnel | 2008-02-19 12:35:22 +0100 | scoder | 2008-02-21 | 1 | -3/+6 |
| | | | | | | | support overriding base_url in parse() --HG-- branch : trunk | ||||
* | [svn r3278] r3463@delle: sbehnel | 2008-02-13 00:07:06 +0100 | scoder | 2008-02-13 | 1 | -6/+21 |
| | | | | | | | huge docstring update to make signatures visible --HG-- branch : trunk | ||||
* | [svn r3195] r3303@delle: sbehnel | 2008-01-24 15:11:15 +0100 | scoder | 2008-01-24 | 1 | -1/+1 |
| | | | | | | | exception cleanup, let them carry local error logs where possible --HG-- branch : trunk | ||||
* | [svn r2975] use keyword-only arguments in API | scoder | 2007-10-21 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2969] improved interaction of custom resolvers and XSLT | scoder | 2007-10-20 | 1 | -7/+33 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2877] rewrite of _ParserContext init code - use functions instead of ↵ | scoder | 2007-09-15 | 1 | -7/+8 |
| | | | | | | | __init__ --HG-- branch : trunk | ||||
* | [svn r2833] major restructuring of the parser code to better interate feed ↵ | scoder | 2007-09-10 | 1 | -2/+5 |
| | | | | | | | parser and (the new) target parser --HG-- branch : trunk | ||||
* | [svn r2010] NameError fix by Sidnei da Silva | scoder | 2006-10-27 | 1 | -2/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r1977] clear resolver context after use | scoder | 2006-10-25 | 1 | -0/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r1886] fix handling of 8-bit encoded filenames | scoder | 2006-09-09 | 1 | -3/+3 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r1600] C-ifications | scoder | 2006-07-01 | 1 | -6/+5 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r1012] merge of resolver-new branch: support for custom URI resolvers ↵ | scoder | 2006-04-27 | 1 | -0/+101 |
in parsers and XSLT --HG-- branch : trunk |