Staging
v0.5.1
https://github.com/python/cpython
Revision 092af1fc5cd1b314143ee848025008c4ed862285 authored by Eli Bendersky on 04 March 2012, 05:14:03 UTC, committed by Eli Bendersky on 04 March 2012, 05:14:03 UTC
This makes the C implementation more aligned with the Python implementation.
Also added some tests to ensure that Element is now a type and that it can
be subclassed.
1 parent c9590ad
Raw File
Tip revision: 092af1fc5cd1b314143ee848025008c4ed862285 authored by Eli Bendersky on 04 March 2012, 05:14:03 UTC
Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function.
Tip revision: 092af1f
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Lib/_sysconfigdata.py
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Modules/_testembed
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
__pycache__
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top