You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add relative path support for load_setup_py_data jinja2 function #2700
Bug fixes:
fix hoisting of archives containing folders named same as top-level folder. These subfolders were being removed inappropriately. #2692
Fall back gracefully when psutil fails to import. Disk and total time stats still available; memory and CPU time are not when psutil is unavailable. #2693
Fix directory size computation not being recursive, use scandir for walk operations on py27 #2699