Staging
v0.5.1
https://github.com/python/cpython
Revision 6c3767445cf1e595d1729611284216b87f96e088 authored by Jesse Noller on 21 November 2009, 14:01:56 UTC, committed by Jesse Noller on 21 November 2009, 14:01:56 UTC
1 parent c4920e8
Raw File
Tip revision: 6c3767445cf1e595d1729611284216b87f96e088 authored by Jesse Noller on 21 November 2009, 14:01:56 UTC
issue5738: The distribution example was confusing, and out of date. It's too large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing.
Tip revision: 6c37674
.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/pygments/
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
core

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-*
back to top