[Subversion] / BytecodeAssembler / setup.py  

Log of /BytecodeAssembler/setup.py

Parent Directory

No default branch
Bookmark a link to HEAD: (view) (download) (as text)


Revision 2782 - (view) (download) (as text) - [select for diffs]
Modified Wed Feb 22 16:11:55 2017 UTC (7 years, 1 month ago) by pje
File length: 1176 byte(s)
Diff to previous 2733 , to selected 2624
Fix BUILD_CLASS stack calculation

Revision 2733 - (view) (download) (as text) - [select for diffs]
Modified Sat Apr 4 00:53:52 2015 UTC (8 years, 11 months ago) by pje
File length: 1174 byte(s)
Diff to previous 2646 , to selected 2624
Experimental Python 3 support (3.1/3.2 test failures are shallow)

Revision 2646 - (view) (download) (as text) - [select for diffs]
Modified Tue Aug 3 03:26:30 2010 UTC (13 years, 7 months ago) by pje
File length: 1174 byte(s)
Diff to previous 2629 , to selected 2624
Revert licenses to ZPL 2.1; drop 'dev' tags from intermediate releases

Revision 2629 - (view) (download) (as text) - [select for diffs]
Modified Mon Aug 2 19:08:08 2010 UTC (13 years, 7 months ago) by pje
File length: 1209 byte(s)
Diff to previous 2624
Bump version

Revision 2624 - (view) (download) (as text) - [selected]
Modified Mon Aug 2 07:59:50 2010 UTC (13 years, 7 months ago) by pje
File length: 1211 byte(s)
Diff to previous 2575
Bump version, add release notes

Revision 2575 - (view) (download) (as text) - [select for diffs]
Modified Tue Aug 12 18:09:37 2008 UTC (15 years, 7 months ago) by pje
File length: 1179 byte(s)
Diff to previous 2574 , to selected 2624
Fix incorrect stack size calculation for ``MAKE_CLOSURE`` on Python 2.5+

Revision 2574 - (view) (download) (as text) - [select for diffs]
Modified Mon Aug 4 22:34:33 2008 UTC (15 years, 7 months ago) by pje
File length: 1177 byte(s)
Diff to previous 2572 , to selected 2624
Bump version.

Revision 2572 - (view) (download) (as text) - [select for diffs]
Modified Mon Aug 4 21:55:02 2008 UTC (15 years, 7 months ago) by pje
File length: 1177 byte(s)
Diff to previous 2474 , to selected 2624
Bump version.

Revision 2474 - (view) (download) (as text) - [select for diffs]
Modified Sun Jan 6 15:36:46 2008 UTC (16 years, 2 months ago) by pje
File length: 1181 byte(s)
Diff to previous 2473 , to selected 2624
Post-release version bump.

Revision 2473 - (view) (download) (as text) - [select for diffs]
Modified Sun Jan 6 15:30:01 2008 UTC (16 years, 2 months ago) by pje
File length: 1181 byte(s)
Diff to previous 2233 , to selected 2624
Prep for release, and fix a spurious test failure w/2.3

Revision 2233 - (view) (download) (as text) - [select for diffs]
Modified Sun Sep 3 18:25:54 2006 UTC (17 years, 6 months ago) by pje
File length: 1193 byte(s)
Diff to previous 2231 , to selected 2624
Bump revision #

Revision 2231 - (view) (download) (as text) - [select for diffs]
Modified Sun Sep 3 17:56:29 2006 UTC (17 years, 6 months ago) by pje
File length: 1193 byte(s)
Diff to previous 2210 , to selected 2624
Added ``Pass`` and ``Compare`` node types, and ``COMPARE_OP`` can now 
take an operator name instead of a number.

Revision 2210 - (view) (download) (as text) - [select for diffs]
Modified Wed Jul 5 05:56:42 2006 UTC (17 years, 8 months ago) by pje
File length: 1174 byte(s)
Diff to previous 2208 , to selected 2624
Bump version, fix doc typos.

Revision 2208 - (view) (download) (as text) - [select for diffs]
Modified Wed Jul 5 02:56:05 2006 UTC (17 years, 8 months ago) by pje
File length: 1174 byte(s)
Diff to previous 2196 , to selected 2624
Constant handling has been fixed so that it doesn't confuse equal values of
differing types (e.g. ``1.0`` and ``True``), or equal unhashable objects
(e.g. two empty lists).

Removed ``nil`, ``ast_curry()`` and ``folding_curry()``, replacing them with
the ``nodetype()`` decorator and ``fold_args()``; please see the docs for
more details.

DecoratorTools is required now also.

Revision 2196 - (view) (download) (as text) - [select for diffs]
Modified Sat Jun 17 06:24:24 2006 UTC (17 years, 9 months ago) by pje
File length: 1127 byte(s)
Diff to previous 2194 , to selected 2624
Include a release note in the short description for PyPI.

Revision 2194 - (view) (download) (as text) - [select for diffs]
Modified Sat Jun 17 06:19:20 2006 UTC (17 years, 9 months ago) by pje
File length: 1066 byte(s)
Diff to previous 2193 , to selected 2624
Bump version to 0.1, update readme, minor cleanup.

Revision 2193 - (view) (download) (as text) - [select for diffs]
Modified Sat Jun 17 04:44:52 2006 UTC (17 years, 9 months ago) by pje
File length: 998 byte(s)
Diff to previous 2160 , to selected 2624
Move docs and tests to README.txt.

Revision 2160 - (view) (download) (as text) - [select for diffs]
Modified Sun May 28 22:38:22 2006 UTC (17 years, 10 months ago) by pje
File length: 1003 byte(s)
Diff to previous 2142 , to selected 2624
Code generation, function cloning, code flags support, some
work on closures.

Revision 2142 - (view) (download) (as text) - [select for diffs]
Modified Tue May 23 05:53:30 2006 UTC (17 years, 10 months ago) by pje
File length: 1003 byte(s)
Diff to previous 2140 , to selected 2624
Add package description, minor formatting fixes, and use "dev" version
numbering.

Revision 2140 - (view) (download) (as text) - [select for diffs]
Modified Tue May 23 05:29:26 2006 UTC (17 years, 10 months ago) by pje
File length: 562 byte(s)
Diff to previous 2139 , to selected 2624
Activate use of setuptools, now that svn:externals is set.

Revision 2139 - (view) (download) (as text) - [select for diffs]
Added Tue May 23 05:28:31 2006 UTC (17 years, 10 months ago) by pje
File length: 564 byte(s)
Diff to selected 2624
Spin off RuleDispatch's bytecode assembler into a separate project.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

Sort log by:

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help