- 17 Jan, 2014 1 commit
-
-
Victor Stinner authored
-
- 16 Jan, 2014 19 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
* 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 authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
test files.
-
Serhiy Storchaka authored
test files.
-
Serhiy Storchaka authored
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 authored
-
Serhiy Storchaka authored
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 authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Stefan Krah authored
-
Stefan Krah authored
system python.
-
Georg Brandl authored
-
Victor Stinner authored
Add __name__ and __doc__ to __slots__
-
Victor Stinner authored
__slot__ => __slots__
-
- 15 Jan, 2014 6 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Ronald Oussoren authored
* 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 authored
and return converter from existing functions.
-
- 14 Jan, 2014 14 commits
-
-
Meador Inge authored
When dict got clinicized in 8fde1a2c94dc for Issue #16612 an erroneous trailing quote was left in the clinic docstring summary line.
-
Zachary Ware authored
-
Zachary Ware authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Zachary Ware authored
-
Zachary Ware authored
illegal attribute name. Found by INADA Naoki.
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Eric V. Smith authored
-
Georg Brandl authored
-