Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bac3f04000e5ac7068fb740112c10d511121f4ce
/
Modules
/
zipimport.c
ee8f10f
Patch #801349: 64-bit fix for AMD64 from Gwenole Beauchesne.
by Just van Rossum
· 21 years ago
354e3d9
Change the zipimport implementation to accept files containing
by Thomas Heller
· 21 years ago
032fffe
Remove unused variable.
by Jeremy Hylton
· 21 years ago
a94568a
Patch #734231: Update RiscOS support. In particular, correct
by Martin v. Löwis
· 21 years ago
547eb42
tentative fix for #712322: modification time stamp checking failed
by Just van Rossum
· 22 years ago
29fd2ba
Make private function and data static.
by Neal Norwitz
· 22 years ago
f4ecc75
use proper constant instead of comment (noted by nnorwitz)
by Just van Rossum
· 22 years ago
0c0aad9
Fix 64-bit problem, ParseTuple("i") needs C ints; ("l") needs C longs.
by Neal Norwitz
· 22 years ago
5c1ba53
Use correct function name to PyArg_ParseTuple("is_package").
by Neal Norwitz
· 22 years ago
9a3129c
Fix for bug #661136
by Just van Rossum
· 22 years ago
d35c6db
Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in
by Just van Rossum
· 22 years ago
3f0b542
removed unused get_short() function
by Just van Rossum
· 22 years ago
f8b6de1
- added missing decref - whitespace normalization
by Just van Rossum
· 22 years ago
5eaeaf9
Added casts to forestall warnings with MetroWerks.
by Jack Jansen
· 22 years ago
f271c27
Squashed compiler wng from MSVC6.
by Tim Peters
· 22 years ago
1ea93f2
Wouldn't compile on Windows; fixed.
by Tim Peters
· 22 years ago
52e14d6
PEP 302 + zipimport:
by Just van Rossum
· 22 years ago