.. |
in dex
|
fixed appending of index.html to file:// urls that are directories
|
2010-05-27 15:53:51 -04:00 |
packages
|
removed unused vars and imports
|
2010-06-03 21:58:16 -03:00 |
local_repos.py
|
Fixed minor cosmetic issues to please pep8 tests.
|
2010-07-29 18:56:03 +02:00 |
path.py
|
removed unused vars and imports
|
2010-06-03 21:58:16 -03:00 |
pypi_server.py
|
Fixed minor cosmetic issues to please pep8 tests.
|
2010-07-29 18:56:03 +02:00 |
test_all_pip.py
|
removed test_pip dependency (and by consequence, test_pip's dependencies)
|
2010-08-12 22:42:35 -03:00 |
test_basic.py
|
bugfixes related to os.path.sep for windows (issue #107)
|
2010-08-06 15:05:00 -03:00 |
test_bundle.py
|
moved pip.util functions `get_file_content , urlopen , is_url , url_to_path , path_to_url , path_to_url2 , geturl and is_archive_file ` to pip.download
|
2010-07-02 11:53:07 -03:00 |
test_cleanup.py
|
insert pip-delete-this-directory.txt in every build directory pip creates temporarily (it identifies pip created that), and always remove it if no longer needed. it fixes issue #57 and issue #133
|
2010-07-01 02:07:34 -03:00 |
test_completion.py
|
merged changes related to PEP 8 from hltbra's fork
|
2010-06-02 23:25:26 -03:00 |
test_config.py
|
Added test and docs to make sure multiple options set by a environment variables works.
|
2010-08-13 14:49:18 +02:00 |
test_download.py
|
removed unused vars and imports
|
2010-06-03 21:58:16 -03:00 |
test_file_scheme_index.py
|
fixed python2.4 backwards compatibility
|
2010-06-03 15:44:34 -03:00 |
test_freeze.py
|
Fixed minor cosmetic issues to please pep8 tests.
|
2010-07-29 18:56:03 +02:00 |
test_pip.py
|
moved _create_test_package() and _change_test_package_version() from test_upgrade.py to test_pip.py, to make it easy to other tests use those functions
|
2010-08-05 11:08:25 -03:00 |
test_proxy.py
|
merged changes related to PEP 8 from hltbra's fork
|
2010-06-02 23:25:26 -03:00 |
test_requirements.py
|
now it uses a lightweight INITools svn repository (dump and load stuff)
|
2010-07-01 22:44:26 -03:00 |
test_search.py
|
pip search should not expect errors. fixed
|
2010-07-06 14:26:43 -03:00 |
test_uninstall.py
|
splitted local_repo into local_repo and local_checkout : local_repo returns file://url, while local_checkout returns vcs+file://url and updated code used local_repo function
|
2010-06-21 19:48:28 -03:00 |
test_upgrade.py
|
moved _create_test_package() and _change_test_package_version() from test_upgrade.py to test_pip.py, to make it easy to other tests use those functions
|
2010-08-05 11:08:25 -03:00 |
test_vcs_backends.py
|
bugfixes related to os.path.sep for windows (issue #107)
|
2010-08-06 15:05:00 -03:00 |