Searched refs:Py2 (Results 1 – 11 of 11) sorted by relevance
211 arguments. Instead, all of the Py2.x versions supported a *cmp* parameter to218 In Py2.x, sort allowed an optional function which can be called for doing the
1791 GLfloat Py2 = uy * uy + vy * vy; /* squared length of dy */ in sample_2d_footprint() local1802 if (Px2 > Py2) { in sample_2d_footprint()1808 numSamples = (GLint) ceilf(sqrtf(Py2)); in sample_2d_footprint()1929 GLfloat Py2 = dudy * dudy + dvdy * dvdy; in sample_lambda_2d_aniso() local1940 if (Px2 < Py2) { in sample_lambda_2d_aniso()1941 Pmax2 = Py2; in sample_lambda_2d_aniso()1946 Pmin2 = Py2; in sample_lambda_2d_aniso()
211 arguments. Instead, all of the Py2.x versions supported a *cmp* parameter to
2582 const float Py2 = dudy * dudy + dvdy * dvdy; in mip_filter_linear_aniso() local2589 if (Px2 < Py2) { in mip_filter_linear_aniso()2590 Pmax2 = Py2; in mip_filter_linear_aniso()2595 Pmin2 = Py2; in mip_filter_linear_aniso()
24 Size 126 interned strings (as of Py2.3b1).
140 converting Py2 print statements to Py3 builtin print function calls. Patch
194 converting Py2 print statements to Py3 builtin print function calls. Patch
637 * The :func:`callable` builtin function from Py2.x was resurrected. It provides
3182 starting with Py2.3 are guaranteed to be stable (the relative order of3321 seed. Modified to match Py2.2 behavior and use fractional seconds so3506 - sets.py now runs under Py2.2. In addition, the argument restrictions3514 - random.cunifvariate() and random.stdgamma() were deprecated in Py2.33515 and removed in Py2.4.
4175 In focal, python-impacket (Py2.7) has been removed, leaving only
12584 - Update collections.OrderedDict to match the implementation in Py2.7 (based on20566 starting with Py2.3 are guaranteed to be stable (the relative order of20705 seed. Modified to match Py2.2 behavior and use fractional seconds so20890 - sets.py now runs under Py2.2. In addition, the argument restrictions20898 - random.cunifvariate() and random.stdgamma() were deprecated in Py2.320899 and removed in Py2.4.