- 15 Eyl, 2014 7 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Łukasz Langa yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
directory to sys.path when running from a build directory. That has proven to be problematic for several standard library modules with C extension modules whose builds can fail on some platforms.
-
- 14 Eyl, 2014 9 kayıt (commit)
-
-
Vinay Sajip yazdı
Closes #20537: logging methods now accept an exception instance as well as a Boolean value or exception tuple. Thanks to Yury Selivanov for the patch.
-
Serhiy Storchaka yazdı
when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications.
-
Serhiy Storchaka yazdı
when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 13 Eyl, 2014 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 12 Eyl, 2014 2 kayıt (commit)
-
-
Yury Selivanov yazdı
Issue #20334. Thanks to Antony Lee for bug report & initial patch.
-
Brett Cannon yazdı
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 Eyl, 2014 11 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Victor Stinner yazdı
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 yazdı
It was failed when run with non-empty current directory.
-
Serhiy Storchaka yazdı
character instead of truncate it. Based on patch by Victor Stinner.
-
Serhiy Storchaka yazdı
character instead of truncate it. Based on patch by Victor Stinner.
-
Serhiy Storchaka yazdı
subdirectories using the "**" pattern.
-
Serhiy Storchaka yazdı
empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory.
-
Serhiy Storchaka yazdı
empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory.
-
Serhiy Storchaka yazdı
ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL if the memory allocation fails.
-
Serhiy Storchaka yazdı
ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL if the memory allocation fails.
-
- 10 Eyl, 2014 8 kayıt (commit)
-
-
Victor Stinner yazdı
failure.
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
self-contained, this change facilitates maintenance and the Python version can be easily imported for experimentation.
-
- 09 Eyl, 2014 1 kayıt (commit)
-
-
Stefan Krah yazdı
-