Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
68abe832b9761b1b506d6eaf5eb941c07d0735bc
/
Modules
/
newmodule.c
1bff883
Allow new.function() called with explicit 3rd arg of None, as
by Guido van Rossum
· 24 years ago
5428c7d
Fix the docstring for new.function().
by Fred Drake
· 24 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
e365fb8
Use METH_VARARGS instead of numeric constant 1 in method def. tables
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
c5007aa
final patches from Neil Schemenauer for garbage collection
by Jeremy Hylton
· 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
3886bb6
Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows.
by Guido van Rossum
· 26 years ago
d076c73
Changes to support other object types besides strings
by Guido van Rossum
· 26 years ago
7859f87
Marc-Andre Lemburg's patch to support instance methods with other
by Guido van Rossum
· 26 years ago
b88679b
I think there was a tiny bug in new_function() -- the 'defaults'
by Guido van Rossum
· 26 years ago
463e55a
Two more arguments to newcodeobject -- first lineno and lineno table.
by Guido van Rossum
· 28 years ago
e9fd28d
Add stacksize argument to new.code().
by Guido van Rossum
· 28 years ago
a6b7c71
Renamed.
by Barry Warsaw
· 28 years ago
b916faf
Upgraded new.function() contributed by Tommy. Also got rid of #if 0'ed code.
by Guido van Rossum
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
26b310a
Added new.instance(class, dict).
by Guido van Rossum
· 28 years ago
b28911c
added new.classobj()
by Guido van Rossum
· 29 years ago
896fc7e
re-enable new.code(...) with new args
by Guido van Rossum
· 29 years ago
b158909
\temporary 'fix' for brokenness
by Guido van Rossum
· 29 years ago
cd938fc
Made some more things static, and other cleanup for new naming scheme
by Guido van Rossum
· 30 years ago
37431fb
initmodule3 -> initmodule3
by Guido van Rossum
· 30 years ago
f9888eb
totally revamped
by Guido van Rossum
· 30 years ago
5e8e832
don't use backslashes for continuation lines
by Guido van Rossum
· 30 years ago
34162a1
Added some new modules
by Guido van Rossum
· 30 years ago