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
/
Python
/
importlib_zipimport.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.8] bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)...
Karthikeyan Singaravelan
2020-01-14
1
-271/+269
*
[3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320)...
Serhiy Storchaka
2019-08-24
1
-5/+5
*
bpo-37213: Handle negative line deltas correctly in the peephole optimizer (G...
Miss Islington (bot)
2019-06-13
1
-296/+296
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-559/+558
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-819/+828
*
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
Anthony Sottile
2019-01-13
1
-4/+4
*
bpo-31241: Fix AST node position for list and generator comprehensions. (GH-1...
Serhiy Storchaka
2018-11-27
1
-201/+201
*
bpo-34100: Merge constants recursively (GH-8341)
INADA Naoki
2018-11-26
1
-785/+775
*
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
Elvis Pranskevichus
2018-11-07
1
-1018/+1055
*
bpo-5950: Support reading zips with comments in zipimport (#9548)
Zackery Spytz
2018-09-25
1
-1006/+1034
*
bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)
Serhiy Storchaka
2018-09-19
1
-866/+986
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
1
-0/+900