Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
...tkinter-2.3.5-4pydotorg.i386.rpm">python2.3-tkinter-2.3.5-4pydotorg.i386.rpm</a> (Fedora Core 3 Tk GUI RPM, 291736 bytes) <li /><a href="/ftp/python/2.3.5/rpms/fedora-3/python2.3-tools-2.3.5-4pydotorg.i386.rpm">python2.3-tools-2.3.5-4pydotorg.i386.rpm</a> (Fedora Core 3 tools RPM, 685670 bytes) </ul> </ul> <h3>Packages of Python Tools</h3> <p>Packages of other Python libraries have been made available by symbiont at <a hr...
...tkinter24-2.4.2-2.i386.rpm">tkinter24-2.4.2-2.i386.rpm</a> (Fedora Core 4 Tk GUI RPM, 307531 bytes) <li /><a href="/ftp/python/2.4.2/rpms/fedora-4/python24-tools-2.4.2-2.i386.rpm">python24-tools-2.4.2-2.i386.rpm</a> (Fedora Core 4 tools RPM, 444731 bytes) </ul> </ul> <h3>Packages of Python Tools</h3> <p>Packages of other Python libraries have been made available by symbiont at <a href="/pyvault/">http://pytho...
...download from the SourceForge project page). AutoDoc -- Documentation generator for Tcl. I don't see any online examples of actual source files, but the sources for the tool are documented using itself. ROBODoc -- Another multi-lingual tool, supports C, C++, Java, Assembler, Basic, Fortran, LaTeX, Postscript, Tcl/Tk, LISP, Forth, Perl, Shell Scripts, Occam, COBOL, HTML, and others (according to t...
...tkinter-2.3.2-2pydotorg.i386.rpm">python2.3-tkinter-2.3.2-2pydotorg.i386.rpm</a> (Fedora Core 1 Tk GUI RPM, 268199 bytes) <li /><a href="/ftp/python/2.3.2/rpms/fedora-1/python2.3-tools-2.3.2-2pydotorg.i386.rpm">python2.3-tools-2.3.2-2pydotorg.i386.rpm</a> (Fedora Core 1 tools RPM, 688521 bytes) System Message: WARNING/2 (<string>, line 55) Definition list ends without a blank line; unexpected unindent. </ul> <li /><b>Binaries fo...
...Tkdnd (Tkinter drag-and-drop). Some modules that were declared obsolete a while ago have been moved out of the standard library path. From 1.4 To 1.5 - Highlights It's much faster (almost twice for the Lib/test/pystone.py benchmark.) There is now an assert statement: assert <condition> or assert <condition>, <errormessage>. It raises AssertionError if the condition evaluates to false. The default error message is empty; the source text of the assertion statement is printe...
...tkinter-2.3.1-1pydotorg.i386.rpm">python2.3-tkinter-2.3.1-1pydotorg.i386.rpm</a> (Red Hat 9 Tk GUI RPM, 361734 bytes) <li /><a href="/ftp/python/2.3.1/rpms/redhat-9/python2.3-tools-2.3.1-1pydotorg.i386.rpm">python2.3-tools-2.3.1-1pydotorg.i386.rpm</a> (Red Hat 9 tools RPM, 688223 bytes) </ul> </ul> <h3>Files, <a href="../md5sum.py">MD5</a> checksums and sizes</h3> <pre> <b>Based on python.org S...
...tkinter-2.2.3-26.i386.rpm">tkinter-2.2.3-26.i386.rpm</a> (Red Hat 9 Tk GUI library, 352298 bytes) System Message: WARNING/2 (<string>, line 72) Definition list ends without a blank line; unexpected unindent. </ul> <li />These RPMs are built from the python.org .spec file: <ul> <li /><a href="/ftp/python/2.2.3/rpms/redhat-9/python2-2.2.3-1.i386.rpm">python2-2.2.3-1.i386.rpm</a> (Red Hat 9 base RPM, 6232077 bytes) <li /><...
...tkinter-2.3-5pydotorg.i386.rpm">python2.3-tkinter-2.3-5pydotorg.i386.rpm</a> (Red Hat 9 Tk GUI RPM, 361405 bytes) <li /><a href="/ftp/python/2.3/rpms/redhat-9/python2.3-tools-2.3-5pydotorg.i386.rpm">python2.3-tools-2.3-5pydotorg.i386.rpm</a> (Red Hat 9 tools RPM, 680577 bytes) </ul> </ul> <h3>Files, <a href="../md5sum.py">MD5</a> checksums and sizes</h3> <pre> <b>Based on python.org SRPM:</b...
...tkinter-2.2.2-7.i386.rpm">tkinter-2.2.2-7.i386.rpm</a> (Red Hat 8.0 Tk GUI library, 265454 bytes) <li /><a href="/ftp/python/2.2.2/rpms/redhat8.0/sip-3.3.2-4tummy.src.rpm">sip-3.3.2-4tummy.src.rpm</a> (Red Hat 8.0 sip SRPM patched for 2.2.2, 161437 bytes) <li /><a href="/ftp/python/2.2.2/rpms/redhat8.0/sip-3.3.2-4tummy.i386.rpm">sip-3.3.2-4tummy.i386.rpm</a> (Red Hat 8.0 sip RPM for 2.2.2, 97762 bytes) <li /><a href=&...
...downloaded from the server when needed or when new versions are available. No user or administrator intervention is needed. Plugins can add, change, augment or hide any console functionality, providing a complete per-user customizable experience. A complete configuration and visual development environment is integrated into the console (including a version control system for Views and an interactive remote Python shell). Visualization and control forms (called Views) can be added, modified and ...
...tkinter module (and hence Tkinter) has dropped support for Tcl/Tk 8.0 and 8.1. Only Tcl/Tk versions 8.2, 8.3 and 8.4 are supported. cPickle.BadPickleGet is now a class. The time stamps in os.stat_result are floating point numbers after stat_float_times has been called. If the size passed to mmap.mmap() is larger than the length of the file on non-Windows platforms, a ValueError is raised. [SF bug 585792] The xreadlines module is slated for obsolescence. The strptime function in the time mo...
...Tk. With that module, it is not necessary to statically link Tix with _tkinter, since Tix will be loaded with Tcl's "package require" command. See Demo/tix/. tzparse.py is now obsolete. In gzip.py, the seek() and tell() methods are removed -- they were non-functional anyway, and it's better if callers can test for their existence with hasattr(). Python/C API PyDict_Next(): it is now safe to call PyDict_SetItem() with a key that's already in the dictionary during a PyDict_Next() ite...
If you didn't find what you need, try your search in the Python language documentation.