GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
dynload_hpux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #24268: Fix import naming when loading extension modules. Patch by Petr...
Steve Dower
2015-05-23
1
-2
/
+2
*
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-5
/
+7
*
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon
2012-05-04
1
-4
/
+1
*
Issue #14599: Support ImportError.path on AIX and HPUX when loading
Brett Cannon
2012-04-20
1
-1
/
+11
*
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
-1
/
+1
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-37
/
+37
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-2
/
+2
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-2
/
+2
*
Fix SF # 551504, python -v sometimes fails to find init (HPUX)
Neal Norwitz
2002-11-02
1
-1
/
+1
*
Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate.
Martin v. Löwis
2002-01-26
1
-1
/
+4
*
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton
2001-11-28
1
-2
/
+3
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9
/
+0
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6
/
+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-21
/
+6
*
Cleanup patches from Greg Stein:
Guido van Rossum
1999-12-22
1
-1
/
+8
*
The old platform-specific contents of importdl.c, broken down into one
Guido van Rossum
1999-12-20
1
-0
/
+77