- 17 Ock, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 16 Ock, 2014 19 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
* You may now specify an expression as the default value for a parameter! Example: "sys.maxsize - 1". This support is intentionally quite limited; you may only use values that can be represented as static C values. * Removed "doc_default", simplified support for "c_default" and "py_default". (I'm not sure we still even need "py_default", but I'm leaving it in for now in case a use presents itself.) * Parameter lines support a trailing '\\' as a line continuation character, allowing you to break up long lines. * The argument parsing code generated when supporting optional groups now uses PyTuple_GET_SIZE instead of PyTuple_GetSize, leading to a 850% speedup in parsing. (Just kidding, this is an unmeasurable difference.) * A bugfix for the recent regression where the generated prototype from pydoc for builtins would be littered with unreadable "=<object ...>"" default values for parameters that had no default value. * Converted some asserts into proper failure messages. * Many doc improvements and fixes.
-
Guido van Rossum yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
test files.
-
Serhiy Storchaka yazdı
test files.
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang lines in the unittestgui and checkpip scripts.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
system python.
-
Georg Brandl yazdı
-
Victor Stinner yazdı
Add __name__ and __doc__ to __slots__
-
Victor Stinner yazdı
__slot__ => __slots__
-
- 15 Ock, 2014 6 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Ronald Oussoren yazdı
* Negative integer support in binary plists was broken * Better exception for invalid data * Fix the versionadded/versionchanged markup in the documentation * Add the interface cleanup to what's new for 3.4
-
Larry Hastings yazdı
and return converter from existing functions.
-
- 14 Ock, 2014 14 kayıt (commit)
-
-
Meador Inge yazdı
When dict got clinicized in 8fde1a2c94dc for Issue #16612 an erroneous trailing quote was left in the clinic docstring summary line.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
illegal attribute name. Found by INADA Naoki.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Eric V. Smith yazdı
-
Georg Brandl yazdı
-