- 14 Sep, 2014 4 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ned Deily authored
-
Ned Deily authored
-
- 13 Sep, 2014 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 12 Sep, 2014 2 commits
-
-
Yury Selivanov authored
Issue #20334. Thanks to Antony Lee for bug report & initial patch.
-
Brett Cannon authored
Both compileall.compile_dir() and the CLI for compileall now allow for specifying how many workers to use (or 0 to use all CPUs). Thanks to Claudiu Popa for the patch.
-
- 11 Sep, 2014 11 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Victor Stinner authored
The PyMem_Malloc(size) function has a well defined behaviour: if size is 0, a pointer different than NULL is returned. PyMem_Malloc() allocations are tracked by tracemalloc, attemptckalloc() allocations are not tracked.
-
Serhiy Storchaka authored
It was failed when run with non-empty current directory.
-
Serhiy Storchaka authored
character instead of truncate it. Based on patch by Victor Stinner.
-
Serhiy Storchaka authored
character instead of truncate it. Based on patch by Victor Stinner.
-
Serhiy Storchaka authored
subdirectories using the "**" pattern.
-
Serhiy Storchaka authored
empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory.
-
Serhiy Storchaka authored
empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory.
-
Serhiy Storchaka authored
ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL if the memory allocation fails.
-
Serhiy Storchaka authored
ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL if the memory allocation fails.
-
- 10 Sep, 2014 8 commits
-
-
Victor Stinner authored
failure.
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Stefan Krah authored
-
Stefan Krah authored
self-contained, this change facilitates maintenance and the Python version can be easily imported for experimentation.
-
- 09 Sep, 2014 3 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
Serhiy Storchaka authored
Original patch by Tarek Ziadé.
-
- 08 Sep, 2014 2 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
a package's __init__.py. TestLoader.loadTestsFromModule() still accepts use_load_tests, but it is deprecated and ignored. A new keyword-only attribute `pattern` is added and documented. Patch given by Robert Collins, tweaked by Barry Warsaw.
-
- 06 Sep, 2014 8 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Thomas Kluyver.
-
Serhiy Storchaka authored
First letter no longer is stripped from the "status" key in the result of Treeview.heading().
-
Serhiy Storchaka authored
First letter no longer is stripped from the "status" key in the result of Treeview.heading().
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
a pipe in _ipconfig_getnode().
-
Serhiy Storchaka authored
Optimized bytes and bytes_le properties of UUID and UUID constructor with bytes_le argument. Fixed a bug in handling an error occured during reading from a pipe in _ipconfig_getnode().
-
Serhiy Storchaka authored
response is received. Patch by Martin Panter.
-