pythoncgi
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: pythoncgi | ||
| Version: 0.11.0 | ||
| Version: 0.12.0 | ||
| Summary: Extremely simple Python CGI framework for Apache 2. | ||
@@ -5,0 +5,0 @@ Home-page: http://code.foxe6.kozow.com/pythoncgi/ |
@@ -1,2 +0,2 @@ | ||
| __version__ = "0.11.0" | ||
| __version__ = "0.12.0" | ||
| __keywords__ = ["python cgi apache stream file cache server proxy http cors"] | ||
@@ -3,0 +3,0 @@ |
@@ -179,3 +179,5 @@ from omnitools import dt2rfc822gmt, rfc822gmt2dt, b64d_and_utf8d, str2html | ||
| buffer_ct += 1 | ||
| if char != b"\n": | ||
| if char == b"\r": | ||
| continue | ||
| elif char != b"\n": | ||
| if buffer_ct == buf: | ||
@@ -188,4 +190,3 @@ yield buffer | ||
| if overread == sig: | ||
| while _read() != b"\n": | ||
| pass | ||
| readline(True) | ||
| yield strip(buffer) | ||
@@ -223,7 +224,2 @@ buffer = b"" | ||
| break | ||
| if prev_is_file and not file_read: | ||
| for _ in read_file(): | ||
| pass | ||
| prev_is_file = False | ||
| file_read = False | ||
| what = readline() | ||
@@ -251,2 +247,7 @@ line = what.strip() | ||
| yield disposition | ||
| if prev_is_file and not file_read: | ||
| for _ in read_file(): | ||
| pass | ||
| prev_is_file = False | ||
| file_read = False | ||
@@ -253,0 +254,0 @@ |
+6
-6
@@ -1,4 +0,4 @@ | ||
| pythoncgi/__init__.py,sha256=q14q_CfZL5ewL5CLTz6HKG1LeFwejZOlPVMOZTJc9qQ,838 | ||
| pythoncgi/__init__.py,sha256=8VHtJvHdvVPDUbWWqXPIXeX5b1V_YFf_QHbZ97mqmkw,838 | ||
| pythoncgi/core.py,sha256=KROkjW8NsH4dNNnAjZJp_uGZA8GsZM3Unqx4LQg-rH4,12901 | ||
| pythoncgi/utils.py,sha256=KPSv9pqZImTBtTvyUnpLH76ztpNMqEzkUPhVjuYpH6c,8635 | ||
| pythoncgi/utils.py,sha256=RBEE-VvE6ykM8hAVicbQytsr4dW_uElYI6K5wObbRls,8655 | ||
| pythoncgi/__metadata__/DISCLIAIMER.md,sha256=Eh9dhFWbvRMm27jxKYRZqQp_Lb8PkhbYWYQyLoMSrHg,4785 | ||
@@ -19,5 +19,5 @@ pythoncgi/__metadata__/LICENSE,sha256=E_tIpsMacuDitpZQsc6-iVT3tzRJhISS3P0islvZGvo,35182 | ||
| pythoncgi/example/zippyshare_remote_upload.py,sha256=2ZS22-W-L3--uvUQ9rZ4xDWQR6_ITQmG5riLKRWaoK4,2582 | ||
| pythoncgi-0.11.0.dist-info/METADATA,sha256=GbQ67LRi_DusLzyGHEZisOzMQqmOBtW881GixWt1H3E,2139 | ||
| pythoncgi-0.11.0.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92 | ||
| pythoncgi-0.11.0.dist-info/top_level.txt,sha256=4FgkqITdsDhqlKxg5Kpy0sWE5NW6U6bXfQFwArs0qPk,10 | ||
| pythoncgi-0.11.0.dist-info/RECORD,, | ||
| pythoncgi-0.12.0.dist-info/METADATA,sha256=KvXKo0YTzligja4AvCXoA2pZ1Dn3u2U_omYzgCv42dk,2139 | ||
| pythoncgi-0.12.0.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92 | ||
| pythoncgi-0.12.0.dist-info/top_level.txt,sha256=4FgkqITdsDhqlKxg5Kpy0sWE5NW6U6bXfQFwArs0qPk,10 | ||
| pythoncgi-0.12.0.dist-info/RECORD,, |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.