Staging
v0.5.1
https://github.com/python/cpython
Revision 8d38fcf5a9054f8f878ab58dc026b7945945f958 authored by Sandro Tosi on 18 February 2012, 19:28:35 UTC, committed by Sandro Tosi on 18 February 2012, 19:28:35 UTC
This is needed after the move to Sphinx 1.x and it's the same way 3.x braches
managed it.
1 parent e062466
Raw File
Tip revision: 8d38fcf5a9054f8f878ab58dc026b7945945f958 authored by Sandro Tosi on 18 February 2012, 19:28:35 UTC
Refer to 'time' and 'datetime' submodules; thanks to Erik Johnson from docs@
Tip revision: 8d38fcf
.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
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top