summaryrefslogtreecommitdiffstats
path: root/Modules/expat/xmltok_impl.h
blob: da0ea60a657d660770878804e3962426e84d58ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
*/

enum {
  BT_NONXML,
  BT_MALFORM,
  BT_LT,
  BT_AMP,
  BT_RSQB,
  BT_LEAD2,
  BT_LEAD3,
  BT_LEAD4,
  BT_TRAIL,
  BT_CR,
  BT_LF,
  BT_GT,
  BT_QUOT,
  BT_APOS,
  BT_EQUALS,
  BT_QUEST,
  BT_EXCL,
  BT_SOL,
  BT_SEMI,
  BT_NUM,
  BT_LSQB,
  BT_S,
  BT_NMSTRT,
  BT_COLON,
  BT_HEX,
  BT_DIGIT,
  BT_NAME,
  BT_MINUS,
  BT_OTHER, /* known not to be a name or name start character */
  BT_NONASCII, /* might be a name or name start character */
  BT_PERCNT,
  BT_LPAR,
  BT_RPAR,
  BT_AST,
  BT_PLUS,
  BT_COMMA,
  BT_VERBAR
};

#include <stddef.h>
mitgraph'>|/ * Issue #25691: Fixed crash on deleting ElementTree.Element attributes.Serhiy Storchaka2015-11-231-0/+32 |\ | * Issue #25691: Fixed crash on deleting ElementTree.Element attributes.Serhiy Storchaka2015-11-231-0/+32 * | Fixed sizeof tests for ElementTree (issue #23450).Serhiy Storchaka2015-02-161-1/+1 |/ * Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-3/+1 |\ | * Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-3/+1 * | Add some testing to verify which module was imported in ET tests.Eli Bendersky2013-05-201-0/+9 |/ * Some cosmetic changesEli Bendersky2013-02-261-2/+4 * Issue #15467: Merge 3.2Martin v. Löwis2012-07-291-16/+8 |\ * | White space normalization.Martin v. Löwis2012-06-171-3/+3 * | Issue #14055: Add __sizeof__ support to _elementtree.Martin v. Löwis2012-06-171-2/+37 * | Replace the iter/itertext methods of Element in _elementtree with true C impl...Eli Bendersky2012-06-151-26/+2 * | fix trailing whitespaceEli Bendersky2012-03-041-1/+0 * | Issue #14128: Exposing Element as an actual type from _elementtree, rather th...Eli Bendersky2012-03-041-6/+16 * | The C accelerator was not always imported for cElementTree's tests. (there's ...Florent Xicluna2012-02-161-1/+4 * | make TestAccelerator[Not]Imported for ElementTree more robustEli Bendersky2012-02-161-6/+2 * | Disabling a test that fails on some bots. Will investigate the failure soonEli Bendersky2012-02-161-2/+2 * | in the tests of ElementTree, verify that the C accelerator is imported or not...Eli Bendersky2012-02-161-1/+11 * | Fix xml_etree_c test error (follow up of issue #13988).Florent Xicluna2012-02-131-1/+3 * | Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ...Florent Xicluna2012-02-131-17/+6 |/ * Start fixing test_bigmem:Antoine Pitrou2011-10-041-2/+2 * Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-01-041-0/+18 * Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...Alexander Belopolsky2010-12-081-1/+17 * Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge fromFlorent Xicluna2010-03-131-200/+19 * Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-1/+1 * #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20