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
/
Modules
/
zipimport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #801349: 64-bit fix for AMD64 from Gwenole Beauchesne.
Just van Rossum
2003-09-07
1
-1/+1
*
Change the zipimport implementation to accept files containing
Thomas Heller
2003-07-22
1
-2/+7
*
Remove unused variable.
Jeremy Hylton
2003-07-17
1
-2/+1
*
Patch #734231: Update RiscOS support. In particular, correct
Martin v. Löwis
2003-05-10
1
-0/+10
*
tentative fix for #712322: modification time stamp checking failed
Just van Rossum
2003-04-08
1
-1/+1
*
Make private function and data static.
Neal Norwitz
2003-03-23
1
-2/+3
*
use proper constant instead of comment (noted by nnorwitz)
Just van Rossum
2003-02-28
1
-1/+1
*
Fix 64-bit problem, ParseTuple("i") needs C ints; ("l") needs C longs.
Neal Norwitz
2003-02-18
1
-1/+1
*
Use correct function name to PyArg_ParseTuple("is_package").
Neal Norwitz
2003-02-17
1
-5/+2
*
Fix for bug #661136
Just van Rossum
2003-01-03
1
-12/+14
*
Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in
Just van Rossum
2003-01-02
1
-1/+1
*
removed unused get_short() function
Just van Rossum
2002-12-31
1
-14/+0
*
- added missing decref
Just van Rossum
2002-12-31
1
-4/+5
*
Added casts to forestall warnings with MetroWerks.
Jack Jansen
2002-12-30
1
-4/+4
*
Squashed compiler wng from MSVC6.
Tim Peters
2002-12-30
1
-1/+1
*
Wouldn't compile on Windows; fixed.
Tim Peters
2002-12-30
1
-1/+1
*
PEP 302 + zipimport:
Just van Rossum
2002-12-30
1
-0/+1187