COMMITS
/ Modules/zipimport.c August 29, 2017
O
bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (#3226)
Oren Milman committed
August 18, 2017
Y
bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)
Yaron de Leeuw committed
June 8, 2017
S
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
March 11, 2017
X
bpo-29770: remove outdated PYO related info (GH-590)
Xiang Zhang committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 5, 2016
V
Issue #28152: Fix -Wunreachable-code warning on clang
Victor Stinner committed
October 21, 2016
S
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Serhiy Storchaka committed
September 14, 2016
B
Issue #28131: Fix a regression in zipimport's compile_source()
Berker Peksag committed
September 10, 2016
S
September 7, 2016
M
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter committed
April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
January 28, 2016
S
Issue #19883: Fixed possible integer overflows in zipimport.
Serhiy Storchaka committed
January 22, 2016
B
reject negative data_size
Benjamin Peterson committed
January 21, 2016
B
merge 3.4 (#26171)
Benjamin Peterson committed
B
prevent buffer overflow in get_data (closes #26171)
Benjamin Peterson committed
B
fix refleak in error condition
Benjamin Peterson committed
January 15, 2016
B
Issue #17633: Improve support for namespace packages with zipimport.
Brett Cannon committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
March 20, 2015
V
Issue #23696: Chain ZipImportError to the OSError
Victor Stinner committed
March 18, 2015
V
Issue #19428: Handle PyMarshal_Read*() errors in run_pyc_file()
Victor Stinner committed
V
Issue #23694: Enhance _Py_fopen(), it now raises an exception on error
Victor Stinner committed
February 16, 2015
S
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka committed
February 16, 2014
B
merge backout for #20621
Benjamin Peterson committed
January 9, 2014
B
fix zipimport ref leak
Benjamin Peterson committed
January 8, 2014
G
Fixes issue #19081: When a zipimport .zip file in sys.path being imported from
Gregory P. Smith committed
G
Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from
Gregory P. Smith committed
November 12, 2013
V
Issue #19515: Remove duplicated identifiers in zipimport.c
Victor Stinner committed
October 29, 2013
V
Issue #18408: Fix zipimport, handle PyUnicode_Substring() and get_subname() failures
Victor Stinner committed
V
Issue #19428: zipimport now handles errors when reading truncated or invalid
Victor Stinner committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
June 21, 2013
B
Grammatical mistake in a comment
Brett Cannon committed
February 16, 2013
S
Issue #8745: Small speed up zipimport on Windows. Patch by Catalin Iacob.
Serhiy Storchaka committed
October 3, 2012
J
MERGE: Closes #15897: zipimport.c doesn't check return value of fseek()
Jesus Cea committed
J
Closes #15897: zipimport.c doesn't check return value of fseek()
Jesus Cea committed
September 10, 2012
August 20, 2012
S
Closes #15737: Fix potential NULL dereference in zipimport.c.
Stefan Krah committed
May 25, 2012
B
capitialize enum members
Benjamin Peterson committed
B
use PyDict_Contains
Benjamin Peterson committed
B
return NULL on error
Benjamin Peterson committed
B
actually return the result
Benjamin Peterson committed
B
simplify and rewrite the zipimport part of 702009f3c0b1 a bit
Benjamin Peterson committed
B
plug ref leak
Benjamin Peterson committed
E
issue 14660: Implement PEP 420, namespace packages.
Eric V. Smith committed
January 30, 2012
G
Fix zipimport.c's read_directory() to use appropriate types for the values
Gregory P. Smith committed