Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
16cd909daad3056cbd8b0dd7889718185c27c11f
/
Modules
/
xxmodule.c
ef1585e
Issue #25923: Added more const qualifiers to signatures of static and private functions.
by Serhiy Storchaka
· 9 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 9 years ago
b829dea
Make indentation consistent
by Eli Bendersky
· 12 years ago
d19052c
Issue #9089: Remove references to intobject.c and intobject.h from comments.
by Mark Dickinson
· 14 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 14 years ago
e94c679
Issue #1717: rename tp_compare to tp_reserved. I'll change the
by Mark Dickinson
· 16 years ago
4b02c5a
Correct a typo that breaks test_distutils
by Amaury Forgeot d'Arc
· 16 years ago
1f900f1
#3247: get rid of Py_FindMethod
by Amaury Forgeot d'Arc
· 16 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
90aa764
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
by Christian Heimes
· 17 years ago
3805321
Merged revisions 59465-59487 via svnmerge from
by Christian Heimes
· 17 years ago
cbf3b5c
Merged revisions 59275-59303 via svnmerge from
by Christian Heimes
· 17 years ago
217cfd1
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
by Christian Heimes
· 17 years ago
80101a8
I'm using the xxmodule and xxsubtype to test the msvccompiler on Windows. I'm having trouble to compile the module with VS 2008 cl.exe because "initializer is not a constant".
by Christian Heimes
· 17 years ago
808c7d8
Use unicode for reference (is there any way to build this module)
by Neal Norwitz
· 17 years ago
9f2e346
Merged revisions 56467-56482 via svnmerge from
by Martin v. Löwis
· 17 years ago
a977329
Merge part of the trunk changes into the p3yk branch. This merges from 43030
by Thomas Wouters
· 19 years ago
7580146
Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and
by Neal Norwitz
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
7297650
Another dummy type.
by Guido van Rossum
· 22 years ago
9eb67ea
Add Str, a subclass of str.
by Guido van Rossum
· 22 years ago
3c736f1
Demonstrate use of PyType_Ready() in the example.
by Raymond Hettinger
· 22 years ago
d9e7d24
add PyDoc_STR and PyDoc_STRVAR calls as examples for module authors
by Skip Montanaro
· 22 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 22 years ago
0c32279
Removed more stray instances of statichere, but left _sre.c alone.
by Tim Peters
· 22 years ago
938ace6
staticforward bites the dust.
by Jeremy Hylton
· 22 years ago
c9ca5c8
Whitespace normalization.
by Tim Peters
· 22 years ago
1630520
Fix an obvious bug.
by Thomas Heller
· 23 years ago
1de5a72
Change the example code to prefer PyModule_Add*() instead of using the
by Fred Drake
· 23 years ago
1464839
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
by Guido van Rossum
· 23 years ago
2ef1b8f
Remove a couple of tp_xxx fields that you are not expected to
by Guido van Rossum
· 23 years ago
ffa7aff
Add additional fields to Xxo_Type declaration. Fixes bug #469250.
by Martin v. Löwis
· 23 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
f580d27
Use METH_VARARGS constant in example module. Fix comment typo
by Andrew M. Kuchling
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
c4bc0e0
ANSI-fication
by Peter Schneider-Kamp
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
43713e5
Massive patch by Skip Montanaro to add ":name" to as many
by Guido van Rossum
· 25 years ago
6724835
Use the portable form of initializing the ob_type field for new types.
by Fred Drake
· 26 years ago
3886bb6
Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows.
by Guido van Rossum
· 26 years ago
c525e43
Add a test for a bad format character.
by Guido van Rossum
· 27 years ago
0cb96de
Apply two changes, systematically:
by Guido van Rossum
· 27 years ago
fbcfd52
Added the example "thin ice" from the extensions manual.
by Guido van Rossum
· 28 years ago
a376cc5
Keep gcc -Wall happy.
by Guido van Rossum
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
2b65444
Converted to new style
by Guido van Rossum
· 28 years ago
8bdd333
changes for CFM-68K mac
by Guido van Rossum
· 30 years ago
524b588
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
14ed0b2
* Modules/xxmodule.c: integrated with xxobject.c by Jack
by Guido van Rossum
· 30 years ago
a1c996c
1994 Copyright
by Guido van Rossum
· 31 years ago
34679b7
* Added Fixcprt.py: script to fix copyright message.
by Guido van Rossum
· 32 years ago
1984f1e
* Makefile adapted to changes below.
by Guido van Rossum
· 32 years ago