Staging
v0.8.1
https://github.com/python/cpython
Revision 1bf5b6a4544bc06c630510c9b099c49a4ab2a5ea authored by Éric Araujo on 12 August 2011, 17:40:05 UTC, committed by Éric Araujo on 12 August 2011, 17:40:05 UTC
Changes to crlf originally by Victor Stinner for 3.3, copied to lfcr by
me.  Manually tested.
1 parent fbc5ff6
Raw File
Tip revision: 1bf5b6a4544bc06c630510c9b099c49a4ab2a5ea authored by Éric Araujo on 12 August 2011, 17:40:05 UTC
Update crlf and lfcr scripts for 3.x bytes semantics (#12032).
Tip revision: 1bf5b6a
.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
libpython*.so*
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top