index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
xxsubtype.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-11/+23
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-3/+3
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-4/+2
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-4/+0
*
add some example docstrings using PyDoc_STR
Skip Montanaro
2002-08-14
1
-8/+8
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1/+1
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
1
-2/+2
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-2/+2
*
Add a simple test of the METH_CLASS and METH_STATIC flags for type methods.
Fred Drake
2002-03-28
1
-0/+28
*
Change the example code to prefer PyModule_Add*() instead of using the
Fred Drake
2002-03-12
1
-9/+5
*
initxxsubtype(): Add a comment to make the magic clearer; I doubt it's
Tim Peters
2001-12-17
1
-2/+4
*
Use PyType_Ready() for initialization of the ob_type field of our
Guido van Rossum
2001-12-17
1
-2/+4
*
David Abrahams tried to compile this as a separate DLL under MSVC, and
Tim Peters
2001-12-17
1
-4/+21
*
Give xxsubtype a module docstring, so its oddball purpose is discoverable
Tim Peters
2001-12-10
1
-2/+8
*
Adding missing "static" declarations (found by "make smelly").
Neil Schemenauer
2001-10-21
1
-1/+1
*
Add optional docstrings to getset descriptors. Fortunately, there's
Guido van Rossum
2001-09-20
1
-2/+3
*
Add optional docstrings to member descriptors. For backwards
Guido van Rossum
2001-09-20
1
-2/+3
*
Change the type names to xxsublist.<name>.
Guido van Rossum
2001-08-16
1
-2/+2
*
Add 'state' as a get/set attribute to spamlist. This serves as an
Guido van Rossum
2001-08-15
1
-1/+12
*
Add 'state' as a read-only attribute to spamdict. This serves as an
Guido van Rossum
2001-08-15
1
-1/+7
*
- Rename PyType_InitDict() to PyType_Ready().
Guido van Rossum
2001-08-07
1
-2/+2
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-0/+233