- 17 Sep, 2014 5 commits
-
-
Ethan Furman authored
-
Ethan Furman authored
-
Ethan Furman authored
-
Ethan Furman authored
-
Ethan Furman authored
-
- 16 Sep, 2014 6 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
-
Antoine Pitrou authored
with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
-
Antoine Pitrou authored
with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
-
Kushal Das authored
-
- 15 Sep, 2014 9 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Łukasz Langa authored
-
Ned Deily authored
-
Ned Deily authored
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 Sep, 2014 9 commits
-
-
Vinay Sajip authored
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 authored
when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications.
-
Serhiy Storchaka authored
when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
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 7 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.
-