summaryrefslogtreecommitdiff
path: root/src/lxml/python.pxd
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant code for Python <= 2.6Hugo2018-08-251-1/+1
* Properly integrate the compilation of _elementpath.py and some lxml.html modu...Stefan Behnel2017-08-111-1/+1
* Implement new API function "adopt_external_document()" that accepts a PyCapsu...Stefan Behnel2017-02-181-0/+1
* replace IS_PYTHON3 C macro with IS_PYTHON2 before it starts looking funny in ...Stefan Behnel2016-09-031-1/+2
* fix several C compiler warnings in pypyStefan Behnel2015-04-101-8/+0
* for better symmetry, use lxml_malloc()/lxml_free() instead of lxml_malloc()/P...Stefan Behnel2015-03-011-0/+1
* use safer macros for memory allocation (adapted from PyMem_New() and PyMem_Re...Stefan Behnel2015-03-011-0/+2
* some PyPy code cleanupsStefan Behnel2014-01-301-1/+1
* provide Py_UNICODE parsing fallback even in Py3.3+ (might be useful for Windo...Stefan Behnel2014-01-161-1/+1
* try fixing build with MSVCStefan Behnel2014-01-081-1/+3
* optimise Unicode string parsing for PEP393 (Py3.3+)Stefan Behnel2014-01-021-0/+10
* remove some unnecessary C-ismsStefan Behnel2013-10-091-5/+0
* fix support for Py2.4Stefan Behnel2013-07-281-1/+1
* streamline QName comparison to other objectsStefan Behnel2013-07-281-0/+1
* remove some useless explicit usages of C-API calls from the code baseStefan Behnel2013-02-171-7/+0
* add compile time option for Py2 that makes the API always return Unicode stri...Stefan Behnel2012-12-211-0/+1
* fix signature of PySlice_GetIndicesEx() in recent Python versions (3.2+)Stefan Behnel2012-11-301-6/+4
* fix C compiler warning regarding PySliceObject vs. PyObjectStefan Behnel2012-07-311-0/+3
* removed obsolete cimportStefan Behnel2012-07-311-1/+0
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-301-1/+2
* initial patch for PyPy supportStefan Behnel2012-06-181-2/+3
* rewrite of node matcher to remove code duplication and make it PyPy compatibleStefan Behnel2012-04-211-0/+1
* code cleanup: replace call to PyErr_NoMemory() by explicit exceptionStefan Behnel2012-04-071-2/+1
* reuse cython definition for INT_MAXTay Ray Chuan2012-01-081-1/+0
* reuse cython definitions for stdio.hTay Ray Chuan2012-01-081-2/+2
* remove dependency of other .pxd files on cstd.pxdStefan Behnel2012-01-041-1/+1
* remove some outdated cythonismsStefan Behnel2012-01-031-1/+0
* [svn r4505] code cleanup: drop clumsy redeclaration of builtin types known in...scoder2010-12-291-8/+0
* [svn r4278] r5354@delle: sbehnel | 2009-12-04 12:14:33 +0100scoder2009-12-041-8/+9
* [svn r4271] r5331@delle: sbehnel | 2009-11-15 11:44:03 +0100scoder2009-11-241-12/+11
* [svn r4265] r5316@delle: sbehnel | 2009-11-11 17:26:12 +0100scoder2009-11-241-4/+5
* [svn r4240] r5296@delle: sbehnel | 2009-10-17 03:34:05 +0200scoder2009-10-171-0/+3
* [svn r4233] r5283@delle: sbehnel | 2009-10-17 01:16:46 +0200scoder2009-10-171-2/+2
* [svn r4112] r5051@delle: sbehnel | 2009-02-20 23:52:54 +0100scoder2009-02-271-1/+0
* [svn r4033] r4906@delle: sbehnel | 2008-12-07 21:19:42 +0100scoder2008-12-101-1/+1
* [svn r4027] r4895@delle: sbehnel | 2008-11-23 20:05:47 +0100scoder2008-11-231-1/+1
* [svn r4022] r4886@delle: sbehnel | 2008-11-19 08:43:16 +0100scoder2008-11-191-3/+3
* [svn r4020] r4875@delle: sbehnel | 2008-11-17 23:22:34 +0100scoder2008-11-171-2/+0
* [svn r3969] r4788@delle: sbehnel | 2008-09-07 19:55:29 +0200scoder2008-09-071-3/+4
* [svn r3828] r4506@delle: sbehnel | 2008-06-12 11:37:21 +0200scoder2008-06-121-1/+0
* [svn r3778] r4423@delle: sbehnel | 2008-05-30 08:37:02 +0200scoder2008-05-311-1/+0
* [svn r3761] r4377@delle: sbehnel | 2008-05-26 13:32:40 +0200scoder2008-05-261-0/+1
* [svn r3731] r4326@delle: sbehnel | 2008-05-23 21:36:14 +0200scoder2008-05-241-0/+1
* [svn r3730] r4325@delle: sbehnel | 2008-05-23 21:33:23 +0200scoder2008-05-241-0/+12
* [svn r3694] r4252@delle: sbehnel | 2008-05-20 22:09:08 +0200scoder2008-05-211-0/+1
* [svn r3686] r4232@delle: sbehnel | 2008-05-19 23:51:31 +0200scoder2008-05-201-0/+1
* [svn r3684] r4230@delle: sbehnel | 2008-05-19 09:35:46 +0200scoder2008-05-201-0/+1
* [svn r3673] r4209@delle: sbehnel | 2008-05-13 22:28:56 +0200scoder2008-05-131-2/+0
* [svn r3608] r4102@delle: sbehnel | 2008-04-27 22:02:55 +0200scoder2008-04-271-1/+0
* [svn r3607] r4100@delle: sbehnel | 2008-04-27 21:07:36 +0200scoder2008-04-271-2/+1