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
.hgignore
.gdb_history
.purify
.svn/
Makefile$
Makefile.pre$
TAGS$
autom4te.cache$
build/
buildno$
config.cache
config.log
config.status
config.status.lineno
db_home
platform$
pyconfig.h$
python$
python.exe$
reflog.txt$
tags$
Lib/plat-mac/errors.rsrc.df.rsrc
Doc/tools/sphinx/
Doc/tools/docutils/
Doc/tools/jinja/
Doc/tools/jinja2/
Doc/tools/pygments/
Misc/python.pc
Modules/Setup$
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix$
Parser/pgen$
Parser/pgen.stamp$
^core
^python-gdb.py
^pybuilddir.txt

syntax: glob
libpython*.a
*.o
*.pyc
*.pyo
*.pyd
*.cover
*.orig
*.rej
*~
Lib/lib2to3/*.pickle
Lib/test/data/*
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb
PCbuild/*.lib
PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
PCbuild/Win32-temp-*
__pycache__
back to top