Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4854)

Issue 3262043: PEP 384

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by Martin v. Löwis
Modified:
13 years, 5 months ago
Reviewers:
Base URL:
http://svn.python.org/projects/python/branches/py3k
Visibility:
Public.

Description

This is the diff between http://svn.python.org/projects/python/branches/py3k and http://svn.python.org/projects/python/branches/pep-0384

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2777 lines, -73 lines) Patch
Doc/c-api/veryhigh.rst View 1 chunk +2 lines, -2 lines 0 comments Download
Doc/faq/extending.rst View 1 chunk +1 line, -1 line 0 comments Download
Include/Python.h View 3 chunks +8 lines, -0 lines 0 comments Download
Include/abstract.h View 5 chunks +8 lines, -0 lines 0 comments Download
Include/bytearrayobject.h View 3 chunks +4 lines, -0 lines 0 comments Download
Include/bytes_methods.h View 2 chunks +2 lines, -0 lines 0 comments Download
Include/bytesobject.h View 5 chunks +10 lines, -1 line 0 comments Download
Include/cellobject.h View 2 chunks +2 lines, -1 line 0 comments Download
Include/ceval.h View 4 chunks +8 lines, -0 lines 0 comments Download
Include/classobject.h View 2 chunks +2 lines, -0 lines 0 comments Download
Include/code.h View 3 chunks +4 lines, -0 lines 0 comments Download
Include/codecs.h View 1 chunk +2 lines, -0 lines 0 comments Download
Include/compile.h View 2 chunks +2 lines, -1 line 0 comments Download
Include/complexobject.h View 2 chunks +11 lines, -3 lines 0 comments Download
Include/datetime.h View 2 chunks +2 lines, -1 line 0 comments Download
Include/descrobject.h View 3 chunks +5 lines, -0 lines 0 comments Download
Include/dictobject.h View 3 chunks +6 lines, -0 lines 0 comments Download
Include/dtoa.h View 2 chunks +2 lines, -0 lines 0 comments Download
Include/eval.h View 2 chunks +4 lines, -2 lines 0 comments Download
Include/fileobject.h View 2 chunks +6 lines, -0 lines 0 comments Download
Include/floatobject.h View 3 chunks +6 lines, -0 lines 0 comments Download
Include/frameobject.h View 2 chunks +2 lines, -0 lines 0 comments Download
Include/funcobject.h View 2 chunks +2 lines, -1 line 0 comments Download
Include/genobject.h View 2 chunks +2 lines, -0 lines 0 comments Download
Include/import.h View 3 chunks +6 lines, -2 lines 0 comments Download
Include/listobject.h View 3 chunks +6 lines, -0 lines 0 comments Download
Include/longintrepr.h View 2 chunks +2 lines, -0 lines 0 comments Download
Include/longobject.h View 4 chunks +8 lines, -0 lines 0 comments Download
Include/marshal.h View 1 chunk +2 lines, -0 lines 0 comments Download
Include/memoryobject.h View 2 chunks +4 lines, -1 line 0 comments Download
Include/methodobject.h View 2 chunks +4 lines, -0 lines 0 comments Download
Include/modsupport.h View 2 chunks +4 lines, -0 lines 0 comments Download
Include/moduleobject.h View 1 chunk +2 lines, -0 lines 0 comments Download
Include/object.h View 10 chunks +47 lines, -1 line 0 comments Download
Include/objimpl.h View 2 chunks +2 lines, -1 line 0 comments Download
Include/parsetok.h View 2 chunks +2 lines, -1 line 0 comments Download
Include/pyarena.h View 2 chunks +2 lines, -0 lines 0 comments Download
Include/pyatomic.h View 2 chunks +2 lines, -0 lines 0 comments Download
Include/pyctype.h View 2 chunks +2 lines, -0 lines 0 comments Download
Include/pydebug.h View 2 chunks +2 lines, -1 line 0 comments Download
Include/pyerrors.h View 7 chunks +16 lines, -2 lines 0 comments Download
Include/pygetopt.h View 1 chunk +2 lines, -0 lines 0 comments Download
Include/pymath.h View 2 chunks +4 lines, -0 lines 0 comments Download
Include/pystate.h View 6 chunks +19 lines, -1 line 0 comments Download
Include/pystrtod.h View 1 chunk +2 lines, -0 lines 0 comments Download
Include/pythonrun.h View 8 chunks +33 lines, -1 line 0 comments Download
Include/pytime.h View 2 chunks +2 lines, -0 lines 0 comments Download
Include/setobject.h View 3 chunks +8 lines, -1 line 0 comments Download
Include/sliceobject.h View 2 chunks +6 lines, -3 lines 0 comments Download
Include/symtable.h View 2 chunks +2 lines, -0 lines 0 comments Download
Include/sysmodule.h View 1 chunk +2 lines, -0 lines 0 comments Download
Include/timefuncs.h View 1 chunk +2 lines, -0 lines 0 comments Download
Include/token.h View 2 chunks +2 lines, -1 line 0 comments Download
Include/traceback.h View 2 chunks +4 lines, -1 line 0 comments Download
Include/tupleobject.h View 3 chunks +8 lines, -0 lines 0 comments Download
Include/typeslots.h View 1 chunk +71 lines, -0 lines 0 comments Download
Include/ucnhash.h View 2 chunks +2 lines, -1 line 0 comments Download
Include/unicodeobject.h View 33 chunks +61 lines, -1 line 0 comments Download
Include/warnings.h View 2 chunks +4 lines, -0 lines 0 comments Download
Include/weakrefobject.h View 3 chunks +4 lines, -0 lines 0 comments Download
Makefile.pre.in View 1 chunk +3 lines, -0 lines 0 comments Download
Modules/_ctypes/_ctypes.c View 3 chunks +3 lines, -3 lines 0 comments Download
Modules/_ctypes/callproc.c View 1 chunk +1 line, -1 line 0 comments Download
Modules/_ctypes/cfield.c View 2 chunks +2 lines, -2 lines 0 comments Download
Modules/_elementtree.c View 2 chunks +2 lines, -2 lines 0 comments Download
Modules/_json.c View 1 chunk +1 line, -1 line 0 comments Download
Modules/_localemodule.c View 2 chunks +2 lines, -2 lines 0 comments Download
Modules/arraymodule.c View 2 chunks +2 lines, -2 lines 0 comments Download
Modules/getpath.c View 1 chunk +1 line, -1 line 0 comments Download
Modules/mmapmodule.c View 2 chunks +2 lines, -2 lines 0 comments Download
Modules/timemodule.c View 1 chunk +1 line, -1 line 0 comments Download
Modules/xxlimited.c View 1 chunk +283 lines, -0 lines 0 comments Download
Objects/bytearrayobject.c View 2 chunks +2 lines, -2 lines 0 comments Download
Objects/bytesobject.c View 1 chunk +1 line, -1 line 0 comments Download
Objects/funcobject.c View 1 chunk +1 line, -1 line 0 comments Download
Objects/listobject.c View 2 chunks +2 lines, -2 lines 0 comments Download
Objects/memoryobject.c View 2 chunks +2 lines, -2 lines 0 comments Download
Objects/object.c View 2 chunks +13 lines, -1 line 0 comments Download
Objects/sliceobject.c View 3 chunks +5 lines, -3 lines 0 comments Download
Objects/tupleobject.c View 1 chunk +1 line, -1 line 0 comments Download
Objects/typeobject.c View 1 chunk +38 lines, -0 lines 0 comments Download
Objects/typeslots.inc View 1 chunk +71 lines, -0 lines 0 comments Download
Objects/typeslots.py View 1 chunk +24 lines, -0 lines 0 comments Download
Objects/unicodeobject.c View 1 chunk +2 lines, -1 line 0 comments Download
PC/getpathp.c View 1 chunk +35 lines, -0 lines 0 comments Download
PC/pyconfig.h View 1 chunk +3 lines, -1 line 0 comments Download
PC/python3.def View 1 chunk +694 lines, -0 lines 0 comments Download
PC/python3dll.c View 1 chunk +9 lines, -0 lines 0 comments Download
PCbuild/pcbuild.sln View 2 chunks +33 lines, -0 lines 0 comments Download
PCbuild/python3dll.vcproj View 1 chunk +434 lines, -0 lines 0 comments Download
PCbuild/xxlimited.vcproj View 1 chunk +417 lines, -0 lines 0 comments Download
Python/bltinmodule.c View 2 chunks +2 lines, -2 lines 0 comments Download
Python/ceval.c View 3 chunks +4 lines, -3 lines 0 comments Download
Python/dynload_win.c View 2 chunks +13 lines, -1 line 0 comments Download
Python/import.c View 1 chunk +1 line, -1 line 0 comments Download
Python/pythonrun.c View 3 chunks +10 lines, -2 lines 0 comments Download
Tools/scripts/abitype.py View 1 chunk +200 lines, -0 lines 0 comments Download
setup.py View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 1
Martin v. Löwis
13 years, 5 months ago (2010-11-29 20:39:03 UTC) #1

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b