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
/
Python
/
dynload_next.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove the dynload_next.c file (closes bpo-32386) (#4957)
Benjamin Peterson
2017-12-22
1
-111/+0
*
Issue #24268: Fix import naming when loading extension modules. Patch by Petr...
Steve Dower
2015-05-23
1
-1/+1
*
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-3/+4
*
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon
2012-05-04
1
-4/+1
*
Issue #14040: Remove rarely used file name suffixes for C extensions (under P...
Antoine Pitrou
2012-02-20
1
-1/+0
*
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
Victor Stinner
2011-02-22
1
-2/+2
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-75/+75
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-1/+1
*
Fix for 838140: don't call NSUnlinkModule when we fail to find our
Jack Jansen
2004-07-15
1
-2/+2
*
Squashed compiler warnings by adding casts, making sure prototypes are in
Jack Jansen
2002-12-23
1
-1/+1
*
Removed a spurious }. (How did it get there in the first place??)
Jack Jansen
2002-02-11
1
-2/+0
*
Got rid of an extra level of {} and funny formatting that was still
Jack Jansen
2002-02-01
1
-58/+56
*
A new dynload_next, which actually only works on OSX but isn't renamed yet.
Jack Jansen
2002-02-01
1
-112/+56
*
Don't fail on importing things with undefined references. Unfortunately we
Jack Jansen
2001-12-06
1
-1/+2
*
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton
2001-11-28
1
-1/+1
*
Patch by Jonathan Wight (slightly reformatted) to forestall loading the
Jack Jansen
2001-08-11
1
-3/+7
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+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
*
Skip Montanaro: add string precisions to calls to PyErr_Format
Guido van Rossum
2000-04-10
1
-1/+3
*
Cleanup patches from Greg Stein:
Guido van Rossum
1999-12-22
1
-1/+4
*
The old platform-specific contents of importdl.c, broken down into one
Guido van Rossum
1999-12-20
1
-0/+194