1. 13 6月, 2017 3 次提交
  2. 02 6月, 2017 1 次提交
  3. 01 6月, 2017 2 次提交
    • P
      TemporaryDirectory abstraction (#4332) · 0bdbee5c
      Pradyun S. Gedam 提交于
      * Rename BuildDirectory to TempDirectory
      
      Because that's what it is.
      
      * Use TempDirectory in more places (take 2)
      
      * Fix indentation...
      
      * 🎨
      
      * Dumb mistake.
      
      * Defer creation of temporary directory
      
      * Misc
      
      * Oops!
      
      * Use better name
      
      * Fix mistakes made in rebasing
      
      * Remove unnecessary wrapping
      
      * 📰
      
      * Misc change to trigger a new CI build
      
      * Make TempDirectory more robust
      
      Update test accordingly
      
      * 🎨 Remove unused import
      
      * 🔧 Fix mistake made during merge
      
      * Move kind to prefix
      
      * Move delete initalization to __init__
      
      * Remove unrelated message
      
      * Improve existing test
      
      * Oops.
      
      * Add a test to verify that readonly files are also deleted
      
      * 🎨
      
      * Increase places where TempDirectory is used
      
      * Remove unused import
      
      * Improve tests, fix bug
      
      * 🎨
      
      * Update test for new behaviour
      
      * Missed no_clean argument
      
      * Make temp_dir private
      
      * Delete the temporary directory based on no_clean
      
      * Give TemporaryDirectory use a unique name
      
      * 🎨
      
      * 📝 Add basic documentation
      0bdbee5c
    • X
      Merge pull request #4524 from pradyunsg/misc-1 · a6d25981
      Xavier Fernandez 提交于
      Misc Changes
      a6d25981
  4. 31 5月, 2017 6 次提交
  5. 30 5月, 2017 1 次提交
  6. 28 5月, 2017 1 次提交
    • P
      Another attempt to fix encoding issues (#4486) · 8a101321
      Paul Moore 提交于
      When reading bytes from subprocesses, use the locale encoding. Don't fail if the data is encoded incorrectly - instead, use the backslashreplace error handler (and warn the user).
      8a101321
  7. 26 5月, 2017 1 次提交
  8. 24 5月, 2017 6 次提交
  9. 23 5月, 2017 1 次提交
  10. 22 5月, 2017 2 次提交
  11. 20 5月, 2017 5 次提交
  12. 19 5月, 2017 11 次提交