GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
flmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger
2003-10-12
1
-1
/
+1
*
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
*
Convert METH_OLDARGS -> METH_NOARGS: remove args parameter
Neal Norwitz
2002-03-31
1
-243
/
+247
*
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis
2002-01-17
1
-45
/
+45
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-2
/
+2
*
sprintf -> PyOS_snprintf in some "obviously safe" cases.
Tim Peters
2001-11-28
1
-4
/
+4
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-10
/
+0
*
Even more ANSIfication: fix as many function pointers and declarations as
Thomas Wouters
2000-07-22
1
-3
/
+3
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-1
/
+1
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1
/
+1
*
Fixed up some ANSIfications.
Sjoerd Mullender
2000-07-12
1
-1
/
+1
*
ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.c
Peter Schneider-Kamp
2000-07-10
1
-544
/
+177
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6
/
+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22
/
+7
*
Trent Mick <trentm@activestate.com>:
Fred Drake
2000-06-30
1
-4
/
+4
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-4
/
+4
*
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum
1998-12-04
1
-1
/
+1
*
Keep gcc -Wall happy.
Guido van Rossum
1997-04-29
1
-25
/
+0
*
Renamed, but untested.
Roger E. Masse
1997-01-03
1
-765
/
+780
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13
/
+20
*
Correct typo: return -1 for error, not NULL
Guido van Rossum
1996-09-11
1
-1
/
+1
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2
/
+2
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-136
/
+136
*
One NULL should have been 0.
Sjoerd Mullender
1994-01-03
1
-1
/
+1
*
forms_set_event_call_back: argument of None resets event callback to NULL.
Guido van Rossum
1993-07-26
1
-0
/
+2
*
* Makefile: added all: and default: targets.
Guido van Rossum
1993-07-05
1
-122
/
+83
*
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum
1993-06-17
1
-6
/
+6
*
Changes to speed up local variables enormously, by avoiding dictionary
Guido van Rossum
1993-03-30
1
-0
/
+9
*
* Changed many files to use mkvalue() instead of newtupleobject().
Guido van Rossum
1993-03-16
1
-55
/
+15
*
* bltinmodule.c: added built-in function cmp(a, b)
Guido van Rossum
1992-10-18
1
-4
/
+3
*
* Makefile: added IMGFILE; moved some stuff around.
Guido van Rossum
1992-09-17
1
-12
/
+75
*
Use getargs() everywhere now. Standardize lay-out yet more (an ongoing
Guido van Rossum
1992-09-03
1
-196
/
+248
*
Modified to allow other threads to run in a multithreaded environment.
Jack Jansen
1992-08-13
1
-1
/
+27
*
* Makefile: cosmetics
Guido van Rossum
1992-08-05
1
-3
/
+1
*
fixed bugs in generic_setattr (returned NULL instead of
Guido van Rossum
1992-06-03
1
-2
/
+2
*
in form_dealloc, only hide the form if it's visible
Guido van Rossum
1992-04-08
1
-1
/
+2
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1
/
+1
*
Added forms_(de)activate_all_forms functions; minor lay-out fixes.
Guido van Rossum
1992-03-27
1
-18
/
+40
*
Got rid of display_form() (same as show_form()).
Guido van Rossum
1992-03-24
1
-15
/
+0
*
Implemented show_choice(); moved items around a little bit.
Guido van Rossum
1992-03-23
1
-9
/
+47
*
Use getargs() function.
Guido van Rossum
1992-01-27
1
-184
/
+41
*
Hide forms before discarding them.
Guido van Rossum
1991-12-16
1
-0
/
+1
*
Support for FORMS 2.0.
Guido van Rossum
1991-12-10
1
-33
/
+170
*
Fixed duplicate use of OFF macro.
Guido van Rossum
1991-11-19
1
-0
/
+6
*
Finally added form attributes.
Guido van Rossum
1991-11-12
1
-5
/
+38
*
Done a little bit about garbage collection.
Guido van Rossum
1991-10-20
1
-103
/
+218
*
Return window ID of form (later should use attr list liek objects).
Guido van Rossum
1991-09-13
1
-0
/
+2
*
Fixed almost all list errors.
Guido van Rossum
1991-08-08
1
-16
/
+20
*
Lots of cosmetic changes.
Guido van Rossum
1991-08-08
1
-310
/
+325
[next]