index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
zipimport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
capitialize enum members
Benjamin Peterson
2012-05-25
1
-17
/
+17
*
use PyDict_Contains
Benjamin Peterson
2012-05-25
1
-3
/
+3
*
return NULL on error
Benjamin Peterson
2012-05-25
1
-2
/
+3
*
actually return the result
Benjamin Peterson
2012-05-25
1
-1
/
+1
*
simplify and rewrite the zipimport part of 702009f3c0b1 a bit
Benjamin Peterson
2012-05-24
1
-51
/
+41
*
plug ref leak
Benjamin Peterson
2012-05-24
1
-0
/
+1
*
issue 14660: Implement PEP 420, namespace packages.
Eric V. Smith
2012-05-24
1
-8
/
+140
*
Fix zipimport.c's read_directory() to use appropriate types for the values
Gregory P. Smith
2012-01-30
1
-240
/
+271
|
\
|
*
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou
2012-01-13
1
-1
/
+3
|
*
(Merge 3.2) Handle correctly _Py_fopen() error: don't replace the exception
Victor Stinner
2011-12-18
1
-239
/
+268
|
|
\
|
|
*
import.c now catchs _Py_stat() exceptions
Victor Stinner
2011-12-18
1
-2
/
+2
|
|
*
Drop unused variable.
Martin v. Löwis
2011-10-31
1
-1
/
+0
|
|
*
Fix typo.
Martin v. Löwis
2011-10-31
1
-3
/
+2
|
|
*
Replace Py_UCS4_ API with Unicode API.
Martin v. Löwis
2011-10-31
1
-130
/
+90
|
|
*
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
1
-1
/
+1
|
|
*
Fix a compiler warning in zipimport
Victor Stinner
2011-10-11
1
-1
/
+1
|
|
*
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis
2011-10-10
1
-2
/
+3
|
|
*
Rename new macros to conform to naming rules (function macros have "Py" prefi...
Georg Brandl
2011-09-28
1
-4
/
+4
|
|
*
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-52
/
+89
|
|
*
zipimport: initialize fullpath to NULL
Victor Stinner
2011-05-26
1
-1
/
+1
|
|
*
avoid a compiler warning. the compiler doesn't know that the static
Gregory P. Smith
2011-05-21
1
-1
/
+1
|
|
*
(Merge 3.2) Issue #12124: zipimport doesn't keep a reference to
Victor Stinner
2011-05-20
1
-135
/
+168
|
|
|
\
|
|
|
*
Issue #3080: zipimport has a full unicode suppport
Victor Stinner
2011-03-14
1
-135
/
+168
*
|
|
|
Fix zip_import.c's read_directory() to use appropriate types for the values
Gregory P. Smith
2012-01-30
1
-4
/
+5
|
/
/
/
*
|
|
Handle correctly _Py_fopen() error: don't replace the exception
Victor Stinner
2011-12-18
1
-3
/
+5
|
/
/
*
|
(Merge 3.1) Issue #12124: zipimport doesn't keep a reference to
Victor Stinner
2011-05-20
1
-148
/
+218
|
\
\
|
|
/
|
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-148
/
+218
|
|
\
|
|
*
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
1
-1
/
+1
|
|
|
\
|
|
*
|
Issue #10955: zipimport uses ASCII at bootstrap
Victor Stinner
2011-01-22
1
-1
/
+19
|
|
*
|
zipimport: remove arbitrary length limit from message formats
Victor Stinner
2010-10-18
1
-14
/
+9
|
|
*
|
zipimport: document archive encoding; fix indentation
Victor Stinner
2010-10-18
1
-3
/
+4
|
|
*
|
Revert r85699 and r85701 (zipimport): fullname is a module name, not a path
Victor Stinner
2010-10-18
1
-42
/
+18
|
|
*
|
zipimport: fix "can't find module ..." error message
Victor Stinner
2010-10-18
1
-4
/
+16
|
|
*
|
zipimport: find_module(), is_package() and get_source() supports surrogates
Victor Stinner
2010-10-18
1
-16
/
+28
|
|
*
|
zipimport: pass path size to make_filename()
Victor Stinner
2010-10-18
1
-5
/
+5
|
|
*
|
get_code_from_data() uses the filesystem encoding to encode the module path,
Victor Stinner
2010-10-18
1
-8
/
+7
|
|
*
|
zipimport: read_directory() uses cp437 or utf-8 (in strict mode), depending on
Victor Stinner
2010-10-18
1
-2
/
+9
|
|
*
|
zipimport: get_module_code() returns modpath as a Unicode object
Victor Stinner
2010-10-18
1
-12
/
+23
|
|
*
|
zipimporter_load_module() doesn't destroy mod on error
Victor Stinner
2010-10-18
1
-9
/
+9
|
|
*
|
zipimport: encode the prefix to the fileystem encoding
Victor Stinner
2010-10-18
1
-8
/
+15
|
|
*
|
zipimport, get_module_code(): avoid useless _PyUnicode_AsString()
Victor Stinner
2010-10-18
1
-3
/
+2
|
|
*
|
zipimport: fix indentation
Victor Stinner
2010-10-18
1
-4
/
+5
|
|
*
|
zipimport: catch _PyUnicode_AsString() failure in get_code_from_data()
Victor Stinner
2010-10-16
1
-0
/
+4
|
|
*
|
Issue #9425: zipimporter_repr() uses unicode
Victor Stinner
2010-08-17
1
-12
/
+7
|
|
*
|
Issue #9425: get_data() uses an unicode path
Victor Stinner
2010-08-16
1
-29
/
+39
|
|
*
|
Issue #9425: read_directory() is fully unicode compliant
Victor Stinner
2010-08-16
1
-21
/
+28
|
|
*
|
Issue #9425: zipimporter_init() is fully unicode compliant
Victor Stinner
2010-08-14
1
-37
/
+53
|
|
*
|
Fix #9316. if/is grammar corrections.
Brian Curtin
2010-07-21
1
-3
/
+3
|
|
*
|
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-868
/
+868
|
|
*
|
Issue #6697: use %U format instead of _PyUnicode_AsString(), because
Victor Stinner
2010-03-12
1
-6
/
+3
[next]