libv8 4.5.95.5 → 5.0.71.48.0beta2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (332) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +45 -19
  3. data/CHANGELOG.md +14 -0
  4. data/README.md +30 -15
  5. data/Rakefile +7 -6
  6. data/ext/libv8/arch.rb +5 -4
  7. data/ext/libv8/builder.rb +25 -19
  8. data/ext/libv8/compiler.rb +6 -33
  9. data/ext/libv8/location.rb +7 -8
  10. data/lib/libv8/version.rb +1 -1
  11. data/libv8.gemspec +1 -1
  12. data/patches/build-standalone-static-library.patch +14 -0
  13. data/patches/disable-building-tests.patch +48 -10
  14. data/patches/fPIC-for-static.patch +3 -3
  15. data/release/x86-linux/Vagrantfile +8 -4
  16. data/release/x86_64-freebsd10/Vagrantfile +86 -0
  17. data/release/x86_64-linux/Vagrantfile +8 -4
  18. data/spec/compiler_spec.rb +5 -29
  19. data/spec/support/compiler_helpers.rb +2 -4
  20. data/vendor/depot_tools/.gitignore +15 -3
  21. data/vendor/depot_tools/OWNERS +2 -2
  22. data/vendor/depot_tools/PRESUBMIT.py +4 -2
  23. data/vendor/depot_tools/WATCHLISTS +6 -0
  24. data/vendor/depot_tools/apply_issue.py +70 -38
  25. data/vendor/depot_tools/bootstrap/win/README.md +66 -0
  26. data/vendor/depot_tools/bootstrap/win/git-bash.template.sh +12 -0
  27. data/vendor/depot_tools/bootstrap/win/git.template.bat +5 -0
  28. data/vendor/depot_tools/bootstrap/win/profile.d.python.sh +20 -0
  29. data/vendor/depot_tools/bootstrap/win/win_tools.bat +96 -45
  30. data/vendor/depot_tools/breakpad.py +6 -141
  31. data/vendor/depot_tools/buildbucket.py +45 -31
  32. data/vendor/depot_tools/cbuildbot +1 -0
  33. data/vendor/depot_tools/checkout.py +2 -1
  34. data/vendor/depot_tools/chrome_set_ver +1 -0
  35. data/vendor/depot_tools/cit +8 -0
  36. data/vendor/depot_tools/cit.bat +11 -0
  37. data/vendor/depot_tools/cit.py +120 -0
  38. data/vendor/depot_tools/codereview.settings +0 -2
  39. data/vendor/depot_tools/commit_queue +1 -5
  40. data/vendor/depot_tools/commit_queue.bat +1 -4
  41. data/vendor/depot_tools/commit_queue.py +78 -29
  42. data/vendor/depot_tools/cpplint.py +22 -14
  43. data/vendor/depot_tools/cros +1 -0
  44. data/vendor/depot_tools/cros_sdk +1 -0
  45. data/vendor/depot_tools/depot-tools-auth.py +3 -3
  46. data/vendor/depot_tools/download_from_google_storage.py +101 -21
  47. data/vendor/depot_tools/drover.py +2 -3
  48. data/vendor/depot_tools/fetch.py +31 -27
  49. data/vendor/depot_tools/{recipes → fetch_configs}/android.py +4 -4
  50. data/vendor/depot_tools/fetch_configs/breakpad.py +45 -0
  51. data/vendor/depot_tools/{recipes → fetch_configs}/chromium.py +3 -3
  52. data/vendor/depot_tools/{recipes/recipe_util.py → fetch_configs/config_util.py} +3 -3
  53. data/vendor/depot_tools/fetch_configs/crashpad.py +41 -0
  54. data/vendor/depot_tools/{recipes → fetch_configs}/dart.py +3 -3
  55. data/vendor/depot_tools/{recipes/pdfium.py → fetch_configs/dartino.py} +14 -13
  56. data/vendor/depot_tools/{recipes → fetch_configs}/dartium.py +3 -3
  57. data/vendor/depot_tools/{recipes → fetch_configs}/depot_tools.py +3 -3
  58. data/vendor/depot_tools/fetch_configs/gyp.py +42 -0
  59. data/vendor/depot_tools/{recipes → fetch_configs}/infra.py +3 -3
  60. data/vendor/depot_tools/{recipes → fetch_configs}/infra_internal.py +3 -3
  61. data/vendor/depot_tools/{recipes → fetch_configs}/ios.py +4 -4
  62. data/vendor/depot_tools/{recipes → fetch_configs}/mojo.py +3 -3
  63. data/vendor/depot_tools/{recipes → fetch_configs}/nacl.py +3 -3
  64. data/vendor/depot_tools/{recipes → fetch_configs}/naclports.py +3 -3
  65. data/vendor/depot_tools/fetch_configs/pdfium.py +40 -0
  66. data/vendor/depot_tools/{recipes → fetch_configs}/skia.py +3 -3
  67. data/vendor/depot_tools/{recipes → fetch_configs}/skia_buildbot.py +3 -3
  68. data/vendor/depot_tools/fetch_configs/syzygy.py +41 -0
  69. data/vendor/depot_tools/{recipes → fetch_configs}/v8.py +3 -3
  70. data/vendor/depot_tools/{recipes → fetch_configs}/webrtc.py +3 -3
  71. data/vendor/depot_tools/{recipes → fetch_configs}/webrtc_android.py +4 -4
  72. data/vendor/depot_tools/{recipes → fetch_configs}/webrtc_ios.py +4 -4
  73. data/vendor/depot_tools/fix_encoding.py +6 -6
  74. data/vendor/depot_tools/gcl.py +11 -21
  75. data/vendor/depot_tools/gclient +10 -0
  76. data/vendor/depot_tools/gclient-new-workdir.py +7 -38
  77. data/vendor/depot_tools/gclient.bat +2 -2
  78. data/vendor/depot_tools/gclient.py +85 -65
  79. data/vendor/depot_tools/gclient_scm.py +83 -10
  80. data/vendor/depot_tools/gclient_utils.py +5 -1
  81. data/vendor/depot_tools/gerrit_util.py +243 -26
  82. data/vendor/depot_tools/git-auto-svn +1 -1
  83. data/vendor/depot_tools/git-cache +1 -1
  84. data/vendor/depot_tools/git-cherry-pick-upload +1 -1
  85. data/vendor/depot_tools/git-cl +1 -1
  86. data/vendor/depot_tools/git-drover +6 -0
  87. data/vendor/depot_tools/git-find-releases +6 -0
  88. data/vendor/depot_tools/git-footers +1 -1
  89. data/vendor/depot_tools/git-freeze +1 -1
  90. data/vendor/depot_tools/git-gs +1 -1
  91. data/vendor/depot_tools/git-hyper-blame +6 -0
  92. data/vendor/depot_tools/git-map +1 -1
  93. data/vendor/depot_tools/git-map-branches +1 -1
  94. data/vendor/depot_tools/git-mark-merge-base +1 -1
  95. data/vendor/depot_tools/git-nav-downstream +1 -1
  96. data/vendor/depot_tools/git-new-branch +1 -1
  97. data/vendor/depot_tools/git-number +1 -1
  98. data/vendor/depot_tools/git-rebase-update +1 -1
  99. data/vendor/depot_tools/git-rename-branch +1 -1
  100. data/vendor/depot_tools/git-reparent-branch +1 -1
  101. data/vendor/depot_tools/git-retry +1 -1
  102. data/vendor/depot_tools/git-squash-branch +1 -1
  103. data/vendor/depot_tools/git-thaw +1 -1
  104. data/vendor/depot_tools/git-try +1 -1
  105. data/vendor/depot_tools/git-upstream-diff +1 -1
  106. data/vendor/depot_tools/git_auto_svn.py +24 -6
  107. data/vendor/depot_tools/git_cache.py +74 -27
  108. data/vendor/depot_tools/git_cl.py +2118 -747
  109. data/vendor/depot_tools/git_common.py +100 -6
  110. data/vendor/depot_tools/git_dates.py +62 -0
  111. data/vendor/depot_tools/git_drover.py +424 -0
  112. data/vendor/depot_tools/git_find_releases.py +65 -0
  113. data/vendor/depot_tools/git_footers.py +42 -0
  114. data/vendor/depot_tools/git_hyper_blame.py +391 -0
  115. data/vendor/depot_tools/git_map_branches.py +8 -6
  116. data/vendor/depot_tools/git_new_branch.py +6 -1
  117. data/vendor/depot_tools/git_rebase_update.py +56 -16
  118. data/vendor/depot_tools/git_reparent_branch.py +13 -0
  119. data/vendor/depot_tools/git_try.py +0 -2
  120. data/vendor/depot_tools/gsutil.py +51 -20
  121. data/vendor/depot_tools/infra/config/OWNERS +3 -1
  122. data/vendor/depot_tools/infra/config/cq.cfg +7 -3
  123. data/vendor/depot_tools/infra/config/recipes.cfg +9 -0
  124. data/vendor/depot_tools/luci_hacks/README.md +35 -0
  125. data/vendor/depot_tools/{bootstrap/virtualenv/tests → luci_hacks}/__init__.py +0 -0
  126. data/vendor/depot_tools/luci_hacks/luci_recipe_run.isolate +12 -0
  127. data/vendor/depot_tools/luci_hacks/luci_recipe_run.py +81 -0
  128. data/vendor/depot_tools/luci_hacks/trigger_luci_job.py +128 -0
  129. data/vendor/depot_tools/man/html/depot_tools.html +9 -1
  130. data/vendor/depot_tools/man/html/depot_tools_tutorial.html +4 -4
  131. data/vendor/depot_tools/man/html/git-drover.html +191 -35
  132. data/vendor/depot_tools/man/html/git-hyper-blame.html +878 -0
  133. data/vendor/depot_tools/man/html/git-rebase-update.html +9 -4
  134. data/vendor/depot_tools/man/man1/git-drover.1 +189 -36
  135. data/vendor/depot_tools/man/man1/git-hyper-blame.1 +128 -0
  136. data/vendor/depot_tools/man/man1/git-rebase-update.1 +8 -6
  137. data/vendor/depot_tools/man/man7/depot_tools.7 +9 -4
  138. data/vendor/depot_tools/man/src/_git-hyper-blame_desc.helper.txt +1 -0
  139. data/vendor/depot_tools/man/src/common_demo_functions.sh +5 -0
  140. data/vendor/depot_tools/man/src/depot_tools_tutorial.txt +1 -1
  141. data/vendor/depot_tools/man/src/git-drover.demo.1.sh +11 -16
  142. data/vendor/depot_tools/man/src/git-drover.demo.3.sh +27 -0
  143. data/vendor/depot_tools/man/src/git-drover.demo.4.sh +39 -0
  144. data/vendor/depot_tools/man/src/git-drover.txt +49 -3
  145. data/vendor/depot_tools/man/src/git-hyper-blame.demo.1.sh +3 -0
  146. data/vendor/depot_tools/man/src/git-hyper-blame.demo.2.sh +4 -0
  147. data/vendor/depot_tools/man/src/git-hyper-blame.demo.common.sh +57 -0
  148. data/vendor/depot_tools/man/src/git-hyper-blame.txt +85 -0
  149. data/vendor/depot_tools/man/src/git-rebase-update.txt +5 -1
  150. data/vendor/depot_tools/my_activity.py +6 -21
  151. data/vendor/depot_tools/ninja +2 -2
  152. data/vendor/depot_tools/ninja-linux32 +0 -0
  153. data/vendor/depot_tools/ninja-linux64 +0 -0
  154. data/vendor/depot_tools/ninja-mac +0 -0
  155. data/vendor/depot_tools/ninja.exe +0 -0
  156. data/vendor/depot_tools/presubmit_canned_checks.py +83 -69
  157. data/vendor/depot_tools/presubmit_support.py +126 -42
  158. data/vendor/depot_tools/pylint.py +5 -1
  159. data/vendor/depot_tools/python_runner.sh +55 -0
  160. data/vendor/depot_tools/recipe_modules/bot_update/__init__.py +32 -0
  161. data/vendor/depot_tools/recipe_modules/bot_update/api.py +283 -0
  162. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic.json +56 -0
  163. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_output_manifest.json +63 -0
  164. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json +57 -0
  165. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/clobber.json +44 -0
  166. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/forced.json +57 -0
  167. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_reset.json +44 -0
  168. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/no_shallow.json +44 -0
  169. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/off.json +43 -0
  170. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json +43 -0
  171. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/svn_mode.json +59 -0
  172. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange.json +58 -0
  173. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2.json +60 -0
  174. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob.json +58 -0
  175. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail.json +60 -0
  176. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json +81 -0
  177. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json +81 -0
  178. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json +49 -0
  179. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8.json +61 -0
  180. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json +51 -0
  181. data/vendor/depot_tools/recipe_modules/bot_update/example.py +172 -0
  182. data/vendor/depot_tools/{bootstrap/virtualenv/virtualenv_support → recipe_modules/bot_update/resources}/__init__.py +0 -0
  183. data/vendor/depot_tools/recipe_modules/bot_update/resources/bot_update.py +1764 -0
  184. data/vendor/depot_tools/recipe_modules/bot_update/test_api.py +86 -0
  185. data/vendor/depot_tools/recipe_modules/depot_tools/__init__.py +3 -0
  186. data/vendor/depot_tools/recipe_modules/depot_tools/api.py +27 -0
  187. data/vendor/depot_tools/recipe_modules/gclient/__init__.py +10 -0
  188. data/vendor/depot_tools/recipe_modules/gclient/api.py +378 -0
  189. data/vendor/depot_tools/recipe_modules/gclient/config.py +671 -0
  190. data/vendor/depot_tools/recipe_modules/gclient/example.expected/basic.json +172 -0
  191. data/vendor/depot_tools/recipe_modules/gclient/example.expected/revision.json +174 -0
  192. data/vendor/depot_tools/recipe_modules/gclient/example.expected/tryserver.json +185 -0
  193. data/vendor/depot_tools/recipe_modules/gclient/example.py +100 -0
  194. data/vendor/depot_tools/recipe_modules/gclient/test_api.py +37 -0
  195. data/vendor/depot_tools/recipe_modules/git/__init__.py +9 -0
  196. data/vendor/depot_tools/recipe_modules/git/api.py +377 -0
  197. data/vendor/depot_tools/recipe_modules/git/example.expected/basic.json +177 -0
  198. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_branch.json +177 -0
  199. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_file_name.json +179 -0
  200. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_hash.json +176 -0
  201. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_ref.json +177 -0
  202. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_submodule_update_force.json +178 -0
  203. data/vendor/depot_tools/recipe_modules/git/example.expected/can_fail_build.json +153 -0
  204. data/vendor/depot_tools/recipe_modules/git/example.expected/cannot_fail_build.json +181 -0
  205. data/vendor/depot_tools/recipe_modules/git/example.expected/cat-file_test.json +199 -0
  206. data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_delta.json +250 -0
  207. data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_failed.json +181 -0
  208. data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output.json +182 -0
  209. data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json +102 -0
  210. data/vendor/depot_tools/recipe_modules/git/example.expected/curl_trace_file.json +181 -0
  211. data/vendor/depot_tools/recipe_modules/git/example.expected/platform_win.json +186 -0
  212. data/vendor/depot_tools/recipe_modules/git/example.expected/rebase_failed.json +179 -0
  213. data/vendor/depot_tools/recipe_modules/git/example.expected/remote_not_origin.json +179 -0
  214. data/vendor/depot_tools/recipe_modules/git/example.expected/set_got_revision.json +178 -0
  215. data/vendor/depot_tools/recipe_modules/git/example.py +147 -0
  216. data/vendor/depot_tools/recipe_modules/git/resources/git_setup.py +61 -0
  217. data/vendor/depot_tools/recipe_modules/git/test_api.py +18 -0
  218. data/vendor/depot_tools/recipe_modules/git_cl/__init__.py +4 -0
  219. data/vendor/depot_tools/recipe_modules/git_cl/api.py +25 -0
  220. data/vendor/depot_tools/recipe_modules/git_cl/config.py +22 -0
  221. data/vendor/depot_tools/recipe_modules/git_cl/example.expected/basic.json +66 -0
  222. data/vendor/depot_tools/recipe_modules/git_cl/example.py +41 -0
  223. data/vendor/depot_tools/recipe_modules/infra_paths/__init__.py +4 -0
  224. data/vendor/depot_tools/recipe_modules/infra_paths/api.py +12 -0
  225. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/basic.json +14 -0
  226. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_linux.json +14 -0
  227. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_mac.json +14 -0
  228. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_win.json +14 -0
  229. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_linux.json +14 -0
  230. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_mac.json +14 -0
  231. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_win.json +14 -0
  232. data/vendor/depot_tools/recipe_modules/infra_paths/example.py +28 -0
  233. data/vendor/depot_tools/recipe_modules/infra_paths/path_config.py +45 -0
  234. data/vendor/depot_tools/recipe_modules/presubmit/__init__.py +4 -0
  235. data/vendor/depot_tools/recipe_modules/presubmit/api.py +20 -0
  236. data/vendor/depot_tools/recipe_modules/presubmit/example.expected/basic.json +18 -0
  237. data/vendor/depot_tools/recipe_modules/presubmit/example.py +15 -0
  238. data/vendor/depot_tools/recipe_modules/rietveld/__init__.py +5 -0
  239. data/vendor/depot_tools/recipe_modules/rietveld/api.py +94 -0
  240. data/vendor/depot_tools/recipe_modules/rietveld/example.expected/basic.json +30 -0
  241. data/vendor/depot_tools/recipe_modules/rietveld/example.py +24 -0
  242. data/vendor/depot_tools/recipe_modules/tryserver/__init__.py +15 -0
  243. data/vendor/depot_tools/recipe_modules/tryserver/api.py +280 -0
  244. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_git_patch.json +104 -0
  245. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch.json +58 -0
  246. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json +58 -0
  247. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json +68 -0
  248. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json +43 -0
  249. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json +43 -0
  250. data/vendor/depot_tools/recipe_modules/tryserver/example.py +53 -0
  251. data/vendor/depot_tools/recipe_modules/tryserver/test_api.py +7 -0
  252. data/vendor/depot_tools/recipes.py +136 -0
  253. data/vendor/depot_tools/repo +1 -1
  254. data/vendor/depot_tools/rietveld.py +46 -15
  255. data/vendor/depot_tools/roll_dep.py +97 -36
  256. data/vendor/depot_tools/scm.py +3 -3
  257. data/vendor/depot_tools/setup_color.py +94 -0
  258. data/vendor/depot_tools/subprocess2.py +10 -1
  259. data/vendor/depot_tools/third_party/cq_client/OWNERS +0 -1
  260. data/vendor/depot_tools/third_party/cq_client/README.md +47 -9
  261. data/vendor/depot_tools/third_party/cq_client/cq.pb.go +617 -0
  262. data/vendor/depot_tools/third_party/cq_client/cq.proto +75 -17
  263. data/vendor/depot_tools/third_party/cq_client/cq_pb2.py +168 -41
  264. data/vendor/depot_tools/third_party/cq_client/testdata/cq_gerrit.cfg +55 -0
  265. data/vendor/depot_tools/third_party/cq_client/{test/cq_example.cfg → testdata/cq_rietveld.cfg} +14 -6
  266. data/vendor/depot_tools/third_party/fancy_urllib/README +5 -4
  267. data/vendor/depot_tools/third_party/fancy_urllib/__init__.py +114 -52
  268. data/vendor/depot_tools/third_party/protobuf26/README.chromium +9 -6
  269. data/vendor/depot_tools/third_party/upload.py +17 -31
  270. data/vendor/depot_tools/trychange.py +0 -2
  271. data/vendor/depot_tools/update_depot_tools +29 -11
  272. data/vendor/depot_tools/update_depot_tools.bat +4 -9
  273. data/vendor/depot_tools/upload_to_google_storage.py +42 -5
  274. data/vendor/depot_tools/win_toolchain/OWNERS +1 -0
  275. data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +227 -52
  276. data/vendor/depot_tools/win_toolchain/package_from_installed.py +203 -88
  277. metadata +161 -81
  278. data/patches/arm/do-not-imply-vfp3-and-armv7.patch +0 -16
  279. data/patches/arm/do-not-use-vfp2.patch +0 -13
  280. data/patches/clang51/no-unused-variable.patch +0 -12
  281. data/vendor/depot_tools/bootstrap/.gitignore +0 -2
  282. data/vendor/depot_tools/bootstrap/bootstrap.py +0 -234
  283. data/vendor/depot_tools/bootstrap/deps.pyl +0 -15
  284. data/vendor/depot_tools/bootstrap/util.py +0 -87
  285. data/vendor/depot_tools/bootstrap/virtualenv/.gitignore +0 -10
  286. data/vendor/depot_tools/bootstrap/virtualenv/.travis.yml +0 -28
  287. data/vendor/depot_tools/bootstrap/virtualenv/AUTHORS.txt +0 -91
  288. data/vendor/depot_tools/bootstrap/virtualenv/CONTRIBUTING.rst +0 -21
  289. data/vendor/depot_tools/bootstrap/virtualenv/LICENSE.txt +0 -22
  290. data/vendor/depot_tools/bootstrap/virtualenv/MANIFEST.in +0 -11
  291. data/vendor/depot_tools/bootstrap/virtualenv/README.rst +0 -10
  292. data/vendor/depot_tools/bootstrap/virtualenv/bin/rebuild-script.py +0 -71
  293. data/vendor/depot_tools/bootstrap/virtualenv/docs/changes.rst +0 -747
  294. data/vendor/depot_tools/bootstrap/virtualenv/docs/conf.py +0 -149
  295. data/vendor/depot_tools/bootstrap/virtualenv/docs/development.rst +0 -61
  296. data/vendor/depot_tools/bootstrap/virtualenv/docs/index.rst +0 -137
  297. data/vendor/depot_tools/bootstrap/virtualenv/docs/installation.rst +0 -58
  298. data/vendor/depot_tools/bootstrap/virtualenv/docs/make.bat +0 -170
  299. data/vendor/depot_tools/bootstrap/virtualenv/docs/reference.rst +0 -256
  300. data/vendor/depot_tools/bootstrap/virtualenv/docs/userguide.rst +0 -249
  301. data/vendor/depot_tools/bootstrap/virtualenv/scripts/virtualenv +0 -3
  302. data/vendor/depot_tools/bootstrap/virtualenv/setup.py +0 -111
  303. data/vendor/depot_tools/bootstrap/virtualenv/tests/test_activate.sh +0 -94
  304. data/vendor/depot_tools/bootstrap/virtualenv/tests/test_activate_expected.output +0 -2
  305. data/vendor/depot_tools/bootstrap/virtualenv/tests/test_virtualenv.py +0 -139
  306. data/vendor/depot_tools/bootstrap/virtualenv/tests/tox.ini +0 -12
  307. data/vendor/depot_tools/bootstrap/virtualenv/tox.ini +0 -17
  308. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv.py +0 -2367
  309. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.bat +0 -26
  310. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.csh +0 -42
  311. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.fish +0 -74
  312. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.ps1 +0 -150
  313. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.sh +0 -80
  314. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate_this.py +0 -34
  315. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/deactivate.bat +0 -20
  316. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/distutils-init.py +0 -101
  317. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/distutils.cfg +0 -6
  318. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/site.py +0 -758
  319. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_support/pip-6.0-py2.py3-none-any.whl +0 -0
  320. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_support/setuptools-8.2.1-py2.py3-none-any.whl +0 -0
  321. data/vendor/depot_tools/bootstrap/win/README.google +0 -16
  322. data/vendor/depot_tools/cbuildbot +0 -96
  323. data/vendor/depot_tools/chrome_set_ver +0 -96
  324. data/vendor/depot_tools/cros +0 -96
  325. data/vendor/depot_tools/cros_sdk +0 -96
  326. data/vendor/depot_tools/git-cl-upload-hook +0 -52
  327. data/vendor/depot_tools/git-crup +0 -45
  328. data/vendor/depot_tools/python_git_runner.sh +0 -36
  329. data/vendor/depot_tools/recipes/blink.py +0 -59
  330. data/vendor/depot_tools/third_party/cq_client/test/validate_config_test.py +0 -52
  331. data/vendor/depot_tools/third_party/cq_client/validate_config.py +0 -108
  332. data/vendor/depot_tools/win_toolchain/toolchain2013.py +0 -494
@@ -1,21 +0,0 @@
1
- virtualenv
2
- ==========
3
-
4
- See docs/index.rst for user documentation.
5
-
6
- Contributor notes
7
- -----------------
8
-
9
- * virtualenv is designed to work on python 2 and 3 with a single code base.
10
- Use Python 3 print-function syntax, and always ``use sys.exc_info()[1]``
11
- inside the ``except`` block to get at exception objects.
12
-
13
- * virtualenv uses git-flow_ to `coordinate development`_. The latest stable
14
- version should exist on the *master* branch, and new work should be
15
- integrated to *develop*.
16
-
17
- * All changes to files inside virtualenv_embedded should be integrated to
18
- ``virtualenv.py`` with ``bin/rebuild-script.py``.
19
-
20
- .. _git-flow: https://github.com/nvie/gitflow
21
- .. _coordinate development: http://nvie.com/posts/a-successful-git-branching-model/
@@ -1,22 +0,0 @@
1
- Copyright (c) 2007 Ian Bicking and Contributors
2
- Copyright (c) 2009 Ian Bicking, The Open Planning Project
3
- Copyright (c) 2011-2014 The virtualenv developers
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,11 +0,0 @@
1
- recursive-include bin *
2
- recursive-include docs *
3
- recursive-include scripts *
4
- recursive-include virtualenv_support *.whl
5
- recursive-include virtualenv_embedded *
6
- recursive-exclude docs/_templates *
7
- recursive-exclude docs/_build *
8
- include virtualenv_support/__init__.py
9
- include *.py
10
- include AUTHORS.txt
11
- include LICENSE.txt
@@ -1,10 +0,0 @@
1
- virtualenv
2
- ==========
3
-
4
- .. image:: https://pypip.in/v/virtualenv/badge.png
5
- :target: https://pypi.python.org/pypi/virtualenv
6
-
7
- .. image:: https://secure.travis-ci.org/pypa/virtualenv.png?branch=develop
8
- :target: http://travis-ci.org/pypa/virtualenv
9
-
10
- For documentation, see https://virtualenv.pypa.io/
@@ -1,71 +0,0 @@
1
- #!/usr/bin/env python
2
- """
3
- Helper script to rebuild virtualenv.py from virtualenv_support
4
- """
5
-
6
- import re
7
- import os
8
- import sys
9
-
10
- here = os.path.dirname(__file__)
11
- script = os.path.join(here, '..', 'virtualenv.py')
12
-
13
- file_regex = re.compile(
14
- r'##file (.*?)\n([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*convert\("""(.*?)"""\)',
15
- re.S)
16
- file_template = '##file %(filename)s\n%(varname)s = convert("""\n%(data)s""")'
17
-
18
- def rebuild():
19
- f = open(script, 'rb')
20
- content = f.read()
21
- f.close()
22
- parts = []
23
- last_pos = 0
24
- match = None
25
- for match in file_regex.finditer(content):
26
- parts.append(content[last_pos:match.start()])
27
- last_pos = match.end()
28
- filename = match.group(1)
29
- varname = match.group(2)
30
- data = match.group(3)
31
- print('Found reference to file %s' % filename)
32
- pathname = os.path.join(here, '..', 'virtualenv_embedded', filename)
33
- f = open(pathname, 'rb')
34
- c = f.read()
35
- f.close()
36
- new_data = c.encode('zlib').encode('base64')
37
- if new_data == data:
38
- print(' Reference up to date (%s bytes)' % len(c))
39
- parts.append(match.group(0))
40
- continue
41
- print(' Content changed (%s bytes -> %s bytes)' % (
42
- zipped_len(data), len(c)))
43
- new_match = file_template % dict(
44
- filename=filename,
45
- varname=varname,
46
- data=new_data)
47
- parts.append(new_match)
48
- parts.append(content[last_pos:])
49
- new_content = ''.join(parts)
50
- if new_content != content:
51
- sys.stdout.write('Content updated; overwriting... ')
52
- f = open(script, 'wb')
53
- f.write(new_content)
54
- f.close()
55
- print('done.')
56
- else:
57
- print('No changes in content')
58
- if match is None:
59
- print('No variables were matched/found')
60
-
61
- def zipped_len(data):
62
- if not data:
63
- return 'no data'
64
- try:
65
- return len(data.decode('base64').decode('zlib'))
66
- except:
67
- return 'unknown'
68
-
69
- if __name__ == '__main__':
70
- rebuild()
71
-
@@ -1,747 +0,0 @@
1
- Release History
2
- ===============
3
-
4
- 12.0 (2014-12-22)
5
- ~~~~~~~~~~~~~~~~~
6
-
7
- * **PROCESS** Version numbers are now simply ``X.Y`` where the leading ``1``
8
- has been dropped.
9
- * Split up documentation into structured pages
10
- * Now using pytest framework
11
- * Correct sys.path ordering for debian, issue #461
12
- * Correctly throws error on older Pythons, issue #619
13
- * Allow for empty $PATH, pull #601
14
- * Don't set prompt if $env:VIRTUAL_ENV_DISABLE_PROMPT is set for Powershell
15
- * Updated setuptools to 7.0
16
-
17
- 1.11.6 (2014-05-16)
18
- ~~~~~~~~~~~~~~~~~~~
19
-
20
- * Updated setuptools to 3.6
21
- * Updated pip to 1.5.6
22
-
23
- 1.11.5 (2014-05-03)
24
- ~~~~~~~~~~~~~~~~~~~
25
-
26
- * Updated setuptools to 3.4.4
27
- * Updated documentation to use https://virtualenv.pypa.io/
28
- * Updated pip to 1.5.5
29
-
30
- 1.11.4 (2014-02-21)
31
- ~~~~~~~~~~~~~~~~~~~
32
-
33
- * Updated pip to 1.5.4
34
-
35
-
36
- 1.11.3 (2014-02-20)
37
- ~~~~~~~~~~~~~~~~~~~
38
-
39
- * Updated setuptools to 2.2
40
- * Updated pip to 1.5.3
41
-
42
-
43
- 1.11.2 (2014-01-26)
44
- ~~~~~~~~~~~~~~~~~~~
45
-
46
- * Fixed easy_install installed virtualenvs by updated pip to 1.5.2
47
-
48
- 1.11.1 (2014-01-20)
49
- ~~~~~~~~~~~~~~~~~~~
50
-
51
- * Fixed an issue where pip and setuptools were not getting installed when using
52
- the ``--system-site-packages`` flag.
53
- * Updated setuptools to fix an issue when installed with easy_install
54
- * Fixed an issue with Python 3.4 and sys.stdout encoding being set to ascii
55
- * Upgraded pip to v1.5.1
56
- * Upgraded setuptools to v2.1
57
-
58
- 1.11 (2014-01-02)
59
- ~~~~~~~~~~~~~~~~~
60
-
61
- * **BACKWARDS INCOMPATIBLE** Switched to using wheels for the bundled copies of
62
- setuptools and pip. Using sdists is no longer supported - users supplying
63
- their own versions of pip/setuptools will need to provide wheels.
64
- * **BACKWARDS INCOMPATIBLE** Modified the handling of ``--extra-search-dirs``.
65
- This option now works like pip's ``--find-links`` option, in that it adds
66
- extra directories to search for compatible wheels for pip and setuptools.
67
- The actual wheel selected is chosen based on version and compatibility, using
68
- the same algorithm as ``pip install setuptools``.
69
- * Fixed #495, --always-copy was failing (#PR 511)
70
- * Upgraded pip to v1.5
71
- * Upgraded setuptools to v1.4
72
-
73
- 1.10.1 (2013-08-07)
74
- ~~~~~~~~~~~~~~~~~~~
75
-
76
- * **New Signing Key** Release 1.10.1 is using a different key than normal with
77
- fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
78
- * Upgraded pip to v1.4.1
79
- * Upgraded setuptools to v0.9.8
80
-
81
-
82
- 1.10 (2013-07-23)
83
- ~~~~~~~~~~~~~~~~~
84
-
85
- * **BACKWARDS INCOMPATIBLE** Dropped support for Python 2.5. The minimum
86
- supported Python version is now Python 2.6.
87
-
88
- * **BACKWARDS INCOMPATIBLE** Using ``virtualenv.py`` as an isolated script
89
- (i.e. without an associated ``virtualenv_support`` directory) is no longer
90
- supported for security reasons and will fail with an error.
91
-
92
- Along with this, ``--never-download`` is now always pinned to ``True``, and
93
- is only being maintained in the short term for backward compatibility
94
- (Pull #412).
95
-
96
- * **IMPORTANT** Switched to the new setuptools (v0.9.7) which has been merged
97
- with Distribute_ again and works for Python 2 and 3 with one codebase.
98
- The ``--distribute`` and ``--setuptools`` options are now no-op.
99
-
100
- * Updated to pip 1.4.
101
-
102
- * Added support for PyPy3k
103
-
104
- * Added the option to use a version number with the ``-p`` option to get the
105
- system copy of that Python version (Windows only)
106
-
107
- * Removed embedded ``ez_setup.py``, ``distribute_setup.py`` and
108
- ``distribute_from_egg.py`` files as part of switching to merged setuptools.
109
-
110
- * Fixed ``--relocatable`` to work better on Windows.
111
-
112
- * Fixed issue with readline on Windows.
113
-
114
- .. _Distribute: https://pypi.python.org/pypi/distribute
115
-
116
- 1.9.1 (2013-03-08)
117
- ~~~~~~~~~~~~~~~~~~
118
-
119
- * Updated to pip 1.3.1 that fixed a major backward incompatible change of
120
- parsing URLs to externally hosted packages that got accidentily included
121
- in pip 1.3.
122
-
123
- 1.9 (2013-03-07)
124
- ~~~~~~~~~~~~~~~~
125
-
126
- * Unset VIRTUAL_ENV environment variable in deactivate.bat (Pull #364)
127
- * Upgraded distribute to 0.6.34.
128
- * Added ``--no-setuptools`` and ``--no-pip`` options (Pull #336).
129
- * Fixed Issue #373. virtualenv-1.8.4 was failing in cygwin (Pull #382).
130
- * Fixed Issue #378. virtualenv is now "multiarch" aware on debian/ubuntu (Pull #379).
131
- * Fixed issue with readline module path on pypy and OSX (Pull #374).
132
- * Made 64bit detection compatible with Python 2.5 (Pull #393).
133
-
134
-
135
- 1.8.4 (2012-11-25)
136
- ~~~~~~~~~~~~~~~~~~
137
-
138
- * Updated distribute to 0.6.31. This fixes #359 (numpy install regression) on
139
- UTF-8 platforms, and provides a workaround on other platforms:
140
- ``PYTHONIOENCODING=utf8 pip install numpy``.
141
-
142
- * When installing virtualenv via curl, don't forget to filter out arguments
143
- the distribute setup script won't understand. Fixes #358.
144
-
145
- * Added some more integration tests.
146
-
147
- * Removed the unsupported embedded setuptools egg for Python 2.4 to reduce
148
- file size.
149
-
150
- 1.8.3 (2012-11-21)
151
- ~~~~~~~~~~~~~~~~~~
152
-
153
- * Fixed readline on OS X. Thanks minrk
154
-
155
- * Updated distribute to 0.6.30 (improves our error reporting, plus new
156
- distribute features and fixes). Thanks Gabriel (g2p)
157
-
158
- * Added compatibility with multiarch Python (Python 3.3 for example). Added an
159
- integration test. Thanks Gabriel (g2p)
160
-
161
- * Added ability to install distribute from a user-provided egg, rather than the
162
- bundled sdist, for better speed. Thanks Paul Moore.
163
-
164
- * Make the creation of lib64 symlink smarter about already-existing symlink,
165
- and more explicit about full paths. Fixes #334 and #330. Thanks Jeremy Orem.
166
-
167
- * Give lib64 site-dir preference over lib on 64-bit systems, to avoid wrong
168
- 32-bit compiles in the venv. Fixes #328. Thanks Damien Nozay.
169
-
170
- * Fix a bug with prompt-handling in ``activate.csh`` in non-interactive csh
171
- shells. Fixes #332. Thanks Benjamin Root for report and patch.
172
-
173
- * Make it possible to create a virtualenv from within a Python
174
- 3.3. pyvenv. Thanks Chris McDonough for the report.
175
-
176
- * Add optional --setuptools option to be able to switch to it in case
177
- distribute is the default (like in Debian).
178
-
179
- 1.8.2 (2012-09-06)
180
- ~~~~~~~~~~~~~~~~~~
181
-
182
- * Updated the included pip version to 1.2.1 to fix regressions introduced
183
- there in 1.2.
184
-
185
-
186
- 1.8.1 (2012-09-03)
187
- ~~~~~~~~~~~~~~~~~~
188
-
189
- * Fixed distribute version used with `--never-download`. Thanks michr for
190
- report and patch.
191
-
192
- * Fix creating Python 3.3 based virtualenvs by unsetting the
193
- ``__PYVENV_LAUNCHER__`` environment variable in subprocesses.
194
-
195
-
196
- 1.8 (2012-09-01)
197
- ~~~~~~~~~~~~~~~~
198
-
199
- * **Dropped support for Python 2.4** The minimum supported Python version is
200
- now Python 2.5.
201
-
202
- * Fix `--relocatable` on systems that use lib64. Fixes #78. Thanks Branden
203
- Rolston.
204
-
205
- * Symlink some additional modules under Python 3. Fixes #194. Thanks Vinay
206
- Sajip, Ian Clelland, and Stefan Holek for the report.
207
-
208
- * Fix ``--relocatable`` when a script uses ``__future__`` imports. Thanks
209
- Branden Rolston.
210
-
211
- * Fix a bug in the config option parser that prevented setting negative
212
- options with environment variables. Thanks Ralf Schmitt.
213
-
214
- * Allow setting ``--no-site-packages`` from the config file.
215
-
216
- * Use ``/usr/bin/multiarch-platform`` if available to figure out the include
217
- directory. Thanks for the patch, Mika Laitio.
218
-
219
- * Fix ``install_name_tool`` replacement to work on Python 3.X.
220
-
221
- * Handle paths of users' site-packages on Mac OS X correctly when changing
222
- the prefix.
223
-
224
- * Updated the embedded version of distribute to 0.6.28 and pip to 1.2.
225
-
226
-
227
- 1.7.2 (2012-06-22)
228
- ~~~~~~~~~~~~~~~~~~
229
-
230
- * Updated to distribute 0.6.27.
231
-
232
- * Fix activate.fish on OS X. Fixes #8. Thanks David Schoonover.
233
-
234
- * Create a virtualenv-x.x script with the Python version when installing, so
235
- virtualenv for multiple Python versions can be installed to the same
236
- script location. Thanks Miki Tebeka.
237
-
238
- * Restored ability to create a virtualenv with a path longer than 78
239
- characters, without breaking creation of virtualenvs with non-ASCII paths.
240
- Thanks, Bradley Ayers.
241
-
242
- * Added ability to create virtualenvs without having installed Apple's
243
- developers tools (using an own implementation of ``install_name_tool``).
244
- Thanks Mike Hommey.
245
-
246
- * Fixed PyPy and Jython support on Windows. Thanks Konstantin Zemlyak.
247
-
248
- * Added pydoc script to ease use. Thanks Marc Abramowitz. Fixes #149.
249
-
250
- * Fixed creating a bootstrap script on Python 3. Thanks Raul Leal. Fixes #280.
251
-
252
- * Fixed inconsistency when having set the ``PYTHONDONTWRITEBYTECODE`` env var
253
- with the --distribute option or the ``VIRTUALENV_USE_DISTRIBUTE`` env var.
254
- ``VIRTUALENV_USE_DISTRIBUTE`` is now considered again as a legacy alias.
255
-
256
-
257
- 1.7.1.2 (2012-02-17)
258
- ~~~~~~~~~~~~~~~~~~~~
259
-
260
- * Fixed minor issue in `--relocatable`. Thanks, Cap Petschulat.
261
-
262
-
263
- 1.7.1.1 (2012-02-16)
264
- ~~~~~~~~~~~~~~~~~~~~
265
-
266
- * Bumped the version string in ``virtualenv.py`` up, too.
267
-
268
- * Fixed rST rendering bug of long description.
269
-
270
-
271
- 1.7.1 (2012-02-16)
272
- ~~~~~~~~~~~~~~~~~~
273
-
274
- * Update embedded pip to version 1.1.
275
-
276
- * Fix `--relocatable` under Python 3. Thanks Doug Hellmann.
277
-
278
- * Added environ PATH modification to activate_this.py. Thanks Doug
279
- Napoleone. Fixes #14.
280
-
281
- * Support creating virtualenvs directly from a Python build directory on
282
- Windows. Thanks CBWhiz. Fixes #139.
283
-
284
- * Use non-recursive symlinks to fix things up for posix_local install
285
- scheme. Thanks michr.
286
-
287
- * Made activate script available for use with msys and cygwin on Windows.
288
- Thanks Greg Haskins, Cliff Xuan, Jonathan Griffin and Doug Napoleone.
289
- Fixes #176.
290
-
291
- * Fixed creation of virtualenvs on Windows when Python is not installed for
292
- all users. Thanks Anatoly Techtonik for report and patch and Doug
293
- Napoleone for testing and confirmation. Fixes #87.
294
-
295
- * Fixed creation of virtualenvs using -p in installs where some modules
296
- that ought to be in the standard library (e.g. `readline`) are actually
297
- installed in `site-packages` next to `virtualenv.py`. Thanks Greg Haskins
298
- for report and fix. Fixes #167.
299
-
300
- * Added activation script for Powershell (signed by Jannis Leidel). Many
301
- thanks to Jason R. Coombs.
302
-
303
-
304
- 1.7 (2011-11-30)
305
- ~~~~~~~~~~~~~~~~
306
-
307
- * Gave user-provided ``--extra-search-dir`` priority over default dirs for
308
- finding setuptools/distribute (it already had priority for finding pip).
309
- Thanks Ethan Jucovy.
310
-
311
- * Updated embedded Distribute release to 0.6.24. Thanks Alex Gronholm.
312
-
313
- * Made ``--no-site-packages`` behavior the default behavior. The
314
- ``--no-site-packages`` flag is still permitted, but displays a warning when
315
- used. Thanks Chris McDonough.
316
-
317
- * New flag: ``--system-site-packages``; this flag should be passed to get the
318
- previous default global-site-package-including behavior back.
319
-
320
- * Added ability to set command options as environment variables and options
321
- in a ``virtualenv.ini`` file.
322
-
323
- * Fixed various encoding related issues with paths. Thanks Gunnlaugur Thor Briem.
324
-
325
- * Made ``virtualenv.py`` script executable.
326
-
327
-
328
- 1.6.4 (2011-07-21)
329
- ~~~~~~~~~~~~~~~~~~
330
-
331
- * Restored ability to run on Python 2.4, too.
332
-
333
-
334
- 1.6.3 (2011-07-16)
335
- ~~~~~~~~~~~~~~~~~~
336
-
337
- * Restored ability to run on Python < 2.7.
338
-
339
-
340
- 1.6.2 (2011-07-16)
341
- ~~~~~~~~~~~~~~~~~~
342
-
343
- * Updated embedded distribute release to 0.6.19.
344
-
345
- * Updated embedded pip release to 1.0.2.
346
-
347
- * Fixed #141 - Be smarter about finding pkg_resources when using the
348
- non-default Python interpreter (by using the ``-p`` option).
349
-
350
- * Fixed #112 - Fixed path in docs.
351
-
352
- * Fixed #109 - Corrected doctests of a Logger method.
353
-
354
- * Fixed #118 - Fixed creating virtualenvs on platforms that use the
355
- "posix_local" install scheme, such as Ubuntu with Python 2.7.
356
-
357
- * Add missing library to Python 3 virtualenvs (``_dummy_thread``).
358
-
359
-
360
- 1.6.1 (2011-04-30)
361
- ~~~~~~~~~~~~~~~~~~
362
-
363
- * Start to use git-flow.
364
-
365
- * Added support for PyPy 1.5
366
-
367
- * Fixed #121 -- added sanity-checking of the -p argument. Thanks Paul Nasrat.
368
-
369
- * Added progress meter for pip installation as well as setuptools. Thanks Ethan
370
- Jucovy.
371
-
372
- * Added --never-download and --search-dir options. Thanks Ethan Jucovy.
373
-
374
-
375
- 1.6
376
- ~~~
377
-
378
- * Added Python 3 support! Huge thanks to Vinay Sajip and Vitaly Babiy.
379
-
380
- * Fixed creation of virtualenvs on Mac OS X when standard library modules
381
- (readline) are installed outside the standard library.
382
-
383
- * Updated bundled pip to 1.0.
384
-
385
-
386
- 1.5.2
387
- ~~~~~
388
-
389
- * Moved main repository to Github: https://github.com/pypa/virtualenv
390
-
391
- * Transferred primary maintenance from Ian to Jannis Leidel, Carl Meyer and Brian Rosner
392
-
393
- * Fixed a few more pypy related bugs.
394
-
395
- * Updated bundled pip to 0.8.2.
396
-
397
- * Handed project over to new team of maintainers.
398
-
399
- * Moved virtualenv to Github at https://github.com/pypa/virtualenv
400
-
401
-
402
- 1.5.1
403
- ~~~~~
404
-
405
- * Added ``_weakrefset`` requirement for Python 2.7.1.
406
-
407
- * Fixed Windows regression in 1.5
408
-
409
-
410
- 1.5
411
- ~~~
412
-
413
- * Include pip 0.8.1.
414
-
415
- * Add support for PyPy.
416
-
417
- * Uses a proper temporary dir when installing environment requirements.
418
-
419
- * Add ``--prompt`` option to be able to override the default prompt prefix.
420
-
421
- * Fix an issue with ``--relocatable`` on Windows.
422
-
423
- * Fix issue with installing the wrong version of distribute.
424
-
425
- * Add fish and csh activate scripts.
426
-
427
-
428
- 1.4.9
429
- ~~~~~
430
-
431
- * Include pip 0.7.2
432
-
433
-
434
- 1.4.8
435
- ~~~~~
436
-
437
- * Fix for Mac OS X Framework builds that use
438
- ``--universal-archs=intel``
439
-
440
- * Fix ``activate_this.py`` on Windows.
441
-
442
- * Allow ``$PYTHONHOME`` to be set, so long as you use ``source
443
- bin/activate`` it will get unset; if you leave it set and do not
444
- activate the environment it will still break the environment.
445
-
446
- * Include pip 0.7.1
447
-
448
-
449
- 1.4.7
450
- ~~~~~
451
-
452
- * Include pip 0.7
453
-
454
-
455
- 1.4.6
456
- ~~~~~
457
-
458
- * Allow ``activate.sh`` to skip updating the prompt (by setting
459
- ``$VIRTUAL_ENV_DISABLE_PROMPT``).
460
-
461
-
462
- 1.4.5
463
- ~~~~~
464
-
465
- * Include pip 0.6.3
466
-
467
- * Fix ``activate.bat`` and ``deactivate.bat`` under Windows when
468
- ``PATH`` contained a parenthesis
469
-
470
-
471
- 1.4.4
472
- ~~~~~
473
-
474
- * Include pip 0.6.2 and Distribute 0.6.10
475
-
476
- * Create the ``virtualenv`` script even when Setuptools isn't
477
- installed
478
-
479
- * Fix problem with ``virtualenv --relocate`` when ``bin/`` has
480
- subdirectories (e.g., ``bin/.svn/``); from Alan Franzoni.
481
-
482
- * If you set ``$VIRTUALENV_DISTRIBUTE`` then virtualenv will use
483
- Distribute by default (so you don't have to remember to use
484
- ``--distribute``).
485
-
486
-
487
- 1.4.3
488
- ~~~~~
489
-
490
- * Include pip 0.6.1
491
-
492
-
493
- 1.4.2
494
- ~~~~~
495
-
496
- * Fix pip installation on Windows
497
-
498
- * Fix use of stand-alone ``virtualenv.py`` (and boot scripts)
499
-
500
- * Exclude ~/.local (user site-packages) from environments when using
501
- ``--no-site-packages``
502
-
503
-
504
- 1.4.1
505
- ~~~~~
506
-
507
- * Include pip 0.6
508
-
509
-
510
- 1.4
511
- ~~~
512
-
513
- * Updated setuptools to 0.6c11
514
-
515
- * Added the --distribute option
516
-
517
- * Fixed packaging problem of support-files
518
-
519
-
520
- 1.3.4
521
- ~~~~~
522
-
523
- * Virtualenv now copies the actual embedded Python binary on
524
- Mac OS X to fix a hang on Snow Leopard (10.6).
525
-
526
- * Fail more gracefully on Windows when ``win32api`` is not installed.
527
-
528
- * Fix site-packages taking precedent over Jython's ``__classpath__``
529
- and also specially handle the new ``__pyclasspath__`` entry in
530
- ``sys.path``.
531
-
532
- * Now copies Jython's ``registry`` file to the virtualenv if it exists.
533
-
534
- * Better find libraries when compiling extensions on Windows.
535
-
536
- * Create ``Scripts\pythonw.exe`` on Windows.
537
-
538
- * Added support for the Debian/Ubuntu
539
- ``/usr/lib/pythonX.Y/dist-packages`` directory.
540
-
541
- * Set ``distutils.sysconfig.get_config_vars()['LIBDIR']`` (based on
542
- ``sys.real_prefix``) which is reported to help building on Windows.
543
-
544
- * Make ``deactivate`` work on ksh
545
-
546
- * Fixes for ``--python``: make it work with ``--relocatable`` and the
547
- symlink created to the exact Python version.
548
-
549
-
550
- 1.3.3
551
- ~~~~~
552
-
553
- * Use Windows newlines in ``activate.bat``, which has been reported to help
554
- when using non-ASCII directory names.
555
-
556
- * Fixed compatibility with Jython 2.5b1.
557
-
558
- * Added a function ``virtualenv.install_python`` for more fine-grained
559
- access to what ``virtualenv.create_environment`` does.
560
-
561
- * Fix `a problem <https://bugs.launchpad.net/virtualenv/+bug/241581>`_
562
- with Windows and paths that contain spaces.
563
-
564
- * If ``/path/to/env/.pydistutils.cfg`` exists (or
565
- ``/path/to/env/pydistutils.cfg`` on Windows systems) then ignore
566
- ``~/.pydistutils.cfg`` and use that other file instead.
567
-
568
- * Fix ` a problem
569
- <https://bugs.launchpad.net/virtualenv/+bug/340050>`_ picking up
570
- some ``.so`` libraries in ``/usr/local``.
571
-
572
-
573
- 1.3.2
574
- ~~~~~
575
-
576
- * Remove the ``[install] prefix = ...`` setting from the virtualenv
577
- ``distutils.cfg`` -- this has been causing problems for a lot of
578
- people, in rather obscure ways.
579
-
580
- * If you use a boot script it will attempt to import ``virtualenv``
581
- and find a pre-downloaded Setuptools egg using that.
582
-
583
- * Added platform-specific paths, like ``/usr/lib/pythonX.Y/plat-linux2``
584
-
585
-
586
- 1.3.1
587
- ~~~~~
588
-
589
- * Real Python 2.6 compatibility. Backported the Python 2.6 updates to
590
- ``site.py``, including `user directories
591
- <http://docs.python.org/dev/whatsnew/2.6.html#pep-370-per-user-site-packages-directory>`_
592
- (this means older versions of Python will support user directories,
593
- whether intended or not).
594
-
595
- * Always set ``[install] prefix`` in ``distutils.cfg`` -- previously
596
- on some platforms where a system-wide ``distutils.cfg`` was present
597
- with a ``prefix`` setting, packages would be installed globally
598
- (usually in ``/usr/local/lib/pythonX.Y/site-packages``).
599
-
600
- * Sometimes Cygwin seems to leave ``.exe`` off ``sys.executable``; a
601
- workaround is added.
602
-
603
- * Fix ``--python`` option.
604
-
605
- * Fixed handling of Jython environments that use a
606
- jython-complete.jar.
607
-
608
-
609
- 1.3
610
- ~~~
611
-
612
- * Update to Setuptools 0.6c9
613
- * Added an option ``virtualenv --relocatable EXISTING_ENV``, which
614
- will make an existing environment "relocatable" -- the paths will
615
- not be absolute in scripts, ``.egg-info`` and ``.pth`` files. This
616
- may assist in building environments that can be moved and copied.
617
- You have to run this *after* any new packages installed.
618
- * Added ``bin/activate_this.py``, a file you can use like
619
- ``execfile("path_to/activate_this.py",
620
- dict(__file__="path_to/activate_this.py"))`` -- this will activate
621
- the environment in place, similar to what `the mod_wsgi example
622
- does <http://code.google.com/p/modwsgi/wiki/VirtualEnvironments>`_.
623
- * For Mac framework builds of Python, the site-packages directory
624
- ``/Library/Python/X.Y/site-packages`` is added to ``sys.path``, from
625
- Andrea Rech.
626
- * Some platform-specific modules in Macs are added to the path now
627
- (``plat-darwin/``, ``plat-mac/``, ``plat-mac/lib-scriptpackages``),
628
- from Andrea Rech.
629
- * Fixed a small Bashism in the ``bin/activate`` shell script.
630
- * Added ``__future__`` to the list of required modules, for Python
631
- 2.3. You'll still need to backport your own ``subprocess`` module.
632
- * Fixed the ``__classpath__`` entry in Jython's ``sys.path`` taking
633
- precedent over virtualenv's libs.
634
-
635
-
636
- 1.2
637
- ~~~
638
-
639
- * Added a ``--python`` option to select the Python interpreter.
640
- * Add ``warnings`` to the modules copied over, for Python 2.6 support.
641
- * Add ``sets`` to the module copied over for Python 2.3 (though Python
642
- 2.3 still probably doesn't work).
643
-
644
-
645
- 1.1.1
646
- ~~~~~
647
-
648
- * Added support for Jython 2.5.
649
-
650
-
651
- 1.1
652
- ~~~
653
-
654
- * Added support for Python 2.6.
655
- * Fix a problem with missing ``DLLs/zlib.pyd`` on Windows. Create
656
- * ``bin/python`` (or ``bin/python.exe``) even when you run virtualenv
657
- with an interpreter named, e.g., ``python2.4``
658
- * Fix MacPorts Python
659
- * Added --unzip-setuptools option
660
- * Update to Setuptools 0.6c8
661
- * If the current directory is not writable, run ez_setup.py in ``/tmp``
662
- * Copy or symlink over the ``include`` directory so that packages will
663
- more consistently compile.
664
-
665
-
666
- 1.0
667
- ~~~
668
-
669
- * Fix build on systems that use ``/usr/lib64``, distinct from
670
- ``/usr/lib`` (specifically CentOS x64).
671
- * Fixed bug in ``--clear``.
672
- * Fixed typos in ``deactivate.bat``.
673
- * Preserve ``$PYTHONPATH`` when calling subprocesses.
674
-
675
-
676
- 0.9.2
677
- ~~~~~
678
-
679
- * Fix include dir copying on Windows (makes compiling possible).
680
- * Include the main ``lib-tk`` in the path.
681
- * Patch ``distutils.sysconfig``: ``get_python_inc`` and
682
- ``get_python_lib`` to point to the global locations.
683
- * Install ``distutils.cfg`` before Setuptools, so that system
684
- customizations of ``distutils.cfg`` won't effect the installation.
685
- * Add ``bin/pythonX.Y`` to the virtualenv (in addition to
686
- ``bin/python``).
687
- * Fixed an issue with Mac Framework Python builds, and absolute paths
688
- (from Ronald Oussoren).
689
-
690
-
691
- 0.9.1
692
- ~~~~~
693
-
694
- * Improve ability to create a virtualenv from inside a virtualenv.
695
- * Fix a little bug in ``bin/activate``.
696
- * Actually get ``distutils.cfg`` to work reliably.
697
-
698
-
699
- 0.9
700
- ~~~
701
-
702
- * Added ``lib-dynload`` and ``config`` to things that need to be
703
- copied over in an environment.
704
- * Copy over or symlink the ``include`` directory, so that you can
705
- build packages that need the C headers.
706
- * Include a ``distutils`` package, so you can locally update
707
- ``distutils.cfg`` (in ``lib/pythonX.Y/distutils/distutils.cfg``).
708
- * Better avoid downloading Setuptools, and hitting PyPI on environment
709
- creation.
710
- * Fix a problem creating a ``lib64/`` directory.
711
- * Should work on MacOSX Framework builds (the default Python
712
- installations on Mac). Thanks to Ronald Oussoren.
713
-
714
-
715
- 0.8.4
716
- ~~~~~
717
-
718
- * Windows installs would sometimes give errors about ``sys.prefix`` that
719
- were inaccurate.
720
- * Slightly prettier output.
721
-
722
-
723
- 0.8.3
724
- ~~~~~
725
-
726
- * Added support for Windows.
727
-
728
-
729
- 0.8.2
730
- ~~~~~
731
-
732
- * Give a better warning if you are on an unsupported platform (Mac
733
- Framework Pythons, and Windows).
734
- * Give error about running while inside a workingenv.
735
- * Give better error message about Python 2.3.
736
-
737
-
738
- 0.8.1
739
- ~~~~~
740
-
741
- Fixed packaging of the library.
742
-
743
-
744
- 0.8
745
- ~~~
746
-
747
- Initial release. Everything is changed and new!