Upload Tizen:Base source
authorKim Kibum <kb0929.kim@samsung.com>
Mon, 21 May 2012 08:47:59 +0000 (17:47 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Mon, 21 May 2012 08:47:59 +0000 (17:47 +0900)
commit40ecb9f8c8deb17db6689701f29199149120d6ff
tree48935296c227154a43afe0fb20ecbfbc647e702b
parent0f313c449e7d940b1c908c900168d5c70dba2c9f
Upload Tizen:Base source
4246 files changed:
Demo/README [new file with mode: 0644]
Demo/cgi/README [new file with mode: 0644]
Demo/cgi/cgi0.sh [new file with mode: 0755]
Demo/cgi/cgi1.py [new file with mode: 0755]
Demo/cgi/cgi2.py [new file with mode: 0755]
Demo/cgi/cgi3.py [new file with mode: 0755]
Demo/cgi/wiki.py [new file with mode: 0644]
Demo/classes/Complex.py [new file with mode: 0644]
Demo/classes/Dates.py [new file with mode: 0644]
Demo/classes/Dbm.py [new file with mode: 0644]
Demo/classes/README [new file with mode: 0644]
Demo/classes/Range.py [new file with mode: 0644]
Demo/classes/Rev.py [new file with mode: 0644]
Demo/classes/Vec.py [new file with mode: 0644]
Demo/classes/bitvec.py [new file with mode: 0644]
Demo/comparisons/README [new file with mode: 0644]
Demo/comparisons/patterns [new file with mode: 0755]
Demo/comparisons/regextest.py [new file with mode: 0755]
Demo/comparisons/sortingtest.py [new file with mode: 0755]
Demo/comparisons/systemtest.py [new file with mode: 0755]
Demo/curses/README [new file with mode: 0644]
Demo/curses/life.py [new file with mode: 0755]
Demo/curses/ncurses.py [new file with mode: 0644]
Demo/curses/rain.py [new file with mode: 0644]
Demo/curses/repeat.py [new file with mode: 0755]
Demo/curses/tclock.py [new file with mode: 0644]
Demo/curses/xmas.py [new file with mode: 0644]
Demo/embed/Makefile [new file with mode: 0644]
Demo/embed/README [new file with mode: 0644]
Demo/embed/demo.c [new file with mode: 0644]
Demo/embed/importexc.c [new file with mode: 0644]
Demo/embed/loop.c [new file with mode: 0644]
Demo/md5test/README [new file with mode: 0644]
Demo/md5test/foo [new file with mode: 0755]
Demo/md5test/md5driver.py [new file with mode: 0644]
Demo/metaclasses/Eiffel.py [new file with mode: 0644]
Demo/metaclasses/Enum.py [new file with mode: 0644]
Demo/metaclasses/Meta.py [new file with mode: 0644]
Demo/metaclasses/Simple.py [new file with mode: 0644]
Demo/metaclasses/Synch.py [new file with mode: 0644]
Demo/metaclasses/Trace.py [new file with mode: 0644]
Demo/metaclasses/index.html [new file with mode: 0644]
Demo/metaclasses/meta-vladimir.txt [new file with mode: 0644]
Demo/newmetaclasses/Eiffel.py [new file with mode: 0644]
Demo/newmetaclasses/Enum.py [new file with mode: 0644]
Demo/parser/FILES [new file with mode: 0644]
Demo/parser/README [new file with mode: 0644]
Demo/parser/docstring.py [new file with mode: 0644]
Demo/parser/example.py [new file with mode: 0644]
Demo/parser/simple.py [new file with mode: 0644]
Demo/parser/source.py [new file with mode: 0644]
Demo/parser/test_parser.py [new file with mode: 0755]
Demo/parser/test_unparse.py [new file with mode: 0644]
Demo/parser/unparse.py [new file with mode: 0644]
Demo/pdist/FSProxy.py [new file with mode: 0644]
Demo/pdist/RCSProxy.py [new file with mode: 0755]
Demo/pdist/README [new file with mode: 0644]
Demo/pdist/client.py [new file with mode: 0644]
Demo/pdist/cmdfw.py [new file with mode: 0644]
Demo/pdist/cmptree.py [new file with mode: 0644]
Demo/pdist/cvslib.py [new file with mode: 0644]
Demo/pdist/cvslock.py [new file with mode: 0644]
Demo/pdist/mac.py [new file with mode: 0644]
Demo/pdist/makechangelog.py [new file with mode: 0755]
Demo/pdist/rcsbump [new file with mode: 0755]
Demo/pdist/rcsclient.py [new file with mode: 0644]
Demo/pdist/rcslib.py [new file with mode: 0644]
Demo/pdist/rcvs [new file with mode: 0755]
Demo/pdist/rcvs.py [new file with mode: 0755]
Demo/pdist/rrcs [new file with mode: 0755]
Demo/pdist/rrcs.py [new file with mode: 0755]
Demo/pdist/security.py [new file with mode: 0644]
Demo/pdist/server.py [new file with mode: 0644]
Demo/pdist/sumtree.py [new file with mode: 0644]
Demo/pysvr/Makefile [new file with mode: 0644]
Demo/pysvr/README [new file with mode: 0644]
Demo/pysvr/pysvr.c [new file with mode: 0644]
Demo/pysvr/pysvr.py [new file with mode: 0755]
Demo/rpc/MANIFEST [new file with mode: 0644]
Demo/rpc/README [new file with mode: 0644]
Demo/rpc/T.py [new file with mode: 0644]
Demo/rpc/mountclient.py [new file with mode: 0644]
Demo/rpc/nfsclient.py [new file with mode: 0644]
Demo/rpc/rnusersclient.py [new file with mode: 0644]
Demo/rpc/rpc.py [new file with mode: 0644]
Demo/rpc/test [new file with mode: 0755]
Demo/rpc/xdr.py [new file with mode: 0644]
Demo/scripts/README [new file with mode: 0644]
Demo/scripts/beer.py [new file with mode: 0755]
Demo/scripts/eqfix.py [new file with mode: 0755]
Demo/scripts/fact.py [new file with mode: 0755]
Demo/scripts/find-uname.py [new file with mode: 0755]
Demo/scripts/from.py [new file with mode: 0755]
Demo/scripts/lpwatch.py [new file with mode: 0755]
Demo/scripts/makedir.py [new file with mode: 0755]
Demo/scripts/markov.py [new file with mode: 0755]
Demo/scripts/mboxconvert.py [new file with mode: 0755]
Demo/scripts/morse.py [new file with mode: 0755]
Demo/scripts/newslist.doc [new file with mode: 0755]
Demo/scripts/newslist.py [new file with mode: 0755]
Demo/scripts/pi.py [new file with mode: 0755]
Demo/scripts/pp.py [new file with mode: 0755]
Demo/scripts/primes.py [new file with mode: 0755]
Demo/scripts/queens.py [new file with mode: 0755]
Demo/scripts/script.py [new file with mode: 0755]
Demo/scripts/unbirthday.py [new file with mode: 0755]
Demo/scripts/update.py [new file with mode: 0755]
Demo/sockets/README [new file with mode: 0644]
Demo/sockets/broadcast.py [new file with mode: 0644]
Demo/sockets/echosvr.py [new file with mode: 0755]
Demo/sockets/finger.py [new file with mode: 0755]
Demo/sockets/ftp.py [new file with mode: 0644]
Demo/sockets/gopher.py [new file with mode: 0755]
Demo/sockets/mcast.py [new file with mode: 0755]
Demo/sockets/radio.py [new file with mode: 0644]
Demo/sockets/rpython.py [new file with mode: 0755]
Demo/sockets/rpythond.py [new file with mode: 0755]
Demo/sockets/telnet.py [new file with mode: 0755]
Demo/sockets/throughput.py [new file with mode: 0755]
Demo/sockets/udpecho.py [new file with mode: 0755]
Demo/sockets/unicast.py [new file with mode: 0644]
Demo/sockets/unixclient.py [new file with mode: 0644]
Demo/sockets/unixserver.py [new file with mode: 0644]
Demo/threads/Coroutine.py [new file with mode: 0644]
Demo/threads/Generator.py [new file with mode: 0644]
Demo/threads/README [new file with mode: 0644]
Demo/threads/fcmp.py [new file with mode: 0644]
Demo/threads/find.py [new file with mode: 0644]
Demo/threads/squasher.py [new file with mode: 0644]
Demo/threads/sync.py [new file with mode: 0644]
Demo/threads/telnet.py [new file with mode: 0644]
Demo/tix/INSTALL.txt [new file with mode: 0644]
Demo/tix/README.txt [new file with mode: 0644]
Demo/tix/bitmaps/about.xpm [new file with mode: 0755]
Demo/tix/bitmaps/bold.xbm [new file with mode: 0755]
Demo/tix/bitmaps/capital.xbm [new file with mode: 0755]
Demo/tix/bitmaps/centerj.xbm [new file with mode: 0755]
Demo/tix/bitmaps/combobox.xbm [new file with mode: 0755]
Demo/tix/bitmaps/combobox.xpm [new file with mode: 0755]
Demo/tix/bitmaps/combobox.xpm.1 [new file with mode: 0755]
Demo/tix/bitmaps/drivea.xbm [new file with mode: 0755]
Demo/tix/bitmaps/drivea.xpm [new file with mode: 0755]
Demo/tix/bitmaps/exit.xpm [new file with mode: 0755]
Demo/tix/bitmaps/filebox.xbm [new file with mode: 0755]
Demo/tix/bitmaps/filebox.xpm [new file with mode: 0755]
Demo/tix/bitmaps/italic.xbm [new file with mode: 0755]
Demo/tix/bitmaps/justify.xbm [new file with mode: 0755]
Demo/tix/bitmaps/leftj.xbm [new file with mode: 0755]
Demo/tix/bitmaps/netw.xbm [new file with mode: 0755]
Demo/tix/bitmaps/netw.xpm [new file with mode: 0755]
Demo/tix/bitmaps/optmenu.xpm [new file with mode: 0755]
Demo/tix/bitmaps/rightj.xbm [new file with mode: 0755]
Demo/tix/bitmaps/select.xpm [new file with mode: 0755]
Demo/tix/bitmaps/tix.gif [new file with mode: 0755]
Demo/tix/bitmaps/underline.xbm [new file with mode: 0755]
Demo/tix/grid.py [new file with mode: 0644]
Demo/tix/samples/Balloon.py [new file with mode: 0644]
Demo/tix/samples/BtnBox.py [new file with mode: 0644]
Demo/tix/samples/CmpImg.py [new file with mode: 0644]
Demo/tix/samples/ComboBox.py [new file with mode: 0644]
Demo/tix/samples/Control.py [new file with mode: 0644]
Demo/tix/samples/DirList.py [new file with mode: 0644]
Demo/tix/samples/DirTree.py [new file with mode: 0644]
Demo/tix/samples/NoteBook.py [new file with mode: 0644]
Demo/tix/samples/OptMenu.py [new file with mode: 0644]
Demo/tix/samples/PanedWin.py [new file with mode: 0644]
Demo/tix/samples/PopMenu.py [new file with mode: 0644]
Demo/tix/samples/SHList1.py [new file with mode: 0644]
Demo/tix/samples/SHList2.py [new file with mode: 0644]
Demo/tix/samples/Tree.py [new file with mode: 0644]
Demo/tix/tixwidgets.py [new file with mode: 0644]
Demo/tkinter/README [new file with mode: 0644]
Demo/tkinter/guido/AttrDialog.py [new file with mode: 0644]
Demo/tkinter/guido/ManPage.py [new file with mode: 0644]
Demo/tkinter/guido/MimeViewer.py [new file with mode: 0755]
Demo/tkinter/guido/ShellWindow.py [new file with mode: 0644]
Demo/tkinter/guido/brownian.py [new file with mode: 0644]
Demo/tkinter/guido/brownian2.py [new file with mode: 0644]
Demo/tkinter/guido/canvasevents.py [new file with mode: 0644]
Demo/tkinter/guido/dialog.py [new file with mode: 0755]
Demo/tkinter/guido/electrons.py [new file with mode: 0755]
Demo/tkinter/guido/hanoi.py [new file with mode: 0644]
Demo/tkinter/guido/hello.py [new file with mode: 0644]
Demo/tkinter/guido/imagedraw.py [new file with mode: 0644]
Demo/tkinter/guido/imageview.py [new file with mode: 0644]
Demo/tkinter/guido/kill.py [new file with mode: 0755]
Demo/tkinter/guido/listtree.py [new file with mode: 0644]
Demo/tkinter/guido/mbox.py [new file with mode: 0755]
Demo/tkinter/guido/newmenubardemo.py [new file with mode: 0644]
Demo/tkinter/guido/optionmenu.py [new file with mode: 0644]
Demo/tkinter/guido/paint.py [new file with mode: 0644]
Demo/tkinter/guido/rmt.py [new file with mode: 0755]
Demo/tkinter/guido/solitaire.py [new file with mode: 0755]
Demo/tkinter/guido/sortvisu.py [new file with mode: 0644]
Demo/tkinter/guido/ss1.py [new file with mode: 0644]
Demo/tkinter/guido/svkill.py [new file with mode: 0755]
Demo/tkinter/guido/switch.py [new file with mode: 0644]
Demo/tkinter/guido/tkman.py [new file with mode: 0755]
Demo/tkinter/guido/wish.py [new file with mode: 0644]
Demo/tkinter/matt/00-HELLO-WORLD.py [new file with mode: 0644]
Demo/tkinter/matt/README [new file with mode: 0644]
Demo/tkinter/matt/animation-simple.py [new file with mode: 0644]
Demo/tkinter/matt/animation-w-velocity-ctrl.py [new file with mode: 0644]
Demo/tkinter/matt/bind-w-mult-calls-p-type.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-demo-simple.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-gridding.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-moving-or-creating.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-moving-w-mouse.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-mult-item-sel.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-reading-tag-info.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-w-widget-draw-el.py [new file with mode: 0644]
Demo/tkinter/matt/canvas-with-scrollbars.py [new file with mode: 0644]
Demo/tkinter/matt/dialog-box.py [new file with mode: 0644]
Demo/tkinter/matt/entry-simple.py [new file with mode: 0644]
Demo/tkinter/matt/entry-with-shared-variable.py [new file with mode: 0644]
Demo/tkinter/matt/killing-window-w-wm.py [new file with mode: 0644]
Demo/tkinter/matt/menu-all-types-of-entries.py [new file with mode: 0644]
Demo/tkinter/matt/menu-simple.py [new file with mode: 0644]
Demo/tkinter/matt/not-what-you-might-think-1.py [new file with mode: 0644]
Demo/tkinter/matt/not-what-you-might-think-2.py [new file with mode: 0644]
Demo/tkinter/matt/packer-and-placer-together.py [new file with mode: 0644]
Demo/tkinter/matt/packer-simple.py [new file with mode: 0644]
Demo/tkinter/matt/placer-simple.py [new file with mode: 0644]
Demo/tkinter/matt/pong-demo-1.py [new file with mode: 0644]
Demo/tkinter/matt/printing-coords-of-items.py [new file with mode: 0644]
Demo/tkinter/matt/radiobutton-simple.py [new file with mode: 0644]
Demo/tkinter/matt/rubber-band-box-demo-1.py [new file with mode: 0644]
Demo/tkinter/matt/rubber-line-demo-1.py [new file with mode: 0644]
Demo/tkinter/matt/slider-demo-1.py [new file with mode: 0644]
Demo/tkinter/matt/subclass-existing-widgets.py [new file with mode: 0644]
Demo/tkinter/matt/two-radio-groups.py [new file with mode: 0644]
Demo/tkinter/matt/window-creation-more.py [new file with mode: 0644]
Demo/tkinter/matt/window-creation-simple.py [new file with mode: 0644]
Demo/tkinter/matt/window-creation-w-location.py [new file with mode: 0644]
Demo/tkinter/ttk/combo_themes.py [new file with mode: 0644]
Demo/tkinter/ttk/dirbrowser.py [new file with mode: 0644]
Demo/tkinter/ttk/img/close.gif [new file with mode: 0644]
Demo/tkinter/ttk/img/close_active.gif [new file with mode: 0644]
Demo/tkinter/ttk/img/close_pressed.gif [new file with mode: 0644]
Demo/tkinter/ttk/listbox_scrollcmd.py [new file with mode: 0644]
Demo/tkinter/ttk/mac_searchentry.py [new file with mode: 0644]
Demo/tkinter/ttk/notebook_closebtn.py [new file with mode: 0644]
Demo/tkinter/ttk/plastik_theme.py [new file with mode: 0644]
Demo/tkinter/ttk/roundframe.py [new file with mode: 0644]
Demo/tkinter/ttk/theme_selector.py [new file with mode: 0644]
Demo/tkinter/ttk/treeview_multicolumn.py [new file with mode: 0644]
Demo/tkinter/ttk/ttkcalendar.py [new file with mode: 0644]
Demo/tkinter/ttk/widget_state.py [new file with mode: 0644]
Demo/turtle/about_turtle.txt [new file with mode: 0644]
Demo/turtle/about_turtledemo.txt [new file with mode: 0644]
Demo/turtle/demohelp.txt [new file with mode: 0644]
Demo/turtle/tdemo_I_dontlike_tiltdemo.py [new file with mode: 0644]
Demo/turtle/tdemo_bytedesign.py [new file with mode: 0644]
Demo/turtle/tdemo_chaos.py [new file with mode: 0644]
Demo/turtle/tdemo_clock.py [new file with mode: 0644]
Demo/turtle/tdemo_colormixer.py [new file with mode: 0644]
Demo/turtle/tdemo_fractalcurves.py [new file with mode: 0644]
Demo/turtle/tdemo_lindenmayer_indian.py [new file with mode: 0644]
Demo/turtle/tdemo_minimal_hanoi.py [new file with mode: 0644]
Demo/turtle/tdemo_nim.py [new file with mode: 0644]
Demo/turtle/tdemo_paint.py [new file with mode: 0644]
Demo/turtle/tdemo_peace.py [new file with mode: 0644]
Demo/turtle/tdemo_penrose.py [new file with mode: 0644]
Demo/turtle/tdemo_planet_and_moon.py [new file with mode: 0644]
Demo/turtle/tdemo_tree.py [new file with mode: 0644]
Demo/turtle/tdemo_wikipedia.py [new file with mode: 0644]
Demo/turtle/tdemo_yinyang.py [new file with mode: 0644]
Demo/turtle/turtle.cfg [new file with mode: 0644]
Demo/turtle/turtleDemo.py [new file with mode: 0644]
Demo/turtle/turtledemo_two_canvases.py [new file with mode: 0644]
Demo/xml/elem_count.py [new file with mode: 0644]
Demo/xml/roundtrip.py [new file with mode: 0644]
Demo/xml/rss2html.py [new file with mode: 0644]
Demo/zlib/minigzip.py [new file with mode: 0755]
Demo/zlib/zlibdemo.py [new file with mode: 0755]
Doc/ACKS.txt [new file with mode: 0644]
Doc/Makefile [new file with mode: 0644]
Doc/README.txt [new file with mode: 0644]
Doc/about.rst [new file with mode: 0644]
Doc/bugs.rst [new file with mode: 0644]
Doc/c-api/abstract.rst [new file with mode: 0644]
Doc/c-api/allocation.rst [new file with mode: 0644]
Doc/c-api/arg.rst [new file with mode: 0644]
Doc/c-api/bool.rst [new file with mode: 0644]
Doc/c-api/buffer.rst [new file with mode: 0644]
Doc/c-api/bytearray.rst [new file with mode: 0644]
Doc/c-api/capsule.rst [new file with mode: 0644]
Doc/c-api/cell.rst [new file with mode: 0644]
Doc/c-api/class.rst [new file with mode: 0644]
Doc/c-api/cobject.rst [new file with mode: 0644]
Doc/c-api/code.rst [new file with mode: 0644]
Doc/c-api/codec.rst [new file with mode: 0644]
Doc/c-api/complex.rst [new file with mode: 0644]
Doc/c-api/concrete.rst [new file with mode: 0644]
Doc/c-api/conversion.rst [new file with mode: 0644]
Doc/c-api/datetime.rst [new file with mode: 0644]
Doc/c-api/descriptor.rst [new file with mode: 0644]
Doc/c-api/dict.rst [new file with mode: 0644]
Doc/c-api/exceptions.rst [new file with mode: 0644]
Doc/c-api/file.rst [new file with mode: 0644]
Doc/c-api/float.rst [new file with mode: 0644]
Doc/c-api/function.rst [new file with mode: 0644]
Doc/c-api/gcsupport.rst [new file with mode: 0644]
Doc/c-api/gen.rst [new file with mode: 0644]
Doc/c-api/import.rst [new file with mode: 0644]
Doc/c-api/index.rst [new file with mode: 0644]
Doc/c-api/init.rst [new file with mode: 0644]
Doc/c-api/int.rst [new file with mode: 0644]
Doc/c-api/intro.rst [new file with mode: 0644]
Doc/c-api/iter.rst [new file with mode: 0644]
Doc/c-api/iterator.rst [new file with mode: 0644]
Doc/c-api/list.rst [new file with mode: 0644]
Doc/c-api/long.rst [new file with mode: 0644]
Doc/c-api/mapping.rst [new file with mode: 0644]
Doc/c-api/marshal.rst [new file with mode: 0644]
Doc/c-api/memory.rst [new file with mode: 0644]
Doc/c-api/method.rst [new file with mode: 0644]
Doc/c-api/module.rst [new file with mode: 0644]
Doc/c-api/none.rst [new file with mode: 0644]
Doc/c-api/number.rst [new file with mode: 0644]
Doc/c-api/objbuffer.rst [new file with mode: 0644]
Doc/c-api/object.rst [new file with mode: 0644]
Doc/c-api/objimpl.rst [new file with mode: 0644]
Doc/c-api/refcounting.rst [new file with mode: 0644]
Doc/c-api/reflection.rst [new file with mode: 0644]
Doc/c-api/sequence.rst [new file with mode: 0644]
Doc/c-api/set.rst [new file with mode: 0644]
Doc/c-api/slice.rst [new file with mode: 0644]
Doc/c-api/string.rst [new file with mode: 0644]
Doc/c-api/structures.rst [new file with mode: 0644]
Doc/c-api/sys.rst [new file with mode: 0644]
Doc/c-api/tuple.rst [new file with mode: 0644]
Doc/c-api/type.rst [new file with mode: 0644]
Doc/c-api/typeobj.rst [new file with mode: 0644]
Doc/c-api/unicode.rst [new file with mode: 0644]
Doc/c-api/utilities.rst [new file with mode: 0644]
Doc/c-api/veryhigh.rst [new file with mode: 0644]
Doc/c-api/weakref.rst [new file with mode: 0644]
Doc/conf.py [new file with mode: 0644]
Doc/contents.rst [new file with mode: 0644]
Doc/copyright.rst [new file with mode: 0644]
Doc/data/refcounts.dat [new file with mode: 0644]
Doc/distutils/apiref.rst [new file with mode: 0644]
Doc/distutils/builtdist.rst [new file with mode: 0644]
Doc/distutils/commandref.rst [new file with mode: 0644]
Doc/distutils/configfile.rst [new file with mode: 0644]
Doc/distutils/examples.rst [new file with mode: 0644]
Doc/distutils/extending.rst [new file with mode: 0644]
Doc/distutils/index.rst [new file with mode: 0644]
Doc/distutils/introduction.rst [new file with mode: 0644]
Doc/distutils/packageindex.rst [new file with mode: 0644]
Doc/distutils/setupscript.rst [new file with mode: 0644]
Doc/distutils/sourcedist.rst [new file with mode: 0644]
Doc/distutils/uploading.rst [new file with mode: 0644]
Doc/documenting/building.rst [new file with mode: 0644]
Doc/documenting/fromlatex.rst [new file with mode: 0644]
Doc/documenting/index.rst [new file with mode: 0644]
Doc/documenting/intro.rst [new file with mode: 0644]
Doc/documenting/markup.rst [new file with mode: 0644]
Doc/documenting/rest.rst [new file with mode: 0644]
Doc/documenting/style.rst [new file with mode: 0644]
Doc/extending/building.rst [new file with mode: 0644]
Doc/extending/embedding.rst [new file with mode: 0644]
Doc/extending/extending.rst [new file with mode: 0644]
Doc/extending/index.rst [new file with mode: 0644]
Doc/extending/newtypes.rst [new file with mode: 0644]
Doc/extending/windows.rst [new file with mode: 0644]
Doc/faq/design.rst [new file with mode: 0644]
Doc/faq/extending.rst [new file with mode: 0644]
Doc/faq/general.rst [new file with mode: 0644]
Doc/faq/gui.rst [new file with mode: 0644]
Doc/faq/index.rst [new file with mode: 0644]
Doc/faq/installed.rst [new file with mode: 0644]
Doc/faq/library.rst [new file with mode: 0644]
Doc/faq/programming.rst [new file with mode: 0644]
Doc/faq/python-video-icon.png [new file with mode: 0644]
Doc/faq/windows.rst [new file with mode: 0644]
Doc/glossary.rst [new file with mode: 0644]
Doc/howto/advocacy.rst [new file with mode: 0644]
Doc/howto/cporting.rst [new file with mode: 0644]
Doc/howto/curses.rst [new file with mode: 0644]
Doc/howto/descriptor.rst [new file with mode: 0644]
Doc/howto/doanddont.rst [new file with mode: 0644]
Doc/howto/functional.rst [new file with mode: 0644]
Doc/howto/index.rst [new file with mode: 0644]
Doc/howto/regex.rst [new file with mode: 0644]
Doc/howto/sockets.rst [new file with mode: 0644]
Doc/howto/sorting.rst [new file with mode: 0644]
Doc/howto/unicode.rst [new file with mode: 0644]
Doc/howto/urllib2.rst [new file with mode: 0644]
Doc/howto/webservers.rst [new file with mode: 0644]
Doc/includes/email-alternative.py [new file with mode: 0644]
Doc/includes/email-dir.py [new file with mode: 0644]
Doc/includes/email-headers.py [new file with mode: 0644]
Doc/includes/email-mime.py [new file with mode: 0644]
Doc/includes/email-simple.py [new file with mode: 0644]
Doc/includes/email-unpack.py [new file with mode: 0644]
Doc/includes/minidom-example.py [new file with mode: 0644]
Doc/includes/mp_benchmarks.py [new file with mode: 0644]
Doc/includes/mp_newtype.py [new file with mode: 0644]
Doc/includes/mp_pool.py [new file with mode: 0644]
Doc/includes/mp_synchronize.py [new file with mode: 0644]
Doc/includes/mp_webserver.py [new file with mode: 0644]
Doc/includes/mp_workers.py [new file with mode: 0644]
Doc/includes/noddy.c [new file with mode: 0644]
Doc/includes/noddy2.c [new file with mode: 0644]
Doc/includes/noddy3.c [new file with mode: 0644]
Doc/includes/noddy4.c [new file with mode: 0644]
Doc/includes/run-func.c [new file with mode: 0644]
Doc/includes/setup.py [new file with mode: 0644]
Doc/includes/shoddy.c [new file with mode: 0644]
Doc/includes/sqlite3/adapter_datetime.py [new file with mode: 0644]
Doc/includes/sqlite3/adapter_point_1.py [new file with mode: 0644]
Doc/includes/sqlite3/adapter_point_2.py [new file with mode: 0644]
Doc/includes/sqlite3/collation_reverse.py [new file with mode: 0644]
Doc/includes/sqlite3/complete_statement.py [new file with mode: 0644]
Doc/includes/sqlite3/connect_db_1.py [new file with mode: 0644]
Doc/includes/sqlite3/connect_db_2.py [new file with mode: 0644]
Doc/includes/sqlite3/converter_point.py [new file with mode: 0644]
Doc/includes/sqlite3/countcursors.py [new file with mode: 0644]
Doc/includes/sqlite3/createdb.py [new file with mode: 0644]
Doc/includes/sqlite3/ctx_manager.py [new file with mode: 0644]
Doc/includes/sqlite3/execsql_fetchonerow.py [new file with mode: 0644]
Doc/includes/sqlite3/execsql_printall_1.py [new file with mode: 0644]
Doc/includes/sqlite3/execute_1.py [new file with mode: 0644]
Doc/includes/sqlite3/execute_2.py [new file with mode: 0644]
Doc/includes/sqlite3/execute_3.py [new file with mode: 0644]
Doc/includes/sqlite3/executemany_1.py [new file with mode: 0644]
Doc/includes/sqlite3/executemany_2.py [new file with mode: 0644]
Doc/includes/sqlite3/executescript.py [new file with mode: 0644]
Doc/includes/sqlite3/insert_more_people.py [new file with mode: 0644]
Doc/includes/sqlite3/load_extension.py [new file with mode: 0644]
Doc/includes/sqlite3/md5func.py [new file with mode: 0644]
Doc/includes/sqlite3/mysumaggr.py [new file with mode: 0644]
Doc/includes/sqlite3/parse_colnames.py [new file with mode: 0644]
Doc/includes/sqlite3/pysqlite_datetime.py [new file with mode: 0644]
Doc/includes/sqlite3/row_factory.py [new file with mode: 0644]
Doc/includes/sqlite3/rowclass.py [new file with mode: 0644]
Doc/includes/sqlite3/shared_cache.py [new file with mode: 0644]
Doc/includes/sqlite3/shortcut_methods.py [new file with mode: 0644]
Doc/includes/sqlite3/simple_tableprinter.py [new file with mode: 0644]
Doc/includes/sqlite3/text_factory.py [new file with mode: 0644]
Doc/includes/test.py [new file with mode: 0644]
Doc/includes/typestruct.h [new file with mode: 0644]
Doc/includes/tzinfo-examples.py [new file with mode: 0644]
Doc/install/index.rst [new file with mode: 0644]
Doc/library/2to3.rst [new file with mode: 0644]
Doc/library/__builtin__.rst [new file with mode: 0644]
Doc/library/__future__.rst [new file with mode: 0644]
Doc/library/__main__.rst [new file with mode: 0644]
Doc/library/_winreg.rst [new file with mode: 0644]
Doc/library/abc.rst [new file with mode: 0644]
Doc/library/aepack.rst [new file with mode: 0644]
Doc/library/aetools.rst [new file with mode: 0644]
Doc/library/aetypes.rst [new file with mode: 0644]
Doc/library/aifc.rst [new file with mode: 0644]
Doc/library/al.rst [new file with mode: 0644]
Doc/library/allos.rst [new file with mode: 0644]
Doc/library/anydbm.rst [new file with mode: 0644]
Doc/library/archiving.rst [new file with mode: 0644]
Doc/library/argparse.rst [new file with mode: 0644]
Doc/library/array.rst [new file with mode: 0644]
Doc/library/ast.rst [new file with mode: 0644]
Doc/library/asynchat.rst [new file with mode: 0644]
Doc/library/asyncore.rst [new file with mode: 0644]
Doc/library/atexit.rst [new file with mode: 0644]
Doc/library/audioop.rst [new file with mode: 0644]
Doc/library/autogil.rst [new file with mode: 0644]
Doc/library/base64.rst [new file with mode: 0644]
Doc/library/basehttpserver.rst [new file with mode: 0644]
Doc/library/bastion.rst [new file with mode: 0644]
Doc/library/bdb.rst [new file with mode: 0644]
Doc/library/binascii.rst [new file with mode: 0644]
Doc/library/binhex.rst [new file with mode: 0644]
Doc/library/bisect.rst [new file with mode: 0644]
Doc/library/bsddb.rst [new file with mode: 0644]
Doc/library/bz2.rst [new file with mode: 0644]
Doc/library/calendar.rst [new file with mode: 0644]
Doc/library/carbon.rst [new file with mode: 0644]
Doc/library/cd.rst [new file with mode: 0644]
Doc/library/cgi.rst [new file with mode: 0644]
Doc/library/cgihttpserver.rst [new file with mode: 0644]
Doc/library/cgitb.rst [new file with mode: 0644]
Doc/library/chunk.rst [new file with mode: 0644]
Doc/library/cmath.rst [new file with mode: 0644]
Doc/library/cmd.rst [new file with mode: 0644]
Doc/library/code.rst [new file with mode: 0644]
Doc/library/codecs.rst [new file with mode: 0644]
Doc/library/codeop.rst [new file with mode: 0644]
Doc/library/collections.rst [new file with mode: 0644]
Doc/library/colorpicker.rst [new file with mode: 0644]
Doc/library/colorsys.rst [new file with mode: 0644]
Doc/library/commands.rst [new file with mode: 0644]
Doc/library/compileall.rst [new file with mode: 0644]
Doc/library/compiler.rst [new file with mode: 0644]
Doc/library/configparser.rst [new file with mode: 0644]
Doc/library/constants.rst [new file with mode: 0644]
Doc/library/contextlib.rst [new file with mode: 0644]
Doc/library/cookie.rst [new file with mode: 0644]
Doc/library/cookielib.rst [new file with mode: 0644]
Doc/library/copy.rst [new file with mode: 0644]
Doc/library/copy_reg.rst [new file with mode: 0644]
Doc/library/crypt.rst [new file with mode: 0644]
Doc/library/crypto.rst [new file with mode: 0644]
Doc/library/csv.rst [new file with mode: 0644]
Doc/library/ctypes.rst [new file with mode: 0644]
Doc/library/curses.ascii.rst [new file with mode: 0644]
Doc/library/curses.panel.rst [new file with mode: 0644]
Doc/library/curses.rst [new file with mode: 0644]
Doc/library/custominterp.rst [new file with mode: 0644]
Doc/library/datatypes.rst [new file with mode: 0644]
Doc/library/datetime.rst [new file with mode: 0644]
Doc/library/dbhash.rst [new file with mode: 0644]
Doc/library/dbm.rst [new file with mode: 0644]
Doc/library/debug.rst [new file with mode: 0644]
Doc/library/decimal.rst [new file with mode: 0644]
Doc/library/development.rst [new file with mode: 0644]
Doc/library/difflib.rst [new file with mode: 0644]
Doc/library/dircache.rst [new file with mode: 0644]
Doc/library/dis.rst [new file with mode: 0644]
Doc/library/distutils.rst [new file with mode: 0644]
Doc/library/dl.rst [new file with mode: 0644]
Doc/library/doctest.rst [new file with mode: 0644]
Doc/library/docxmlrpcserver.rst [new file with mode: 0644]
Doc/library/dumbdbm.rst [new file with mode: 0644]
Doc/library/dummy_thread.rst [new file with mode: 0644]
Doc/library/dummy_threading.rst [new file with mode: 0644]
Doc/library/easydialogs.rst [new file with mode: 0644]
Doc/library/email-examples.rst [new file with mode: 0644]
Doc/library/email.charset.rst [new file with mode: 0644]
Doc/library/email.encoders.rst [new file with mode: 0644]
Doc/library/email.errors.rst [new file with mode: 0644]
Doc/library/email.generator.rst [new file with mode: 0644]
Doc/library/email.header.rst [new file with mode: 0644]
Doc/library/email.iterators.rst [new file with mode: 0644]
Doc/library/email.message.rst [new file with mode: 0644]
Doc/library/email.mime.rst [new file with mode: 0644]
Doc/library/email.parser.rst [new file with mode: 0644]
Doc/library/email.rst [new file with mode: 0644]
Doc/library/email.util.rst [new file with mode: 0644]
Doc/library/errno.rst [new file with mode: 0644]
Doc/library/exceptions.rst [new file with mode: 0644]
Doc/library/fcntl.rst [new file with mode: 0644]
Doc/library/filecmp.rst [new file with mode: 0644]
Doc/library/fileformats.rst [new file with mode: 0644]
Doc/library/fileinput.rst [new file with mode: 0644]
Doc/library/filesys.rst [new file with mode: 0644]
Doc/library/fl.rst [new file with mode: 0644]
Doc/library/fm.rst [new file with mode: 0644]
Doc/library/fnmatch.rst [new file with mode: 0644]
Doc/library/formatter.rst [new file with mode: 0644]
Doc/library/fpectl.rst [new file with mode: 0644]
Doc/library/fpformat.rst [new file with mode: 0644]
Doc/library/fractions.rst [new file with mode: 0644]
Doc/library/framework.rst [new file with mode: 0644]
Doc/library/frameworks.rst [new file with mode: 0644]
Doc/library/ftplib.rst [new file with mode: 0644]
Doc/library/functions.rst [new file with mode: 0644]
Doc/library/functools.rst [new file with mode: 0644]
Doc/library/future_builtins.rst [new file with mode: 0644]
Doc/library/gc.rst [new file with mode: 0644]
Doc/library/gdbm.rst [new file with mode: 0644]
Doc/library/gensuitemodule.rst [new file with mode: 0644]
Doc/library/getopt.rst [new file with mode: 0644]
Doc/library/getpass.rst [new file with mode: 0644]
Doc/library/gettext.rst [new file with mode: 0644]
Doc/library/gl.rst [new file with mode: 0644]
Doc/library/glob.rst [new file with mode: 0644]
Doc/library/grp.rst [new file with mode: 0644]
Doc/library/gzip.rst [new file with mode: 0644]
Doc/library/hashlib.rst [new file with mode: 0644]
Doc/library/heapq.rst [new file with mode: 0644]
Doc/library/hmac.rst [new file with mode: 0644]
Doc/library/hotshot.rst [new file with mode: 0644]
Doc/library/htmllib.rst [new file with mode: 0644]
Doc/library/htmlparser.rst [new file with mode: 0644]
Doc/library/httplib.rst [new file with mode: 0644]
Doc/library/i18n.rst [new file with mode: 0644]
Doc/library/ic.rst [new file with mode: 0644]
Doc/library/idle.rst [new file with mode: 0644]
Doc/library/imageop.rst [new file with mode: 0644]
Doc/library/imaplib.rst [new file with mode: 0644]
Doc/library/imgfile.rst [new file with mode: 0644]
Doc/library/imghdr.rst [new file with mode: 0644]
Doc/library/imp.rst [new file with mode: 0644]
Doc/library/importlib.rst [new file with mode: 0644]
Doc/library/imputil.rst [new file with mode: 0644]
Doc/library/index.rst [new file with mode: 0644]
Doc/library/inspect.rst [new file with mode: 0644]
Doc/library/internet.rst [new file with mode: 0644]
Doc/library/intro.rst [new file with mode: 0644]
Doc/library/io.rst [new file with mode: 0644]
Doc/library/ipc.rst [new file with mode: 0644]
Doc/library/itertools.rst [new file with mode: 0644]
Doc/library/jpeg.rst [new file with mode: 0644]
Doc/library/json.rst [new file with mode: 0644]
Doc/library/keyword.rst [new file with mode: 0644]
Doc/library/language.rst [new file with mode: 0644]
Doc/library/linecache.rst [new file with mode: 0644]
Doc/library/locale.rst [new file with mode: 0644]
Doc/library/logging.rst [new file with mode: 0644]
Doc/library/mac.rst [new file with mode: 0644]
Doc/library/macos.rst [new file with mode: 0644]
Doc/library/macosa.rst [new file with mode: 0644]
Doc/library/macostools.rst [new file with mode: 0644]
Doc/library/macpath.rst [new file with mode: 0644]
Doc/library/mailbox.rst [new file with mode: 0644]
Doc/library/mailcap.rst [new file with mode: 0644]
Doc/library/markup.rst [new file with mode: 0644]
Doc/library/marshal.rst [new file with mode: 0644]
Doc/library/math.rst [new file with mode: 0644]
Doc/library/md5.rst [new file with mode: 0644]
Doc/library/mhlib.rst [new file with mode: 0644]
Doc/library/mimetools.rst [new file with mode: 0644]
Doc/library/mimetypes.rst [new file with mode: 0644]
Doc/library/mimewriter.rst [new file with mode: 0644]
Doc/library/mimify.rst [new file with mode: 0644]
Doc/library/miniaeframe.rst [new file with mode: 0644]
Doc/library/misc.rst [new file with mode: 0644]
Doc/library/mm.rst [new file with mode: 0644]
Doc/library/mmap.rst [new file with mode: 0644]
Doc/library/modulefinder.rst [new file with mode: 0644]
Doc/library/modules.rst [new file with mode: 0644]
Doc/library/msilib.rst [new file with mode: 0644]
Doc/library/msvcrt.rst [new file with mode: 0644]
Doc/library/multifile.rst [new file with mode: 0644]
Doc/library/multiprocessing.rst [new file with mode: 0644]
Doc/library/mutex.rst [new file with mode: 0644]
Doc/library/netdata.rst [new file with mode: 0644]
Doc/library/netrc.rst [new file with mode: 0644]
Doc/library/new.rst [new file with mode: 0644]
Doc/library/nis.rst [new file with mode: 0644]
Doc/library/nntplib.rst [new file with mode: 0644]
Doc/library/numbers.rst [new file with mode: 0644]
Doc/library/numeric.rst [new file with mode: 0644]
Doc/library/operator.rst [new file with mode: 0644]
Doc/library/optparse.rst [new file with mode: 0644]
Doc/library/os.path.rst [new file with mode: 0644]
Doc/library/os.rst [new file with mode: 0644]
Doc/library/ossaudiodev.rst [new file with mode: 0644]
Doc/library/othergui.rst [new file with mode: 0644]
Doc/library/parser.rst [new file with mode: 0644]
Doc/library/pdb.rst [new file with mode: 0644]
Doc/library/persistence.rst [new file with mode: 0644]
Doc/library/pickle.rst [new file with mode: 0644]
Doc/library/pickletools.rst [new file with mode: 0644]
Doc/library/pipes.rst [new file with mode: 0644]
Doc/library/pkgutil.rst [new file with mode: 0644]
Doc/library/platform.rst [new file with mode: 0644]
Doc/library/plistlib.rst [new file with mode: 0644]
Doc/library/popen2.rst [new file with mode: 0644]
Doc/library/poplib.rst [new file with mode: 0644]
Doc/library/posix.rst [new file with mode: 0644]
Doc/library/posixfile.rst [new file with mode: 0644]
Doc/library/pprint.rst [new file with mode: 0644]
Doc/library/profile.rst [new file with mode: 0644]
Doc/library/pty.rst [new file with mode: 0644]
Doc/library/pwd.rst [new file with mode: 0644]
Doc/library/py_compile.rst [new file with mode: 0644]
Doc/library/pyclbr.rst [new file with mode: 0644]
Doc/library/pydoc.rst [new file with mode: 0644]
Doc/library/pyexpat.rst [new file with mode: 0644]
Doc/library/python.rst [new file with mode: 0644]
Doc/library/queue.rst [new file with mode: 0644]
Doc/library/quopri.rst [new file with mode: 0644]
Doc/library/random.rst [new file with mode: 0644]
Doc/library/re.rst [new file with mode: 0644]
Doc/library/readline.rst [new file with mode: 0644]
Doc/library/repr.rst [new file with mode: 0644]
Doc/library/resource.rst [new file with mode: 0644]
Doc/library/restricted.rst [new file with mode: 0644]
Doc/library/rexec.rst [new file with mode: 0644]
Doc/library/rfc822.rst [new file with mode: 0644]
Doc/library/rlcompleter.rst [new file with mode: 0644]
Doc/library/robotparser.rst [new file with mode: 0644]
Doc/library/runpy.rst [new file with mode: 0644]
Doc/library/sched.rst [new file with mode: 0644]
Doc/library/scrolledtext.rst [new file with mode: 0644]
Doc/library/select.rst [new file with mode: 0644]
Doc/library/sets.rst [new file with mode: 0644]
Doc/library/sgi.rst [new file with mode: 0644]
Doc/library/sgmllib.rst [new file with mode: 0644]
Doc/library/sha.rst [new file with mode: 0644]
Doc/library/shelve.rst [new file with mode: 0644]
Doc/library/shlex.rst [new file with mode: 0644]
Doc/library/shutil.rst [new file with mode: 0644]
Doc/library/signal.rst [new file with mode: 0644]
Doc/library/simplehttpserver.rst [new file with mode: 0644]
Doc/library/simplexmlrpcserver.rst [new file with mode: 0644]
Doc/library/site.rst [new file with mode: 0644]
Doc/library/smtpd.rst [new file with mode: 0644]
Doc/library/smtplib.rst [new file with mode: 0644]
Doc/library/sndhdr.rst [new file with mode: 0644]
Doc/library/socket.rst [new file with mode: 0644]
Doc/library/socketserver.rst [new file with mode: 0644]
Doc/library/someos.rst [new file with mode: 0644]
Doc/library/spwd.rst [new file with mode: 0644]
Doc/library/sqlite3.rst [new file with mode: 0644]
Doc/library/ssl.rst [new file with mode: 0644]
Doc/library/stat.rst [new file with mode: 0644]
Doc/library/statvfs.rst [new file with mode: 0644]
Doc/library/stdtypes.rst [new file with mode: 0644]
Doc/library/string.rst [new file with mode: 0644]
Doc/library/stringio.rst [new file with mode: 0644]
Doc/library/stringprep.rst [new file with mode: 0644]
Doc/library/strings.rst [new file with mode: 0644]
Doc/library/struct.rst [new file with mode: 0644]
Doc/library/subprocess.rst [new file with mode: 0644]
Doc/library/sun.rst [new file with mode: 0644]
Doc/library/sunau.rst [new file with mode: 0644]
Doc/library/sunaudio.rst [new file with mode: 0644]
Doc/library/symbol.rst [new file with mode: 0644]
Doc/library/symtable.rst [new file with mode: 0644]
Doc/library/sys.rst [new file with mode: 0644]
Doc/library/sysconfig.rst [new file with mode: 0644]
Doc/library/syslog.rst [new file with mode: 0644]
Doc/library/tabnanny.rst [new file with mode: 0644]
Doc/library/tarfile.rst [new file with mode: 0644]
Doc/library/telnetlib.rst [new file with mode: 0644]
Doc/library/tempfile.rst [new file with mode: 0644]
Doc/library/termios.rst [new file with mode: 0644]
Doc/library/test.rst [new file with mode: 0644]
Doc/library/textwrap.rst [new file with mode: 0644]
Doc/library/thread.rst [new file with mode: 0644]
Doc/library/threading.rst [new file with mode: 0644]
Doc/library/time.rst [new file with mode: 0644]
Doc/library/timeit.rst [new file with mode: 0644]
Doc/library/tix.rst [new file with mode: 0644]
Doc/library/tk.rst [new file with mode: 0644]
Doc/library/tkinter.rst [new file with mode: 0644]
Doc/library/token.rst [new file with mode: 0644]
Doc/library/tokenize.rst [new file with mode: 0644]
Doc/library/trace.rst [new file with mode: 0644]
Doc/library/traceback.rst [new file with mode: 0644]
Doc/library/ttk.rst [new file with mode: 0644]
Doc/library/tty.rst [new file with mode: 0644]
Doc/library/turtle.rst [new file with mode: 0644]
Doc/library/types.rst [new file with mode: 0644]
Doc/library/undoc.rst [new file with mode: 0644]
Doc/library/unicodedata.rst [new file with mode: 0644]
Doc/library/unittest.rst [new file with mode: 0644]
Doc/library/unix.rst [new file with mode: 0644]
Doc/library/urllib.rst [new file with mode: 0644]
Doc/library/urllib2.rst [new file with mode: 0644]
Doc/library/urlparse.rst [new file with mode: 0644]
Doc/library/user.rst [new file with mode: 0644]
Doc/library/userdict.rst [new file with mode: 0644]
Doc/library/uu.rst [new file with mode: 0644]
Doc/library/uuid.rst [new file with mode: 0644]
Doc/library/warnings.rst [new file with mode: 0644]
Doc/library/wave.rst [new file with mode: 0644]
Doc/library/weakref.rst [new file with mode: 0644]
Doc/library/webbrowser.rst [new file with mode: 0644]
Doc/library/whichdb.rst [new file with mode: 0644]
Doc/library/windows.rst [new file with mode: 0644]
Doc/library/winsound.rst [new file with mode: 0644]
Doc/library/wsgiref.rst [new file with mode: 0644]
Doc/library/xdrlib.rst [new file with mode: 0644]
Doc/library/xml.dom.minidom.rst [new file with mode: 0644]
Doc/library/xml.dom.pulldom.rst [new file with mode: 0644]
Doc/library/xml.dom.rst [new file with mode: 0644]
Doc/library/xml.etree.elementtree.rst [new file with mode: 0644]
Doc/library/xml.sax.handler.rst [new file with mode: 0644]
Doc/library/xml.sax.reader.rst [new file with mode: 0644]
Doc/library/xml.sax.rst [new file with mode: 0644]
Doc/library/xml.sax.utils.rst [new file with mode: 0644]
Doc/library/xmllib.rst [new file with mode: 0644]
Doc/library/xmlrpclib.rst [new file with mode: 0644]
Doc/library/zipfile.rst [new file with mode: 0644]
Doc/library/zipimport.rst [new file with mode: 0644]
Doc/library/zlib.rst [new file with mode: 0644]
Doc/license.rst [new file with mode: 0644]
Doc/make.bat [new file with mode: 0644]
Doc/reference/compound_stmts.rst [new file with mode: 0644]
Doc/reference/datamodel.rst [new file with mode: 0644]
Doc/reference/executionmodel.rst [new file with mode: 0644]
Doc/reference/expressions.rst [new file with mode: 0644]
Doc/reference/grammar.rst [new file with mode: 0644]
Doc/reference/index.rst [new file with mode: 0644]
Doc/reference/introduction.rst [new file with mode: 0644]
Doc/reference/lexical_analysis.rst [new file with mode: 0644]
Doc/reference/simple_stmts.rst [new file with mode: 0644]
Doc/reference/toplevel_components.rst [new file with mode: 0644]
Doc/tools/dailybuild.py [new file with mode: 0755]
Doc/tools/roman.py [new file with mode: 0644]
Doc/tools/rstlint.py [new file with mode: 0755]
Doc/tools/sphinx-build.py [new file with mode: 0644]
Doc/tools/sphinxext/download.html [new file with mode: 0644]
Doc/tools/sphinxext/indexcontent.html [new file with mode: 0644]
Doc/tools/sphinxext/indexsidebar.html [new file with mode: 0644]
Doc/tools/sphinxext/layout.html [new file with mode: 0644]
Doc/tools/sphinxext/opensearch.xml [new file with mode: 0644]
Doc/tools/sphinxext/patchlevel.py [new file with mode: 0644]
Doc/tools/sphinxext/pyspecific.py [new file with mode: 0644]
Doc/tools/sphinxext/static/basic.css [new file with mode: 0644]
Doc/tools/sphinxext/static/py.png [new file with mode: 0644]
Doc/tools/sphinxext/susp-ignored.csv [new file with mode: 0644]
Doc/tools/sphinxext/suspicious.py [new file with mode: 0644]
Doc/tutorial/appetite.rst [new file with mode: 0644]
Doc/tutorial/classes.rst [new file with mode: 0644]
Doc/tutorial/controlflow.rst [new file with mode: 0644]
Doc/tutorial/datastructures.rst [new file with mode: 0644]
Doc/tutorial/errors.rst [new file with mode: 0644]
Doc/tutorial/floatingpoint.rst [new file with mode: 0644]
Doc/tutorial/index.rst [new file with mode: 0644]
Doc/tutorial/inputoutput.rst [new file with mode: 0644]
Doc/tutorial/interactive.rst [new file with mode: 0644]
Doc/tutorial/interpreter.rst [new file with mode: 0644]
Doc/tutorial/introduction.rst [new file with mode: 0644]
Doc/tutorial/modules.rst [new file with mode: 0644]
Doc/tutorial/stdlib.rst [new file with mode: 0644]
Doc/tutorial/stdlib2.rst [new file with mode: 0644]
Doc/tutorial/whatnow.rst [new file with mode: 0644]
Doc/using/cmdline.rst [new file with mode: 0644]
Doc/using/index.rst [new file with mode: 0644]
Doc/using/mac.rst [new file with mode: 0644]
Doc/using/unix.rst [new file with mode: 0644]
Doc/using/windows.rst [new file with mode: 0644]
Doc/whatsnew/2.0.rst [new file with mode: 0644]
Doc/whatsnew/2.1.rst [new file with mode: 0644]
Doc/whatsnew/2.2.rst [new file with mode: 0644]
Doc/whatsnew/2.3.rst [new file with mode: 0644]
Doc/whatsnew/2.4.rst [new file with mode: 0644]
Doc/whatsnew/2.5.rst [new file with mode: 0644]
Doc/whatsnew/2.6.rst [new file with mode: 0644]
Doc/whatsnew/2.7.rst [new file with mode: 0644]
Doc/whatsnew/index.rst [new file with mode: 0644]
Grammar/Grammar [new file with mode: 0644]
Include/Python-ast.h [new file with mode: 0644]
Include/Python.h [new file with mode: 0644]
Include/abstract.h [new file with mode: 0644]
Include/asdl.h [new file with mode: 0644]
Include/ast.h [new file with mode: 0644]
Include/bitset.h [new file with mode: 0644]
Include/boolobject.h [new file with mode: 0644]
Include/bufferobject.h [new file with mode: 0644]
Include/bytearrayobject.h [new file with mode: 0644]
Include/bytes_methods.h [new file with mode: 0644]
Include/bytesobject.h [new file with mode: 0644]
Include/cStringIO.h [new file with mode: 0644]
Include/cellobject.h [new file with mode: 0644]
Include/ceval.h [new file with mode: 0644]
Include/classobject.h [new file with mode: 0644]
Include/cobject.h [new file with mode: 0644]
Include/code.h [new file with mode: 0644]
Include/codecs.h [new file with mode: 0644]
Include/compile.h [new file with mode: 0644]
Include/complexobject.h [new file with mode: 0644]
Include/datetime.h [new file with mode: 0644]
Include/descrobject.h [new file with mode: 0644]
Include/dictobject.h [new file with mode: 0644]
Include/dtoa.h [new file with mode: 0644]
Include/enumobject.h [new file with mode: 0644]
Include/errcode.h [new file with mode: 0644]
Include/eval.h [new file with mode: 0644]
Include/fileobject.h [new file with mode: 0644]
Include/floatobject.h [new file with mode: 0644]
Include/frameobject.h [new file with mode: 0644]
Include/funcobject.h [new file with mode: 0644]
Include/genobject.h [new file with mode: 0644]
Include/graminit.h [new file with mode: 0644]
Include/grammar.h [new file with mode: 0644]
Include/import.h [new file with mode: 0644]
Include/intobject.h [new file with mode: 0644]
Include/intrcheck.h [new file with mode: 0644]
Include/iterobject.h [new file with mode: 0644]
Include/listobject.h [new file with mode: 0644]
Include/longintrepr.h [new file with mode: 0644]
Include/longobject.h [new file with mode: 0644]
Include/marshal.h [new file with mode: 0644]
Include/memoryobject.h [new file with mode: 0644]
Include/metagrammar.h [new file with mode: 0644]
Include/methodobject.h [new file with mode: 0644]
Include/modsupport.h [new file with mode: 0644]
Include/moduleobject.h [new file with mode: 0644]
Include/node.h [new file with mode: 0644]
Include/object.h [new file with mode: 0644]
Include/objimpl.h [new file with mode: 0644]
Include/opcode.h [new file with mode: 0644]
Include/osdefs.h [new file with mode: 0644]
Include/parsetok.h [new file with mode: 0644]
Include/patchlevel.h [new file with mode: 0644]
Include/pgen.h [new file with mode: 0644]
Include/pgenheaders.h [new file with mode: 0644]
Include/py_curses.h [new file with mode: 0644]
Include/pyarena.h [new file with mode: 0644]
Include/pycapsule.h [new file with mode: 0644]
Include/pyctype.h [new file with mode: 0644]
Include/pydebug.h [new file with mode: 0644]
Include/pyerrors.h [new file with mode: 0644]
Include/pyexpat.h [new file with mode: 0644]
Include/pyfpe.h [new file with mode: 0644]
Include/pygetopt.h [new file with mode: 0644]
Include/pymacconfig.h [new file with mode: 0644]
Include/pymactoolbox.h [new file with mode: 0644]
Include/pymath.h [new file with mode: 0644]
Include/pymem.h [new file with mode: 0644]
Include/pyport.h [new file with mode: 0644]
Include/pystate.h [new file with mode: 0644]
Include/pystrcmp.h [new file with mode: 0644]
Include/pystrtod.h [new file with mode: 0644]
Include/pythonrun.h [new file with mode: 0644]
Include/pythread.h [new file with mode: 0644]
Include/rangeobject.h [new file with mode: 0644]
Include/setobject.h [new file with mode: 0644]
Include/sliceobject.h [new file with mode: 0644]
Include/stringobject.h [new file with mode: 0644]
Include/structmember.h [new file with mode: 0644]
Include/structseq.h [new file with mode: 0644]
Include/symtable.h [new file with mode: 0644]
Include/sysmodule.h [new file with mode: 0644]
Include/timefuncs.h [new file with mode: 0644]
Include/token.h [new file with mode: 0644]
Include/traceback.h [new file with mode: 0644]
Include/tupleobject.h [new file with mode: 0644]
Include/ucnhash.h [new file with mode: 0644]
Include/unicodeobject.h [new file with mode: 0644]
Include/warnings.h [new file with mode: 0644]
Include/weakrefobject.h [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Lib/BaseHTTPServer.py [new file with mode: 0644]
Lib/Bastion.py [new file with mode: 0644]
Lib/CGIHTTPServer.py [new file with mode: 0644]
Lib/ConfigParser.py [new file with mode: 0644]
Lib/Cookie.py [new file with mode: 0644]
Lib/DocXMLRPCServer.py [new file with mode: 0644]
Lib/HTMLParser.py [new file with mode: 0644]
Lib/MimeWriter.py [new file with mode: 0644]
Lib/Queue.py [new file with mode: 0644]
Lib/SimpleHTTPServer.py [new file with mode: 0644]
Lib/SimpleXMLRPCServer.py [new file with mode: 0644]
Lib/SocketServer.py [new file with mode: 0644]
Lib/StringIO.py [new file with mode: 0644]
Lib/UserDict.py [new file with mode: 0644]
Lib/UserList.py [new file with mode: 0644]
Lib/UserString.py [new file with mode: 0755]
Lib/_LWPCookieJar.py [new file with mode: 0644]
Lib/_MozillaCookieJar.py [new file with mode: 0644]
Lib/__future__.py [new file with mode: 0644]
Lib/__phello__.foo.py [new file with mode: 0644]
Lib/_abcoll.py [new file with mode: 0644]
Lib/_pyio.py [new file with mode: 0644]
Lib/_strptime.py [new file with mode: 0644]
Lib/_threading_local.py [new file with mode: 0644]
Lib/_weakrefset.py [new file with mode: 0644]
Lib/abc.py [new file with mode: 0644]
Lib/aifc.py [new file with mode: 0644]
Lib/antigravity.py [new file with mode: 0644]
Lib/anydbm.py [new file with mode: 0644]
Lib/argparse.py [new file with mode: 0644]
Lib/ast.py [new file with mode: 0644]
Lib/asynchat.py [new file with mode: 0644]
Lib/asyncore.py [new file with mode: 0644]
Lib/atexit.py [new file with mode: 0644]
Lib/audiodev.py [new file with mode: 0644]
Lib/base64.py [new file with mode: 0755]
Lib/bdb.py [new file with mode: 0644]
Lib/binhex.py [new file with mode: 0644]
Lib/bisect.py [new file with mode: 0644]
Lib/bsddb/__init__.py [new file with mode: 0644]
Lib/bsddb/db.py [new file with mode: 0644]
Lib/bsddb/dbobj.py [new file with mode: 0644]
Lib/bsddb/dbrecio.py [new file with mode: 0644]
Lib/bsddb/dbshelve.py [new file with mode: 0644]
Lib/bsddb/dbtables.py [new file with mode: 0644]
Lib/bsddb/dbutils.py [new file with mode: 0644]
Lib/bsddb/test/__init__.py [new file with mode: 0644]
Lib/bsddb/test/test_all.py [new file with mode: 0644]
Lib/bsddb/test/test_associate.py [new file with mode: 0644]
Lib/bsddb/test/test_basics.py [new file with mode: 0644]
Lib/bsddb/test/test_compare.py [new file with mode: 0644]
Lib/bsddb/test/test_compat.py [new file with mode: 0644]
Lib/bsddb/test/test_cursor_pget_bug.py [new file with mode: 0644]
Lib/bsddb/test/test_db.py [new file with mode: 0644]
Lib/bsddb/test/test_dbenv.py [new file with mode: 0644]
Lib/bsddb/test/test_dbobj.py [new file with mode: 0644]
Lib/bsddb/test/test_dbshelve.py [new file with mode: 0644]
Lib/bsddb/test/test_dbtables.py [new file with mode: 0644]
Lib/bsddb/test/test_distributed_transactions.py [new file with mode: 0644]
Lib/bsddb/test/test_early_close.py [new file with mode: 0644]
Lib/bsddb/test/test_fileid.py [new file with mode: 0644]
Lib/bsddb/test/test_get_none.py [new file with mode: 0644]
Lib/bsddb/test/test_join.py [new file with mode: 0644]
Lib/bsddb/test/test_lock.py [new file with mode: 0644]
Lib/bsddb/test/test_misc.py [new file with mode: 0644]
Lib/bsddb/test/test_pickle.py [new file with mode: 0644]
Lib/bsddb/test/test_queue.py [new file with mode: 0644]
Lib/bsddb/test/test_recno.py [new file with mode: 0644]
Lib/bsddb/test/test_replication.py [new file with mode: 0644]
Lib/bsddb/test/test_sequence.py [new file with mode: 0644]
Lib/bsddb/test/test_thread.py [new file with mode: 0644]
Lib/cProfile.py [new file with mode: 0755]
Lib/calendar.py [new file with mode: 0644]
Lib/cgi.py [new file with mode: 0755]
Lib/cgitb.py [new file with mode: 0644]
Lib/chunk.py [new file with mode: 0644]
Lib/cmd.py [new file with mode: 0644]
Lib/code.py [new file with mode: 0644]
Lib/codecs.py [new file with mode: 0644]
Lib/codeop.py [new file with mode: 0644]
Lib/collections.py [new file with mode: 0644]
Lib/colorsys.py [new file with mode: 0644]
Lib/commands.py [new file with mode: 0644]
Lib/compileall.py [new file with mode: 0644]
Lib/compiler/__init__.py [new file with mode: 0644]
Lib/compiler/ast.py [new file with mode: 0644]
Lib/compiler/consts.py [new file with mode: 0644]
Lib/compiler/future.py [new file with mode: 0644]
Lib/compiler/misc.py [new file with mode: 0644]
Lib/compiler/pyassem.py [new file with mode: 0644]
Lib/compiler/pycodegen.py [new file with mode: 0644]
Lib/compiler/symbols.py [new file with mode: 0644]
Lib/compiler/syntax.py [new file with mode: 0644]
Lib/compiler/transformer.py [new file with mode: 0644]
Lib/compiler/visitor.py [new file with mode: 0644]
Lib/contextlib.py [new file with mode: 0644]
Lib/cookielib.py [new file with mode: 0644]
Lib/copy.py [new file with mode: 0644]
Lib/copy_reg.py [new file with mode: 0644]
Lib/csv.py [new file with mode: 0644]
Lib/ctypes/__init__.py [new file with mode: 0644]
Lib/ctypes/_endian.py [new file with mode: 0644]
Lib/ctypes/macholib/README.ctypes [new file with mode: 0644]
Lib/ctypes/macholib/__init__.py [new file with mode: 0644]
Lib/ctypes/macholib/dyld.py [new file with mode: 0644]
Lib/ctypes/macholib/dylib.py [new file with mode: 0644]
Lib/ctypes/macholib/fetch_macholib [new file with mode: 0755]
Lib/ctypes/macholib/fetch_macholib.bat [new file with mode: 0644]
Lib/ctypes/macholib/framework.py [new file with mode: 0644]
Lib/ctypes/test/__init__.py [new file with mode: 0644]
Lib/ctypes/test/runtests.py [new file with mode: 0644]
Lib/ctypes/test/test_anon.py [new file with mode: 0644]
Lib/ctypes/test/test_array_in_pointer.py [new file with mode: 0644]
Lib/ctypes/test/test_arrays.py [new file with mode: 0644]
Lib/ctypes/test/test_as_parameter.py [new file with mode: 0644]
Lib/ctypes/test/test_bitfields.py [new file with mode: 0644]
Lib/ctypes/test/test_buffers.py [new file with mode: 0644]
Lib/ctypes/test/test_byteswap.py [new file with mode: 0644]
Lib/ctypes/test/test_callbacks.py [new file with mode: 0644]
Lib/ctypes/test/test_cast.py [new file with mode: 0644]
Lib/ctypes/test/test_cfuncs.py [new file with mode: 0644]
Lib/ctypes/test/test_checkretval.py [new file with mode: 0644]
Lib/ctypes/test/test_delattr.py [new file with mode: 0644]
Lib/ctypes/test/test_errcheck.py [new file with mode: 0644]
Lib/ctypes/test/test_errno.py [new file with mode: 0644]
Lib/ctypes/test/test_find.py [new file with mode: 0644]
Lib/ctypes/test/test_frombuffer.py [new file with mode: 0644]
Lib/ctypes/test/test_funcptr.py [new file with mode: 0644]
Lib/ctypes/test/test_functions.py [new file with mode: 0644]
Lib/ctypes/test/test_incomplete.py [new file with mode: 0644]
Lib/ctypes/test/test_init.py [new file with mode: 0644]
Lib/ctypes/test/test_integers.py [new file with mode: 0644]
Lib/ctypes/test/test_internals.py [new file with mode: 0644]
Lib/ctypes/test/test_keeprefs.py [new file with mode: 0644]
Lib/ctypes/test/test_libc.py [new file with mode: 0644]
Lib/ctypes/test/test_loading.py [new file with mode: 0644]
Lib/ctypes/test/test_macholib.py [new file with mode: 0644]
Lib/ctypes/test/test_memfunctions.py [new file with mode: 0644]
Lib/ctypes/test/test_numbers.py [new file with mode: 0644]
Lib/ctypes/test/test_objects.py [new file with mode: 0644]
Lib/ctypes/test/test_parameters.py [new file with mode: 0644]
Lib/ctypes/test/test_pep3118.py [new file with mode: 0644]
Lib/ctypes/test/test_pickling.py [new file with mode: 0644]
Lib/ctypes/test/test_pointers.py [new file with mode: 0644]
Lib/ctypes/test/test_prototypes.py [new file with mode: 0644]
Lib/ctypes/test/test_python_api.py [new file with mode: 0644]
Lib/ctypes/test/test_random_things.py [new file with mode: 0644]
Lib/ctypes/test/test_refcounts.py [new file with mode: 0644]
Lib/ctypes/test/test_repr.py [new file with mode: 0644]
Lib/ctypes/test/test_returnfuncptrs.py [new file with mode: 0644]
Lib/ctypes/test/test_simplesubclasses.py [new file with mode: 0644]
Lib/ctypes/test/test_sizes.py [new file with mode: 0644]
Lib/ctypes/test/test_slicing.py [new file with mode: 0644]
Lib/ctypes/test/test_stringptr.py [new file with mode: 0644]
Lib/ctypes/test/test_strings.py [new file with mode: 0644]
Lib/ctypes/test/test_struct_fields.py [new file with mode: 0644]
Lib/ctypes/test/test_structures.py [new file with mode: 0644]
Lib/ctypes/test/test_unaligned_structures.py [new file with mode: 0644]
Lib/ctypes/test/test_unicode.py [new file with mode: 0644]
Lib/ctypes/test/test_values.py [new file with mode: 0644]
Lib/ctypes/test/test_varsize_struct.py [new file with mode: 0644]
Lib/ctypes/test/test_win32.py [new file with mode: 0644]
Lib/ctypes/util.py [new file with mode: 0644]
Lib/ctypes/wintypes.py [new file with mode: 0644]
Lib/curses/__init__.py [new file with mode: 0644]
Lib/curses/ascii.py [new file with mode: 0644]
Lib/curses/has_key.py [new file with mode: 0644]
Lib/curses/panel.py [new file with mode: 0644]
Lib/curses/textpad.py [new file with mode: 0644]
Lib/curses/wrapper.py [new file with mode: 0644]
Lib/dbhash.py [new file with mode: 0644]
Lib/decimal.py [new file with mode: 0644]
Lib/difflib.py [new file with mode: 0644]
Lib/dircache.py [new file with mode: 0644]
Lib/dis.py [new file with mode: 0644]
Lib/distutils/README [new file with mode: 0644]
Lib/distutils/__init__.py [new file with mode: 0644]
Lib/distutils/archive_util.py [new file with mode: 0644]
Lib/distutils/bcppcompiler.py [new file with mode: 0644]
Lib/distutils/ccompiler.py [new file with mode: 0644]
Lib/distutils/cmd.py [new file with mode: 0644]
Lib/distutils/command/__init__.py [new file with mode: 0644]
Lib/distutils/command/bdist.py [new file with mode: 0644]
Lib/distutils/command/bdist_dumb.py [new file with mode: 0644]
Lib/distutils/command/bdist_msi.py [new file with mode: 0644]
Lib/distutils/command/bdist_rpm.py [new file with mode: 0644]
Lib/distutils/command/bdist_wininst.py [new file with mode: 0644]
Lib/distutils/command/build.py [new file with mode: 0644]
Lib/distutils/command/build_clib.py [new file with mode: 0644]
Lib/distutils/command/build_ext.py [new file with mode: 0644]
Lib/distutils/command/build_py.py [new file with mode: 0644]
Lib/distutils/command/build_scripts.py [new file with mode: 0644]
Lib/distutils/command/check.py [new file with mode: 0644]
Lib/distutils/command/clean.py [new file with mode: 0644]
Lib/distutils/command/command_template [new file with mode: 0644]
Lib/distutils/command/config.py [new file with mode: 0644]
Lib/distutils/command/install.py [new file with mode: 0644]
Lib/distutils/command/install_data.py [new file with mode: 0644]
Lib/distutils/command/install_egg_info.py [new file with mode: 0644]
Lib/distutils/command/install_headers.py [new file with mode: 0644]
Lib/distutils/command/install_lib.py [new file with mode: 0644]
Lib/distutils/command/install_scripts.py [new file with mode: 0644]
Lib/distutils/command/register.py [new file with mode: 0644]
Lib/distutils/command/sdist.py [new file with mode: 0644]
Lib/distutils/command/upload.py [new file with mode: 0644]
Lib/distutils/command/wininst-6.0.exe [new file with mode: 0644]
Lib/distutils/command/wininst-7.1.exe [new file with mode: 0644]
Lib/distutils/command/wininst-8.0.exe [new file with mode: 0644]
Lib/distutils/command/wininst-9.0-amd64.exe [new file with mode: 0644]
Lib/distutils/command/wininst-9.0.exe [new file with mode: 0644]
Lib/distutils/config.py [new file with mode: 0644]
Lib/distutils/core.py [new file with mode: 0644]
Lib/distutils/cygwinccompiler.py [new file with mode: 0644]
Lib/distutils/debug.py [new file with mode: 0644]
Lib/distutils/dep_util.py [new file with mode: 0644]
Lib/distutils/dir_util.py [new file with mode: 0644]
Lib/distutils/dist.py [new file with mode: 0644]
Lib/distutils/emxccompiler.py [new file with mode: 0644]
Lib/distutils/errors.py [new file with mode: 0644]
Lib/distutils/extension.py [new file with mode: 0644]
Lib/distutils/fancy_getopt.py [new file with mode: 0644]
Lib/distutils/file_util.py [new file with mode: 0644]
Lib/distutils/filelist.py [new file with mode: 0644]
Lib/distutils/log.py [new file with mode: 0644]
Lib/distutils/msvc9compiler.py [new file with mode: 0644]
Lib/distutils/msvccompiler.py [new file with mode: 0644]
Lib/distutils/spawn.py [new file with mode: 0644]
Lib/distutils/sysconfig.py [new file with mode: 0644]
Lib/distutils/tests/Setup.sample [new file with mode: 0755]
Lib/distutils/tests/__init__.py [new file with mode: 0644]
Lib/distutils/tests/setuptools_build_ext.py [new file with mode: 0644]
Lib/distutils/tests/setuptools_extension.py [new file with mode: 0644]
Lib/distutils/tests/support.py [new file with mode: 0644]
Lib/distutils/tests/test_archive_util.py [new file with mode: 0644]
Lib/distutils/tests/test_bdist.py [new file with mode: 0644]
Lib/distutils/tests/test_bdist_dumb.py [new file with mode: 0644]
Lib/distutils/tests/test_bdist_msi.py [new file with mode: 0644]
Lib/distutils/tests/test_bdist_rpm.py [new file with mode: 0644]
Lib/distutils/tests/test_bdist_wininst.py [new file with mode: 0644]
Lib/distutils/tests/test_build.py [new file with mode: 0644]
Lib/distutils/tests/test_build_clib.py [new file with mode: 0644]
Lib/distutils/tests/test_build_ext.py [new file with mode: 0644]
Lib/distutils/tests/test_build_py.py [new file with mode: 0644]
Lib/distutils/tests/test_build_scripts.py [new file with mode: 0644]
Lib/distutils/tests/test_ccompiler.py [new file with mode: 0644]
Lib/distutils/tests/test_check.py [new file with mode: 0644]
Lib/distutils/tests/test_clean.py [new file with mode: 0644]
Lib/distutils/tests/test_cmd.py [new file with mode: 0644]
Lib/distutils/tests/test_config.py [new file with mode: 0644]
Lib/distutils/tests/test_config_cmd.py [new file with mode: 0644]
Lib/distutils/tests/test_core.py [new file with mode: 0644]
Lib/distutils/tests/test_dep_util.py [new file with mode: 0644]
Lib/distutils/tests/test_dir_util.py [new file with mode: 0644]
Lib/distutils/tests/test_dist.py [new file with mode: 0644]
Lib/distutils/tests/test_file_util.py [new file with mode: 0644]
Lib/distutils/tests/test_filelist.py [new file with mode: 0644]
Lib/distutils/tests/test_install.py [new file with mode: 0644]
Lib/distutils/tests/test_install_data.py [new file with mode: 0644]
Lib/distutils/tests/test_install_headers.py [new file with mode: 0644]
Lib/distutils/tests/test_install_lib.py [new file with mode: 0644]
Lib/distutils/tests/test_install_scripts.py [new file with mode: 0644]
Lib/distutils/tests/test_msvc9compiler.py [new file with mode: 0644]
Lib/distutils/tests/test_register.py [new file with mode: 0644]
Lib/distutils/tests/test_sdist.py [new file with mode: 0644]
Lib/distutils/tests/test_spawn.py [new file with mode: 0644]
Lib/distutils/tests/test_sysconfig.py [new file with mode: 0644]
Lib/distutils/tests/test_text_file.py [new file with mode: 0644]
Lib/distutils/tests/test_unixccompiler.py [new file with mode: 0644]
Lib/distutils/tests/test_upload.py [new file with mode: 0644]
Lib/distutils/tests/test_util.py [new file with mode: 0644]
Lib/distutils/tests/test_version.py [new file with mode: 0644]
Lib/distutils/tests/test_versionpredicate.py [new file with mode: 0644]
Lib/distutils/text_file.py [new file with mode: 0644]
Lib/distutils/unixccompiler.py [new file with mode: 0644]
Lib/distutils/util.py [new file with mode: 0644]
Lib/distutils/version.py [new file with mode: 0644]
Lib/distutils/versionpredicate.py [new file with mode: 0644]
Lib/doctest.py [new file with mode: 0644]
Lib/dumbdbm.py [new file with mode: 0644]
Lib/dummy_thread.py [new file with mode: 0644]
Lib/dummy_threading.py [new file with mode: 0644]
Lib/email/__init__.py [new file with mode: 0644]
Lib/email/_parseaddr.py [new file with mode: 0644]
Lib/email/base64mime.py [new file with mode: 0644]
Lib/email/charset.py [new file with mode: 0644]
Lib/email/encoders.py [new file with mode: 0644]
Lib/email/errors.py [new file with mode: 0644]
Lib/email/feedparser.py [new file with mode: 0644]
Lib/email/generator.py [new file with mode: 0644]
Lib/email/header.py [new file with mode: 0644]
Lib/email/iterators.py [new file with mode: 0644]
Lib/email/message.py [new file with mode: 0644]
Lib/email/mime/__init__.py [new file with mode: 0644]
Lib/email/mime/application.py [new file with mode: 0644]
Lib/email/mime/audio.py [new file with mode: 0644]
Lib/email/mime/base.py [new file with mode: 0644]
Lib/email/mime/image.py [new file with mode: 0644]
Lib/email/mime/message.py [new file with mode: 0644]
Lib/email/mime/multipart.py [new file with mode: 0644]
Lib/email/mime/nonmultipart.py [new file with mode: 0644]
Lib/email/mime/text.py [new file with mode: 0644]
Lib/email/parser.py [new file with mode: 0644]
Lib/email/quoprimime.py [new file with mode: 0644]
Lib/email/test/__init__.py [new file with mode: 0644]
Lib/email/test/data/PyBanner048.gif [new file with mode: 0644]
Lib/email/test/data/audiotest.au [new file with mode: 0644]
Lib/email/test/data/msg_01.txt [new file with mode: 0644]
Lib/email/test/data/msg_02.txt [new file with mode: 0644]
Lib/email/test/data/msg_03.txt [new file with mode: 0644]
Lib/email/test/data/msg_04.txt [new file with mode: 0644]
Lib/email/test/data/msg_05.txt [new file with mode: 0644]
Lib/email/test/data/msg_06.txt [new file with mode: 0644]
Lib/email/test/data/msg_07.txt [new file with mode: 0644]
Lib/email/test/data/msg_08.txt [new file with mode: 0644]
Lib/email/test/data/msg_09.txt [new file with mode: 0644]
Lib/email/test/data/msg_10.txt [new file with mode: 0644]
Lib/email/test/data/msg_11.txt [new file with mode: 0644]
Lib/email/test/data/msg_12.txt [new file with mode: 0644]
Lib/email/test/data/msg_12a.txt [new file with mode: 0644]
Lib/email/test/data/msg_13.txt [new file with mode: 0644]
Lib/email/test/data/msg_14.txt [new file with mode: 0644]
Lib/email/test/data/msg_15.txt [new file with mode: 0644]
Lib/email/test/data/msg_16.txt [new file with mode: 0644]
Lib/email/test/data/msg_17.txt [new file with mode: 0644]
Lib/email/test/data/msg_18.txt [new file with mode: 0644]
Lib/email/test/data/msg_19.txt [new file with mode: 0644]
Lib/email/test/data/msg_20.txt [new file with mode: 0644]
Lib/email/test/data/msg_21.txt [new file with mode: 0644]
Lib/email/test/data/msg_22.txt [new file with mode: 0644]
Lib/email/test/data/msg_23.txt [new file with mode: 0644]
Lib/email/test/data/msg_24.txt [new file with mode: 0644]
Lib/email/test/data/msg_25.txt [new file with mode: 0644]
Lib/email/test/data/msg_26.txt [new file with mode: 0644]
Lib/email/test/data/msg_27.txt [new file with mode: 0644]
Lib/email/test/data/msg_28.txt [new file with mode: 0644]
Lib/email/test/data/msg_29.txt [new file with mode: 0644]
Lib/email/test/data/msg_30.txt [new file with mode: 0644]
Lib/email/test/data/msg_31.txt [new file with mode: 0644]
Lib/email/test/data/msg_32.txt [new file with mode: 0644]
Lib/email/test/data/msg_33.txt [new file with mode: 0644]
Lib/email/test/data/msg_34.txt [new file with mode: 0644]
Lib/email/test/data/msg_35.txt [new file with mode: 0644]
Lib/email/test/data/msg_36.txt [new file with mode: 0644]
Lib/email/test/data/msg_37.txt [new file with mode: 0644]
Lib/email/test/data/msg_38.txt [new file with mode: 0644]
Lib/email/test/data/msg_39.txt [new file with mode: 0644]
Lib/email/test/data/msg_40.txt [new file with mode: 0644]
Lib/email/test/data/msg_41.txt [new file with mode: 0644]
Lib/email/test/data/msg_42.txt [new file with mode: 0644]
Lib/email/test/data/msg_43.txt [new file with mode: 0644]
Lib/email/test/data/msg_44.txt [new file with mode: 0644]
Lib/email/test/data/msg_45.txt [new file with mode: 0644]
Lib/email/test/data/msg_46.txt [new file with mode: 0644]
Lib/email/test/test_email.py [new file with mode: 0644]
Lib/email/test/test_email_codecs.py [new file with mode: 0644]
Lib/email/test/test_email_codecs_renamed.py [new file with mode: 0644]
Lib/email/test/test_email_renamed.py [new file with mode: 0644]
Lib/email/test/test_email_torture.py [new file with mode: 0644]
Lib/email/utils.py [new file with mode: 0644]
Lib/encodings/__init__.py [new file with mode: 0644]
Lib/encodings/aliases.py [new file with mode: 0644]
Lib/encodings/ascii.py [new file with mode: 0644]
Lib/encodings/base64_codec.py [new file with mode: 0644]
Lib/encodings/big5.py [new file with mode: 0644]
Lib/encodings/big5hkscs.py [new file with mode: 0644]
Lib/encodings/bz2_codec.py [new file with mode: 0644]
Lib/encodings/charmap.py [new file with mode: 0644]
Lib/encodings/cp037.py [new file with mode: 0644]
Lib/encodings/cp1006.py [new file with mode: 0644]
Lib/encodings/cp1026.py [new file with mode: 0644]
Lib/encodings/cp1140.py [new file with mode: 0644]
Lib/encodings/cp1250.py [new file with mode: 0644]
Lib/encodings/cp1251.py [new file with mode: 0644]
Lib/encodings/cp1252.py [new file with mode: 0644]
Lib/encodings/cp1253.py [new file with mode: 0644]
Lib/encodings/cp1254.py [new file with mode: 0644]
Lib/encodings/cp1255.py [new file with mode: 0644]
Lib/encodings/cp1256.py [new file with mode: 0644]
Lib/encodings/cp1257.py [new file with mode: 0644]
Lib/encodings/cp1258.py [new file with mode: 0644]
Lib/encodings/cp424.py [new file with mode: 0644]
Lib/encodings/cp437.py [new file with mode: 0644]
Lib/encodings/cp500.py [new file with mode: 0644]
Lib/encodings/cp720.py [new file with mode: 0644]
Lib/encodings/cp737.py [new file with mode: 0644]
Lib/encodings/cp775.py [new file with mode: 0644]
Lib/encodings/cp850.py [new file with mode: 0644]
Lib/encodings/cp852.py [new file with mode: 0644]
Lib/encodings/cp855.py [new file with mode: 0644]
Lib/encodings/cp856.py [new file with mode: 0644]
Lib/encodings/cp857.py [new file with mode: 0644]
Lib/encodings/cp858.py [new file with mode: 0644]
Lib/encodings/cp860.py [new file with mode: 0644]
Lib/encodings/cp861.py [new file with mode: 0644]
Lib/encodings/cp862.py [new file with mode: 0644]
Lib/encodings/cp863.py [new file with mode: 0644]
Lib/encodings/cp864.py [new file with mode: 0644]
Lib/encodings/cp865.py [new file with mode: 0644]
Lib/encodings/cp866.py [new file with mode: 0644]
Lib/encodings/cp869.py [new file with mode: 0644]
Lib/encodings/cp874.py [new file with mode: 0644]
Lib/encodings/cp875.py [new file with mode: 0644]
Lib/encodings/cp932.py [new file with mode: 0644]
Lib/encodings/cp949.py [new file with mode: 0644]
Lib/encodings/cp950.py [new file with mode: 0644]
Lib/encodings/euc_jis_2004.py [new file with mode: 0644]
Lib/encodings/euc_jisx0213.py [new file with mode: 0644]
Lib/encodings/euc_jp.py [new file with mode: 0644]
Lib/encodings/euc_kr.py [new file with mode: 0644]
Lib/encodings/gb18030.py [new file with mode: 0644]
Lib/encodings/gb2312.py [new file with mode: 0644]
Lib/encodings/gbk.py [new file with mode: 0644]
Lib/encodings/hex_codec.py [new file with mode: 0644]
Lib/encodings/hp_roman8.py [new file with mode: 0644]
Lib/encodings/hz.py [new file with mode: 0644]
Lib/encodings/idna.py [new file with mode: 0644]
Lib/encodings/iso2022_jp.py [new file with mode: 0644]
Lib/encodings/iso2022_jp_1.py [new file with mode: 0644]
Lib/encodings/iso2022_jp_2.py [new file with mode: 0644]
Lib/encodings/iso2022_jp_2004.py [new file with mode: 0644]
Lib/encodings/iso2022_jp_3.py [new file with mode: 0644]
Lib/encodings/iso2022_jp_ext.py [new file with mode: 0644]
Lib/encodings/iso2022_kr.py [new file with mode: 0644]
Lib/encodings/iso8859_1.py [new file with mode: 0644]
Lib/encodings/iso8859_10.py [new file with mode: 0644]
Lib/encodings/iso8859_11.py [new file with mode: 0644]
Lib/encodings/iso8859_13.py [new file with mode: 0644]
Lib/encodings/iso8859_14.py [new file with mode: 0644]
Lib/encodings/iso8859_15.py [new file with mode: 0644]
Lib/encodings/iso8859_16.py [new file with mode: 0644]
Lib/encodings/iso8859_2.py [new file with mode: 0644]
Lib/encodings/iso8859_3.py [new file with mode: 0644]
Lib/encodings/iso8859_4.py [new file with mode: 0644]
Lib/encodings/iso8859_5.py [new file with mode: 0644]
Lib/encodings/iso8859_6.py [new file with mode: 0644]
Lib/encodings/iso8859_7.py [new file with mode: 0644]
Lib/encodings/iso8859_8.py [new file with mode: 0644]
Lib/encodings/iso8859_9.py [new file with mode: 0644]
Lib/encodings/johab.py [new file with mode: 0644]
Lib/encodings/koi8_r.py [new file with mode: 0644]
Lib/encodings/koi8_u.py [new file with mode: 0644]
Lib/encodings/latin_1.py [new file with mode: 0644]
Lib/encodings/mac_arabic.py [new file with mode: 0644]
Lib/encodings/mac_centeuro.py [new file with mode: 0644]
Lib/encodings/mac_croatian.py [new file with mode: 0644]
Lib/encodings/mac_cyrillic.py [new file with mode: 0644]
Lib/encodings/mac_farsi.py [new file with mode: 0644]
Lib/encodings/mac_greek.py [new file with mode: 0644]
Lib/encodings/mac_iceland.py [new file with mode: 0644]
Lib/encodings/mac_latin2.py [new file with mode: 0644]
Lib/encodings/mac_roman.py [new file with mode: 0644]
Lib/encodings/mac_romanian.py [new file with mode: 0644]
Lib/encodings/mac_turkish.py [new file with mode: 0644]
Lib/encodings/mbcs.py [new file with mode: 0644]
Lib/encodings/palmos.py [new file with mode: 0644]
Lib/encodings/ptcp154.py [new file with mode: 0644]
Lib/encodings/punycode.py [new file with mode: 0644]
Lib/encodings/quopri_codec.py [new file with mode: 0644]
Lib/encodings/raw_unicode_escape.py [new file with mode: 0644]
Lib/encodings/rot_13.py [new file with mode: 0644]
Lib/encodings/shift_jis.py [new file with mode: 0644]
Lib/encodings/shift_jis_2004.py [new file with mode: 0644]
Lib/encodings/shift_jisx0213.py [new file with mode: 0644]
Lib/encodings/string_escape.py [new file with mode: 0644]
Lib/encodings/tis_620.py [new file with mode: 0644]
Lib/encodings/undefined.py [new file with mode: 0644]
Lib/encodings/unicode_escape.py [new file with mode: 0644]
Lib/encodings/unicode_internal.py [new file with mode: 0644]
Lib/encodings/utf_16.py [new file with mode: 0644]
Lib/encodings/utf_16_be.py [new file with mode: 0644]
Lib/encodings/utf_16_le.py [new file with mode: 0644]
Lib/encodings/utf_32.py [new file with mode: 0644]
Lib/encodings/utf_32_be.py [new file with mode: 0644]
Lib/encodings/utf_32_le.py [new file with mode: 0644]
Lib/encodings/utf_7.py [new file with mode: 0644]
Lib/encodings/utf_8.py [new file with mode: 0644]
Lib/encodings/utf_8_sig.py [new file with mode: 0644]
Lib/encodings/uu_codec.py [new file with mode: 0644]
Lib/encodings/zlib_codec.py [new file with mode: 0644]
Lib/filecmp.py [new file with mode: 0644]
Lib/fileinput.py [new file with mode: 0644]
Lib/fnmatch.py [new file with mode: 0644]
Lib/formatter.py [new file with mode: 0644]
Lib/fpformat.py [new file with mode: 0644]
Lib/fractions.py [new file with mode: 0644]
Lib/ftplib.py [new file with mode: 0644]
Lib/functools.py [new file with mode: 0644]
Lib/genericpath.py [new file with mode: 0644]
Lib/getopt.py [new file with mode: 0644]
Lib/getpass.py [new file with mode: 0644]
Lib/gettext.py [new file with mode: 0644]
Lib/glob.py [new file with mode: 0644]
Lib/gzip.py [new file with mode: 0644]
Lib/hashlib.py [new file with mode: 0644]
Lib/heapq.py [new file with mode: 0644]
Lib/hmac.py [new file with mode: 0644]
Lib/hotshot/__init__.py [new file with mode: 0644]
Lib/hotshot/log.py [new file with mode: 0644]
Lib/hotshot/stats.py [new file with mode: 0644]
Lib/hotshot/stones.py [new file with mode: 0644]
Lib/htmlentitydefs.py [new file with mode: 0644]
Lib/htmllib.py [new file with mode: 0644]
Lib/httplib.py [new file with mode: 0644]
Lib/idlelib/AutoComplete.py [new file with mode: 0644]
Lib/idlelib/AutoCompleteWindow.py [new file with mode: 0644]
Lib/idlelib/AutoExpand.py [new file with mode: 0644]
Lib/idlelib/Bindings.py [new file with mode: 0644]
Lib/idlelib/CREDITS.txt [new file with mode: 0644]
Lib/idlelib/CallTipWindow.py [new file with mode: 0644]
Lib/idlelib/CallTips.py [new file with mode: 0644]
Lib/idlelib/ChangeLog [new file with mode: 0644]
Lib/idlelib/ClassBrowser.py [new file with mode: 0644]
Lib/idlelib/CodeContext.py [new file with mode: 0644]
Lib/idlelib/ColorDelegator.py [new file with mode: 0644]
Lib/idlelib/Debugger.py [new file with mode: 0644]
Lib/idlelib/Delegator.py [new file with mode: 0644]
Lib/idlelib/EditorWindow.py [new file with mode: 0644]
Lib/idlelib/FileList.py [new file with mode: 0644]
Lib/idlelib/FormatParagraph.py [new file with mode: 0644]
Lib/idlelib/GrepDialog.py [new file with mode: 0644]
Lib/idlelib/HISTORY.txt [new file with mode: 0644]
Lib/idlelib/HyperParser.py [new file with mode: 0644]
Lib/idlelib/IOBinding.py [new file with mode: 0644]
Lib/idlelib/Icons/folder.gif [new file with mode: 0644]
Lib/idlelib/Icons/idle.icns [new file with mode: 0644]
Lib/idlelib/Icons/minusnode.gif [new file with mode: 0644]
Lib/idlelib/Icons/openfolder.gif [new file with mode: 0644]
Lib/idlelib/Icons/plusnode.gif [new file with mode: 0644]
Lib/idlelib/Icons/python.gif [new file with mode: 0644]
Lib/idlelib/Icons/tk.gif [new file with mode: 0644]
Lib/idlelib/IdleHistory.py [new file with mode: 0644]
Lib/idlelib/MultiCall.py [new file with mode: 0644]
Lib/idlelib/MultiStatusBar.py [new file with mode: 0644]
Lib/idlelib/NEWS.txt [new file with mode: 0644]
Lib/idlelib/ObjectBrowser.py [new file with mode: 0644]
Lib/idlelib/OutputWindow.py [new file with mode: 0644]
Lib/idlelib/ParenMatch.py [new file with mode: 0644]
Lib/idlelib/PathBrowser.py [new file with mode: 0644]
Lib/idlelib/Percolator.py [new file with mode: 0644]
Lib/idlelib/PyParse.py [new file with mode: 0644]
Lib/idlelib/PyShell.py [new file with mode: 0644]
Lib/idlelib/README.txt [new file with mode: 0644]
Lib/idlelib/RemoteDebugger.py [new file with mode: 0644]
Lib/idlelib/RemoteObjectBrowser.py [new file with mode: 0644]
Lib/idlelib/ReplaceDialog.py [new file with mode: 0644]
Lib/idlelib/RstripExtension.py [new file with mode: 0644]
Lib/idlelib/ScriptBinding.py [new file with mode: 0644]
Lib/idlelib/ScrolledList.py [new file with mode: 0644]
Lib/idlelib/SearchDialog.py [new file with mode: 0644]
Lib/idlelib/SearchDialogBase.py [new file with mode: 0644]
Lib/idlelib/SearchEngine.py [new file with mode: 0644]
Lib/idlelib/StackViewer.py [new file with mode: 0644]
Lib/idlelib/TODO.txt [new file with mode: 0644]
Lib/idlelib/ToolTip.py [new file with mode: 0644]
Lib/idlelib/TreeWidget.py [new file with mode: 0644]
Lib/idlelib/UndoDelegator.py [new file with mode: 0644]
Lib/idlelib/WidgetRedirector.py [new file with mode: 0644]
Lib/idlelib/WindowList.py [new file with mode: 0644]
Lib/idlelib/ZoomHeight.py [new file with mode: 0644]
Lib/idlelib/__init__.py [new file with mode: 0644]
Lib/idlelib/aboutDialog.py [new file with mode: 0644]
Lib/idlelib/config-extensions.def [new file with mode: 0644]
Lib/idlelib/config-highlight.def [new file with mode: 0644]
Lib/idlelib/config-keys.def [new file with mode: 0644]
Lib/idlelib/config-main.def [new file with mode: 0644]
Lib/idlelib/configDialog.py [new file with mode: 0644]
Lib/idlelib/configHandler.py [new file with mode: 0644]
Lib/idlelib/configHelpSourceEdit.py [new file with mode: 0644]
Lib/idlelib/configSectionNameDialog.py [new file with mode: 0644]
Lib/idlelib/dynOptionMenuWidget.py [new file with mode: 0644]
Lib/idlelib/extend.txt [new file with mode: 0644]
Lib/idlelib/help.txt [new file with mode: 0644]
Lib/idlelib/idle.bat [new file with mode: 0755]
Lib/idlelib/idle.py [new file with mode: 0644]
Lib/idlelib/idle.pyw [new file with mode: 0644]
Lib/idlelib/idlever.py [new file with mode: 0644]
Lib/idlelib/keybindingDialog.py [new file with mode: 0644]
Lib/idlelib/macosxSupport.py [new file with mode: 0644]
Lib/idlelib/rpc.py [new file with mode: 0644]
Lib/idlelib/run.py [new file with mode: 0644]
Lib/idlelib/tabbedpages.py [new file with mode: 0644]
Lib/idlelib/testcode.py [new file with mode: 0644]
Lib/idlelib/textView.py [new file with mode: 0644]
Lib/ihooks.py [new file with mode: 0644]
Lib/imaplib.py [new file with mode: 0644]
Lib/imghdr.py [new file with mode: 0644]
Lib/importlib/__init__.py [new file with mode: 0644]
Lib/imputil.py [new file with mode: 0644]
Lib/inspect.py [new file with mode: 0644]
Lib/io.py [new file with mode: 0644]
Lib/json/__init__.py [new file with mode: 0644]
Lib/json/decoder.py [new file with mode: 0644]
Lib/json/encoder.py [new file with mode: 0644]
Lib/json/scanner.py [new file with mode: 0644]
Lib/json/tests/__init__.py [new file with mode: 0644]
Lib/json/tests/test_check_circular.py [new file with mode: 0644]
Lib/json/tests/test_decode.py [new file with mode: 0644]
Lib/json/tests/test_default.py [new file with mode: 0644]
Lib/json/tests/test_dump.py [new file with mode: 0644]
Lib/json/tests/test_encode_basestring_ascii.py [new file with mode: 0644]
Lib/json/tests/test_fail.py [new file with mode: 0644]
Lib/json/tests/test_float.py [new file with mode: 0644]
Lib/json/tests/test_indent.py [new file with mode: 0644]
Lib/json/tests/test_pass1.py [new file with mode: 0644]
Lib/json/tests/test_pass2.py [new file with mode: 0644]
Lib/json/tests/test_pass3.py [new file with mode: 0644]
Lib/json/tests/test_recursion.py [new file with mode: 0644]
Lib/json/tests/test_scanstring.py [new file with mode: 0644]
Lib/json/tests/test_separators.py [new file with mode: 0644]
Lib/json/tests/test_speedups.py [new file with mode: 0644]
Lib/json/tests/test_unicode.py [new file with mode: 0644]
Lib/json/tool.py [new file with mode: 0644]
Lib/keyword.py [new file with mode: 0755]
Lib/lib-tk/Canvas.py [new file with mode: 0644]
Lib/lib-tk/Dialog.py [new file with mode: 0644]
Lib/lib-tk/FileDialog.py [new file with mode: 0644]
Lib/lib-tk/FixTk.py [new file with mode: 0644]
Lib/lib-tk/ScrolledText.py [new file with mode: 0644]
Lib/lib-tk/SimpleDialog.py [new file with mode: 0644]
Lib/lib-tk/Tix.py [new file with mode: 0644]
Lib/lib-tk/Tkconstants.py [new file with mode: 0644]
Lib/lib-tk/Tkdnd.py [new file with mode: 0644]
Lib/lib-tk/Tkinter.py [new file with mode: 0644]
Lib/lib-tk/test/README [new file with mode: 0644]
Lib/lib-tk/test/runtktests.py [new file with mode: 0644]
Lib/lib-tk/test/test_tkinter/__init__.py [new file with mode: 0644]
Lib/lib-tk/test/test_tkinter/test_loadtk.py [new file with mode: 0644]
Lib/lib-tk/test/test_tkinter/test_text.py [new file with mode: 0644]
Lib/lib-tk/test/test_ttk/__init__.py [new file with mode: 0644]
Lib/lib-tk/test/test_ttk/support.py [new file with mode: 0644]
Lib/lib-tk/test/test_ttk/test_extensions.py [new file with mode: 0644]
Lib/lib-tk/test/test_ttk/test_functions.py [new file with mode: 0644]
Lib/lib-tk/test/test_ttk/test_style.py [new file with mode: 0644]
Lib/lib-tk/test/test_ttk/test_widgets.py [new file with mode: 0644]
Lib/lib-tk/tkColorChooser.py [new file with mode: 0644]
Lib/lib-tk/tkCommonDialog.py [new file with mode: 0644]
Lib/lib-tk/tkFileDialog.py [new file with mode: 0644]
Lib/lib-tk/tkFont.py [new file with mode: 0644]
Lib/lib-tk/tkMessageBox.py [new file with mode: 0644]
Lib/lib-tk/tkSimpleDialog.py [new file with mode: 0644]
Lib/lib-tk/ttk.py [new file with mode: 0644]
Lib/lib-tk/turtle.py [new file with mode: 0644]
Lib/lib2to3/Grammar.txt [new file with mode: 0644]
Lib/lib2to3/PatternGrammar.txt [new file with mode: 0644]
Lib/lib2to3/__init__.py [new file with mode: 0644]
Lib/lib2to3/btm_matcher.py [new file with mode: 0644]
Lib/lib2to3/btm_utils.py [new file with mode: 0644]
Lib/lib2to3/fixer_base.py [new file with mode: 0644]
Lib/lib2to3/fixer_util.py [new file with mode: 0644]
Lib/lib2to3/fixes/__init__.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_apply.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_basestring.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_buffer.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_callable.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_dict.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_except.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_exec.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_execfile.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_exitfunc.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_filter.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_funcattrs.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_future.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_getcwdu.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_has_key.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_idioms.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_import.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_imports.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_imports2.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_input.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_intern.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_isinstance.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_itertools.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_itertools_imports.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_long.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_map.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_metaclass.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_methodattrs.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_ne.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_next.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_nonzero.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_numliterals.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_operator.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_paren.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_print.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_raise.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_raw_input.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_reduce.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_renames.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_repr.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_set_literal.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_standarderror.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_sys_exc.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_throw.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_tuple_params.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_types.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_unicode.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_urllib.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_ws_comma.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_xrange.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_xreadlines.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_zip.py [new file with mode: 0644]
Lib/lib2to3/main.py [new file with mode: 0644]
Lib/lib2to3/patcomp.py [new file with mode: 0644]
Lib/lib2to3/pgen2/__init__.py [new file with mode: 0644]
Lib/lib2to3/pgen2/conv.py [new file with mode: 0644]
Lib/lib2to3/pgen2/driver.py [new file with mode: 0644]
Lib/lib2to3/pgen2/grammar.py [new file with mode: 0644]
Lib/lib2to3/pgen2/literals.py [new file with mode: 0644]
Lib/lib2to3/pgen2/parse.py [new file with mode: 0644]
Lib/lib2to3/pgen2/pgen.py [new file with mode: 0644]
Lib/lib2to3/pgen2/token.py [new file with mode: 0755]
Lib/lib2to3/pgen2/tokenize.py [new file with mode: 0644]
Lib/lib2to3/pygram.py [new file with mode: 0644]
Lib/lib2to3/pytree.py [new file with mode: 0644]
Lib/lib2to3/refactor.py [new file with mode: 0644]
Lib/lib2to3/tests/__init__.py [new file with mode: 0644]
Lib/lib2to3/tests/data/README [new file with mode: 0644]
Lib/lib2to3/tests/data/bom.py [new file with mode: 0644]
Lib/lib2to3/tests/data/crlf.py [new file with mode: 0644]
Lib/lib2to3/tests/data/different_encoding.py [new file with mode: 0644]
Lib/lib2to3/tests/data/fixers/bad_order.py [new file with mode: 0644]
Lib/lib2to3/tests/data/fixers/myfixes/__init__.py [new file with mode: 0644]
Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py [new file with mode: 0644]
Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py [new file with mode: 0644]
Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py [new file with mode: 0644]
Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py [new file with mode: 0644]
Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py [new file with mode: 0644]
Lib/lib2to3/tests/data/fixers/no_fixer_cls.py [new file with mode: 0644]
Lib/lib2to3/tests/data/fixers/parrot_example.py [new file with mode: 0644]
Lib/lib2to3/tests/data/infinite_recursion.py [new file with mode: 0644]
Lib/lib2to3/tests/data/py2_test_grammar.py [new file with mode: 0644]
Lib/lib2to3/tests/data/py3_test_grammar.py [new file with mode: 0644]
Lib/lib2to3/tests/pytree_idempotency.py [new file with mode: 0755]
Lib/lib2to3/tests/support.py [new file with mode: 0644]
Lib/lib2to3/tests/test_all_fixers.py [new file with mode: 0644]
Lib/lib2to3/tests/test_fixers.py [new file with mode: 0644]
Lib/lib2to3/tests/test_main.py [new file with mode: 0644]
Lib/lib2to3/tests/test_parser.py [new file with mode: 0644]
Lib/lib2to3/tests/test_pytree.py [new file with mode: 0644]
Lib/lib2to3/tests/test_refactor.py [new file with mode: 0644]
Lib/lib2to3/tests/test_util.py [new file with mode: 0644]
Lib/linecache.py [new file with mode: 0644]
Lib/locale.py [new file with mode: 0644]
Lib/logging/__init__.py [new file with mode: 0644]
Lib/logging/config.py [new file with mode: 0644]
Lib/logging/handlers.py [new file with mode: 0644]
Lib/macpath.py [new file with mode: 0644]
Lib/macurl2path.py [new file with mode: 0644]
Lib/mailbox.py [new file with mode: 0644]
Lib/mailcap.py [new file with mode: 0644]
Lib/markupbase.py [new file with mode: 0644]
Lib/md5.py [new file with mode: 0644]
Lib/mhlib.py [new file with mode: 0644]
Lib/mimetools.py [new file with mode: 0644]
Lib/mimetypes.py [new file with mode: 0644]
Lib/mimify.py [new file with mode: 0755]
Lib/modulefinder.py [new file with mode: 0644]
Lib/msilib/__init__.py [new file with mode: 0644]
Lib/msilib/schema.py [new file with mode: 0644]
Lib/msilib/sequence.py [new file with mode: 0644]
Lib/msilib/text.py [new file with mode: 0644]
Lib/multifile.py [new file with mode: 0644]
Lib/multiprocessing/__init__.py [new file with mode: 0644]
Lib/multiprocessing/connection.py [new file with mode: 0644]
Lib/multiprocessing/dummy/__init__.py [new file with mode: 0644]
Lib/multiprocessing/dummy/connection.py [new file with mode: 0644]
Lib/multiprocessing/forking.py [new file with mode: 0644]
Lib/multiprocessing/heap.py [new file with mode: 0644]
Lib/multiprocessing/managers.py [new file with mode: 0644]
Lib/multiprocessing/pool.py [new file with mode: 0644]
Lib/multiprocessing/process.py [new file with mode: 0644]
Lib/multiprocessing/queues.py [new file with mode: 0644]
Lib/multiprocessing/reduction.py [new file with mode: 0644]
Lib/multiprocessing/sharedctypes.py [new file with mode: 0644]
Lib/multiprocessing/synchronize.py [new file with mode: 0644]
Lib/multiprocessing/util.py [new file with mode: 0644]
Lib/mutex.py [new file with mode: 0644]
Lib/netrc.py [new file with mode: 0644]
Lib/new.py [new file with mode: 0644]
Lib/nntplib.py [new file with mode: 0644]
Lib/ntpath.py [new file with mode: 0644]
Lib/nturl2path.py [new file with mode: 0644]
Lib/numbers.py [new file with mode: 0644]
Lib/opcode.py [new file with mode: 0644]
Lib/optparse.py [new file with mode: 0644]
Lib/os.py [new file with mode: 0644]
Lib/os2emxpath.py [new file with mode: 0644]
Lib/pdb.doc [new file with mode: 0644]
Lib/pdb.py [new file with mode: 0755]
Lib/pickle.py [new file with mode: 0644]
Lib/pickletools.py [new file with mode: 0644]
Lib/pipes.py [new file with mode: 0644]
Lib/pkgutil.py [new file with mode: 0644]
Lib/plat-aix3/IN.py [new file with mode: 0644]
Lib/plat-aix3/regen [new file with mode: 0755]
Lib/plat-aix4/IN.py [new file with mode: 0644]
Lib/plat-aix4/regen [new file with mode: 0755]
Lib/plat-atheos/IN.py [new file with mode: 0644]
Lib/plat-atheos/TYPES.py [new file with mode: 0644]
Lib/plat-atheos/regen [new file with mode: 0755]
Lib/plat-beos5/IN.py [new file with mode: 0644]
Lib/plat-beos5/regen [new file with mode: 0755]
Lib/plat-darwin/IN.py [new file with mode: 0644]
Lib/plat-darwin/regen [new file with mode: 0755]
Lib/plat-freebsd4/IN.py [new file with mode: 0644]
Lib/plat-freebsd4/regen [new file with mode: 0755]
Lib/plat-freebsd5/IN.py [new file with mode: 0644]
Lib/plat-freebsd5/regen [new file with mode: 0755]
Lib/plat-freebsd6/IN.py [new file with mode: 0644]
Lib/plat-freebsd6/regen [new file with mode: 0755]
Lib/plat-freebsd7/IN.py [new file with mode: 0644]
Lib/plat-freebsd7/regen [new file with mode: 0755]
Lib/plat-freebsd8/IN.py [new file with mode: 0644]
Lib/plat-freebsd8/regen [new file with mode: 0755]
Lib/plat-generic/regen [new file with mode: 0755]
Lib/plat-irix5/AL.py [new file with mode: 0644]
Lib/plat-irix5/CD.py [new file with mode: 0644]
Lib/plat-irix5/CL.py [new file with mode: 0644]
Lib/plat-irix5/CL_old.py [new file with mode: 0644]
Lib/plat-irix5/DEVICE.py [new file with mode: 0644]
Lib/plat-irix5/ERRNO.py [new file with mode: 0644]
Lib/plat-irix5/FILE.py [new file with mode: 0644]
Lib/plat-irix5/FL.py [new file with mode: 0644]
Lib/plat-irix5/GET.py [new file with mode: 0644]
Lib/plat-irix5/GL.py [new file with mode: 0644]
Lib/plat-irix5/GLWS.py [new file with mode: 0644]
Lib/plat-irix5/IN.py [new file with mode: 0644]
Lib/plat-irix5/IOCTL.py [new file with mode: 0644]
Lib/plat-irix5/SV.py [new file with mode: 0644]
Lib/plat-irix5/WAIT.py [new file with mode: 0644]
Lib/plat-irix5/cddb.py [new file with mode: 0644]
Lib/plat-irix5/cdplayer.py [new file with mode: 0644]
Lib/plat-irix5/flp.doc [new file with mode: 0644]
Lib/plat-irix5/flp.py [new file with mode: 0644]
Lib/plat-irix5/jpeg.py [new file with mode: 0644]
Lib/plat-irix5/panel.py [new file with mode: 0644]
Lib/plat-irix5/panelparser.py [new file with mode: 0644]
Lib/plat-irix5/readcd.doc [new file with mode: 0644]
Lib/plat-irix5/readcd.py [new file with mode: 0644]
Lib/plat-irix5/regen [new file with mode: 0755]
Lib/plat-irix5/torgb.py [new file with mode: 0644]
Lib/plat-irix6/AL.py [new file with mode: 0644]
Lib/plat-irix6/CD.py [new file with mode: 0644]
Lib/plat-irix6/CL.py [new file with mode: 0644]
Lib/plat-irix6/DEVICE.py [new file with mode: 0644]
Lib/plat-irix6/ERRNO.py [new file with mode: 0644]
Lib/plat-irix6/FILE.py [new file with mode: 0644]
Lib/plat-irix6/FL.py [new file with mode: 0644]
Lib/plat-irix6/GET.py [new file with mode: 0644]
Lib/plat-irix6/GL.py [new file with mode: 0644]
Lib/plat-irix6/GLWS.py [new file with mode: 0644]
Lib/plat-irix6/IN.py [new file with mode: 0644]
Lib/plat-irix6/IOCTL.py [new file with mode: 0644]
Lib/plat-irix6/SV.py [new file with mode: 0644]
Lib/plat-irix6/WAIT.py [new file with mode: 0644]
Lib/plat-irix6/cddb.py [new file with mode: 0644]
Lib/plat-irix6/cdplayer.py [new file with mode: 0644]
Lib/plat-irix6/flp.doc [new file with mode: 0644]
Lib/plat-irix6/flp.py [new file with mode: 0644]
Lib/plat-irix6/jpeg.py [new file with mode: 0644]
Lib/plat-irix6/panel.py [new file with mode: 0644]
Lib/plat-irix6/panelparser.py [new file with mode: 0644]
Lib/plat-irix6/readcd.doc [new file with mode: 0644]
Lib/plat-irix6/readcd.py [new file with mode: 0644]
Lib/plat-irix6/regen [new file with mode: 0755]
Lib/plat-irix6/torgb.py [new file with mode: 0644]
Lib/plat-linux2/CDROM.py [new file with mode: 0644]
Lib/plat-linux2/DLFCN.py [new file with mode: 0644]
Lib/plat-linux2/IN.py [new file with mode: 0644]
Lib/plat-linux2/TYPES.py [new file with mode: 0644]
Lib/plat-linux2/regen [new file with mode: 0755]
Lib/plat-mac/Audio_mac.py [new file with mode: 0644]
Lib/plat-mac/Carbon/AE.py [new file with mode: 0644]
Lib/plat-mac/Carbon/AH.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Alias.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Aliases.py [new file with mode: 0644]
Lib/plat-mac/Carbon/App.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Appearance.py [new file with mode: 0644]
Lib/plat-mac/Carbon/AppleEvents.py [new file with mode: 0644]
Lib/plat-mac/Carbon/AppleHelp.py [new file with mode: 0644]
Lib/plat-mac/Carbon/CF.py [new file with mode: 0644]
Lib/plat-mac/Carbon/CG.py [new file with mode: 0644]
Lib/plat-mac/Carbon/CarbonEvents.py [new file with mode: 0644]
Lib/plat-mac/Carbon/CarbonEvt.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Cm.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Components.py [new file with mode: 0644]
Lib/plat-mac/Carbon/ControlAccessor.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Controls.py [new file with mode: 0644]
Lib/plat-mac/Carbon/CoreFoundation.py [new file with mode: 0644]
Lib/plat-mac/Carbon/CoreGraphics.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Ctl.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Dialogs.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Dlg.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Drag.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Dragconst.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Events.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Evt.py [new file with mode: 0644]
Lib/plat-mac/Carbon/File.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Files.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Fm.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Folder.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Folders.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Fonts.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Help.py [new file with mode: 0644]
Lib/plat-mac/Carbon/IBCarbon.py [new file with mode: 0644]
Lib/plat-mac/Carbon/IBCarbonRuntime.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Icn.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Icons.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Launch.py [new file with mode: 0644]
Lib/plat-mac/Carbon/LaunchServices.py [new file with mode: 0644]
Lib/plat-mac/Carbon/List.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Lists.py [new file with mode: 0644]
Lib/plat-mac/Carbon/MacHelp.py [new file with mode: 0644]
Lib/plat-mac/Carbon/MacTextEditor.py [new file with mode: 0644]
Lib/plat-mac/Carbon/MediaDescr.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Menu.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Menus.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Mlte.py [new file with mode: 0644]
Lib/plat-mac/Carbon/OSA.py [new file with mode: 0644]
Lib/plat-mac/Carbon/OSAconst.py [new file with mode: 0644]
Lib/plat-mac/Carbon/QDOffscreen.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Qd.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Qdoffs.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Qt.py [new file with mode: 0644]
Lib/plat-mac/Carbon/QuickDraw.py [new file with mode: 0644]
Lib/plat-mac/Carbon/QuickTime.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Res.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Resources.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Scrap.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Snd.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Sndihooks.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Sound.py [new file with mode: 0644]
Lib/plat-mac/Carbon/TE.py [new file with mode: 0644]
Lib/plat-mac/Carbon/TextEdit.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Win.py [new file with mode: 0644]
Lib/plat-mac/Carbon/Windows.py [new file with mode: 0644]
Lib/plat-mac/Carbon/__init__.py [new file with mode: 0644]
Lib/plat-mac/EasyDialogs.py [new file with mode: 0644]
Lib/plat-mac/FrameWork.py [new file with mode: 0644]
Lib/plat-mac/MiniAEFrame.py [new file with mode: 0644]
Lib/plat-mac/PixMapWrapper.py [new file with mode: 0644]
Lib/plat-mac/aepack.py [new file with mode: 0644]
Lib/plat-mac/aetools.py [new file with mode: 0644]
Lib/plat-mac/aetypes.py [new file with mode: 0644]
Lib/plat-mac/applesingle.py [new file with mode: 0644]
Lib/plat-mac/appletrawmain.py [new file with mode: 0644]
Lib/plat-mac/appletrunner.py [new file with mode: 0755]
Lib/plat-mac/argvemulator.py [new file with mode: 0644]
Lib/plat-mac/bgenlocations.py [new file with mode: 0644]
Lib/plat-mac/buildtools.py [new file with mode: 0644]
Lib/plat-mac/bundlebuilder.py [new file with mode: 0755]
Lib/plat-mac/cfmfile.py [new file with mode: 0644]
Lib/plat-mac/dialogs.rsrc [new file with mode: 0644]
Lib/plat-mac/errors.rsrc [new file with mode: 0644]
Lib/plat-mac/findertools.py [new file with mode: 0644]
Lib/plat-mac/gensuitemodule.py [new file with mode: 0644]
Lib/plat-mac/ic.py [new file with mode: 0644]
Lib/plat-mac/icopen.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/CodeWarrior/Required.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Explorer/__init__.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Finder/Enumerations.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Finder/Files.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Finder/Finder_items.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Finder/Window_classes.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Finder/__init__.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Netscape/Required_suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Netscape/Text.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Netscape/__init__.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/StdSuites/__init__.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/SystemEvents/__init__.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/Terminal/__init__.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py [new file with mode: 0644]
Lib/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py [new file with mode: 0644]
Lib/plat-mac/macerrors.py [new file with mode: 0644]
Lib/plat-mac/macostools.py [new file with mode: 0644]
Lib/plat-mac/macresource.py [new file with mode: 0644]
Lib/plat-mac/pimp.py [new file with mode: 0644]
Lib/plat-mac/terminalcommand.py [new file with mode: 0644]
Lib/plat-mac/videoreader.py [new file with mode: 0644]
Lib/plat-netbsd1/IN.py [new file with mode: 0644]
Lib/plat-netbsd1/regen [new file with mode: 0755]
Lib/plat-next3/regen [new file with mode: 0755]
Lib/plat-os2emx/IN.py [new file with mode: 0644]
Lib/plat-os2emx/SOCKET.py [new file with mode: 0644]
Lib/plat-os2emx/_emx_link.py [new file with mode: 0644]
Lib/plat-os2emx/grp.py [new file with mode: 0644]
Lib/plat-os2emx/pwd.py [new file with mode: 0644]
Lib/plat-os2emx/regen [new file with mode: 0755]
Lib/plat-riscos/riscosenviron.py [new file with mode: 0644]
Lib/plat-riscos/riscospath.py [new file with mode: 0644]
Lib/plat-riscos/rourl2path.py [new file with mode: 0644]
Lib/plat-sunos5/CDIO.py [new file with mode: 0644]
Lib/plat-sunos5/DLFCN.py [new file with mode: 0644]
Lib/plat-sunos5/IN.py [new file with mode: 0644]
Lib/plat-sunos5/STROPTS.py [new file with mode: 0644]
Lib/plat-sunos5/SUNAUDIODEV.py [new file with mode: 0644]
Lib/plat-sunos5/TYPES.py [new file with mode: 0644]
Lib/plat-sunos5/regen [new file with mode: 0755]
Lib/plat-unixware7/IN.py [new file with mode: 0644]
Lib/plat-unixware7/STROPTS.py [new file with mode: 0644]
Lib/plat-unixware7/regen [new file with mode: 0755]
Lib/platform.py [new file with mode: 0755]
Lib/plistlib.py [new file with mode: 0644]
Lib/popen2.py [new file with mode: 0644]
Lib/poplib.py [new file with mode: 0644]
Lib/posixfile.py [new file with mode: 0644]
Lib/posixpath.py [new file with mode: 0644]
Lib/pprint.py [new file with mode: 0644]
Lib/profile.py [new file with mode: 0755]
Lib/pstats.py [new file with mode: 0644]
Lib/pty.py [new file with mode: 0644]
Lib/py_compile.py [new file with mode: 0644]
Lib/pyclbr.py [new file with mode: 0644]
Lib/pydoc.py [new file with mode: 0755]
Lib/pydoc_data/__init__.py [new file with mode: 0644]
Lib/pydoc_data/topics.py [new file with mode: 0644]
Lib/quopri.py [new file with mode: 0755]
Lib/random.py [new file with mode: 0644]
Lib/re.py [new file with mode: 0644]
Lib/repr.py [new file with mode: 0644]
Lib/rexec.py [new file with mode: 0644]
Lib/rfc822.py [new file with mode: 0644]
Lib/rlcompleter.py [new file with mode: 0644]
Lib/robotparser.py [new file with mode: 0644]
Lib/runpy.py [new file with mode: 0644]
Lib/sched.py [new file with mode: 0644]
Lib/sets.py [new file with mode: 0644]
Lib/sgmllib.py [new file with mode: 0644]
Lib/sha.py [new file with mode: 0644]
Lib/shelve.py [new file with mode: 0644]
Lib/shlex.py [new file with mode: 0644]
Lib/shutil.py [new file with mode: 0644]
Lib/site-packages/README [new file with mode: 0644]
Lib/site.py [new file with mode: 0644]
Lib/smtpd.py [new file with mode: 0755]
Lib/smtplib.py [new file with mode: 0755]
Lib/sndhdr.py [new file with mode: 0644]
Lib/socket.py [new file with mode: 0644]
Lib/sqlite3/__init__.py [new file with mode: 0644]
Lib/sqlite3/dbapi2.py [new file with mode: 0644]
Lib/sqlite3/dump.py [new file with mode: 0644]
Lib/sqlite3/test/__init__.py [new file with mode: 0644]
Lib/sqlite3/test/dbapi.py [new file with mode: 0644]
Lib/sqlite3/test/dump.py [new file with mode: 0644]
Lib/sqlite3/test/factory.py [new file with mode: 0644]
Lib/sqlite3/test/hooks.py [new file with mode: 0644]
Lib/sqlite3/test/py25tests.py [new file with mode: 0644]
Lib/sqlite3/test/regression.py [new file with mode: 0644]
Lib/sqlite3/test/transactions.py [new file with mode: 0644]
Lib/sqlite3/test/types.py [new file with mode: 0644]
Lib/sqlite3/test/userfunctions.py [new file with mode: 0644]
Lib/sre.py [new file with mode: 0644]
Lib/sre_compile.py [new file with mode: 0644]
Lib/sre_constants.py [new file with mode: 0644]
Lib/sre_parse.py [new file with mode: 0644]
Lib/ssl.py [new file with mode: 0644]
Lib/stat.py [new file with mode: 0644]
Lib/statvfs.py [new file with mode: 0644]
Lib/string.py [new file with mode: 0644]
Lib/stringold.py [new file with mode: 0644]
Lib/stringprep.py [new file with mode: 0644]
Lib/struct.py [new file with mode: 0644]
Lib/subprocess.py [new file with mode: 0644]
Lib/sunau.py [new file with mode: 0644]
Lib/sunaudio.py [new file with mode: 0644]
Lib/symbol.py [new file with mode: 0755]
Lib/symtable.py [new file with mode: 0644]
Lib/sysconfig.py [new file with mode: 0644]
Lib/tabnanny.py [new file with mode: 0755]
Lib/tarfile.py [new file with mode: 0644]
Lib/telnetlib.py [new file with mode: 0644]
Lib/tempfile.py [new file with mode: 0644]
Lib/test/185test.db [new file with mode: 0644]
Lib/test/Sine-1000Hz-300ms.aif [new file with mode: 0644]
Lib/test/__init__.py [new file with mode: 0644]
Lib/test/audiotest.au [new file with mode: 0644]
Lib/test/autotest.py [new file with mode: 0644]
Lib/test/bad_coding.py [new file with mode: 0644]
Lib/test/bad_coding2.py [new file with mode: 0644]
Lib/test/badcert.pem [new file with mode: 0644]
Lib/test/badkey.pem [new file with mode: 0644]
Lib/test/badsyntax_future3.py [new file with mode: 0644]
Lib/test/badsyntax_future4.py [new file with mode: 0644]
Lib/test/badsyntax_future5.py [new file with mode: 0644]
Lib/test/badsyntax_future6.py [new file with mode: 0644]
Lib/test/badsyntax_future7.py [new file with mode: 0644]
Lib/test/badsyntax_future8.py [new file with mode: 0644]
Lib/test/badsyntax_future9.py [new file with mode: 0644]
Lib/test/badsyntax_nocaret.py [new file with mode: 0644]
Lib/test/buffer_tests.py [new file with mode: 0644]
Lib/test/cfgparser.1 [new file with mode: 0644]
Lib/test/check_soundcard.vbs [new file with mode: 0644]
Lib/test/cjkencodings_test.py [new file with mode: 0644]
Lib/test/cmath_testcases.txt [new file with mode: 0644]
Lib/test/crashers/README [new file with mode: 0644]
Lib/test/crashers/bogus_code_obj.py [new file with mode: 0644]
Lib/test/crashers/borrowed_ref_1.py [new file with mode: 0644]
Lib/test/crashers/borrowed_ref_2.py [new file with mode: 0644]
Lib/test/crashers/compiler_recursion.py [new file with mode: 0644]
Lib/test/crashers/gc_has_finalizer.py [new file with mode: 0644]
Lib/test/crashers/gc_inspection.py [new file with mode: 0644]
Lib/test/crashers/infinite_loop_re.py [new file with mode: 0644]
Lib/test/crashers/loosing_mro_ref.py [new file with mode: 0644]
Lib/test/crashers/mutation_inside_cyclegc.py [new file with mode: 0644]
Lib/test/crashers/nasty_eq_vs_dict.py [new file with mode: 0644]
Lib/test/crashers/recursion_limit_too_high.py [new file with mode: 0644]
Lib/test/crashers/recursive_call.py [new file with mode: 0644]
Lib/test/curses_tests.py [new file with mode: 0644]
Lib/test/data/README [new file with mode: 0644]
Lib/test/decimaltestdata/abs.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/add.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/and.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/base.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/clamp.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/class.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/compare.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/comparetotal.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/comparetotmag.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/copy.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/copyabs.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/copynegate.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/copysign.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddAbs.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddAdd.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddAnd.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddBase.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddCanonical.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddClass.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddCompare.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddCompareSig.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddCompareTotal.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddCompareTotalMag.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddCopy.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddCopyAbs.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddCopyNegate.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddCopySign.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddDivide.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddDivideInt.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddEncode.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddFMA.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddInvert.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddLogB.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddMax.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddMaxMag.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddMin.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddMinMag.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddMinus.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddMultiply.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddNextMinus.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddNextPlus.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddNextToward.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddOr.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddPlus.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddQuantize.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddReduce.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddRemainder.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddRemainderNear.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddRotate.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddSameQuantum.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddScaleB.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddShift.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddSubtract.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddToIntegral.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ddXor.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/decDouble.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/decQuad.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/decSingle.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/divide.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/divideint.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqAbs.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqAdd.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqAnd.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqBase.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqCanonical.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqClass.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqCompare.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqCompareSig.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqCompareTotal.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqCompareTotalMag.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqCopy.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqCopyAbs.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqCopyNegate.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqCopySign.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqDivide.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqDivideInt.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqEncode.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqFMA.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqInvert.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqLogB.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqMax.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqMaxMag.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqMin.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqMinMag.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqMinus.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqMultiply.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqNextMinus.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqNextPlus.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqNextToward.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqOr.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqPlus.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqQuantize.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqReduce.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqRemainder.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqRemainderNear.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqRotate.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqSameQuantum.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqScaleB.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqShift.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqSubtract.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqToIntegral.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dqXor.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dsBase.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/dsEncode.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/exp.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/extra.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/fma.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/inexact.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/invert.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/ln.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/log10.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/logb.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/max.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/maxmag.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/min.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/minmag.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/minus.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/multiply.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/nextminus.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/nextplus.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/nexttoward.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/or.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/plus.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/power.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/powersqrt.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/quantize.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/randomBound32.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/randoms.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/reduce.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/remainder.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/remainderNear.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/rescale.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/rotate.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/rounding.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/samequantum.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/scaleb.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/shift.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/squareroot.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/subtract.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/testall.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/tointegral.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/tointegralx.decTest [new file with mode: 0644]
Lib/test/decimaltestdata/xor.decTest [new file with mode: 0644]
Lib/test/doctest_aliases.py [new file with mode: 0644]
Lib/test/double_const.py [new file with mode: 0644]
Lib/test/empty.vbs [new file with mode: 0644]
Lib/test/exception_hierarchy.txt [new file with mode: 0644]
Lib/test/floating_points.txt [new file with mode: 0644]
Lib/test/fork_wait.py [new file with mode: 0644]
Lib/test/formatfloat_testcases.txt [new file with mode: 0644]
Lib/test/gdb_sample.py [new file with mode: 0644]
Lib/test/greyrgb.uue [new file with mode: 0644]
Lib/test/https_svn_python_org_root.pem [new file with mode: 0644]
Lib/test/ieee754.txt [new file with mode: 0644]
Lib/test/infinite_reload.py [new file with mode: 0644]
Lib/test/inspect_fodder.py [new file with mode: 0644]
Lib/test/inspect_fodder2.py [new file with mode: 0644]
Lib/test/keycert.pem [new file with mode: 0644]
Lib/test/leakers/README.txt [new file with mode: 0644]
Lib/test/leakers/__init__.py [new file with mode: 0644]
Lib/test/leakers/test_ctypes.py [new file with mode: 0644]
Lib/test/leakers/test_dictself.py [new file with mode: 0644]
Lib/test/leakers/test_gestalt.py [new file with mode: 0644]
Lib/test/leakers/test_selftype.py [new file with mode: 0644]
Lib/test/list_tests.py [new file with mode: 0644]
Lib/test/lock_tests.py [new file with mode: 0644]
Lib/test/mapping_tests.py [new file with mode: 0644]
Lib/test/math_testcases.txt [new file with mode: 0644]
Lib/test/nullcert.pem [new file with mode: 0644]
Lib/test/outstanding_bugs.py [new file with mode: 0644]
Lib/test/pickletester.py [new file with mode: 0644]
Lib/test/profilee.py [new file with mode: 0644]
Lib/test/pyclbr_input.py [new file with mode: 0644]
Lib/test/pydoc_mod.py [new file with mode: 0644]
Lib/test/pydocfodder.py [new file with mode: 0644]
Lib/test/pystone.py [new file with mode: 0755]
Lib/test/randv2_32.pck [new file with mode: 0644]
Lib/test/randv2_64.pck [new file with mode: 0644]
Lib/test/randv3.pck [new file with mode: 0644]
Lib/test/re_tests.py [new file with mode: 0755]
Lib/test/regex_tests.py [new file with mode: 0644]
Lib/test/regrtest.py [new file with mode: 0755]
Lib/test/relimport.py [new file with mode: 0644]
Lib/test/reperf.py [new file with mode: 0644]
Lib/test/sample_doctest.py [new file with mode: 0644]
Lib/test/script_helper.py [new file with mode: 0644]
Lib/test/seq_tests.py [new file with mode: 0644]
Lib/test/sgml_input.html [new file with mode: 0644]
Lib/test/sha256.pem [new file with mode: 0644]
Lib/test/sortperf.py [new file with mode: 0644]
Lib/test/ssl_cert.pem [new file with mode: 0644]
Lib/test/ssl_key.pem [new file with mode: 0644]
Lib/test/string_tests.py [new file with mode: 0644]
Lib/test/svn_python_org_https_cert.pem [new file with mode: 0644]
Lib/test/test_MimeWriter.py [new file with mode: 0644]
Lib/test/test_SimpleHTTPServer.py [new file with mode: 0644]
Lib/test/test_StringIO.py [new file with mode: 0644]
Lib/test/test___all__.py [new file with mode: 0644]
Lib/test/test___future__.py [new file with mode: 0644]
Lib/test/test__locale.py [new file with mode: 0644]
Lib/test/test_abc.py [new file with mode: 0644]
Lib/test/test_abstract_numbers.py [new file with mode: 0644]
Lib/test/test_aepack.py [new file with mode: 0644]
Lib/test/test_aifc.py [new file with mode: 0644]
Lib/test/test_al.py [new file with mode: 0755]
Lib/test/test_anydbm.py [new file with mode: 0644]
Lib/test/test_applesingle.py [new file with mode: 0644]
Lib/test/test_argparse.py [new file with mode: 0644]
Lib/test/test_array.py [new file with mode: 0755]
Lib/test/test_ascii_formatd.py [new file with mode: 0644]
Lib/test/test_ast.py [new file with mode: 0644]
Lib/test/test_asynchat.py [new file with mode: 0644]
Lib/test/test_asyncore.py [new file with mode: 0644]
Lib/test/test_atexit.py [new file with mode: 0644]
Lib/test/test_audioop.py [new file with mode: 0644]
Lib/test/test_augassign.py [new file with mode: 0644]
Lib/test/test_base64.py [new file with mode: 0644]
Lib/test/test_bastion.py [new file with mode: 0644]
Lib/test/test_bigaddrspace.py [new file with mode: 0644]
Lib/test/test_bigmem.py [new file with mode: 0644]
Lib/test/test_binascii.py [new file with mode: 0644]
Lib/test/test_binhex.py [new file with mode: 0755]
Lib/test/test_binop.py [new file with mode: 0644]
Lib/test/test_bisect.py [new file with mode: 0644]
Lib/test/test_bool.py [new file with mode: 0644]
Lib/test/test_bsddb.py [new file with mode: 0755]
Lib/test/test_bsddb185.py [new file with mode: 0644]
Lib/test/test_bsddb3.py [new file with mode: 0644]
Lib/test/test_buffer.py [new file with mode: 0644]
Lib/test/test_bufio.py [new file with mode: 0644]
Lib/test/test_builtin.py [new file with mode: 0644]
Lib/test/test_bytes.py [new file with mode: 0644]
Lib/test/test_bz2.py [new file with mode: 0644]
Lib/test/test_calendar.py [new file with mode: 0644]
Lib/test/test_call.py [new file with mode: 0644]
Lib/test/test_capi.py [new file with mode: 0644]
Lib/test/test_cd.py [new file with mode: 0755]
Lib/test/test_cfgparser.py [new file with mode: 0644]
Lib/test/test_cgi.py [new file with mode: 0644]
Lib/test/test_charmapcodec.py [new file with mode: 0644]
Lib/test/test_cl.py [new file with mode: 0755]
Lib/test/test_class.py [new file with mode: 0644]
Lib/test/test_cmath.py [new file with mode: 0644]
Lib/test/test_cmd.py [new file with mode: 0644]
Lib/test/test_cmd_line.py [new file with mode: 0644]
Lib/test/test_cmd_line_script.py [new file with mode: 0644]
Lib/test/test_code.py [new file with mode: 0644]
Lib/test/test_codeccallbacks.py [new file with mode: 0644]
Lib/test/test_codecencodings_cn.py [new file with mode: 0644]
Lib/test/test_codecencodings_hk.py [new file with mode: 0644]
Lib/test/test_codecencodings_jp.py [new file with mode: 0644]
Lib/test/test_codecencodings_kr.py [new file with mode: 0644]
Lib/test/test_codecencodings_tw.py [new file with mode: 0644]
Lib/test/test_codecmaps_cn.py [new file with mode: 0644]
Lib/test/test_codecmaps_hk.py [new file with mode: 0644]
Lib/test/test_codecmaps_jp.py [new file with mode: 0644]
Lib/test/test_codecmaps_kr.py [new file with mode: 0644]
Lib/test/test_codecmaps_tw.py [new file with mode: 0644]
Lib/test/test_codecs.py [new file with mode: 0644]
Lib/test/test_codeop.py [new file with mode: 0644]
Lib/test/test_coding.py [new file with mode: 0644]
Lib/test/test_coercion.py [new file with mode: 0644]
Lib/test/test_collections.py [new file with mode: 0644]
Lib/test/test_colorsys.py [new file with mode: 0644]
Lib/test/test_commands.py [new file with mode: 0644]
Lib/test/test_compare.py [new file with mode: 0644]
Lib/test/test_compile.py [new file with mode: 0644]
Lib/test/test_compileall.py [new file with mode: 0644]
Lib/test/test_compiler.py [new file with mode: 0644]
Lib/test/test_complex.py [new file with mode: 0644]
Lib/test/test_complex_args.py [new file with mode: 0644]
Lib/test/test_contains.py [new file with mode: 0644]
Lib/test/test_contextlib.py [new file with mode: 0644]
Lib/test/test_cookie.py [new file with mode: 0644]
Lib/test/test_cookielib.py [new file with mode: 0644]
Lib/test/test_copy.py [new file with mode: 0644]
Lib/test/test_copy_reg.py [new file with mode: 0644]
Lib/test/test_cpickle.py [new file with mode: 0644]
Lib/test/test_cprofile.py [new file with mode: 0644]
Lib/test/test_crypt.py [new file with mode: 0644]
Lib/test/test_csv.py [new file with mode: 0644]
Lib/test/test_ctypes.py [new file with mode: 0644]
Lib/test/test_curses.py [new file with mode: 0644]
Lib/test/test_datetime.py [new file with mode: 0644]
Lib/test/test_dbm.py [new file with mode: 0644]
Lib/test/test_decimal.py [new file with mode: 0644]
Lib/test/test_decorators.py [new file with mode: 0644]
Lib/test/test_defaultdict.py [new file with mode: 0644]
Lib/test/test_deque.py [new file with mode: 0644]
Lib/test/test_descr.py [new file with mode: 0644]
Lib/test/test_descrtut.py [new file with mode: 0644]
Lib/test/test_dict.py [new file with mode: 0644]
Lib/test/test_dictcomps.py [new file with mode: 0644]
Lib/test/test_dictviews.py [new file with mode: 0644]
Lib/test/test_difflib.py [new file with mode: 0644]
Lib/test/test_difflib_expect.html [new file with mode: 0644]
Lib/test/test_dircache.py [new file with mode: 0644]
Lib/test/test_dis.py [new file with mode: 0644]
Lib/test/test_distutils.py [new file with mode: 0644]
Lib/test/test_dl.py [new file with mode: 0755]
Lib/test/test_doctest.py [new file with mode: 0644]
Lib/test/test_doctest.txt [new file with mode: 0644]
Lib/test/test_doctest2.py [new file with mode: 0644]
Lib/test/test_doctest2.txt [new file with mode: 0644]
Lib/test/test_doctest3.txt [new file with mode: 0644]
Lib/test/test_doctest4.txt [new file with mode: 0644]
Lib/test/test_docxmlrpc.py [new file with mode: 0644]
Lib/test/test_dumbdbm.py [new file with mode: 0644]
Lib/test/test_dummy_thread.py [new file with mode: 0644]
Lib/test/test_dummy_threading.py [new file with mode: 0644]
Lib/test/test_email.py [new file with mode: 0644]
Lib/test/test_email_codecs.py [new file with mode: 0644]
Lib/test/test_email_renamed.py [new file with mode: 0644]
Lib/test/test_enumerate.py [new file with mode: 0644]
Lib/test/test_eof.py [new file with mode: 0644]
Lib/test/test_epoll.py [new file with mode: 0644]
Lib/test/test_errno.py [new file with mode: 0755]
Lib/test/test_exception_variations.py [new file with mode: 0644]
Lib/test/test_exceptions.py [new file with mode: 0644]
Lib/test/test_extcall.py [new file with mode: 0644]
Lib/test/test_fcntl.py [new file with mode: 0644]
Lib/test/test_file.py [new file with mode: 0644]
Lib/test/test_file2k.py [new file with mode: 0644]
Lib/test/test_filecmp.py [new file with mode: 0644]
Lib/test/test_fileinput.py [new file with mode: 0644]
Lib/test/test_fileio.py [new file with mode: 0644]
Lib/test/test_float.py [new file with mode: 0644]
Lib/test/test_fnmatch.py [new file with mode: 0644]
Lib/test/test_fork1.py [new file with mode: 0644]
Lib/test/test_format.py [new file with mode: 0644]
Lib/test/test_fpformat.py [new file with mode: 0644]
Lib/test/test_fractions.py [new file with mode: 0644]
Lib/test/test_frozen.py [new file with mode: 0644]
Lib/test/test_ftplib.py [new file with mode: 0644]
Lib/test/test_funcattrs.py [new file with mode: 0644]
Lib/test/test_functools.py [new file with mode: 0644]
Lib/test/test_future.py [new file with mode: 0644]
Lib/test/test_future1.py [new file with mode: 0644]
Lib/test/test_future2.py [new file with mode: 0644]
Lib/test/test_future3.py [new file with mode: 0644]
Lib/test/test_future4.py [new file with mode: 0644]
Lib/test/test_future5.py [new file with mode: 0644]
Lib/test/test_future_builtins.py [new file with mode: 0644]
Lib/test/test_gc.py [new file with mode: 0644]
Lib/test/test_gdb.py [new file with mode: 0644]
Lib/test/test_gdbm.py [new file with mode: 0644]
Lib/test/test_generators.py [new file with mode: 0644]
Lib/test/test_genericpath.py [new file with mode: 0644]
Lib/test/test_genexps.py [new file with mode: 0644]
Lib/test/test_getargs.py [new file with mode: 0644]
Lib/test/test_getargs2.py [new file with mode: 0644]
Lib/test/test_getopt.py [new file with mode: 0644]
Lib/test/test_gettext.py [new file with mode: 0644]
Lib/test/test_gl.py [new file with mode: 0755]
Lib/test/test_glob.py [new file with mode: 0644]
Lib/test/test_global.py [new file with mode: 0644]
Lib/test/test_grammar.py [new file with mode: 0644]
Lib/test/test_grp.py [new file with mode: 0644]
Lib/test/test_gzip.py [new file with mode: 0644]
Lib/test/test_hash.py [new file with mode: 0644]
Lib/test/test_hashlib.py [new file with mode: 0644]
Lib/test/test_heapq.py [new file with mode: 0644]
Lib/test/test_hmac.py [new file with mode: 0644]
Lib/test/test_hotshot.py [new file with mode: 0644]
Lib/test/test_htmllib.py [new file with mode: 0644]
Lib/test/test_htmlparser.py [new file with mode: 0644]
Lib/test/test_httplib.py [new file with mode: 0644]
Lib/test/test_httpservers.py [new file with mode: 0644]
Lib/test/test_imageop.py [new file with mode: 0755]
Lib/test/test_imaplib.py [new file with mode: 0644]
Lib/test/test_imgfile.py [new file with mode: 0755]
Lib/test/test_imp.py [new file with mode: 0644]
Lib/test/test_import.py [new file with mode: 0644]
Lib/test/test_importhooks.py [new file with mode: 0644]
Lib/test/test_importlib.py [new file with mode: 0644]
Lib/test/test_index.py [new file with mode: 0644]
Lib/test/test_inspect.py [new file with mode: 0644]
Lib/test/test_int.py [new file with mode: 0644]
Lib/test/test_int_literal.py [new file with mode: 0644]
Lib/test/test_io.py [new file with mode: 0644]
Lib/test/test_ioctl.py [new file with mode: 0644]
Lib/test/test_isinstance.py [new file with mode: 0644]
Lib/test/test_iter.py [new file with mode: 0644]
Lib/test/test_iterlen.py [new file with mode: 0644]
Lib/test/test_itertools.py [new file with mode: 0644]
Lib/test/test_json.py [new file with mode: 0644]
Lib/test/test_kqueue.py [new file with mode: 0644]
Lib/test/test_largefile.py [new file with mode: 0644]
Lib/test/test_lib2to3.py [new file with mode: 0644]
Lib/test/test_linecache.py [new file with mode: 0644]
Lib/test/test_linuxaudiodev.py [new file with mode: 0644]
Lib/test/test_list.py [new file with mode: 0644]
Lib/test/test_locale.py [new file with mode: 0644]
Lib/test/test_logging.py [new file with mode: 0644]
Lib/test/test_long.py [new file with mode: 0644]
Lib/test/test_long_future.py [new file with mode: 0644]
Lib/test/test_longexp.py [new file with mode: 0644]
Lib/test/test_macos.py [new file with mode: 0644]
Lib/test/test_macostools.py [new file with mode: 0644]
Lib/test/test_macpath.py [new file with mode: 0644]
Lib/test/test_mailbox.py [new file with mode: 0644]
Lib/test/test_marshal.py [new file with mode: 0644]
Lib/test/test_math.py [new file with mode: 0644]
Lib/test/test_md5.py [new file with mode: 0644]
Lib/test/test_memoryio.py [new file with mode: 0644]
Lib/test/test_memoryview.py [new file with mode: 0644]
Lib/test/test_mhlib.py [new file with mode: 0644]
Lib/test/test_mimetools.py [new file with mode: 0644]
Lib/test/test_mimetypes.py [new file with mode: 0644]
Lib/test/test_minidom.py [new file with mode: 0644]
Lib/test/test_mmap.py [new file with mode: 0644]
Lib/test/test_module.py [new file with mode: 0644]
Lib/test/test_modulefinder.py [new file with mode: 0644]
Lib/test/test_multibytecodec.py [new file with mode: 0644]
Lib/test/test_multibytecodec_support.py [new file with mode: 0644]
Lib/test/test_multifile.py [new file with mode: 0644]
Lib/test/test_multiprocessing.py [new file with mode: 0644]
Lib/test/test_mutants.py [new file with mode: 0644]
Lib/test/test_mutex.py [new file with mode: 0644]
Lib/test/test_netrc.py [new file with mode: 0644]
Lib/test/test_new.py [new file with mode: 0644]
Lib/test/test_nis.py [new file with mode: 0644]
Lib/test/test_normalization.py [new file with mode: 0644]
Lib/test/test_ntpath.py [new file with mode: 0644]
Lib/test/test_old_mailbox.py [new file with mode: 0644]
Lib/test/test_opcodes.py [new file with mode: 0644]
Lib/test/test_openpty.py [new file with mode: 0644]
Lib/test/test_operator.py [new file with mode: 0644]
Lib/test/test_optparse.py [new file with mode: 0644]
Lib/test/test_os.py [new file with mode: 0644]
Lib/test/test_ossaudiodev.py [new file with mode: 0644]
Lib/test/test_parser.py [new file with mode: 0644]
Lib/test/test_pdb.py [new file with mode: 0644]
Lib/test/test_peepholer.py [new file with mode: 0644]
Lib/test/test_pep247.py [new file with mode: 0644]
Lib/test/test_pep263.py [new file with mode: 0644]
Lib/test/test_pep277.py [new file with mode: 0644]
Lib/test/test_pep292.py [new file with mode: 0644]
Lib/test/test_pep352.py [new file with mode: 0644]
Lib/test/test_pickle.py [new file with mode: 0644]
Lib/test/test_pickletools.py [new file with mode: 0644]
Lib/test/test_pipes.py [new file with mode: 0644]
Lib/test/test_pkg.py [new file with mode: 0644]
Lib/test/test_pkgimport.py [new file with mode: 0644]
Lib/test/test_pkgutil.py [new file with mode: 0644]
Lib/test/test_platform.py [new file with mode: 0644]
Lib/test/test_plistlib.py [new file with mode: 0644]
Lib/test/test_poll.py [new file with mode: 0644]
Lib/test/test_popen.py [new file with mode: 0644]
Lib/test/test_popen2.py [new file with mode: 0644]
Lib/test/test_poplib.py [new file with mode: 0644]
Lib/test/test_posix.py [new file with mode: 0644]
Lib/test/test_posixpath.py [new file with mode: 0644]
Lib/test/test_pow.py [new file with mode: 0644]
Lib/test/test_pprint.py [new file with mode: 0644]
Lib/test/test_print.py [new file with mode: 0644]
Lib/test/test_profile.py [new file with mode: 0644]
Lib/test/test_property.py [new file with mode: 0644]
Lib/test/test_pstats.py [new file with mode: 0644]
Lib/test/test_pty.py [new file with mode: 0644]
Lib/test/test_pwd.py [new file with mode: 0644]
Lib/test/test_py3kwarn.py [new file with mode: 0644]
Lib/test/test_pyclbr.py [new file with mode: 0644]
Lib/test/test_pydoc.py [new file with mode: 0644]
Lib/test/test_pyexpat.py [new file with mode: 0644]
Lib/test/test_queue.py [new file with mode: 0644]
Lib/test/test_quopri.py [new file with mode: 0644]
Lib/test/test_random.py [new file with mode: 0644]
Lib/test/test_re.py [new file with mode: 0644]
Lib/test/test_readline.py [new file with mode: 0644]
Lib/test/test_repr.py [new file with mode: 0644]
Lib/test/test_resource.py [new file with mode: 0644]
Lib/test/test_rfc822.py [new file with mode: 0644]
Lib/test/test_richcmp.py [new file with mode: 0644]
Lib/test/test_rlcompleter.py [new file with mode: 0644]
Lib/test/test_robotparser.py [new file with mode: 0644]
Lib/test/test_runpy.py [new file with mode: 0644]
Lib/test/test_sax.py [new file with mode: 0644]
Lib/test/test_scope.py [new file with mode: 0644]
Lib/test/test_scriptpackages.py [new file with mode: 0644]
Lib/test/test_select.py [new file with mode: 0644]
Lib/test/test_set.py [new file with mode: 0644]
Lib/test/test_setcomps.py [new file with mode: 0644]
Lib/test/test_sets.py [new file with mode: 0644]
Lib/test/test_sgmllib.py [new file with mode: 0644]
Lib/test/test_sha.py [new file with mode: 0644]
Lib/test/test_shelve.py [new file with mode: 0644]
Lib/test/test_shlex.py [new file with mode: 0644]
Lib/test/test_shutil.py [new file with mode: 0644]
Lib/test/test_signal.py [new file with mode: 0644]
Lib/test/test_site.py [new file with mode: 0644]
Lib/test/test_slice.py [new file with mode: 0644]
Lib/test/test_smtplib.py [new file with mode: 0644]
Lib/test/test_smtpnet.py [new file with mode: 0644]
Lib/test/test_socket.py [new file with mode: 0644]
Lib/test/test_socketserver.py [new file with mode: 0644]
Lib/test/test_softspace.py [new file with mode: 0644]
Lib/test/test_sort.py [new file with mode: 0644]
Lib/test/test_sqlite.py [new file with mode: 0644]
Lib/test/test_ssl.py [new file with mode: 0644]
Lib/test/test_startfile.py [new file with mode: 0644]
Lib/test/test_str.py [new file with mode: 0644]
Lib/test/test_strftime.py [new file with mode: 0644]
Lib/test/test_string.py [new file with mode: 0644]
Lib/test/test_stringprep.py [new file with mode: 0644]
Lib/test/test_strop.py [new file with mode: 0644]
Lib/test/test_strptime.py [new file with mode: 0644]
Lib/test/test_strtod.py [new file with mode: 0644]
Lib/test/test_struct.py [new file with mode: 0644]
Lib/test/test_structmembers.py [new file with mode: 0644]
Lib/test/test_structseq.py [new file with mode: 0644]
Lib/test/test_subprocess.py [new file with mode: 0644]
Lib/test/test_sunaudiodev.py [new file with mode: 0644]
Lib/test/test_sundry.py [new file with mode: 0644]
Lib/test/test_support.py [new file with mode: 0644]
Lib/test/test_symtable.py [new file with mode: 0644]
Lib/test/test_syntax.py [new file with mode: 0644]
Lib/test/test_sys.py [new file with mode: 0644]
Lib/test/test_sys_setprofile.py [new file with mode: 0644]
Lib/test/test_sys_settrace.py [new file with mode: 0644]
Lib/test/test_sysconfig.py [new file with mode: 0644]
Lib/test/test_tarfile.py [new file with mode: 0644]
Lib/test/test_tcl.py [new file with mode: 0644]
Lib/test/test_telnetlib.py [new file with mode: 0644]
Lib/test/test_tempfile.py [new file with mode: 0644]
Lib/test/test_textwrap.py [new file with mode: 0644]
Lib/test/test_thread.py [new file with mode: 0644]
Lib/test/test_threaded_import.py [new file with mode: 0644]
Lib/test/test_threadedtempfile.py [new file with mode: 0644]
Lib/test/test_threading.py [new file with mode: 0644]
Lib/test/test_threading_local.py [new file with mode: 0644]
Lib/test/test_threadsignals.py [new file with mode: 0644]
Lib/test/test_time.py [new file with mode: 0644]
Lib/test/test_timeout.py [new file with mode: 0644]
Lib/test/test_tk.py [new file with mode: 0644]
Lib/test/test_tokenize.py [new file with mode: 0644]
Lib/test/test_trace.py [new file with mode: 0644]
Lib/test/test_traceback.py [new file with mode: 0644]
Lib/test/test_transformer.py [new file with mode: 0644]
Lib/test/test_ttk_guionly.py [new file with mode: 0644]
Lib/test/test_ttk_textonly.py [new file with mode: 0644]
Lib/test/test_tuple.py [new file with mode: 0644]
Lib/test/test_typechecks.py [new file with mode: 0644]
Lib/test/test_types.py [new file with mode: 0644]
Lib/test/test_ucn.py [new file with mode: 0644]
Lib/test/test_unary.py [new file with mode: 0644]
Lib/test/test_undocumented_details.py [new file with mode: 0644]
Lib/test/test_unicode.py [new file with mode: 0644]
Lib/test/test_unicode_file.py [new file with mode: 0644]
Lib/test/test_unicodedata.py [new file with mode: 0644]
Lib/test/test_unittest.py [new file with mode: 0644]
Lib/test/test_univnewlines.py [new file with mode: 0644]
Lib/test/test_univnewlines2k.py [new file with mode: 0644]
Lib/test/test_unpack.py [new file with mode: 0644]
Lib/test/test_urllib.py [new file with mode: 0644]
Lib/test/test_urllib2.py [new file with mode: 0644]
Lib/test/test_urllib2_localnet.py [new file with mode: 0644]
Lib/test/test_urllib2net.py [new file with mode: 0644]
Lib/test/test_urllibnet.py [new file with mode: 0644]
Lib/test/test_urlparse.py [new file with mode: 0644]
Lib/test/test_userdict.py [new file with mode: 0644]
Lib/test/test_userlist.py [new file with mode: 0644]
Lib/test/test_userstring.py [new file with mode: 0755]
Lib/test/test_uu.py [new file with mode: 0644]
Lib/test/test_uuid.py [new file with mode: 0644]
Lib/test/test_wait3.py [new file with mode: 0644]
Lib/test/test_wait4.py [new file with mode: 0644]
Lib/test/test_warnings.py [new file with mode: 0644]
Lib/test/test_wave.py [new file with mode: 0644]
Lib/test/test_weakref.py [new file with mode: 0644]
Lib/test/test_weakset.py [new file with mode: 0644]
Lib/test/test_whichdb.py [new file with mode: 0644]
Lib/test/test_winreg.py [new file with mode: 0644]
Lib/test/test_winsound.py [new file with mode: 0644]
Lib/test/test_with.py [new file with mode: 0644]
Lib/test/test_wsgiref.py [new file with mode: 0644]
Lib/test/test_xdrlib.py [new file with mode: 0644]
Lib/test/test_xml_etree.py [new file with mode: 0644]
Lib/test/test_xml_etree_c.py [new file with mode: 0644]
Lib/test/test_xmllib.py [new file with mode: 0644]
Lib/test/test_xmlrpc.py [new file with mode: 0644]
Lib/test/test_xpickle.py [new file with mode: 0644]
Lib/test/test_xrange.py [new file with mode: 0644]
Lib/test/test_zipfile.py [new file with mode: 0644]
Lib/test/test_zipfile64.py [new file with mode: 0644]
Lib/test/test_zipimport.py [new file with mode: 0644]
Lib/test/test_zipimport_support.py [new file with mode: 0644]
Lib/test/test_zlib.py [new file with mode: 0644]
Lib/test/testall.py [new file with mode: 0644]
Lib/test/testcodec.py [new file with mode: 0644]
Lib/test/testimg.uue [new file with mode: 0644]
Lib/test/testimgr.uue [new file with mode: 0644]
Lib/test/testrgb.uue [new file with mode: 0644]
Lib/test/testtar.tar [new file with mode: 0644]
Lib/test/tf_inherit_check.py [new file with mode: 0644]
Lib/test/threaded_import_hangers.py [new file with mode: 0644]
Lib/test/time_hashlib.py [new file with mode: 0644]
Lib/test/tokenize_tests.txt [new file with mode: 0644]
Lib/test/tracedmodules/__init__.py [new file with mode: 0644]
Lib/test/tracedmodules/testmod.py [new file with mode: 0644]
Lib/test/warning_tests.py [new file with mode: 0644]
Lib/test/win_console_handler.py [new file with mode: 0644]
Lib/test/wrongcert.pem [new file with mode: 0644]
Lib/test/xmltestdata/simple-ns.xml [new file with mode: 0644]
Lib/test/xmltestdata/simple.xml [new file with mode: 0644]
Lib/test/xmltestdata/test.xml [new file with mode: 0644]
Lib/test/xmltestdata/test.xml.out [new file with mode: 0644]
Lib/test/xmltests.py [new file with mode: 0644]
Lib/test/zipdir.zip [new file with mode: 0644]
Lib/textwrap.py [new file with mode: 0644]
Lib/this.py [new file with mode: 0644]
Lib/threading.py [new file with mode: 0644]
Lib/timeit.py [new file with mode: 0644]
Lib/toaiff.py [new file with mode: 0644]
Lib/token.py [new file with mode: 0755]
Lib/tokenize.py [new file with mode: 0644]
Lib/trace.py [new file with mode: 0644]
Lib/traceback.py [new file with mode: 0644]
Lib/tty.py [new file with mode: 0644]
Lib/types.py [new file with mode: 0644]
Lib/unittest/__init__.py [new file with mode: 0644]
Lib/unittest/__main__.py [new file with mode: 0644]
Lib/unittest/case.py [new file with mode: 0644]
Lib/unittest/loader.py [new file with mode: 0644]
Lib/unittest/main.py [new file with mode: 0644]
Lib/unittest/result.py [new file with mode: 0644]
Lib/unittest/runner.py [new file with mode: 0644]
Lib/unittest/signals.py [new file with mode: 0644]
Lib/unittest/suite.py [new file with mode: 0644]
Lib/unittest/test/__init__.py [new file with mode: 0644]
Lib/unittest/test/dummy.py [new file with mode: 0644]
Lib/unittest/test/support.py [new file with mode: 0644]
Lib/unittest/test/test_assertions.py [new file with mode: 0644]
Lib/unittest/test/test_break.py [new file with mode: 0644]
Lib/unittest/test/test_case.py [new file with mode: 0644]
Lib/unittest/test/test_discovery.py [new file with mode: 0644]
Lib/unittest/test/test_functiontestcase.py [new file with mode: 0644]
Lib/unittest/test/test_loader.py [new file with mode: 0644]
Lib/unittest/test/test_program.py [new file with mode: 0644]
Lib/unittest/test/test_result.py [new file with mode: 0644]
Lib/unittest/test/test_runner.py [new file with mode: 0644]
Lib/unittest/test/test_setups.py [new file with mode: 0644]
Lib/unittest/test/test_skipping.py [new file with mode: 0644]
Lib/unittest/test/test_suite.py [new file with mode: 0644]
Lib/unittest/util.py [new file with mode: 0644]
Lib/urllib.py [new file with mode: 0644]
Lib/urllib2.py [new file with mode: 0644]
Lib/urlparse.py [new file with mode: 0644]
Lib/user.py [new file with mode: 0644]
Lib/uu.py [new file with mode: 0755]
Lib/uuid.py [new file with mode: 0644]
Lib/warnings.py [new file with mode: 0644]
Lib/wave.py [new file with mode: 0644]
Lib/weakref.py [new file with mode: 0644]
Lib/webbrowser.py [new file with mode: 0644]
Lib/whichdb.py [new file with mode: 0644]
Lib/wsgiref.egg-info [new file with mode: 0644]
Lib/wsgiref/__init__.py [new file with mode: 0644]
Lib/wsgiref/handlers.py [new file with mode: 0644]
Lib/wsgiref/headers.py [new file with mode: 0644]
Lib/wsgiref/simple_server.py [new file with mode: 0644]
Lib/wsgiref/util.py [new file with mode: 0644]
Lib/wsgiref/validate.py [new file with mode: 0644]
Lib/xdrlib.py [new file with mode: 0644]
Lib/xml/__init__.py [new file with mode: 0644]
Lib/xml/dom/NodeFilter.py [new file with mode: 0644]
Lib/xml/dom/__init__.py [new file with mode: 0644]
Lib/xml/dom/domreg.py [new file with mode: 0644]
Lib/xml/dom/expatbuilder.py [new file with mode: 0644]
Lib/xml/dom/minicompat.py [new file with mode: 0644]
Lib/xml/dom/minidom.py [new file with mode: 0644]
Lib/xml/dom/pulldom.py [new file with mode: 0644]
Lib/xml/dom/xmlbuilder.py [new file with mode: 0644]
Lib/xml/etree/ElementInclude.py [new file with mode: 0644]
Lib/xml/etree/ElementPath.py [new file with mode: 0644]
Lib/xml/etree/ElementTree.py [new file with mode: 0644]
Lib/xml/etree/__init__.py [new file with mode: 0644]
Lib/xml/etree/cElementTree.py [new file with mode: 0644]
Lib/xml/parsers/__init__.py [new file with mode: 0644]
Lib/xml/parsers/expat.py [new file with mode: 0644]
Lib/xml/sax/__init__.py [new file with mode: 0644]
Lib/xml/sax/_exceptions.py [new file with mode: 0644]
Lib/xml/sax/expatreader.py [new file with mode: 0644]
Lib/xml/sax/handler.py [new file with mode: 0644]
Lib/xml/sax/saxutils.py [new file with mode: 0644]
Lib/xml/sax/xmlreader.py [new file with mode: 0644]
Lib/xmllib.py [new file with mode: 0644]
Lib/xmlrpclib.py [new file with mode: 0644]
Lib/zipfile.py [new file with mode: 0644]
Mac/BuildScript/README.txt [new file with mode: 0644]
Mac/BuildScript/build-installer.py [new file with mode: 0755]
Mac/BuildScript/ncurses-5.5.patch [new file with mode: 0644]
Mac/BuildScript/resources/ReadMe.txt [new file with mode: 0644]
Mac/BuildScript/resources/Welcome.rtf [new file with mode: 0644]
Mac/BuildScript/resources/background.jpg [new file with mode: 0644]
Mac/BuildScript/scripts/postflight.documentation [new file with mode: 0755]
Mac/BuildScript/scripts/postflight.framework [new file with mode: 0755]
Mac/BuildScript/scripts/postflight.patch-profile [new file with mode: 0755]
Mac/BuildScript/seticon.m [new file with mode: 0644]
Mac/Demo/PICTbrowse/ICONbrowse.py [new file with mode: 0644]
Mac/Demo/PICTbrowse/PICTbrowse.py [new file with mode: 0644]
Mac/Demo/PICTbrowse/PICTbrowse.rsrc [new file with mode: 0644]
Mac/Demo/PICTbrowse/PICTbrowse2.py [new file with mode: 0644]
Mac/Demo/PICTbrowse/cicnbrowse.py [new file with mode: 0644]
Mac/Demo/PICTbrowse/oldPICTbrowse.py [new file with mode: 0644]
Mac/Demo/PICTbrowse/oldPICTbrowse.rsrc [new file with mode: 0644]
Mac/Demo/applescript.html [new file with mode: 0644]
Mac/Demo/applescript/Disk_Copy/Special_Events.py [new file with mode: 0644]
Mac/Demo/applescript/Disk_Copy/Standard_Suite.py [new file with mode: 0644]
Mac/Demo/applescript/Disk_Copy/Utility_Events.py [new file with mode: 0644]
Mac/Demo/applescript/Disk_Copy/__init__.py [new file with mode: 0644]
Mac/Demo/applescript/makedisk.py [new file with mode: 0644]
Mac/Demo/example0.html [new file with mode: 0644]
Mac/Demo/example0/checktext.py [new file with mode: 0644]
Mac/Demo/example1.html [new file with mode: 0644]
Mac/Demo/example1/dnslookup-1.gif [new file with mode: 0644]
Mac/Demo/example1/dnslookup-1.py [new file with mode: 0644]
Mac/Demo/example1/dnslookup-1.rsrc [new file with mode: 0644]
Mac/Demo/example2.html [new file with mode: 0644]
Mac/Demo/example2/dnslookup-2.gif [new file with mode: 0644]
Mac/Demo/example2/dnslookup-2.py [new file with mode: 0644]
Mac/Demo/example2/dnslookup-2.rsrc [new file with mode: 0644]
Mac/Demo/html.icons/createmake.png [new file with mode: 0644]
Mac/Demo/html.icons/mkapplet.gif [new file with mode: 0644]
Mac/Demo/html.icons/options.gif [new file with mode: 0644]
Mac/Demo/html.icons/preferences.gif [new file with mode: 0644]
Mac/Demo/html.icons/python.gif [new file with mode: 0644]
Mac/Demo/imgbrowse/imgbrowse.py [new file with mode: 0644]
Mac/Demo/imgbrowse/mac_image.py [new file with mode: 0644]
Mac/Demo/index.html [new file with mode: 0644]
Mac/Demo/mlte/mlted.py [new file with mode: 0644]
Mac/Demo/quicktime/MovieInWindow.py [new file with mode: 0644]
Mac/Demo/quicktime/VerySimplePlayer.py [new file with mode: 0644]
Mac/Demo/resources/copyres.py [new file with mode: 0644]
Mac/Demo/resources/listres.py [new file with mode: 0644]
Mac/Demo/sound/morse.py [new file with mode: 0644]
Mac/Demo/sound/morselib.py [new file with mode: 0644]
Mac/Demo/sound/playaiff.py [new file with mode: 0644]
Mac/Demo/textedit.html [new file with mode: 0644]
Mac/Demo/textedit/ped.py [new file with mode: 0644]
Mac/Extras.ReadMe.txt [new file with mode: 0644]
Mac/Extras.install.py [new file with mode: 0644]
Mac/IDLE/Info.plist.in [new file with mode: 0644]
Mac/IDLE/Makefile.in [new file with mode: 0644]
Mac/IDLE/config-extensions.def [new file with mode: 0644]
Mac/IDLE/config-main.def [new file with mode: 0644]
Mac/IDLE/idlemain.py [new file with mode: 0644]
Mac/Icons/Disk Image.icns [new file with mode: 0644]
Mac/Icons/IDLE.icns [new file with mode: 0644]
Mac/Icons/Python Folder.icns [new file with mode: 0644]
Mac/Icons/PythonCompiled.icns [new file with mode: 0644]
Mac/Icons/PythonLauncher.icns [new file with mode: 0644]
Mac/Icons/PythonSource.icns [new file with mode: 0644]
Mac/Icons/ReadMe.txt [new file with mode: 0644]
Mac/Makefile.in [new file with mode: 0644]
Mac/Modules/ColorPickermodule.c [new file with mode: 0644]
Mac/Modules/MacOS.c [new file with mode: 0644]
Mac/Modules/Nav.c [new file with mode: 0644]
Mac/Modules/OSATerminology.c [new file with mode: 0644]
Mac/Modules/_scproxy.c [new file with mode: 0644]
Mac/Modules/ae/README [new file with mode: 0644]
Mac/Modules/ae/_AEmodule.c [new file with mode: 0644]
Mac/Modules/ae/aescan.py [new file with mode: 0644]
Mac/Modules/ae/aesupport.py [new file with mode: 0644]
Mac/Modules/ah/_AHmodule.c [new file with mode: 0644]
Mac/Modules/ah/ahscan.py [new file with mode: 0644]
Mac/Modules/ah/ahsupport.py [new file with mode: 0644]
Mac/Modules/app/_Appmodule.c [new file with mode: 0644]
Mac/Modules/app/appscan.py [new file with mode: 0644]
Mac/Modules/app/appsupport.py [new file with mode: 0644]
Mac/Modules/autoGIL.c [new file with mode: 0644]
Mac/Modules/carbonevt/CarbonEvtscan.py [new file with mode: 0644]
Mac/Modules/carbonevt/CarbonEvtsupport.py [new file with mode: 0644]
Mac/Modules/carbonevt/_CarbonEvtmodule.c [new file with mode: 0755]
Mac/Modules/cf/_CFmodule.c [new file with mode: 0644]
Mac/Modules/cf/cfscan.py [new file with mode: 0644]
Mac/Modules/cf/cfsupport.py [new file with mode: 0644]
Mac/Modules/cf/pycfbridge.c [new file with mode: 0644]
Mac/Modules/cf/pycfbridge.h [new file with mode: 0644]
Mac/Modules/cg/CFMLateImport.c [new file with mode: 0755]
Mac/Modules/cg/CFMLateImport.h [new file with mode: 0755]
Mac/Modules/cg/CGStubLib [new file with mode: 0755]
Mac/Modules/cg/CGStubLib.exp [new file with mode: 0755]
Mac/Modules/cg/CGStubLib.readme [new file with mode: 0755]
Mac/Modules/cg/_CGmodule.c [new file with mode: 0755]
Mac/Modules/cg/cgscan.py [new file with mode: 0644]
Mac/Modules/cg/cgsupport.py [new file with mode: 0644]
Mac/Modules/cm/_Cmmodule.c [new file with mode: 0644]
Mac/Modules/cm/cmscan.py [new file with mode: 0644]
Mac/Modules/cm/cmsupport.py [new file with mode: 0644]
Mac/Modules/ctl/_Ctlmodule.c [new file with mode: 0644]
Mac/Modules/ctl/ctledit.py [new file with mode: 0644]
Mac/Modules/ctl/ctlscan.py [new file with mode: 0644]
Mac/Modules/ctl/ctlsupport.py [new file with mode: 0644]
Mac/Modules/dlg/_Dlgmodule.c [new file with mode: 0644]
Mac/Modules/dlg/dlgscan.py [new file with mode: 0644]
Mac/Modules/dlg/dlgsupport.py [new file with mode: 0644]
Mac/Modules/drag/_Dragmodule.c [new file with mode: 0644]
Mac/Modules/drag/dragscan.py [new file with mode: 0644]
Mac/Modules/drag/dragsupport.py [new file with mode: 0644]
Mac/Modules/evt/_Evtmodule.c [new file with mode: 0644]
Mac/Modules/evt/evtedit.py [new file with mode: 0644]
Mac/Modules/evt/evtscan.py [new file with mode: 0644]
Mac/Modules/evt/evtsupport.py [new file with mode: 0644]
Mac/Modules/file/_Filemodule.c [new file with mode: 0644]
Mac/Modules/file/filescan.py [new file with mode: 0644]
Mac/Modules/file/filesupport.py [new file with mode: 0644]
Mac/Modules/fm/_Fmmodule.c [new file with mode: 0644]
Mac/Modules/fm/fmscan.py [new file with mode: 0644]
Mac/Modules/fm/fmsupport.py [new file with mode: 0644]
Mac/Modules/folder/_Foldermodule.c [new file with mode: 0644]
Mac/Modules/folder/folderscan.py [new file with mode: 0644]
Mac/Modules/folder/foldersupport.py [new file with mode: 0644]
Mac/Modules/gestaltmodule.c [new file with mode: 0644]
Mac/Modules/help/_Helpmodule.c [new file with mode: 0644]
Mac/Modules/help/helpscan.py [new file with mode: 0644]
Mac/Modules/help/helpsupport.py [new file with mode: 0644]
Mac/Modules/ibcarbon/IBCarbonscan.py [new file with mode: 0644]
Mac/Modules/ibcarbon/IBCarbonsupport.py [new file with mode: 0644]
Mac/Modules/ibcarbon/_IBCarbon.c [new file with mode: 0644]
Mac/Modules/icgluemodule.c [new file with mode: 0644]
Mac/Modules/icn/_Icnmodule.c [new file with mode: 0644]
Mac/Modules/icn/icnscan.py [new file with mode: 0644]
Mac/Modules/icn/icnsupport.py [new file with mode: 0644]
Mac/Modules/launch/_Launchmodule.c [new file with mode: 0644]
Mac/Modules/launch/launchscan.py [new file with mode: 0644]
Mac/Modules/launch/launchsupport.py [new file with mode: 0644]
Mac/Modules/launch/setup.py [new file with mode: 0644]
Mac/Modules/list/_Listmodule.c [new file with mode: 0644]
Mac/Modules/list/listscan.py [new file with mode: 0644]
Mac/Modules/list/listsupport.py [new file with mode: 0644]
Mac/Modules/menu/_Menumodule.c [new file with mode: 0644]
Mac/Modules/menu/menuedit.py [new file with mode: 0644]
Mac/Modules/menu/menuscan.py [new file with mode: 0644]
Mac/Modules/menu/menusupport.py [new file with mode: 0644]
Mac/Modules/mlte/_Mltemodule.c [new file with mode: 0644]
Mac/Modules/mlte/mltescan.py [new file with mode: 0644]
Mac/Modules/mlte/mltesupport.py [new file with mode: 0644]
Mac/Modules/osa/_OSAmodule.c [new file with mode: 0644]
Mac/Modules/osa/osascan.py [new file with mode: 0644]
Mac/Modules/osa/osasupport.py [new file with mode: 0644]
Mac/Modules/osa/setup.py [new file with mode: 0644]
Mac/Modules/qd/_Qdmodule.c [new file with mode: 0644]
Mac/Modules/qd/qdedit.py [new file with mode: 0644]
Mac/Modules/qd/qdscan.py [new file with mode: 0644]
Mac/Modules/qd/qdsupport.py [new file with mode: 0644]
Mac/Modules/qdoffs/_Qdoffsmodule.c [new file with mode: 0644]
Mac/Modules/qdoffs/qdoffsscan.py [new file with mode: 0644]
Mac/Modules/qdoffs/qdoffssupport.py [new file with mode: 0644]
Mac/Modules/qt/_Qtmodule.c [new file with mode: 0644]
Mac/Modules/qt/qtscan.py [new file with mode: 0644]
Mac/Modules/qt/qtsupport.py [new file with mode: 0644]
Mac/Modules/qt/setup.py [new file with mode: 0644]
Mac/Modules/res/_Resmodule.c [new file with mode: 0644]
Mac/Modules/res/resedit.py [new file with mode: 0644]
Mac/Modules/res/resscan.py [new file with mode: 0644]
Mac/Modules/res/ressupport.py [new file with mode: 0644]
Mac/Modules/scrap/_Scrapmodule.c [new file with mode: 0644]
Mac/Modules/scrap/scrapscan.py [new file with mode: 0644]
Mac/Modules/scrap/scrapsupport.py [new file with mode: 0644]
Mac/Modules/snd/_Sndihooks.c [new file with mode: 0644]
Mac/Modules/snd/_Sndmodule.c [new file with mode: 0644]
Mac/Modules/snd/sndscan.py [new file with mode: 0644]
Mac/Modules/snd/sndsupport.py [new file with mode: 0644]
Mac/Modules/te/_TEmodule.c [new file with mode: 0644]
Mac/Modules/te/tescan.py [new file with mode: 0644]
Mac/Modules/te/tesupport.py [new file with mode: 0644]
Mac/Modules/win/_Winmodule.c [new file with mode: 0644]
Mac/Modules/win/winedit.py [new file with mode: 0644]
Mac/Modules/win/winscan.py [new file with mode: 0644]
Mac/Modules/win/winsupport.py [new file with mode: 0644]
Mac/PythonLauncher/English.lproj/Credits.rtf [new file with mode: 0644]
Mac/PythonLauncher/English.lproj/MainMenu.nib/classes.nib [new file with mode: 0644]
Mac/PythonLauncher/English.lproj/MainMenu.nib/info.nib [new file with mode: 0644]
Mac/PythonLauncher/English.lproj/MainMenu.nib/objects.nib [new file with mode: 0644]
Mac/PythonLauncher/English.lproj/MyDocument.nib/classes.nib [new file with mode: 0644]
Mac/PythonLauncher/English.lproj/MyDocument.nib/info.nib [new file with mode: 0644]
Mac/PythonLauncher/English.lproj/MyDocument.nib/objects.nib [new file with mode: 0644]
Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib [new file with mode: 0644]
Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/info.nib [new file with mode: 0644]
Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/objects.nib [new file with mode: 0644]
Mac/PythonLauncher/FileSettings.h [new file with mode: 0755]
Mac/PythonLauncher/FileSettings.m [new file with mode: 0755]
Mac/PythonLauncher/Info.plist.in [new file with mode: 0644]
Mac/PythonLauncher/Makefile.in [new file with mode: 0644]
Mac/PythonLauncher/MyAppDelegate.h [new file with mode: 0644]
Mac/PythonLauncher/MyAppDelegate.m [new file with mode: 0644]
Mac/PythonLauncher/MyDocument.h [new file with mode: 0755]
Mac/PythonLauncher/MyDocument.m [new file with mode: 0755]
Mac/PythonLauncher/PreferencesWindowController.h [new file with mode: 0644]
Mac/PythonLauncher/PreferencesWindowController.m [new file with mode: 0644]
Mac/PythonLauncher/doscript.h [new file with mode: 0644]
Mac/PythonLauncher/doscript.m [new file with mode: 0644]
Mac/PythonLauncher/factorySettings.plist [new file with mode: 0644]
Mac/PythonLauncher/main.m [new file with mode: 0755]
Mac/README [new file with mode: 0644]
Mac/Resources/app/Info.plist.in [new file with mode: 0644]
Mac/Resources/app/PkgInfo [new file with mode: 0644]
Mac/Resources/app/Resources/PythonApplet.icns [new file with mode: 0644]
Mac/Resources/app/Resources/PythonInterpreter.icns [new file with mode: 0644]
Mac/Resources/framework/Info.plist.in [new file with mode: 0644]
Mac/Tools/fixapplepython23.py [new file with mode: 0644]
Mac/Tools/pythonw.c [new file with mode: 0644]
Mac/scripts/BuildApplet.icns [new file with mode: 0644]
Mac/scripts/BuildApplet.plist [new file with mode: 0644]
Mac/scripts/BuildApplet.py [new file with mode: 0644]
Mac/scripts/BuildApplet.rsrc [new file with mode: 0644]
Mac/scripts/bgenall.py [new file with mode: 0644]
Mac/scripts/buildpkg.py [new file with mode: 0644]
Mac/scripts/cachersrc.py [new file with mode: 0644]
Mac/scripts/errors.txt [new file with mode: 0644]
Mac/scripts/genallsuites.py [new file with mode: 0644]
Mac/scripts/mkestrres-errno.h [new file with mode: 0644]
Mac/scripts/mkestrres-macerrors.h [new file with mode: 0755]
Mac/scripts/mkestrres.py [new file with mode: 0644]
Mac/scripts/zappycfiles.py [new file with mode: 0644]
Makefile.pre.in [new file with mode: 0644]
Misc/ACKS [new file with mode: 0644]
Misc/AIX-NOTES [new file with mode: 0644]
Misc/BeOS-NOTES [new file with mode: 0644]
Misc/BeOS-setup.py [new file with mode: 0644]
Misc/HISTORY [new file with mode: 0644]
Misc/NEWS [new file with mode: 0644]
Misc/PURIFY.README [new file with mode: 0644]
Misc/Porting [new file with mode: 0644]
Misc/README [new file with mode: 0644]
Misc/README.Emacs [new file with mode: 0644]
Misc/README.OpenBSD [new file with mode: 0644]
Misc/README.coverity [new file with mode: 0644]
Misc/README.klocwork [new file with mode: 0644]
Misc/README.valgrind [new file with mode: 0644]
Misc/RFD [new file with mode: 0644]
Misc/RPM/README [new file with mode: 0644]
Misc/RPM/python-2.7.spec [new file with mode: 0644]
Misc/SpecialBuilds.txt [new file with mode: 0644]
Misc/TextMate/Python-Dev.tmbundle/Commands/2 to 3 - Module Deletion.tmCommand [new file with mode: 0644]
Misc/TextMate/Python-Dev.tmbundle/Commands/Build Docs.tmCommand [new file with mode: 0644]
Misc/TextMate/Python-Dev.tmbundle/Commands/Build.tmCommand [new file with mode: 0644]
Misc/TextMate/Python-Dev.tmbundle/Commands/Go to Issue.tmCommand [new file with mode: 0644]
Misc/TextMate/Python-Dev.tmbundle/Commands/Open Docs.tmCommand [new file with mode: 0644]
Misc/TextMate/Python-Dev.tmbundle/Commands/Open PEP.tmCommand [new file with mode: 0644]
Misc/TextMate/Python-Dev.tmbundle/Snippets/2 to 3 - Module Deletion (docs).tmSnippet [new file with mode: 0644]
Misc/TextMate/Python-Dev.tmbundle/info.plist [new file with mode: 0644]
Misc/Vim/python.vim [new file with mode: 0644]
Misc/Vim/syntax_test.py [new file with mode: 0644]
Misc/Vim/vim_syntax.py [new file with mode: 0644]
Misc/Vim/vimrc [new file with mode: 0644]
Misc/build.sh [new file with mode: 0755]
Misc/cheatsheet [new file with mode: 0644]
Misc/developers.txt [new file with mode: 0644]
Misc/gdbinit [new file with mode: 0644]
Misc/indent.pro [new file with mode: 0644]
Misc/maintainers.rst [new file with mode: 0644]
Misc/pymemcompat.h [new file with mode: 0644]
Misc/python-config.in [new file with mode: 0644]
Misc/python-wing3.wpr [new file with mode: 0644]
Misc/python-wing4.wpr [new file with mode: 0644]
Misc/python.man [new file with mode: 0644]
Misc/python.pc.in [new file with mode: 0644]
Misc/setuid-prog.c [new file with mode: 0644]
Misc/valgrind-python.supp [new file with mode: 0644]
Misc/vgrindefs [new file with mode: 0644]
Modules/Setup.config.in [new file with mode: 0644]
Modules/Setup.dist [new file with mode: 0644]
Modules/_bisectmodule.c [new file with mode: 0644]
Modules/_bsddb.c [new file with mode: 0644]
Modules/_codecsmodule.c [new file with mode: 0644]
Modules/_collectionsmodule.c [new file with mode: 0644]
Modules/_csv.c [new file with mode: 0644]
Modules/_ctypes/_ctypes.c [new file with mode: 0644]
Modules/_ctypes/_ctypes_test.c [new file with mode: 0644]
Modules/_ctypes/_ctypes_test.h [new file with mode: 0644]
Modules/_ctypes/callbacks.c [new file with mode: 0644]
Modules/_ctypes/callproc.c [new file with mode: 0644]
Modules/_ctypes/cfield.c [new file with mode: 0644]
Modules/_ctypes/ctypes.h [new file with mode: 0644]
Modules/_ctypes/ctypes_dlfcn.h [new file with mode: 0644]
Modules/_ctypes/darwin/LICENSE [new file with mode: 0644]
Modules/_ctypes/darwin/README [new file with mode: 0644]
Modules/_ctypes/darwin/README.ctypes [new file with mode: 0644]
Modules/_ctypes/darwin/dlfcn.h [new file with mode: 0644]
Modules/_ctypes/darwin/dlfcn_simple.c [new file with mode: 0644]
Modules/_ctypes/libffi.diff [new file with mode: 0644]
Modules/_ctypes/libffi/ChangeLog [new file with mode: 0644]
Modules/_ctypes/libffi/ChangeLog.libffi [new file with mode: 0644]
Modules/_ctypes/libffi/ChangeLog.libgcj [new file with mode: 0644]
Modules/_ctypes/libffi/ChangeLog.v1 [new file with mode: 0644]
Modules/_ctypes/libffi/LICENSE [new file with mode: 0644]
Modules/_ctypes/libffi/Makefile.am [new file with mode: 0644]
Modules/_ctypes/libffi/Makefile.in [new file with mode: 0644]
Modules/_ctypes/libffi/README [new file with mode: 0644]
Modules/_ctypes/libffi/acinclude.m4 [new file with mode: 0644]
Modules/_ctypes/libffi/aclocal.m4 [new file with mode: 0644]
Modules/_ctypes/libffi/compile [new file with mode: 0755]
Modules/_ctypes/libffi/config.guess [new file with mode: 0755]
Modules/_ctypes/libffi/config.sub [new file with mode: 0755]
Modules/_ctypes/libffi/configure [new file with mode: 0755]
Modules/_ctypes/libffi/configure.ac [new file with mode: 0644]
Modules/_ctypes/libffi/configure.host [new file with mode: 0644]
Modules/_ctypes/libffi/depcomp [new file with mode: 0755]
Modules/_ctypes/libffi/doc/libffi.info [new file with mode: 0644]
Modules/_ctypes/libffi/doc/libffi.texi [new file with mode: 0644]
Modules/_ctypes/libffi/doc/stamp-vti [new file with mode: 0644]
Modules/_ctypes/libffi/doc/version.texi [new file with mode: 0644]
Modules/_ctypes/libffi/fficonfig.h.in [new file with mode: 0644]
Modules/_ctypes/libffi/fficonfig.py.in [new file with mode: 0644]
Modules/_ctypes/libffi/include/Makefile.am [new file with mode: 0644]
Modules/_ctypes/libffi/include/Makefile.in [new file with mode: 0644]
Modules/_ctypes/libffi/include/ffi.h.in [new file with mode: 0644]
Modules/_ctypes/libffi/include/ffi_common.h [new file with mode: 0644]
Modules/_ctypes/libffi/install-sh [new file with mode: 0755]
Modules/_ctypes/libffi/libffi.pc.in [new file with mode: 0644]
Modules/_ctypes/libffi/libtool-version [new file with mode: 0644]
Modules/_ctypes/libffi/ltmain.sh [new file with mode: 0755]
Modules/_ctypes/libffi/m4/libtool.m4 [new file with mode: 0644]
Modules/_ctypes/libffi/m4/ltoptions.m4 [new file with mode: 0644]
Modules/_ctypes/libffi/m4/ltsugar.m4 [new file with mode: 0644]
Modules/_ctypes/libffi/m4/ltversion.m4 [new file with mode: 0644]
Modules/_ctypes/libffi/m4/lt~obsolete.m4 [new file with mode: 0644]
Modules/_ctypes/libffi/man/Makefile.am [new file with mode: 0644]
Modules/_ctypes/libffi/man/Makefile.in [new file with mode: 0644]
Modules/_ctypes/libffi/man/ffi.3 [new file with mode: 0644]
Modules/_ctypes/libffi/man/ffi_call.3 [new file with mode: 0644]
Modules/_ctypes/libffi/man/ffi_prep_cif.3 [new file with mode: 0644]
Modules/_ctypes/libffi/mdate-sh [new file with mode: 0755]
Modules/_ctypes/libffi/missing [new file with mode: 0755]
Modules/_ctypes/libffi/msvcc.sh [new file with mode: 0644]
Modules/_ctypes/libffi/src/alpha/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/alpha/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/alpha/osf.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/arm/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/arm/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/arm/sysv.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/avr32/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/avr32/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/avr32/sysv.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/closures.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/cris/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/cris/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/cris/sysv.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/debug.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/dlmalloc.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/frv/eabi.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/frv/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/frv/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/ia64/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/ia64/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/ia64/ia64_flags.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/ia64/unix.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/java_raw_api.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/m32r/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/m32r/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/m32r/sysv.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/m68k/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/m68k/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/m68k/sysv.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/mips/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/mips/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/mips/n32.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/mips/o32.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/moxie/eabi.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/moxie/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/moxie/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/pa/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/pa/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/pa/hpux32.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/pa/linux.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/powerpc/aix.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/powerpc/aix_closure.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/powerpc/asm.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/powerpc/darwin.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/powerpc/darwin_closure.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/powerpc/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/powerpc/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/powerpc/linux64.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/powerpc/linux64_closure.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/powerpc/ppc_closure.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/powerpc/sysv.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/prep_cif.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/raw_api.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/s390/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/s390/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/s390/sysv.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/sh/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/sh/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/sh/sysv.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/sh64/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/sh64/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/sh64/sysv.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/sparc/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/sparc/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/sparc/v8.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/sparc/v9.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/types.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/x86/darwin.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/x86/darwin64.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/x86/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/x86/ffi64.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/x86/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/x86/freebsd.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/x86/sysv.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/x86/unix64.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/x86/win32.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/x86/win64.S [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/Makefile.am [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/Makefile.in [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/config/default.exp [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/lib/libffi-dg.exp [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/lib/target-libpath.exp [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/lib/wrapper.exp [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/call.exp [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn0.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn3.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn4.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn5.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn6.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_loc_fn0.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_stdcall.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_12byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_16byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_18byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_19byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_1_1byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_20byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_20byte1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_24byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_2byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_3_1byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_3byte1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_3byte2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_4_1byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_4byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_5_1_byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_5byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_64byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_6_1_byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_6byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_7_1_byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_7byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_8byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_9byte1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_9byte2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_double.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_float.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_longdouble.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_longdouble_split.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_pointer.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_sint16.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_sint32.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_sint64.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_uint16.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_uint32.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_uint64.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_dbls_struct.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_double.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_double_va.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_float.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_longdouble.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_longdouble_va.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_schar.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_sshort.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_sshortchar.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_uchar.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_ushort.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_ushortchar.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_pointer.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_pointer_stack.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_schar.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_sint.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_sshort.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_uchar.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_uint.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_ulonglong.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_ushort.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/err_bad_abi.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/err_bad_typedef.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/ffitest.h [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/float.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/float1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/float2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/float3.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/float4.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/huge_struct.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/many.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/many_win32.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/negint.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct10.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct3.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct4.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct5.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct6.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct7.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct8.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct9.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/problem1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/promotion.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/pyobjc-tc.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_dbl.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_dbl1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_dbl2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_fl.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_fl1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_fl2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_fl3.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_ldl.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_ll.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_ll1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_sc.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_sl.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_uc.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_ul.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/stret_large.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/stret_large2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/stret_medium.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/stret_medium2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/strlen.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/strlen_win32.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct3.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct4.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct5.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct6.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct7.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct8.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct9.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/testclosure.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.special/ffitestcxx.h [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.special/special.exp [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.special/unwindtest.cc [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc [new file with mode: 0644]
Modules/_ctypes/libffi/texinfo.tex [new file with mode: 0644]
Modules/_ctypes/libffi_arm_wince/debug.c [new file with mode: 0644]
Modules/_ctypes/libffi_arm_wince/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi_arm_wince/ffi.h [new file with mode: 0644]
Modules/_ctypes/libffi_arm_wince/ffi_common.h [new file with mode: 0644]
Modules/_ctypes/libffi_arm_wince/fficonfig.h [new file with mode: 0644]
Modules/_ctypes/libffi_arm_wince/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi_arm_wince/prep_cif.c [new file with mode: 0644]
Modules/_ctypes/libffi_arm_wince/sysv.asm [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/LICENSE [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/README [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/README.ctypes [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/ffi.h [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/ffi_common.h [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/fficonfig.h [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/prep_cif.c [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/types.c [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/win32.c [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/win64.asm [new file with mode: 0644]
Modules/_ctypes/libffi_osx/LICENSE [new file with mode: 0644]
Modules/_ctypes/libffi_osx/README [new file with mode: 0644]
Modules/_ctypes/libffi_osx/README.pyobjc [new file with mode: 0644]
Modules/_ctypes/libffi_osx/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi_osx/include/ffi.h [new file with mode: 0644]
Modules/_ctypes/libffi_osx/include/ffi_common.h [new file with mode: 0644]
Modules/_ctypes/libffi_osx/include/fficonfig.h [new file with mode: 0644]
Modules/_ctypes/libffi_osx/include/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi_osx/include/ppc-ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi_osx/include/x86-ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.S [new file with mode: 0644]
Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.h [new file with mode: 0644]
Modules/_ctypes/libffi_osx/powerpc/ppc-darwin_closure.S [new file with mode: 0644]
Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c [new file with mode: 0644]
Modules/_ctypes/libffi_osx/powerpc/ppc64-darwin_closure.S [new file with mode: 0644]
Modules/_ctypes/libffi_osx/types.c [new file with mode: 0644]
Modules/_ctypes/libffi_osx/x86/darwin64.S [new file with mode: 0644]
Modules/_ctypes/libffi_osx/x86/x86-darwin.S [new file with mode: 0644]
Modules/_ctypes/libffi_osx/x86/x86-ffi64.c [new file with mode: 0644]
Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.c [new file with mode: 0644]
Modules/_ctypes/malloc_closure.c [new file with mode: 0644]
Modules/_ctypes/stgdict.c [new file with mode: 0644]
Modules/_curses_panel.c [new file with mode: 0644]
Modules/_cursesmodule.c [new file with mode: 0644]
Modules/_elementtree.c [new file with mode: 0644]
Modules/_functoolsmodule.c [new file with mode: 0644]
Modules/_hashopenssl.c [new file with mode: 0644]
Modules/_heapqmodule.c [new file with mode: 0644]
Modules/_hotshot.c [new file with mode: 0644]
Modules/_io/_iomodule.c [new file with mode: 0644]
Modules/_io/_iomodule.h [new file with mode: 0644]
Modules/_io/bufferedio.c [new file with mode: 0644]
Modules/_io/bytesio.c [new file with mode: 0644]
Modules/_io/fileio.c [new file with mode: 0644]
Modules/_io/iobase.c [new file with mode: 0644]
Modules/_io/stringio.c [new file with mode: 0644]
Modules/_io/textio.c [new file with mode: 0644]
Modules/_json.c [new file with mode: 0644]
Modules/_localemodule.c [new file with mode: 0644]
Modules/_lsprof.c [new file with mode: 0644]
Modules/_math.c [new file with mode: 0644]
Modules/_math.h [new file with mode: 0644]
Modules/_multiprocessing/connection.h [new file with mode: 0644]
Modules/_multiprocessing/multiprocessing.c [new file with mode: 0644]
Modules/_multiprocessing/multiprocessing.h [new file with mode: 0644]
Modules/_multiprocessing/pipe_connection.c [new file with mode: 0644]
Modules/_multiprocessing/semaphore.c [new file with mode: 0644]
Modules/_multiprocessing/socket_connection.c [new file with mode: 0644]
Modules/_multiprocessing/win32_functions.c [new file with mode: 0644]
Modules/_randommodule.c [new file with mode: 0644]
Modules/_sqlite/cache.c [new file with mode: 0644]
Modules/_sqlite/cache.h [new file with mode: 0644]
Modules/_sqlite/connection.c [new file with mode: 0644]
Modules/_sqlite/connection.h [new file with mode: 0644]
Modules/_sqlite/cursor.c [new file with mode: 0644]
Modules/_sqlite/cursor.h [new file with mode: 0644]
Modules/_sqlite/microprotocols.c [new file with mode: 0644]
Modules/_sqlite/microprotocols.h [new file with mode: 0644]
Modules/_sqlite/module.c [new file with mode: 0644]
Modules/_sqlite/module.h [new file with mode: 0644]
Modules/_sqlite/prepare_protocol.c [new file with mode: 0644]
Modules/_sqlite/prepare_protocol.h [new file with mode: 0644]
Modules/_sqlite/row.c [new file with mode: 0644]
Modules/_sqlite/row.h [new file with mode: 0644]
Modules/_sqlite/sqlitecompat.h [new file with mode: 0644]
Modules/_sqlite/statement.c [new file with mode: 0644]
Modules/_sqlite/statement.h [new file with mode: 0644]
Modules/_sqlite/util.c [new file with mode: 0644]
Modules/_sqlite/util.h [new file with mode: 0644]
Modules/_sre.c [new file with mode: 0644]
Modules/_ssl.c [new file with mode: 0644]
Modules/_struct.c [new file with mode: 0644]
Modules/_testcapimodule.c [new file with mode: 0644]
Modules/_tkinter.c [new file with mode: 0644]
Modules/_weakref.c [new file with mode: 0644]
Modules/addrinfo.h [new file with mode: 0644]
Modules/almodule.c [new file with mode: 0644]
Modules/ar_beos [new file with mode: 0755]
Modules/arraymodule.c [new file with mode: 0644]
Modules/audioop.c [new file with mode: 0644]
Modules/binascii.c [new file with mode: 0644]
Modules/bsddb.h [new file with mode: 0644]
Modules/bsddbmodule.c [new file with mode: 0644]
Modules/bz2module.c [new file with mode: 0644]
Modules/cPickle.c [new file with mode: 0644]
Modules/cStringIO.c [new file with mode: 0644]
Modules/cdmodule.c [new file with mode: 0644]
Modules/cgen.py [new file with mode: 0644]
Modules/cgensupport.c [new file with mode: 0644]
Modules/cgensupport.h [new file with mode: 0644]
Modules/cjkcodecs/README [new file with mode: 0644]
Modules/cjkcodecs/_codecs_cn.c [new file with mode: 0644]
Modules/cjkcodecs/_codecs_hk.c [new file with mode: 0644]
Modules/cjkcodecs/_codecs_iso2022.c [new file with mode: 0644]
Modules/cjkcodecs/_codecs_jp.c [new file with mode: 0644]
Modules/cjkcodecs/_codecs_kr.c [new file with mode: 0644]
Modules/cjkcodecs/_codecs_tw.c [new file with mode: 0644]
Modules/cjkcodecs/alg_jisx0201.h [new file with mode: 0644]
Modules/cjkcodecs/cjkcodecs.h [new file with mode: 0644]
Modules/cjkcodecs/emu_jisx0213_2000.h [new file with mode: 0644]
Modules/cjkcodecs/mappings_cn.h [new file with mode: 0644]
Modules/cjkcodecs/mappings_hk.h [new file with mode: 0644]
Modules/cjkcodecs/mappings_jisx0213_pair.h [new file with mode: 0644]
Modules/cjkcodecs/mappings_jp.h [new file with mode: 0644]
Modules/cjkcodecs/mappings_kr.h [new file with mode: 0644]
Modules/cjkcodecs/mappings_tw.h [new file with mode: 0644]
Modules/cjkcodecs/multibytecodec.c [new file with mode: 0644]
Modules/cjkcodecs/multibytecodec.h [new file with mode: 0644]
Modules/clmodule.c [new file with mode: 0644]
Modules/cmathmodule.c [new file with mode: 0644]
Modules/config.c.in [new file with mode: 0644]
Modules/cryptmodule.c [new file with mode: 0644]
Modules/cstubs [new file with mode: 0644]
Modules/datetimemodule.c [new file with mode: 0644]
Modules/dbmmodule.c [new file with mode: 0644]
Modules/dlmodule.c [new file with mode: 0644]
Modules/errnomodule.c [new file with mode: 0644]
Modules/expat/COPYING [new file with mode: 0644]
Modules/expat/amigaconfig.h [new file with mode: 0644]
Modules/expat/ascii.h [new file with mode: 0644]
Modules/expat/asciitab.h [new file with mode: 0644]
Modules/expat/expat.h [new file with mode: 0644]
Modules/expat/expat_config.h [new file with mode: 0644]
Modules/expat/expat_external.h [new file with mode: 0644]
Modules/expat/iasciitab.h [new file with mode: 0644]
Modules/expat/internal.h [new file with mode: 0644]
Modules/expat/latin1tab.h [new file with mode: 0644]
Modules/expat/macconfig.h [new file with mode: 0644]
Modules/expat/nametab.h [new file with mode: 0644]
Modules/expat/pyexpatns.h [new file with mode: 0644]
Modules/expat/utf8tab.h [new file with mode: 0644]
Modules/expat/winconfig.h [new file with mode: 0644]
Modules/expat/xmlparse.c [new file with mode: 0644]
Modules/expat/xmlrole.c [new file with mode: 0644]
Modules/expat/xmlrole.h [new file with mode: 0644]
Modules/expat/xmltok.c [new file with mode: 0644]
Modules/expat/xmltok.h [new file with mode: 0644]
Modules/expat/xmltok_impl.c [new file with mode: 0644]
Modules/expat/xmltok_impl.h [new file with mode: 0644]
Modules/expat/xmltok_ns.c [new file with mode: 0644]
Modules/fcntlmodule.c [new file with mode: 0644]
Modules/flmodule.c [new file with mode: 0644]
Modules/fmmodule.c [new file with mode: 0644]
Modules/fpectlmodule.c [new file with mode: 0644]
Modules/fpetestmodule.c [new file with mode: 0644]
Modules/future_builtins.c [new file with mode: 0644]
Modules/gc_weakref.txt [new file with mode: 0644]
Modules/gcmodule.c [new file with mode: 0644]
Modules/gdbmmodule.c [new file with mode: 0644]
Modules/getaddrinfo.c [new file with mode: 0644]
Modules/getbuildinfo.c [new file with mode: 0644]
Modules/getnameinfo.c [new file with mode: 0644]
Modules/getpath.c [new file with mode: 0644]
Modules/glmodule.c [new file with mode: 0644]
Modules/grpmodule.c [new file with mode: 0644]
Modules/imageop.c [new file with mode: 0644]
Modules/imgfile.c [new file with mode: 0644]
Modules/itertoolsmodule.c [new file with mode: 0644]
Modules/ld_so_aix.in [new file with mode: 0644]
Modules/ld_so_beos [new file with mode: 0755]
Modules/linuxaudiodev.c [new file with mode: 0644]
Modules/main.c [new file with mode: 0644]
Modules/makesetup [new file with mode: 0755]
Modules/makexp_aix [new file with mode: 0755]
Modules/mathmodule.c [new file with mode: 0644]
Modules/md5.c [new file with mode: 0644]
Modules/md5.h [new file with mode: 0644]
Modules/md5module.c [new file with mode: 0644]
Modules/mmapmodule.c [new file with mode: 0644]
Modules/nismodule.c [new file with mode: 0644]
Modules/operator.c [new file with mode: 0644]
Modules/ossaudiodev.c [new file with mode: 0644]
Modules/parsermodule.c [new file with mode: 0644]
Modules/posixmodule.c [new file with mode: 0644]
Modules/puremodule.c [new file with mode: 0644]
Modules/pwdmodule.c [new file with mode: 0644]
Modules/pyexpat.c [new file with mode: 0644]
Modules/python.c [new file with mode: 0644]
Modules/readline.c [new file with mode: 0644]
Modules/resource.c [new file with mode: 0644]
Modules/rotatingtree.c [new file with mode: 0644]
Modules/rotatingtree.h [new file with mode: 0644]
Modules/selectmodule.c [new file with mode: 0644]
Modules/sgimodule.c [new file with mode: 0644]
Modules/sha256module.c [new file with mode: 0644]
Modules/sha512module.c [new file with mode: 0644]
Modules/shamodule.c [new file with mode: 0644]
Modules/signalmodule.c [new file with mode: 0644]
Modules/socketmodule.c [new file with mode: 0644]
Modules/socketmodule.h [new file with mode: 0644]
Modules/spwdmodule.c [new file with mode: 0644]
Modules/sre.h [new file with mode: 0644]
Modules/sre_constants.h [new file with mode: 0644]
Modules/stropmodule.c [new file with mode: 0644]
Modules/sunaudiodev.c [new file with mode: 0644]
Modules/svmodule.c [new file with mode: 0644]
Modules/symtablemodule.c [new file with mode: 0644]
Modules/syslogmodule.c [new file with mode: 0644]
Modules/termios.c [new file with mode: 0644]
Modules/testcapi_long.h [new file with mode: 0644]
Modules/threadmodule.c [new file with mode: 0644]
Modules/timemodule.c [new file with mode: 0644]
Modules/timing.h [new file with mode: 0644]
Modules/timingmodule.c [new file with mode: 0644]
Modules/tkappinit.c [new file with mode: 0644]
Modules/tkinter.h [new file with mode: 0644]
Modules/unicodedata.c [new file with mode: 0644]
Modules/unicodedata_db.h [new file with mode: 0644]
Modules/unicodename_db.h [new file with mode: 0644]
Modules/xxmodule.c [new file with mode: 0644]
Modules/xxsubtype.c [new file with mode: 0644]
Modules/yuv.h [new file with mode: 0644]
Modules/yuvconvert.c [new file with mode: 0644]
Modules/zipimport.c [new file with mode: 0644]
Modules/zlib/ChangeLog [new file with mode: 0644]
Modules/zlib/FAQ [new file with mode: 0644]
Modules/zlib/INDEX [new file with mode: 0644]
Modules/zlib/Makefile [new file with mode: 0644]
Modules/zlib/Makefile.in [new file with mode: 0644]
Modules/zlib/README [new file with mode: 0644]
Modules/zlib/adler32.c [new file with mode: 0644]
Modules/zlib/algorithm.txt [new file with mode: 0644]
Modules/zlib/compress.c [new file with mode: 0644]
Modules/zlib/configure [new file with mode: 0755]
Modules/zlib/crc32.c [new file with mode: 0644]
Modules/zlib/crc32.h [new file with mode: 0644]
Modules/zlib/deflate.c [new file with mode: 0644]
Modules/zlib/deflate.h [new file with mode: 0644]
Modules/zlib/example.c [new file with mode: 0644]
Modules/zlib/gzio.c [new file with mode: 0644]
Modules/zlib/infback.c [new file with mode: 0644]
Modules/zlib/inffast.c [new file with mode: 0644]
Modules/zlib/inffast.h [new file with mode: 0644]
Modules/zlib/inffixed.h [new file with mode: 0644]
Modules/zlib/inflate.c [new file with mode: 0644]
Modules/zlib/inflate.h [new file with mode: 0644]
Modules/zlib/inftrees.c [new file with mode: 0644]
Modules/zlib/inftrees.h [new file with mode: 0644]
Modules/zlib/make_vms.com [new file with mode: 0644]
Modules/zlib/minigzip.c [new file with mode: 0644]
Modules/zlib/trees.c [new file with mode: 0644]
Modules/zlib/trees.h [new file with mode: 0644]
Modules/zlib/uncompr.c [new file with mode: 0644]
Modules/zlib/zconf.h [new file with mode: 0644]
Modules/zlib/zconf.in.h [new file with mode: 0644]
Modules/zlib/zlib.3 [new file with mode: 0644]
Modules/zlib/zlib.h [new file with mode: 0644]
Modules/zlib/zutil.c [new file with mode: 0644]
Modules/zlib/zutil.h [new file with mode: 0644]
Modules/zlibmodule.c [new file with mode: 0644]
Objects/abstract.c [new file with mode: 0644]
Objects/boolobject.c [new file with mode: 0644]
Objects/bufferobject.c [new file with mode: 0644]
Objects/bytearrayobject.c [new file with mode: 0644]
Objects/bytes_methods.c [new file with mode: 0644]
Objects/capsule.c [new file with mode: 0644]
Objects/cellobject.c [new file with mode: 0644]
Objects/classobject.c [new file with mode: 0644]
Objects/cobject.c [new file with mode: 0644]
Objects/codeobject.c [new file with mode: 0644]
Objects/complexobject.c [new file with mode: 0644]
Objects/descrobject.c [new file with mode: 0644]
Objects/dictnotes.txt [new file with mode: 0644]
Objects/dictobject.c [new file with mode: 0644]
Objects/enumobject.c [new file with mode: 0644]
Objects/exceptions.c [new file with mode: 0644]
Objects/fileobject.c [new file with mode: 0644]
Objects/floatobject.c [new file with mode: 0644]
Objects/frameobject.c [new file with mode: 0644]
Objects/funcobject.c [new file with mode: 0644]
Objects/genobject.c [new file with mode: 0644]
Objects/intobject.c [new file with mode: 0644]
Objects/iterobject.c [new file with mode: 0644]
Objects/listobject.c [new file with mode: 0644]
Objects/listsort.txt [new file with mode: 0644]
Objects/lnotab_notes.txt [new file with mode: 0644]
Objects/longobject.c [new file with mode: 0644]
Objects/memoryobject.c [new file with mode: 0644]
Objects/methodobject.c [new file with mode: 0644]
Objects/moduleobject.c [new file with mode: 0644]
Objects/object.c [new file with mode: 0644]
Objects/obmalloc.c [new file with mode: 0644]
Objects/rangeobject.c [new file with mode: 0644]
Objects/setobject.c [new file with mode: 0644]
Objects/sliceobject.c [new file with mode: 0644]
Objects/stringlib/README.txt [new file with mode: 0644]
Objects/stringlib/count.h [new file with mode: 0644]
Objects/stringlib/ctype.h [new file with mode: 0644]
Objects/stringlib/fastsearch.h [new file with mode: 0644]
Objects/stringlib/find.h [new file with mode: 0644]
Objects/stringlib/formatter.h [new file with mode: 0644]
Objects/stringlib/localeutil.h [new file with mode: 0644]
Objects/stringlib/partition.h [new file with mode: 0644]
Objects/stringlib/split.h [new file with mode: 0644]
Objects/stringlib/string_format.h [new file with mode: 0644]
Objects/stringlib/stringdefs.h [new file with mode: 0644]
Objects/stringlib/transmogrify.h [new file with mode: 0644]
Objects/stringlib/unicodedefs.h [new file with mode: 0644]
Objects/stringobject.c [new file with mode: 0644]
Objects/structseq.c [new file with mode: 0644]
Objects/tupleobject.c [new file with mode: 0644]
Objects/typeobject.c [new file with mode: 0644]
Objects/unicodectype.c [new file with mode: 0644]
Objects/unicodeobject.c [new file with mode: 0644]
Objects/unicodetype_db.h [new file with mode: 0644]
Objects/weakrefobject.c [new file with mode: 0644]
PC/VC6/_bsddb.dsp [new file with mode: 0644]
PC/VC6/_ctypes.dsp [new file with mode: 0644]
PC/VC6/_ctypes_test.dsp [new file with mode: 0644]
PC/VC6/_elementtree.dsp [new file with mode: 0644]
PC/VC6/_msi.dsp [new file with mode: 0644]
PC/VC6/_multiprocessing.dsp [new file with mode: 0644]
PC/VC6/_socket.dsp [new file with mode: 0644]
PC/VC6/_sqlite3.dsp [new file with mode: 0644]
PC/VC6/_ssl.dsp [new file with mode: 0644]
PC/VC6/_ssl.mak [new file with mode: 0644]
PC/VC6/_testcapi.dsp [new file with mode: 0644]
PC/VC6/_tkinter.dsp [new file with mode: 0644]
PC/VC6/build_ssl.py [new file with mode: 0644]
PC/VC6/build_tkinter.py [new file with mode: 0644]
PC/VC6/bz2.dsp [new file with mode: 0644]
PC/VC6/make_versioninfo.dsp [new file with mode: 0644]
PC/VC6/pcbuild.dsw [new file with mode: 0644]
PC/VC6/pyexpat.dsp [new file with mode: 0644]
PC/VC6/python.dsp [new file with mode: 0644]
PC/VC6/pythoncore.dsp [new file with mode: 0644]
PC/VC6/pythonw.dsp [new file with mode: 0644]
PC/VC6/readme.txt [new file with mode: 0644]
PC/VC6/rmpyc.py [new file with mode: 0644]
PC/VC6/rt.bat [new file with mode: 0755]
PC/VC6/select.dsp [new file with mode: 0644]
PC/VC6/tcl852.patch [new file with mode: 0644]
PC/VC6/unicodedata.dsp [new file with mode: 0644]
PC/VC6/w9xpopen.dsp [new file with mode: 0644]
PC/VC6/winsound.dsp [new file with mode: 0644]
PC/VS7.1/Uninstal.wse [new file with mode: 0644]
PC/VS7.1/_bsddb.vcproj [new file with mode: 0644]
PC/VS7.1/_ctypes.vcproj [new file with mode: 0644]
PC/VS7.1/_ctypes_test.vcproj [new file with mode: 0644]
PC/VS7.1/_elementtree.vcproj [new file with mode: 0644]
PC/VS7.1/_msi.vcproj [new file with mode: 0644]
PC/VS7.1/_socket.vcproj [new file with mode: 0644]
PC/VS7.1/_sqlite3.vcproj [new file with mode: 0644]
PC/VS7.1/_ssl.mak [new file with mode: 0644]
PC/VS7.1/_ssl.vcproj [new file with mode: 0644]
PC/VS7.1/_testcapi.vcproj [new file with mode: 0644]
PC/VS7.1/_tkinter.vcproj [new file with mode: 0644]
PC/VS7.1/amd64_ml64.bat [new file with mode: 0644]
PC/VS7.1/build_ssl.bat [new file with mode: 0644]
PC/VS7.1/build_ssl.py [new file with mode: 0644]
PC/VS7.1/bz2.vcproj [new file with mode: 0644]
PC/VS7.1/db.build [new file with mode: 0644]
PC/VS7.1/field3.py [new file with mode: 0644]
PC/VS7.1/installer.bmp [new file with mode: 0644]
PC/VS7.1/make_buildinfo.c [new file with mode: 0644]
PC/VS7.1/make_buildinfo.vcproj [new file with mode: 0644]
PC/VS7.1/make_versioninfo.vcproj [new file with mode: 0644]
PC/VS7.1/pcbuild.sln [new file with mode: 0644]
PC/VS7.1/pyexpat.vcproj [new file with mode: 0644]
PC/VS7.1/python.build [new file with mode: 0644]
PC/VS7.1/python.iss [new file with mode: 0644]
PC/VS7.1/python.vcproj [new file with mode: 0644]
PC/VS7.1/python20.wse [new file with mode: 0644]
PC/VS7.1/pythoncore.vcproj [new file with mode: 0644]
PC/VS7.1/pythonw.vcproj [new file with mode: 0644]
PC/VS7.1/readme.txt [new file with mode: 0644]
PC/VS7.1/rmpyc.py [new file with mode: 0644]
PC/VS7.1/rt.bat [new file with mode: 0755]
PC/VS7.1/select.vcproj [new file with mode: 0644]
PC/VS7.1/unicodedata.vcproj [new file with mode: 0644]
PC/VS7.1/w9xpopen.vcproj [new file with mode: 0644]
PC/VS7.1/winsound.vcproj [new file with mode: 0644]
PC/VS8.0/_bsddb.vcproj [new file with mode: 0644]
PC/VS8.0/_bsddb44.vcproj [new file with mode: 0644]
PC/VS8.0/_ctypes.vcproj [new file with mode: 0644]
PC/VS8.0/_ctypes_test.vcproj [new file with mode: 0644]
PC/VS8.0/_elementtree.vcproj [new file with mode: 0644]
PC/VS8.0/_hashlib.vcproj [new file with mode: 0644]
PC/VS8.0/_msi.vcproj [new file with mode: 0644]
PC/VS8.0/_multiprocessing.vcproj [new file with mode: 0644]
PC/VS8.0/_socket.vcproj [new file with mode: 0644]
PC/VS8.0/_sqlite3.vcproj [new file with mode: 0644]
PC/VS8.0/_ssl.vcproj [new file with mode: 0644]
PC/VS8.0/_testcapi.vcproj [new file with mode: 0644]
PC/VS8.0/_tkinter.vcproj [new file with mode: 0644]
PC/VS8.0/bdist_wininst.vcproj [new file with mode: 0644]
PC/VS8.0/build.bat [new file with mode: 0644]
PC/VS8.0/build_env.bat [new file with mode: 0644]
PC/VS8.0/build_pgo.bat [new file with mode: 0644]
PC/VS8.0/build_ssl.bat [new file with mode: 0644]
PC/VS8.0/build_ssl.py [new file with mode: 0644]
PC/VS8.0/build_tkinter.py [new file with mode: 0644]
PC/VS8.0/bz2.vcproj [new file with mode: 0644]
PC/VS8.0/debug.vsprops [new file with mode: 0644]
PC/VS8.0/env.bat [new file with mode: 0644]
PC/VS8.0/field3.py [new file with mode: 0644]
PC/VS8.0/idle.bat [new file with mode: 0644]
PC/VS8.0/kill_python.c [new file with mode: 0644]
PC/VS8.0/kill_python.vcproj [new file with mode: 0644]
PC/VS8.0/make_buildinfo.c [new file with mode: 0644]
PC/VS8.0/make_buildinfo.vcproj [new file with mode: 0644]
PC/VS8.0/make_versioninfo.vcproj [new file with mode: 0644]
PC/VS8.0/pcbuild.sln [new file with mode: 0644]
PC/VS8.0/pginstrument.vsprops [new file with mode: 0644]
PC/VS8.0/pgupdate.vsprops [new file with mode: 0644]
PC/VS8.0/pyd.vsprops [new file with mode: 0644]
PC/VS8.0/pyd_d.vsprops [new file with mode: 0644]
PC/VS8.0/pyexpat.vcproj [new file with mode: 0644]
PC/VS8.0/pyproject.vsprops [new file with mode: 0644]
PC/VS8.0/python.vcproj [new file with mode: 0644]
PC/VS8.0/pythoncore.vcproj [new file with mode: 0644]
PC/VS8.0/pythonw.vcproj [new file with mode: 0644]
PC/VS8.0/release.vsprops [new file with mode: 0644]
PC/VS8.0/rmpyc.py [new file with mode: 0644]
PC/VS8.0/rt.bat [new file with mode: 0644]
PC/VS8.0/select.vcproj [new file with mode: 0644]
PC/VS8.0/sqlite3.vcproj [new file with mode: 0644]
PC/VS8.0/sqlite3.vsprops [new file with mode: 0644]
PC/VS8.0/unicodedata.vcproj [new file with mode: 0644]
PC/VS8.0/w9xpopen.vcproj [new file with mode: 0644]
PC/VS8.0/winsound.vcproj [new file with mode: 0644]
PC/VS8.0/x64.vsprops [new file with mode: 0644]
PC/WinMain.c [new file with mode: 0644]
PC/_msi.c [new file with mode: 0644]
PC/_subprocess.c [new file with mode: 0644]
PC/_winreg.c [new file with mode: 0644]
PC/bdist_wininst/PythonPowered.bmp [new file with mode: 0644]
PC/bdist_wininst/README.txt [new file with mode: 0644]
PC/bdist_wininst/archive.h [new file with mode: 0644]
PC/bdist_wininst/extract.c [new file with mode: 0644]
PC/bdist_wininst/install.c [new file with mode: 0644]
PC/bdist_wininst/install.rc [new file with mode: 0644]
PC/bdist_wininst/resource.h [new file with mode: 0644]
PC/bdist_wininst/wininst-7.1.sln [new file with mode: 0644]
PC/bdist_wininst/wininst-7.1.vcproj [new file with mode: 0644]
PC/bdist_wininst/wininst-8.sln [new file with mode: 0644]
PC/bdist_wininst/wininst-8.vcproj [new file with mode: 0644]
PC/bdist_wininst/wininst.dsp [new file with mode: 0644]
PC/bdist_wininst/wininst.dsw [new file with mode: 0644]
PC/config.c [new file with mode: 0644]
PC/dl_nt.c [new file with mode: 0644]
PC/dllbase_nt.txt [new file with mode: 0644]
PC/empty.c [new file with mode: 0644]
PC/errmap.h [new file with mode: 0644]
PC/errmap.mak [new file with mode: 0644]
PC/example_nt/example.c [new file with mode: 0644]
PC/example_nt/example.sln [new file with mode: 0644]
PC/example_nt/example.vcproj [new file with mode: 0644]
PC/example_nt/readme.txt [new file with mode: 0644]
PC/example_nt/setup.py [new file with mode: 0644]
PC/frozen_dllmain.c [new file with mode: 0644]
PC/generrmap.c [new file with mode: 0644]
PC/getpathp.c [new file with mode: 0644]
PC/icons.mak [new file with mode: 0644]
PC/icons.rc [new file with mode: 0644]
PC/icons/baselogo.svg [new file with mode: 0644]
PC/icons/source.xar [new file with mode: 0644]
PC/import_nt.c [new file with mode: 0644]
PC/make_versioninfo.c [new file with mode: 0644]
PC/msvcrtmodule.c [new file with mode: 0755]
PC/os2emx/Makefile [new file with mode: 0644]
PC/os2emx/README.os2emx [new file with mode: 0644]
PC/os2emx/config.c [new file with mode: 0644]
PC/os2emx/dlfcn.c [new file with mode: 0644]
PC/os2emx/dlfcn.h [new file with mode: 0644]
PC/os2emx/dllentry.c [new file with mode: 0644]
PC/os2emx/getpathp.c [new file with mode: 0644]
PC/os2emx/pyconfig.h [new file with mode: 0644]
PC/os2emx/python27.def [new file with mode: 0644]
PC/os2emx/pythonpm.c [new file with mode: 0644]
PC/os2vacpp/_tkinter.def [new file with mode: 0644]
PC/os2vacpp/config.c [new file with mode: 0644]
PC/os2vacpp/getpathp.c [new file with mode: 0644]
PC/os2vacpp/makefile [new file with mode: 0644]
PC/os2vacpp/makefile.omk [new file with mode: 0644]
PC/os2vacpp/pyconfig.h [new file with mode: 0644]
PC/os2vacpp/python.def [new file with mode: 0644]
PC/os2vacpp/readme.txt [new file with mode: 0644]
PC/py.ico [new file with mode: 0644]
PC/pyc.ico [new file with mode: 0644]
PC/pycon.ico [new file with mode: 0644]
PC/pyconfig.h [new file with mode: 0644]
PC/python.mk [new file with mode: 0644]
PC/python_exe.rc [new file with mode: 0644]
PC/python_nt.rc [new file with mode: 0644]
PC/readme.txt [new file with mode: 0644]
PC/testpy.py [new file with mode: 0644]
PC/w9xpopen.c [new file with mode: 0644]
PC/winsound.c [new file with mode: 0644]
PCbuild/_bsddb.vcproj [new file with mode: 0644]
PCbuild/_ctypes.vcproj [new file with mode: 0644]
PCbuild/_ctypes_test.vcproj [new file with mode: 0644]
PCbuild/_elementtree.vcproj [new file with mode: 0644]
PCbuild/_hashlib.vcproj [new file with mode: 0644]
PCbuild/_msi.vcproj [new file with mode: 0644]
PCbuild/_multiprocessing.vcproj [new file with mode: 0644]
PCbuild/_socket.vcproj [new file with mode: 0644]
PCbuild/_sqlite3.vcproj [new file with mode: 0644]
PCbuild/_ssl.vcproj [new file with mode: 0644]
PCbuild/_testcapi.vcproj [new file with mode: 0644]
PCbuild/_tkinter.vcproj [new file with mode: 0644]
PCbuild/bdist_wininst.vcproj [new file with mode: 0644]
PCbuild/build.bat [new file with mode: 0644]
PCbuild/build_env.bat [new file with mode: 0644]
PCbuild/build_pgo.bat [new file with mode: 0644]
PCbuild/build_ssl.bat [new file with mode: 0644]
PCbuild/build_ssl.py [new file with mode: 0644]
PCbuild/build_tkinter.py [new file with mode: 0644]
PCbuild/bz2.vcproj [new file with mode: 0644]
PCbuild/debug.vsprops [new file with mode: 0644]
PCbuild/env.bat [new file with mode: 0644]
PCbuild/field3.py [new file with mode: 0644]
PCbuild/idle.bat [new file with mode: 0644]
PCbuild/installer.bmp [new file with mode: 0644]
PCbuild/kill_python.c [new file with mode: 0644]
PCbuild/kill_python.vcproj [new file with mode: 0644]
PCbuild/make_buildinfo.c [new file with mode: 0644]
PCbuild/make_buildinfo.vcproj [new file with mode: 0644]
PCbuild/make_versioninfo.vcproj [new file with mode: 0644]
PCbuild/pcbuild.sln [new file with mode: 0644]
PCbuild/pginstrument.vsprops [new file with mode: 0644]
PCbuild/pgupdate.vsprops [new file with mode: 0644]
PCbuild/pyd.vsprops [new file with mode: 0644]
PCbuild/pyd_d.vsprops [new file with mode: 0644]
PCbuild/pyexpat.vcproj [new file with mode: 0644]
PCbuild/pyproject.vsprops [new file with mode: 0644]
PCbuild/python.vcproj [new file with mode: 0644]
PCbuild/pythoncore.vcproj [new file with mode: 0644]
PCbuild/pythonw.vcproj [new file with mode: 0644]
PCbuild/readme.txt [new file with mode: 0644]
PCbuild/release.vsprops [new file with mode: 0644]
PCbuild/rmpyc.py [new file with mode: 0644]
PCbuild/rt.bat [new file with mode: 0644]
PCbuild/select.vcproj [new file with mode: 0644]
PCbuild/sqlite3.vcproj [new file with mode: 0644]
PCbuild/sqlite3.vsprops [new file with mode: 0644]
PCbuild/unicodedata.vcproj [new file with mode: 0644]
PCbuild/vs9to8.py [new file with mode: 0644]
PCbuild/w9xpopen.vcproj [new file with mode: 0644]
PCbuild/winsound.vcproj [new file with mode: 0644]
PCbuild/x64.vsprops [new file with mode: 0644]
Parser/Python.asdl [new file with mode: 0644]
Parser/acceler.c [new file with mode: 0644]
Parser/asdl.py [new file with mode: 0644]
Parser/asdl_c.py [new file with mode: 0755]
Parser/bitset.c [new file with mode: 0644]
Parser/firstsets.c [new file with mode: 0644]
Parser/grammar.c [new file with mode: 0644]
Parser/grammar1.c [new file with mode: 0644]
Parser/intrcheck.c [new file with mode: 0644]
Parser/listnode.c [new file with mode: 0644]
Parser/metagrammar.c [new file with mode: 0644]
Parser/myreadline.c [new file with mode: 0644]
Parser/node.c [new file with mode: 0644]
Parser/parser.c [new file with mode: 0644]
Parser/parser.h [new file with mode: 0644]
Parser/parsetok.c [new file with mode: 0644]
Parser/pgen.c [new file with mode: 0644]
Parser/pgenmain.c [new file with mode: 0644]
Parser/printgrammar.c [new file with mode: 0644]
Parser/spark.py [new file with mode: 0644]
Parser/tokenizer.c [new file with mode: 0644]
Parser/tokenizer.h [new file with mode: 0644]
Parser/tokenizer_pgen.c [new file with mode: 0644]
Python/Python-ast.c [new file with mode: 0644]
Python/_warnings.c [new file with mode: 0644]
Python/asdl.c [new file with mode: 0644]
Python/ast.c [new file with mode: 0644]
Python/atof.c [new file with mode: 0644]
Python/bltinmodule.c [new file with mode: 0644]
Python/ceval.c [new file with mode: 0644]
Python/codecs.c [new file with mode: 0644]
Python/compile.c [new file with mode: 0644]
Python/dtoa.c [new file with mode: 0644]
Python/dup2.c [new file with mode: 0644]
Python/dynload_aix.c [new file with mode: 0644]
Python/dynload_atheos.c [new file with mode: 0644]
Python/dynload_beos.c [new file with mode: 0644]
Python/dynload_dl.c [new file with mode: 0644]
Python/dynload_hpux.c [new file with mode: 0644]
Python/dynload_next.c [new file with mode: 0644]
Python/dynload_os2.c [new file with mode: 0644]
Python/dynload_shlib.c [new file with mode: 0644]
Python/dynload_stub.c [new file with mode: 0644]
Python/dynload_win.c [new file with mode: 0644]
Python/errors.c [new file with mode: 0644]
Python/formatter_string.c [new file with mode: 0644]
Python/formatter_unicode.c [new file with mode: 0644]
Python/frozen.c [new file with mode: 0644]
Python/frozenmain.c [new file with mode: 0644]
Python/future.c [new file with mode: 0644]
Python/getargs.c [new file with mode: 0644]
Python/getcompiler.c [new file with mode: 0644]
Python/getcopyright.c [new file with mode: 0644]
Python/getcwd.c [new file with mode: 0644]
Python/getopt.c [new file with mode: 0644]
Python/getplatform.c [new file with mode: 0644]
Python/getversion.c [new file with mode: 0644]
Python/graminit.c [new file with mode: 0644]
Python/import.c [new file with mode: 0644]
Python/importdl.c [new file with mode: 0644]
Python/importdl.h [new file with mode: 0644]
Python/mactoolboxglue.c [new file with mode: 0644]
Python/marshal.c [new file with mode: 0644]
Python/modsupport.c [new file with mode: 0644]
Python/mysnprintf.c [new file with mode: 0644]
Python/mystrtoul.c [new file with mode: 0644]
Python/peephole.c [new file with mode: 0644]
Python/pyarena.c [new file with mode: 0644]
Python/pyctype.c [new file with mode: 0644]
Python/pyfpe.c [new file with mode: 0644]
Python/pymath.c [new file with mode: 0644]
Python/pystate.c [new file with mode: 0644]
Python/pystrcmp.c [new file with mode: 0644]
Python/pystrtod.c [new file with mode: 0644]
Python/pythonrun.c [new file with mode: 0644]
Python/sigcheck.c [new file with mode: 0644]
Python/strdup.c [new file with mode: 0644]
Python/strtod.c [new file with mode: 0644]
Python/structmember.c [new file with mode: 0644]
Python/symtable.c [new file with mode: 0644]
Python/sysmodule.c [new file with mode: 0644]
Python/thread.c [new file with mode: 0644]
Python/thread_atheos.h [new file with mode: 0644]
Python/thread_beos.h [new file with mode: 0644]
Python/thread_cthread.h [new file with mode: 0644]
Python/thread_foobar.h [new file with mode: 0644]
Python/thread_lwp.h [new file with mode: 0644]
Python/thread_nt.h [new file with mode: 0644]
Python/thread_os2.h [new file with mode: 0644]
Python/thread_pth.h [new file with mode: 0644]
Python/thread_pthread.h [new file with mode: 0644]
Python/thread_sgi.h [new file with mode: 0644]
Python/thread_solaris.h [new file with mode: 0644]
Python/thread_wince.h [new file with mode: 0644]
Python/traceback.c [new file with mode: 0644]
README [new file with mode: 0644]
RISCOS/Makefile [new file with mode: 0644]
RISCOS/Modules/config.c [new file with mode: 0644]
RISCOS/Modules/drawfmodule.c [new file with mode: 0644]
RISCOS/Modules/getpath_riscos.c [new file with mode: 0644]
RISCOS/Modules/riscosmodule.c [new file with mode: 0644]
RISCOS/Modules/swimodule.c [new file with mode: 0644]
RISCOS/Python/dynload_riscos.c [new file with mode: 0644]
RISCOS/Python/getcwd_riscos.c [new file with mode: 0644]
RISCOS/README [new file with mode: 0644]
RISCOS/pyconfig.h [new file with mode: 0644]
RISCOS/sleep.c [new file with mode: 0644]
RISCOS/support/!Boot [new file with mode: 0644]
RISCOS/support/!Run [new file with mode: 0644]
RISCOS/support/!Sprites [new file with mode: 0644]
RISCOS/support/!Sprites22 [new file with mode: 0644]
RISCOS/support/AddToPath [new file with mode: 0644]
RISCOS/unixstuff.c [new file with mode: 0644]
RISCOS/unixstuff.h [new file with mode: 0644]
Tools/README [new file with mode: 0644]
Tools/audiopy/README [new file with mode: 0644]
Tools/audiopy/audiopy [new file with mode: 0755]
Tools/bgen/README [new file with mode: 0644]
Tools/bgen/bgen/bgen.py [new file with mode: 0644]
Tools/bgen/bgen/bgenBuffer.py [new file with mode: 0644]
Tools/bgen/bgen/bgenGenerator.py [new file with mode: 0644]
Tools/bgen/bgen/bgenGeneratorGroup.py [new file with mode: 0644]
Tools/bgen/bgen/bgenHeapBuffer.py [new file with mode: 0644]
Tools/bgen/bgen/bgenModule.py [new file with mode: 0644]
Tools/bgen/bgen/bgenObjectDefinition.py [new file with mode: 0644]
Tools/bgen/bgen/bgenOutput.py [new file with mode: 0644]
Tools/bgen/bgen/bgenStackBuffer.py [new file with mode: 0644]
Tools/bgen/bgen/bgenStringBuffer.py [new file with mode: 0644]
Tools/bgen/bgen/bgenType.py [new file with mode: 0644]
Tools/bgen/bgen/bgenVariable.py [new file with mode: 0644]
Tools/bgen/bgen/macsupport.py [new file with mode: 0644]
Tools/bgen/bgen/scantools.py [new file with mode: 0644]
Tools/buildbot/README.tcltk-AMD64 [new file with mode: 0644]
Tools/buildbot/build-amd64.bat [new file with mode: 0644]
Tools/buildbot/build.bat [new file with mode: 0644]
Tools/buildbot/buildmsi.bat [new file with mode: 0644]
Tools/buildbot/clean-amd64.bat [new file with mode: 0644]
Tools/buildbot/clean.bat [new file with mode: 0644]
Tools/buildbot/external-amd64.bat [new file with mode: 0644]
Tools/buildbot/external-common.bat [new file with mode: 0644]
Tools/buildbot/external.bat [new file with mode: 0644]
Tools/buildbot/test-amd64.bat [new file with mode: 0644]
Tools/buildbot/test.bat [new file with mode: 0644]
Tools/ccbench/ccbench.py [new file with mode: 0644]
Tools/compiler/ACKS [new file with mode: 0644]
Tools/compiler/README [new file with mode: 0644]
Tools/compiler/ast.txt [new file with mode: 0644]
Tools/compiler/astgen.py [new file with mode: 0644]
Tools/compiler/compile.py [new file with mode: 0644]
Tools/compiler/demo.py [new file with mode: 0755]
Tools/compiler/dumppyc.py [new file with mode: 0755]
Tools/compiler/regrtest.py [new file with mode: 0644]
Tools/compiler/stacktest.py [new file with mode: 0644]
Tools/faqwiz/README [new file with mode: 0644]
Tools/faqwiz/faqconf.py [new file with mode: 0644]
Tools/faqwiz/faqcust.py [new file with mode: 0644]
Tools/faqwiz/faqw.py [new file with mode: 0755]
Tools/faqwiz/faqwiz.py [new file with mode: 0644]
Tools/faqwiz/move-faqwiz.sh [new file with mode: 0755]
Tools/framer/README.txt [new file with mode: 0644]
Tools/framer/TODO.txt [new file with mode: 0644]
Tools/framer/example.py [new file with mode: 0644]
Tools/framer/framer/__init__.py [new file with mode: 0644]
Tools/framer/framer/bases.py [new file with mode: 0644]
Tools/framer/framer/function.py [new file with mode: 0644]
Tools/framer/framer/member.py [new file with mode: 0644]
Tools/framer/framer/slots.py [new file with mode: 0644]
Tools/framer/framer/struct.py [new file with mode: 0644]
Tools/framer/framer/structparse.py [new file with mode: 0644]
Tools/framer/framer/template.py [new file with mode: 0644]
Tools/framer/framer/util.py [new file with mode: 0644]
Tools/freeze/README [new file with mode: 0644]
Tools/freeze/bkfile.py [new file with mode: 0644]
Tools/freeze/checkextensions.py [new file with mode: 0644]
Tools/freeze/checkextensions_win32.py [new file with mode: 0644]
Tools/freeze/extensions_win32.ini [new file with mode: 0644]
Tools/freeze/freeze.py [new file with mode: 0755]
Tools/freeze/hello.py [new file with mode: 0644]
Tools/freeze/makeconfig.py [new file with mode: 0644]
Tools/freeze/makefreeze.py [new file with mode: 0644]
Tools/freeze/makemakefile.py [new file with mode: 0644]
Tools/freeze/parsesetup.py [new file with mode: 0644]
Tools/freeze/win32.html [new file with mode: 0644]
Tools/freeze/winmakemakefile.py [new file with mode: 0644]
Tools/gdb/libpython.py [new file with mode: 0644]
Tools/i18n/makelocalealias.py [new file with mode: 0644]
Tools/i18n/msgfmt.py [new file with mode: 0755]
Tools/i18n/pygettext.py [new file with mode: 0755]
Tools/iobench/iobench.py [new file with mode: 0644]
Tools/msi/README.txt [new file with mode: 0644]
Tools/msi/crtlicense.txt [new file with mode: 0644]
Tools/msi/msi.py [new file with mode: 0644]
Tools/msi/msilib.py [new file with mode: 0644]
Tools/msi/msisupport.c [new file with mode: 0644]
Tools/msi/msisupport.mak [new file with mode: 0644]
Tools/msi/schema.py [new file with mode: 0644]
Tools/msi/sequence.py [new file with mode: 0644]
Tools/msi/uisample.py [new file with mode: 0644]
Tools/msi/uuids.py [new file with mode: 0644]
Tools/pybench/Arithmetic.py [new file with mode: 0644]
Tools/pybench/Calls.py [new file with mode: 0644]
Tools/pybench/CommandLine.py [new file with mode: 0644]
Tools/pybench/Constructs.py [new file with mode: 0644]
Tools/pybench/Dict.py [new file with mode: 0644]
Tools/pybench/Exceptions.py [new file with mode: 0644]
Tools/pybench/Imports.py [new file with mode: 0644]
Tools/pybench/Instances.py [new file with mode: 0644]
Tools/pybench/LICENSE [new file with mode: 0644]
Tools/pybench/Lists.py [new file with mode: 0644]
Tools/pybench/Lookups.py [new file with mode: 0644]
Tools/pybench/NewInstances.py [new file with mode: 0644]
Tools/pybench/Numbers.py [new file with mode: 0644]
Tools/pybench/README [new file with mode: 0644]
Tools/pybench/Setup.py [new file with mode: 0644]
Tools/pybench/Strings.py [new file with mode: 0644]
Tools/pybench/Tuples.py [new file with mode: 0644]
Tools/pybench/Unicode.py [new file with mode: 0644]
Tools/pybench/With.py [new file with mode: 0644]
Tools/pybench/clockres.py [new file with mode: 0644]
Tools/pybench/package/__init__.py [new file with mode: 0644]
Tools/pybench/package/submodule.py [new file with mode: 0644]
Tools/pybench/pybench.py [new file with mode: 0755]
Tools/pybench/systimes.py [new file with mode: 0644]
Tools/pynche/ChipViewer.py [new file with mode: 0644]
Tools/pynche/ColorDB.py [new file with mode: 0644]
Tools/pynche/DetailsViewer.py [new file with mode: 0644]
Tools/pynche/ListViewer.py [new file with mode: 0644]
Tools/pynche/Main.py [new file with mode: 0644]
Tools/pynche/PyncheWidget.py [new file with mode: 0644]
Tools/pynche/README [new file with mode: 0644]
Tools/pynche/StripViewer.py [new file with mode: 0644]
Tools/pynche/Switchboard.py [new file with mode: 0644]
Tools/pynche/TextViewer.py [new file with mode: 0644]
Tools/pynche/TypeinViewer.py [new file with mode: 0644]
Tools/pynche/X/rgb.txt [new file with mode: 0644]
Tools/pynche/X/xlicense.txt [new file with mode: 0644]
Tools/pynche/__init__.py [new file with mode: 0644]
Tools/pynche/html40colors.txt [new file with mode: 0644]
Tools/pynche/namedcolors.txt [new file with mode: 0644]
Tools/pynche/pyColorChooser.py [new file with mode: 0644]
Tools/pynche/pynche [new file with mode: 0755]
Tools/pynche/pynche.pyw [new file with mode: 0755]
Tools/pynche/webcolors.txt [new file with mode: 0644]
Tools/pynche/websafe.txt [new file with mode: 0644]
Tools/scripts/2to3 [new file with mode: 0755]
Tools/scripts/README [new file with mode: 0644]
Tools/scripts/analyze_dxp.py [new file with mode: 0644]
Tools/scripts/byext.py [new file with mode: 0755]
Tools/scripts/byteyears.py [new file with mode: 0755]
Tools/scripts/checkappend.py [new file with mode: 0755]
Tools/scripts/checkpyc.py [new file with mode: 0755]
Tools/scripts/classfix.py [new file with mode: 0755]
Tools/scripts/cleanfuture.py [new file with mode: 0644]
Tools/scripts/combinerefs.py [new file with mode: 0644]
Tools/scripts/copytime.py [new file with mode: 0755]
Tools/scripts/crlf.py [new file with mode: 0755]
Tools/scripts/cvsfiles.py [new file with mode: 0755]
Tools/scripts/db2pickle.py [new file with mode: 0644]
Tools/scripts/diff.py [new file with mode: 0644]
Tools/scripts/dutree.doc [new file with mode: 0644]
Tools/scripts/dutree.py [new file with mode: 0755]
Tools/scripts/eptags.py [new file with mode: 0755]
Tools/scripts/find_recursionlimit.py [new file with mode: 0644]
Tools/scripts/finddiv.py [new file with mode: 0755]
Tools/scripts/findlinksto.py [new file with mode: 0755]
Tools/scripts/findnocoding.py [new file with mode: 0755]
Tools/scripts/fixcid.py [new file with mode: 0755]
Tools/scripts/fixdiv.py [new file with mode: 0755]
Tools/scripts/fixheader.py [new file with mode: 0755]
Tools/scripts/fixnotice.py [new file with mode: 0755]
Tools/scripts/fixps.py [new file with mode: 0755]
Tools/scripts/ftpmirror.py [new file with mode: 0755]
Tools/scripts/google.py [new file with mode: 0755]
Tools/scripts/gprof2html.py [new file with mode: 0755]
Tools/scripts/h2py.py [new file with mode: 0755]
Tools/scripts/hotshotmain.py [new file with mode: 0644]
Tools/scripts/idle [new file with mode: 0755]
Tools/scripts/ifdef.py [new file with mode: 0755]
Tools/scripts/lfcr.py [new file with mode: 0755]
Tools/scripts/linktree.py [new file with mode: 0755]
Tools/scripts/lll.py [new file with mode: 0755]
Tools/scripts/logmerge.py [new file with mode: 0755]
Tools/scripts/mailerdaemon.py [new file with mode: 0644]
Tools/scripts/md5sum.py [new file with mode: 0644]
Tools/scripts/methfix.py [new file with mode: 0755]
Tools/scripts/mkreal.py [new file with mode: 0755]
Tools/scripts/ndiff.py [new file with mode: 0755]
Tools/scripts/nm2def.py [new file with mode: 0755]
Tools/scripts/objgraph.py [new file with mode: 0755]
Tools/scripts/parseentities.py [new file with mode: 0755]
Tools/scripts/patchcheck.py [new file with mode: 0644]
Tools/scripts/pathfix.py [new file with mode: 0755]
Tools/scripts/pdeps.py [new file with mode: 0755]
Tools/scripts/pickle2db.py [new file with mode: 0644]
Tools/scripts/pindent.py [new file with mode: 0755]
Tools/scripts/ptags.py [new file with mode: 0755]
Tools/scripts/pydoc [new file with mode: 0755]
Tools/scripts/pydocgui.pyw [new file with mode: 0644]
Tools/scripts/pysource.py [new file with mode: 0644]
Tools/scripts/redemo.py [new file with mode: 0644]
Tools/scripts/reindent-rst.py [new file with mode: 0755]
Tools/scripts/reindent.py [new file with mode: 0755]
Tools/scripts/rgrep.py [new file with mode: 0755]
Tools/scripts/serve.py [new file with mode: 0755]
Tools/scripts/setup.py [new file with mode: 0644]
Tools/scripts/suff.py [new file with mode: 0755]
Tools/scripts/svneol.py [new file with mode: 0644]
Tools/scripts/texcheck.py [new file with mode: 0644]
Tools/scripts/texi2html.py [new file with mode: 0755]
Tools/scripts/treesync.py [new file with mode: 0755]
Tools/scripts/untabify.py [new file with mode: 0755]
Tools/scripts/which.py [new file with mode: 0755]
Tools/scripts/win_add2path.py [new file with mode: 0644]
Tools/scripts/xxci.py [new file with mode: 0755]
Tools/ssl/get-remote-certificate.py [new file with mode: 0644]
Tools/unicode/Makefile [new file with mode: 0644]
Tools/unicode/comparecodecs.py [new file with mode: 0644]
Tools/unicode/gencjkcodecs.py [new file with mode: 0644]
Tools/unicode/gencodec.py [new file with mode: 0644]
Tools/unicode/genwincodec.py [new file with mode: 0644]
Tools/unicode/genwincodecs.bat [new file with mode: 0644]
Tools/unicode/listcodecs.py [new file with mode: 0644]
Tools/unicode/makeunicodedata.py [new file with mode: 0644]
Tools/unicode/mkstringprep.py [new file with mode: 0644]
Tools/unicode/python-mappings/CP1140.TXT [new file with mode: 0644]
Tools/unicode/python-mappings/KOI8-U.TXT [new file with mode: 0644]
Tools/unicode/python-mappings/TIS-620.TXT [new file with mode: 0644]
Tools/versioncheck/README [new file with mode: 0644]
Tools/versioncheck/_checkversion.py [new file with mode: 0644]
Tools/versioncheck/checkversions.py [new file with mode: 0644]
Tools/versioncheck/pyversioncheck.py [new file with mode: 0644]
Tools/webchecker/README [new file with mode: 0644]
Tools/webchecker/tktools.py [new file with mode: 0644]
Tools/webchecker/wcgui.py [new file with mode: 0755]
Tools/webchecker/wcmac.py [new file with mode: 0644]
Tools/webchecker/webchecker.py [new file with mode: 0755]
Tools/webchecker/websucker.py [new file with mode: 0755]
Tools/webchecker/wsgui.py [new file with mode: 0755]
Tools/world/README [new file with mode: 0644]
Tools/world/world [new file with mode: 0755]
configure [new file with mode: 0755]
configure.in [new file with mode: 0644]
install-sh [new file with mode: 0755]
packaging/README.SUSE [new file with mode: 0644]
packaging/_local.pth [new file with mode: 0644]
packaging/baselibs.conf [new file with mode: 0644]
packaging/distutils.cfg [new file with mode: 0644]
packaging/macros.python [new file with mode: 0644]
packaging/python-2.5.1-sqlite.patch [new file with mode: 0644]
packaging/python-2.6-gettext-plurals.patch [new file with mode: 0644]
packaging/python-2.6b3-curses-panel.patch [new file with mode: 0644]
packaging/python-2.7-CVE-2011-1521-fileurl.patch [new file with mode: 0644]
packaging/python-2.7-dirs.patch [new file with mode: 0644]
packaging/python-2.7-docs-html.tar.bz2 [new file with mode: 0644]
packaging/python-2.7-docs-pdf-a4.tar.bz2 [new file with mode: 0644]
packaging/python-2.7-docs-pdf-letter.tar.bz2 [new file with mode: 0644]
packaging/python-2.7-fix-parallel-make.patch [new file with mode: 0644]
packaging/python-2.7.1-distutils_test_path.patch [new file with mode: 0644]
packaging/python-2.7.1-fix_date_time_compiler.patch [new file with mode: 0644]
packaging/python-2.7.1-linux3.patch [new file with mode: 0644]
packaging/python-2.7.1-multilib.patch [new file with mode: 0644]
packaging/python-2.7rc2-canonicalize2.patch [new file with mode: 0644]
packaging/python-2.7rc2-configure.patch [new file with mode: 0644]
packaging/python-base.changes [new file with mode: 0644]
packaging/python-base.spec [new file with mode: 0644]
packaging/python-distutils-rpm-8.patch [new file with mode: 0644]
packaging/python-doc.changes [new file with mode: 0644]
packaging/python-doc.spec [new file with mode: 0644]
packaging/python-test_structmembers.patch [new file with mode: 0644]
packaging/python.csh [new file with mode: 0644]
packaging/python.sh [new file with mode: 0644]
packaging/python.spec [new file with mode: 0644]
packaging/pythonstart [new file with mode: 0644]
packaging/sparc_longdouble.patch [new file with mode: 0644]
pyconfig.h.in [new file with mode: 0644]
setup.py [new file with mode: 0644]