]> granicus.if.org Git - python/commit
Eric Snow's implementation of PEP 421.
authorBarry Warsaw <barry@python.org>
Sun, 3 Jun 2012 20:18:47 +0000 (16:18 -0400)
committerBarry Warsaw <barry@python.org>
Sun, 3 Jun 2012 20:18:47 +0000 (16:18 -0400)
commit409da157d7ff2a49892e20a94a3fc83475845d22
tree734314ff314990b3f3b9bb6f8de2e2f4ee0b54dc
parent82ffabdfa4de985690c76fd7498a77e9604e1747
Eric Snow's implementation of PEP 421.

Issue 14673: Add sys.implementation
Doc/library/sys.rst
Doc/library/types.rst
Include/Python.h
Include/namespaceobject.h [new file with mode: 0644]
Lib/test/test_sys.py
Lib/test/test_types.py
Lib/types.py
Makefile.pre.in
Objects/namespaceobject.c [new file with mode: 0644]
Objects/object.c
Python/sysmodule.c