From: <otm...@us...> - 2009-02-05 18:08:12
|
Revision: 6014 http://jython.svn.sourceforge.net/jython/?rev=6014&view=rev Author: otmarhumbel Date: 2009-02-05 18:08:10 +0000 (Thu, 05 Feb 2009) Log Message: ----------- added dummy_thread.py and dummy_threading.py Modified Paths: -------------- trunk/jython/CPythonLib.includes Modified: trunk/jython/CPythonLib.includes =================================================================== --- trunk/jython/CPythonLib.includes 2009-02-04 15:27:59 UTC (rev 6013) +++ trunk/jython/CPythonLib.includes 2009-02-05 18:08:10 UTC (rev 6014) @@ -52,6 +52,8 @@ DocXMLRPCServer.py dospath.py dumbdbm.py +dummy_thread.py +dummy_threading.py exceptions.py fileinput.py fnmatch.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pj...@us...> - 2009-05-18 05:03:16
|
Revision: 6356 http://jython.svn.sourceforge.net/jython/?rev=6356&view=rev Author: pjenvey Date: 2009-05-18 05:02:53 +0000 (Mon, 18 May 2009) Log Message: ----------- include the probably working smtpd and wsgiref's .egg-info Modified Paths: -------------- trunk/jython/CPythonLib.includes Modified: trunk/jython/CPythonLib.includes =================================================================== --- trunk/jython/CPythonLib.includes 2009-05-18 05:02:19 UTC (rev 6355) +++ trunk/jython/CPythonLib.includes 2009-05-18 05:02:53 UTC (rev 6356) @@ -134,6 +134,7 @@ SimpleXMLRPCServer.py site.py site-packages/README +smtpd.py smtplib.py sndhdr.py SocketServer.py @@ -166,6 +167,7 @@ weakref.py whichdb.py whrandom.py +wsgiref.egg-info wsgiref/*.py xdrlib.py xmllib.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fwi...@us...> - 2009-09-17 04:14:13
|
Revision: 6800 http://jython.svn.sourceforge.net/jython/?rev=6800&view=rev Author: fwierzbicki Date: 2009-09-17 04:14:04 +0000 (Thu, 17 Sep 2009) Log Message: ----------- Remove modules that now have modified versions living in our Lib/ Modified Paths: -------------- trunk/jython/CPythonLib.includes Modified: trunk/jython/CPythonLib.includes =================================================================== --- trunk/jython/CPythonLib.includes 2009-09-16 11:57:28 UTC (rev 6799) +++ trunk/jython/CPythonLib.includes 2009-09-17 04:14:04 UTC (rev 6800) @@ -55,17 +55,14 @@ dummy_thread.py dummy_threading.py exceptions.py -fileinput.py fnmatch.py formatter.py fpformat.py ftplib.py functools.py getopt.py -gettext.py glob.py gopherlib.py -gzip.py hashlib.py heapq.py hmac.py @@ -76,13 +73,11 @@ ihooks.py imaplib.py imghdr.py -inspect.py keyword.py linecache.py locale.py macpath.py macurl2path.py -mailbox.py mailcap.py markupbase.py md5.py @@ -94,9 +89,7 @@ modulefinder.py multifile.py mutex.py -netrc.py nntplib.py -ntpath.py nturl2path.py opcode.py optparse.py @@ -104,15 +97,12 @@ pickle.py pickletools.py pipes.py -pkgutil.py -platform.py poplib.py posixfile.py pprint.py profile.py pstats.py pyclbr.py -pydoc.py Queue.py quopri.py random.py @@ -130,9 +120,7 @@ shelve.py shlex.py shutil.py -SimpleHTTPServer.py SimpleXMLRPCServer.py -site.py site-packages/README smtpd.py smtplib.py @@ -145,26 +133,20 @@ symbol.py tabnanny.py this.py -threading.py textwrap.py -timeit.py token.py tokenize.py trace.py traceback.py tzparse.py unittest.py -urllib.py urllib2.py urlparse.py user.py UserDict.py UserList.py UserString.py -uu.py uuid.py -warnings.py -weakref.py whichdb.py whrandom.py wsgiref.egg-info @@ -172,4 +154,3 @@ xdrlib.py xmllib.py xmlrpclib.py -zipfile.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pj...@us...> - 2011-03-13 18:54:49
|
Revision: 7227 http://jython.svn.sourceforge.net/jython/?rev=7227&view=rev Author: pjenvey Date: 2011-03-13 18:54:43 +0000 (Sun, 13 Mar 2011) Log Message: ----------- include CPython collections, thanks fwierzbicki Modified Paths: -------------- trunk/jython/CPythonLib.includes Modified: trunk/jython/CPythonLib.includes =================================================================== --- trunk/jython/CPythonLib.includes 2011-03-13 16:09:41 UTC (rev 7226) +++ trunk/jython/CPythonLib.includes 2011-03-13 18:54:43 UTC (rev 7227) @@ -35,6 +35,7 @@ cmpcache.py code.py codecs.py +collections.py colorsys.py commands.py compileall.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |