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.
...package "at a glance". GIVE YOUR PACKAGE A VERSION NUMBER. If you give your package a version number from the start, it will be easier to identify different releases in the future. Even "small" packages should have version numbers. Clarify the LICENSE that you release your package under. If you want to release something as free software, you might want to have a look at the "Open Source Definition", and pick one of the licenses mentioned there under "Example ...
...packages that you have installed on your system. Because the SRPMs encompass all the steps required to build binary RPMs, it is a "fire and forget" process -- the simplest source build ever. <!-- <p><b>Warning:</b> These packages install as "/usr/bin/python2". This is because many of the Red Hat tools rely on "/usr/bin/python" being 1.5. For Python code which requires 2.2, they should probably change to use "/usr/bin/python2". The S...
...packages. <hr /> <li />Q) I'm trying to build the RPMS, but I get: <pre>RPM build errors: File not found by glob: /var/tmp/python2.3-2.3.4-root/usr/lib/python2.3/lib-dynload/_tkinter.so*</pre> <li />A) You need to have the Tk development package installed. This package is usually called "tk-devel", and can be obtained from the same place that you normally find packages for your system. You may also need to install the "tcl-devel" package, if...
...packages get confused a lot. That's not their fault; that's because the volunteers who maintain the packaging tools don't have enough time to get everything organized so that it's clear and easy to use. In the last few years, the PSF has gotten grants and used that money to massively improve packaging. We overhauled PyPI and we're making pip more consistent, with genuine attention to user experience. With more funding, we can finally make managing packages pleasant as programming in Python. Sum...
...definition file. Like YACC, YAPPS supports custom code before and after the grammar definition. YAPPS parsers integrate with the scanner through a Scanner object, which is passed to the parser as a constructor argument. Even though YAPPS supports definition of tokens in the grammar, we have not used this capability in XPath, since we have provided my own scanner class. The YAPPS parser will only require a token() method from the scanner object, which must return a four-tuple (start, e...
...packages, you will explicitly have to run "python2.3". Note that all Python RPMs provided by Python.org and Red Hat provide a "/usr/bin/python2.3" (or similar, with major/minor number), even if they also provide "/usr/bin/python". So, yes, it should be safe. <p /> Note that you may need to build and install a second copy of any packages which you need access to with the supplemental version of Python. You can build packages of these files for the Python 2.3...
...packages. <hr /> <li />Q) I'm trying to build the RPMS, but I get: <pre>RPM build errors: File not found by glob: /var/tmp/python2.3-2.3.5-root/usr/lib/python2.3/lib-dynload/_tkinter.so*</pre> <li />A) You need to have the Tk development package installed. This package is usually called "tk-devel", and can be obtained from the same place that you normally find packages for your system. You may also need to install the "tcl-devel" package, if...
...packages. <hr /> <li />Q) I'm trying to build the RPMS, but I get: <pre>RPM build errors: File not found by glob: /var/tmp/python2.4-2.4.1c2-root/usr/lib/python2.4/lib-dynload/_tkinter.so*</pre> <li />A) You need to have the Tk development package installed. This package is usually called "tk-devel", and can be obtained from the same place that you normally find packages for your system. You may also need to install the "tcl-devel" package, ...
Version: None
Released: May 3, 2021
This is the tenth and final regular maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.10, a bugfix release for the legacy 3.8 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. According …
View Release Notes
...package will keep their conventional Pythonic meanings: a single .py file meant to be imported by other modules or scripts, a module written in C, and a collection of modules grouped under a directory containing an __init__.py file. I proposed distribution (or module distribution when absolute clarity is needed) as a stand-in for package, which is already taken. A module distribution contains one or more modules (including extension modules), their documentation...
...packages that you have installed on your system. Because the SRPMs encompass all the steps required to build binary RPMs, it is a "fire and forget" process -- the simplest source build ever. <h3>Download</h3> <p><ul><li><b>Signature:</b> <ul> <li>Many of the following packages were signed with the GPG key in <a href="/ftp/python/2.3/rpms/KRUD-GPG-KEY">KRUD-GPG-KEY</a> </ul> <li><b>Source:<...
...Packages Index:<br/> <input type="hidden" name=":action" value="search"/> <input class="input-text" id="term" name="term"/> <input class="bt" type="submit" name="submit" value="Search PyPI" id="submit"/> System Message: WARNING/2 (<string>, line 43) Definition list ends without a blank line; unexpected unindent. </form> <H3>Other Python search ...
...packages. <hr /> <li />Q) I'm trying to build the RPMS, but I get: <pre>RPM build errors: File not found by glob: /var/tmp/python2.3-2.3.3-root/usr/lib/python2.3/lib-dynload/_tkinter.so*</pre> <li />A) You need to have the Tk development package installed. This package is usually called "tk-devel", and can be obtained from the same place that you normally find packages for your system. You may also need to install the "tcl-devel" package, if...
...Package Index (also known as the Cheese Shop, a reference to the Monty Python script of that name). There is also a search page for a number of sources of Python-related information. Failing that, just Google for a phrase including the word ''python'' and you may well get the result you need. If all else fails, ask on the python newsgroup and there's a good chance someone will put you on the right track. Frequently Asked Questions If you have a question, it's a good idea to try the FAQ, which ...
...package with XML support code organized (so far) in three subpackages: xml.dom, xml.sax, and xml.parsers. Describing these would fill a volume. There's a special feature whereby a user-installed package named _xmlplus overrides the standard xmlpackage; this is intended to give the XML SIG a hook to distribute backwards-compatible updates to the standard xml package. webbrowser - a platform-independent API to launch a web browser. Changed Modules array - new methods for array ob...
...packages that you have installed on your system. Because the SRPMs encompass all the steps required to build binary RPMs, it is a "fire and forget" process -- the simplest source build ever... <h3>Download</h3> <p><ul><li><b>Signature:</b> <ul> <li>Many of the following packages were signed with the GPG key in <a href="/ftp/python/2.2.2/rpms/KRUD-GPG-KEY">KRUD-GPG-KEY</a> </ul> <li><b>Source:...
...Definition (.DTD) and Document Stylesheet (.DSL) files written in DSSSL, the Document Style Semantics and Specification Language. DocBook comes packaged in two flavors, one for SGML and the other for XML document encoding. Both SGML and XML have similar nested structures of tags and the same logical structure for the DTDs and DSLs. However, the XML rules were still under development during 2001, so I chose the more reliable and mature SGML rule set. DocBook also provides the ability to write l...
...package; Jim Fulton has used it in his Extension Classes package. (It has also been referred to as the ``Don Beaudry hack,'' but that's a misnomer. There's nothing hackish about it -- in fact, it is rather elegant and deep, even though there's something dark to it.) (On first reading, you may want to skip directly to the examples in the section "Writing Metaclasses in Python" below, unless you want your head to explode.) Documentation of the Don Beaudry hook has purposeful...
If you didn't find what you need, try your search in the Python language documentation.