summaryrefslogtreecommitdiff
path: root/Python/dynload_aix.c
Commit message (Expand)AuthorAgeFilesLines
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-2/+3
* Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-131-6/+6
* Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...Antoine Pitrou2013-02-091-2/+1
|\
| * Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...Antoine Pitrou2013-02-091-2/+1
* | Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.Brett Cannon2012-05-041-4/+1
* | Issue #14599: Support ImportError.path on AIX and HPUX when loadingBrett Cannon2012-04-201-1/+7
* | Issue #14040: Remove rarely used file name suffixes for C extensions (under P...Antoine Pitrou2012-02-201-1/+0
* | Use the new Py_ARRAY_LENGTH macroVictor Stinner2011-09-291-2/+1
* | Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()Victor Stinner2011-02-221-1/+1
|/
* #730467: Another small AIX fix.Georg Brandl2011-02-151-1/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-140/+140
* Fix SF bug #1072182, problems with signed characters.Neal Norwitz2005-12-191-1/+1
* Include Python.h first which defines _XOPEN_SOURCENeal Norwitz2003-03-221-3/+3
* Fix SF #639945, 64-bit bug on AIXNeal Norwitz2002-12-311-3/+2
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-141-17/+0
* aix_loaderror(): Conversion of sprintf() to PyOS_snprintf() for bufferBarry Warsaw2001-11-281-1/+1
* Fix the char* vs. const char* mismatch for the argument of aix_loaderror()Vladimir Marangozov2000-09-041-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSIfy as many declarations as possible.Thomas Wouters2000-07-221-1/+1
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-7/+3
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Cleanup patches from Greg Stein:Guido van Rossum1999-12-221-1/+1
* Vladimir Marangozov:Guido van Rossum1999-12-211-1/+1
* The old platform-specific contents of importdl.c, broken down into oneGuido van Rossum1999-12-201-0/+235