Staging
v0.5.1
https://github.com/python/cpython
Revision 462582651c92dad3d0e50810075d53d4a04e2466 authored by Larry Hastings on 22 January 2014, 11:05:49 UTC, committed by Larry Hastings on 22 January 2014, 11:05:49 UTC
docstring for __new__ and __init__, and always use "goto exit" instead of
returning "NULL" for failure to parse (as _new__ and __init__ return ints).
1 parent 071baa6
Raw File
Tip revision: 462582651c92dad3d0e50810075d53d4a04e2466 authored by Larry Hastings on 22 January 2014, 11:05:49 UTC
Two minor Argument Clinic bugfixes: use the name of the class in the
Tip revision: 4625826
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top