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
*
Fix refcount leak, courtesy Christian Heines.
Guido van Rossum
2007-08-17
1
-2/+3
*
Remove RISCOS support
Skip Montanaro
2007-08-16
1
-10/+0
*
SF patch# 1766592 by Paul Colomiets.
Guido van Rossum
2007-08-03
1
-11/+20
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-3/+2
*
Use PyUnicode_FromFormat() directly in
Walter Dörwald
2007-06-05
1
-8/+4
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-1/+1
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-0/+3
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-9/+2
*
SF #1444030: Fix several potential defects found by Coverity.
Hye-Shik Chang
2006-03-07
1
-0/+2
*
Patch #1352711: make zipimport raise a complete IOError
Georg Brandl
2006-02-19
1
-2/+1
*
Use Py_ssize_t for counts and sizes.
Martin v. Löwis
2006-02-16
1
-2/+2
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-2/+4
*
the implementation uses ZipImportError, not ZipImporterError...
Fredrik Lundh
2006-01-15
1
-1/+1
*
Fix icc warnings: strlen() returns size_t
Neal Norwitz
2006-01-08
1
-4/+5
*
update busted comment
Fred Drake
2005-11-11
1
-1/+2
*
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton
2005-10-21
1
-1/+0
*
Disallow keyword arguments for type constructors that don't use them.
Georg Brandl
2005-08-26
1
-0/+3
*
SF patch 1062495: Modules/zipimport.c does not compile on solaris
Raymond Hettinger
2004-11-10
1
-5/+5
*
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