- 07 May, 2014 4 commits
-
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
R David Murray authored
-
R David Murray authored
-
- 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 4 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
-