COMMITS
/ Modules/config.c.in April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
January 26, 2025
D
gh-126107: Remove copyright block from Modules/config.c.in (#126982)
donBarbos committed
October 12, 2023
L
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Lysandros Nikolaou committed
August 24, 2021
P
Add tests for the C tokenizer and expose it as a private module (GH-27924)
Pablo Galindo Salgado committed
January 29, 2018
B
rename _imp initialization function to follow conventions (#5432)
Benjamin Peterson committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
April 27, 2012
B
Issue #14605: Stop having implicit entries for sys.meta_path.
Brett Cannon committed
April 15, 2012
B
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
Brett Cannon committed
October 14, 2010
G
#9418: first step of moving private string methods to _string module.
Georg Brandl committed
May 29, 2010
M
Merged revisions 81602 via svnmerge from
Mark Dickinson committed
September 22, 2008
B
Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from
Benjamin Peterson committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
April 13, 2008
April 9, 2008
January 24, 2008
C
Merged revisions 60210-60233 via svnmerge from
Christian Heimes committed
December 2, 2007
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
April 7, 2007
G
Somehow this contained a bogus reference to "exceptions" which caused
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 27, 2006
M
Create _ast module.
Martin v. Löwis committed
July 7, 2002
T
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
Tim Peters committed
August 30, 2001
N
gcmodule is now enabled here
Neil Schemenauer committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed
January 23, 2001
B
_PyImport_Inittab: define the exceptions module's init function.
Barry Warsaw committed
November 30, 2000
A
Clarify two comments
Andrew M. Kuchling committed
July 23, 2000
T
Fix prototypes generated by makesetup, so they include '(void)' rather than
Thomas Wouters committed
July 12, 2000
G
Add "exceptions" to list of built-in modules for the sake of
Guido van Rossum committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
April 29, 1997
G
Renamed inittab.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
May 23, 1996
G
Use struct _inittab def from import.h
Guido van Rossum committed
August 4, 1995
G
split config.c in 1000 parts; new main; new unfinished objective-C module
Guido van Rossum committed
July 7, 1995
G
added getpalatform()
Guido van Rossum committed
March 30, 1995
G
move decl of realmain() out of #ifdef
Guido van Rossum committed
March 14, 1995
G
1995 copyright
Guido van Rossum committed
February 17, 1995
G
remove bogus ## in front of gcc __VERSION__
Guido van Rossum committed
February 13, 1995
G
tack compiler name/version to version string if known
Guido van Rossum committed
January 10, 1995
G
changes for C++ (Tim MacKenzie)
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Another bulky set of minor changes.
Guido van Rossum committed
October 5, 1994
G
Fix getpythonpath() fix; never #include frozen.c.
Guido van Rossum committed
G
Save static pointer to malloc'ed buffer
Guido van Rossum committed
August 29, 1994
G
Makefile.pre.in: add $(OPT) to link command
Guido van Rossum committed
August 23, 1994
G
* Modules/config.c.in: change mac specific things
Guido van Rossum committed
August 19, 1994
G
Move all code from version.c into config.c
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
December 21, 1993
S
rgbimgmodule.c, Makefile, config.c: new module to read RGB image files.
Sjoerd Mullender committed
November 10, 1993
G
* parsermodule.c, Makefile, config.c: rudimentary interface to the Python
Guido van Rossum committed
November 3, 1993
G
* nismodule.c: database keys and values can contain null bytes. be more
Guido van Rossum committed