summaryrefslogtreecommitdiffstats
path: root/Modules/zipimport.c
Commit message (Expand)AuthorAgeFilesLines
* Fix 64-bit problem, ParseTuple("i") needs C ints; ("l") needs C longs.Neal Norwitz2003-02-181-1/+1
* Use correct function name to PyArg_ParseTuple("is_package").Neal Norwitz2003-02-171-5/+2
* Fix for bug #661136Just van Rossum2003-01-031-12/+14
* Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident inJust van Rossum2003-01-021-1/+1
* removed unused get_short() functionJust van Rossum2002-12-311-14/+0
* - added missing decrefJust van Rossum2002-12-311-4/+5
* Added casts to forestall warnings with MetroWerks.Jack Jansen2002-12-301-4/+4
* Squashed compiler wng from MSVC6.Tim Peters2002-12-301-1/+1
* Wouldn't compile on Windows; fixed.Tim Peters2002-12-301-1/+1
* PEP 302 + zipimport:Just van Rossum2002-12-301-0/+1187