Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
b03528ca206f55071e5aaf1acfa26665bcfec473
/
Modules
/
clmodule.c
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
5de9842
Repair widespread misuse of _PyString_Resize. Since it's clear people
by Tim Peters
· 23 years ago
b0aaec5
Convert more METH_OLDARGS & PyArg_Parse()
by Neal Norwitz
· 23 years ago
50905b5
Convert from using METH_OLDARGS to METH_NOARGS. These should be safe.
by Neal Norwitz
· 23 years ago
43b936d
Patch #477750: Use METH_ constants in Modules.
by Martin v. Löwis
· 23 years ago
1464839
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
by Guido van Rossum
· 23 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 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
b189a2f
lots of "goto error" replaced by "return" (Jack)
by Guido van Rossum
· 27 years ago
0cb96de
Apply two changes, systematically:
by Guido van Rossum
· 27 years ago
7242905
Megapatch for IRIX 6 by Sjoerd.
by Guido van Rossum
· 27 years ago
e474fb3
Renamed.
by Roger E. Masse
· 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
3db845b
Make constants from cl.h include file available as module variables.
by Sjoerd Mullender
· 29 years ago
524b588
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
f64992e
* clmodule.c (doParams): free PVbuffer in error condition.
by Sjoerd Mullender
· 31 years ago
e537240
* Changed many files to use mkvalue() instead of newtupleobject().
by Guido van Rossum
· 32 years ago
22e44cd
* clmodule.c: the documentation was wrong, so changed the interface
by Sjoerd Mullender
· 32 years ago
4e2a427
* clmodule.c: use function prototypes (found and fixed some bugs this
by Sjoerd Mullender
· 32 years ago
3a99727
CL.py, clmodule.c: Adapted to new CL library. Lots of new methods.
by Sjoerd Mullender
· 32 years ago
8dd054d
adapted to newest version of CL library.
by Sjoerd Mullender
· 32 years ago
384f248
Lots of little fixes.
by Sjoerd Mullender
· 32 years ago
37f17b7
Fixed the last known bugs.
by Sjoerd Mullender
· 32 years ago
d53a4f3
New built-in module "cl" (Compression Library). Only for Irix 4.0.5
by Sjoerd Mullender
· 32 years ago
c431549
New built-in module cl, the Compression Library.
by Sjoerd Mullender
· 32 years ago