- 18 Jan, 2014 11 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Larry Hastings authored
-
Larry Hastings authored
for strings with explicit encodings.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch more or less by Nikolaus Rath.
-
Larry Hastings authored
delaying its output or even redirecting it to a separate file.
-
- 17 Jan, 2014 16 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
Includes: -mention cx_Freeze instead of py2exe (at least until py2exe supports Python 3) -update ActivePython link -Remove mention of platforms that were never supported by Python 3 (Win9x, DOS)
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
sort os.listxattr results before comparing it to avoid depending on the ordering of the directory information in the underlying filesystem.
-
Gregory P. Smith authored
ordering of the directory information in the underlying filesystem.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Brett Cannon authored
docs.
-
Brett Cannon authored
Thanks to Rodrigo Bernardo Pimentel, Ondřej Čertík, and Dmitry Shachnev for the feedback leading to the changes.
-
Brett Cannon authored
'file' attribute properly in Python 3.4. Thanks to Marcel Hellkamp for pointing out the oversight.
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Victor Stinner authored
-
- 16 Jan, 2014 13 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
-