- 06 May, 2014 10 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
This makes it match the new example below, and allows Sphinx's "hide the prompts and output" feature to work.
-
Zachary Ware authored
overrides a ``return`` in the ``try`` suite.
-
Zachary Ware authored
overrides a ``return`` in the ``try`` suite.
-
Tim Golden authored
-
Tim Golden authored
-
Victor Stinner authored
-
- 05 May, 2014 4 commits
-
-
Tim Golden authored
-
Tim Golden authored
Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 04 May, 2014 13 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
In porting to Argument Clinic, the first two arguments were reversed.
-
Raymond Hettinger authored
This gives an earlier and more visible failure if a link is deleted during iteration.
-
Ned Deily authored
-
Ned Deily authored
cause GUI tests to segfault in Cocoa Tk when run under regrtest -j (multiple threads running subprocesses).
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
Patch by Claudiu Popa.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Diana Clarke.
-
- 03 May, 2014 5 commits
-
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 02 May, 2014 6 commits
-
-
Victor Stinner authored
redirect.
-
Victor Stinner authored
PyObject_Calloc(), _PyObject_GC_Calloc(). bytes(int) and bytearray(int) are now using ``calloc()`` instead of ``malloc()`` for large objects which is faster and use less memory (until the bytearray buffer is filled with data).
-
Victor Stinner authored
-
Zachary Ware authored
-
Zachary Ware authored
test_support._is_gui_available is now defined the same way on every platform, and now includes the Windows-specific check that had been in the Windows version of _is_gui_available and the OSX-specific check that was in tkinter.test.support.check_tk_availability. Also, every platform checks whether Tk can be instantiated (if the platform-specific checks passed).
-
Stefan Krah authored
-
- 01 May, 2014 2 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-