Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5bad5a4be277920f10414cce238376275d40f32b
/
Modules
/
flmodule.c
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
bd4bc4e
Even more ANSIfication: fix as many function pointers and declarations as
by Thomas Wouters
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
0ae5284
Fixed up some ANSIfications.
by Sjoerd Mullender
· 24 years ago
6a85027
ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.c
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
a44d353
Trent Mick <trentm@activestate.com>:
by Fred Drake
· 24 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
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
1ed5e57
Keep gcc -Wall happy.
by Guido van Rossum
· 28 years ago
7ba4c07
Renamed, but untested.
by Roger E. Masse
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
3863abb
Correct typo: return -1 for error, not NULL
by Guido van Rossum
· 28 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
93fcb9b
One NULL should have been 0.
by Sjoerd Mullender
· 31 years ago
f6da4f6
forms_set_event_call_back: argument of None resets event callback to NULL.
by Guido van Rossum
· 31 years ago
f1dc566
* Makefile: added all: and default: targets.
by Guido van Rossum
· 31 years ago
234f942
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
by Guido van Rossum
· 31 years ago
8b17d6b
Changes to speed up local variables enormously, by avoiding dictionary
by Guido van Rossum
· 32 years ago
e537240
* Changed many files to use mkvalue() instead of newtupleobject().
by Guido van Rossum
· 32 years ago
a9e7dc1
* bltinmodule.c: added built-in function cmp(a, b)
by Guido van Rossum
· 32 years ago
7066dd7
* Makefile: added IMGFILE; moved some stuff around.
by Guido van Rossum
· 32 years ago
aa7ca2d
Use getargs() everywhere now. Standardize lay-out yet more (an ongoing
by Guido van Rossum
· 32 years ago
743db36
Modified to allow other threads to run in a multithreaded environment.
by Jack Jansen
· 32 years ago
ff4949e
* Makefile: cosmetics
by Guido van Rossum
· 32 years ago
3dd8c98
fixed bugs in generic_setattr (returned NULL instead of -1 for errors)
by Guido van Rossum
· 32 years ago
336b591
in form_dealloc, only hide the form if it's visible
by Guido van Rossum
· 33 years ago
bab9d03
Copyright for 1992 added
by Guido van Rossum
· 33 years ago
2bac4d3
Added forms_(de)activate_all_forms functions; minor lay-out fixes.
by Guido van Rossum
· 33 years ago
cd80776
Got rid of display_form() (same as show_form()).
by Guido van Rossum
· 33 years ago
b3a0e4c
Implemented show_choice(); moved items around a little bit.
by Guido van Rossum
· 33 years ago
fc58e58
Use getargs() function.
by Guido van Rossum
· 33 years ago
75f8968
Hide forms before discarding them.
by Guido van Rossum
· 33 years ago
ddc0d3e
Support for FORMS 2.0.
by Guido van Rossum
· 33 years ago
d97f048
Fixed duplicate use of OFF macro.
by Guido van Rossum
· 33 years ago
32db5e3
Finally added form attributes.
by Guido van Rossum
· 33 years ago
2df7bcc
Done a little bit about garbage collection.
by Guido van Rossum
· 33 years ago
4f5eafb
Return window ID of form (later should use attr list liek objects).
by Guido van Rossum
· 33 years ago
abe5835
Fixed almost all list errors.
by Guido van Rossum
· 33 years ago
0374711
Lots of cosmetic changes.
by Guido van Rossum
· 33 years ago
75cc898
Adde get_mouse and find_first/find_last (by robertl)
by Guido van Rossum
· 33 years ago
c7df79e
Initial revision
by Guido van Rossum
· 33 years ago