aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/dynload_next.c
Commit message (Expand)AuthorAge
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-09
* Fix for 838140: don't call NSUnlinkModule when we fail to find ourJack Jansen2004-07-15
* Squashed compiler warnings by adding casts, making sure prototypes are inJack Jansen2002-12-23
* Removed a spurious }. (How did it get there in the first place??)Jack Jansen2002-02-11
* Got rid of an extra level of {} and funny formatting that was stillJack Jansen2002-02-01
* A new dynload_next, which actually only works on OSX but isn't renamed yet.Jack Jansen2002-02-01
* Don't fail on importing things with undefined references. Unfortunately weJack Jansen2001-12-06
* Use PyOS_snprintf instead of sprintf.Jeremy Hylton2001-11-28
* Patch by Jonathan Wight (slightly reformatted) to forestall loading theJack Jansen2001-08-11
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-16
* Change copyright notice - 2nd try.Guido van Rossum2000-06-30
* Change copyright notice.Guido van Rossum2000-06-30
* Skip Montanaro: add string precisions to calls to PyErr_FormatGuido van Rossum2000-04-10
* Cleanup patches from Greg Stein:Guido van Rossum1999-12-22
* The old platform-specific contents of importdl.c, broken down into oneGuido van Rossum1999-12-20