index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
config.c.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Untabify Modules/config.c.in.
Mark Dickinson
2010-05-29
1
-18/+17
*
tabify
Benjamin Peterson
2008-09-18
1
-2/+2
*
Re-implement the 'warnings' module in C. This allows for usage of the
Brett Cannon
2008-04-12
1
-0/+4
*
Issue 2408: remove the _types module
Amaury Forgeot d'Arc
2008-04-08
1
-4/+0
*
Fix misleading comment reported in issue #1917.
Guido van Rossum
2008-01-23
1
-1/+1
*
Patch #1520294: Support for getset and member descriptors in types.py,
Barry Warsaw
2006-07-27
1
-0/+4
*
whoops. missed one in an auto-generated file. another extern "C" {} for C++ c...
Anthony Baxter
2006-04-13
1
-0/+10
*
Create _ast module.
Martin v. Löwis
2006-02-27
1
-0/+4
*
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
Tim Peters
2002-07-07
1
-2/+0
*
gcmodule is now enabled here
Neil Schemenauer
2001-08-30
1
-0/+6
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-1/+1
*
_PyImport_Inittab: define the exceptions module's init function.
Barry Warsaw
2001-01-23
1
-1/+1
*
Clarify two comments
Andrew M. Kuchling
2000-11-30
1
-2/+2
*
Fix prototypes generated by makesetup, so they include '(void)' rather than
Thomas Wouters
2000-07-23
1
-2/+2
*
Add "exceptions" to list of built-in modules for the sake of
Guido van Rossum
2000-07-12
1
-0/+1
*
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
*
Renamed inittab.
Guido van Rossum
1997-04-29
1
-1/+1
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-10/+17
*
Use struct _inittab def from import.h
Guido van Rossum
1996-05-23
1
-4/+1
*
split config.c in 1000 parts; new main; new unfinished objective-C module
Guido van Rossum
1995-08-04
1
-224/+7
*
added getpalatform()
Guido van Rossum
1995-07-07
1
-1/+11
*
move decl of realmain() out of #ifdef
Guido van Rossum
1995-03-30
1
-1/+2
*
1995 copyright
Guido van Rossum
1995-03-14
1
-1/+1
*
remove bogus ## in front of gcc __VERSION__
Guido van Rossum
1995-02-17
1
-1/+1
*
tack compiler name/version to version string if known
Guido van Rossum
1995-02-13
1
-3/+31
*
changes for C++ (Tim MacKenzie)
Guido van Rossum
1995-01-10
1
-0/+21
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-6/+6
*
Another bulky set of minor changes.
Guido van Rossum
1995-01-02
1
-0/+4
*
Fix getpythonpath() fix; never #include frozen.c.
Guido van Rossum
1994-10-05
1
-4/+3
*
Save static pointer to malloc'ed buffer
Guido van Rossum
1994-10-05
1
-8/+8
*
Makefile.pre.in: add $(OPT) to link command
Guido van Rossum
1994-08-29
1
-0/+17
*
* Modules/config.c.in: change mac specific things
Guido van Rossum
1994-08-23
1
-4/+6
*
Move all code from version.c into config.c
Guido van Rossum
1994-08-19
1
-0/+34
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-400/+54
*
rgbimgmodule.c, Makefile, config.c: new module to read RGB image files.
Sjoerd Mullender
1993-12-21
1
-0/+7
*
* parsermodule.c, Makefile, config.c: rudimentary interface to the Python
Guido van Rossum
1993-11-10
1
-0/+7
*
* nismodule.c: database keys and values can contain null bytes. be more
Guido van Rossum
1993-11-03
1
-2/+2
*
* stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is
Guido van Rossum
1993-10-18
1
-17/+0
*
* Extended X interface: pixmap objects, colormap objects visual objects,
Sjoerd Mullender
1993-10-11
1
-0/+7
*
Final touch before release.
Guido van Rossum
1993-07-29
1
-3/+3
*
* Added support for X11 modules.
Guido van Rossum
1993-07-28
1
-0/+35
*
* config.c: different default PYTHONPATH for MS-DOS
Guido van Rossum
1993-07-09
1
-1/+1
*
Support for frozen scripts; added -i option.
Guido van Rossum
1993-04-01
1
-1/+19
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-2/+2
*
Added new module "array" (for now optional) defining array objects.
Guido van Rossum
1993-02-19
1
-0/+7
*
* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum
1993-01-26
1
-6/+28
*
Added separate main program for the Mac: macmain.c
Guido van Rossum
1993-01-21
1
-20/+56
*
Checking in last-minute changes that are already part of release 0.9.8
Guido van Rossum
1993-01-10
1
-3/+3
*
* Configure.py: use #!/usr/local/bin/python
Guido van Rossum
1993-01-04
1
-1/+1
[next]