Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
63168a52
Commit
63168a52
authored
Dec 14, 2005
by
Fredrik Lundh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added PSF licensing blurbs to relevant files
parent
16fd9026
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
0 deletions
+15
-0
Lib/xmlcore/etree/ElementInclude.py
Lib/xmlcore/etree/ElementInclude.py
+3
-0
Lib/xmlcore/etree/ElementPath.py
Lib/xmlcore/etree/ElementPath.py
+3
-0
Lib/xmlcore/etree/ElementTree.py
Lib/xmlcore/etree/ElementTree.py
+3
-0
Lib/xmlcore/etree/__init__.py
Lib/xmlcore/etree/__init__.py
+3
-0
PC/_subprocess.c
PC/_subprocess.c
+3
-0
No files found.
Lib/xmlcore/etree/ElementInclude.py
View file @
63168a52
...
...
@@ -41,6 +41,9 @@
# OF THIS SOFTWARE.
# --------------------------------------------------------------------
# Licensed to PSF under a Contributor Agreement.
# See http://www.python.org/2.4/license for licensing details.
##
# Limited XInclude support for the ElementTree package.
##
...
...
Lib/xmlcore/etree/ElementPath.py
View file @
63168a52
...
...
@@ -42,6 +42,9 @@
# OF THIS SOFTWARE.
# --------------------------------------------------------------------
# Licensed to PSF under a Contributor Agreement.
# See http://www.python.org/2.4/license for licensing details.
##
# Implementation module for XPath support. There's usually no reason
# to import this module directly; the <b>ElementTree</b> does this for
...
...
Lib/xmlcore/etree/ElementTree.py
View file @
63168a52
...
...
@@ -67,6 +67,9 @@
# OF THIS SOFTWARE.
# --------------------------------------------------------------------
# Licensed to PSF under a Contributor Agreement.
# See http://www.python.org/2.4/license for licensing details.
__all__
=
[
# public symbols
"Comment"
,
...
...
Lib/xmlcore/etree/__init__.py
View file @
63168a52
...
...
@@ -28,3 +28,6 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
# OF THIS SOFTWARE.
# --------------------------------------------------------------------
# Licensed to PSF under a Contributor Agreement.
# See http://www.python.org/2.4/license for licensing details.
PC/_subprocess.c
View file @
63168a52
...
...
@@ -32,6 +32,9 @@
*
*/
/* Licensed to PSF under a Contributor Agreement. */
/* See http://www.python.org/2.4/license for licensing details. */
/* TODO: handle unicode command lines? */
/* TODO: handle unicode environment? */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment