Staging
v0.5.1
https://github.com/python/cpython
Revision a5d1cf3221514733782f65100c89f2565cc1f3e1 authored by Martin Panter on 16 November 2015, 23:46:22 UTC, committed by Martin Panter on 16 November 2015, 23:46:22 UTC
1 parent f7999fc
Raw File
Tip revision: a5d1cf3221514733782f65100c89f2565cc1f3e1 authored by Martin Panter on 16 November 2015, 23:46:22 UTC
Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones
Tip revision: a5d1cf3
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
*.gc??
*.profclang?
*.profraw
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/
externals/
htmlcov/
back to top