Staging
v0.5.1
https://github.com/python/cpython
Revision 8d96d77f9a386c3cadfd9c9f128b99a94aaddfb4 authored by Armin Ronacher on 22 January 2011, 13:13:05 UTC, committed by Armin Ronacher on 22 January 2011, 13:13:05 UTC
This makes the implementation of PEP 3333 compliant servers on top of
BaseHTTPServer possible.
1 parent 137e0f0
Raw File
Tip revision: 8d96d77f9a386c3cadfd9c9f128b99a94aaddfb4 authored by Armin Ronacher on 22 January 2011, 13:13:05 UTC
Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server.
Tip revision: 8d96d77
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
__pycache__
autom4te.cache
build/
config.log
config.status
libpython*.a
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
back to top