summaryrefslogtreecommitdiff
path: root/src/lxml/objectpath.pxi
Commit message (Expand)AuthorAgeFilesLines
* Use f-strings for all string formatting for which it makes sense (i.e. does n...Stefan Behnel2018-01-251-6/+6
* for better symmetry, use lxml_malloc()/lxml_free() instead of lxml_malloc()/P...Stefan Behnel2015-03-011-1/+1
* use safer macros for memory allocation (adapted from PyMem_New() and PyMem_Re...Stefan Behnel2015-03-011-2/+1
* clean up some unnecessarily C-ish codeStefan Behnel2015-03-011-61/+67
* minor code cleanupStefan Behnel2015-02-221-8/+5
* remove some useless explicit usages of C-API calls from the code baseStefan Behnel2013-02-171-2/+2
* fix some more C compiler warnings in lxml.objectifyStefan Behnel2012-07-311-5/+2
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-301-40/+19
* code cleanup: replace call to PyErr_NoMemory() by explicit exceptionStefan Behnel2012-04-071-2/+2
* use 'cstring_h.*' instead of 'string' for string.h functionsTay Ray Chuan2012-01-101-2/+2
* reuse cython definitions for string.hTay Ray Chuan2012-01-081-2/+2
* use lower case encoding names when de-/encoding in PythonStefan Behnel2011-12-021-1/+1
* [svn r4281] r5360@delle: sbehnel | 2009-12-06 01:32:54 +0100scoder2009-12-061-5/+2
* [svn r4265] r5316@delle: sbehnel | 2009-11-11 17:26:12 +0100scoder2009-11-241-2/+2
* [svn r4233] r5283@delle: sbehnel | 2009-10-17 01:16:46 +0200scoder2009-10-171-1/+1
* [svn r4086] r4998@delle: sbehnel | 2009-02-14 23:13:57 +0100scoder2009-02-141-3/+3
* [svn r4022] r4886@delle: sbehnel | 2008-11-19 08:43:16 +0100scoder2008-11-191-2/+2
* [svn r4020] r4875@delle: sbehnel | 2008-11-17 23:22:34 +0100scoder2008-11-171-10/+13
* [svn r3943] ObjectPath(...)(root, default) now returns default even ifjholg2008-08-211-3/+6
* [svn r3782] r4427@delle: sbehnel | 2008-05-31 16:29:03 +0200scoder2008-05-311-1/+1
* [svn r3694] r4252@delle: sbehnel | 2008-05-20 22:09:08 +0200scoder2008-05-211-39/+44
* [svn r3645] r4161@delle: sbehnel | 2008-05-05 09:54:55 +0200scoder2008-05-051-7/+14
* [svn r3603] r4092@delle: sbehnel | 2008-04-25 22:47:11 +0200scoder2008-04-251-17/+17
* [svn r3278] r3463@delle: sbehnel | 2008-02-13 00:07:06 +0100scoder2008-02-131-3/+9
* [svn r3195] r3303@delle: sbehnel | 2008-01-24 15:11:15 +0100scoder2008-01-241-15/+17
* [svn r3017] cleanupscoder2007-10-291-17/+12
* [svn r3014] fixed crash in ObjectPathscoder2007-10-291-1/+2
* [svn r2950] use 'bint' instead of 'int' Pyrex type where appropriatescoder2007-10-091-1/+1
* [svn r2834] moved objectpath implementation to separate .pxiscoder2007-09-111-0/+335