You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://jython.svn.sourceforge.net/svnroot/jython/trunk/jython
........
r4552 | pjenvey | 2008-06-07 15:56:15 -0400 (Sat, 07 Jun 2008) | 1 line
whitespace
........
r4553 | pjenvey | 2008-06-07 17:15:31 -0400 (Sat, 07 Jun 2008) | 7 lines
o have ant generate the version information into a prop file, which is loaded
by a Version class. includes the svn revision when it can get it (unix
platforms)
o support sys.subversion, including the branch info (not always the revision)
o utilize the build info in sys.version and in a CPythonish banner. hardcode
the copyright banner, now includes "help"
........
r4554 | pjenvey | 2008-06-07 18:23:00 -0400 (Sat, 07 Jun 2008) | 4 lines
match class AttributeError messages to CPython
fixes #1039
thanks lsoto
........
r4555 | pjenvey | 2008-06-07 18:38:12 -0400 (Sat, 07 Jun 2008) | 4 lines
fix derived __getitem__ swallowing custom LookupErrors
fixes #1038
patch by lsoto
........
r4556 | pjenvey | 2008-06-07 18:51:14 -0400 (Sat, 07 Jun 2008) | 3 lines
latest template updates. re-enable the random derived template as it hasn't
been updated in a while
........
r4557 | pjenvey | 2008-06-07 18:58:19 -0400 (Sat, 07 Jun 2008) | 1 line
not everyone's ant is supporting propertyfile out of the box, use echo instead
........
r4558 | pjenvey | 2008-06-07 19:04:34 -0400 (Sat, 07 Jun 2008) | 1 line
woops, ensure the dir first. thanks Ariane
........
r4559 | pjenvey | 2008-06-07 20:58:39 -0400 (Sat, 07 Jun 2008) | 2 lines
fix thread.exit from other threads exiting the Jython process
........
r4560 | pjenvey | 2008-06-07 21:01:51 -0400 (Sat, 07 Jun 2008) | 1 line
update the ticket referencing why this is disabled
........
r4561 | pjenvey | 2008-06-07 21:20:26 -0400 (Sat, 07 Jun 2008) | 2 lines
site.py from:
http://svn.python.org/projects/python/branches/release23-maint/Lib/site.py@35472
........
r4562 | pjenvey | 2008-06-07 21:21:23 -0400 (Sat, 07 Jun 2008) | 1 line
special case jython for a Lib/site-packages sitedir
........
r4563 | pjenvey | 2008-06-07 22:13:16 -0400 (Sat, 07 Jun 2008) | 1 line
support -? for help
........
r4564 | pjenvey | 2008-06-07 23:00:45 -0400 (Sat, 07 Jun 2008) | 2 lines
have BaseSet implement Set. not sure why this was commented out
fixes #1009477
........
0 commit comments