summaryrefslogtreecommitdiff
path: root/pip/commands/zip.py
Commit message (Expand)AuthorAgeFilesLines
* show what commands are deprecated in `pip -h`Marcus Smith2014-01-111-1/+1
* use `Logger.deprecated` for deprecation warningsMarcus Smith2014-01-101-1/+1
* consistent deprecation messagesMarcus Smith2014-01-091-0/+3
* merge with developMarcus Smith2013-03-151-7/+6
|\
| * Fixed a whole bunch of cosmetic problems, mostly to adhere to PEP8.Jannis Leidel2013-02-161-5/+5
| * Moved the command description into the command class docstring to follow Pyth...Jannis Leidel2013-02-161-2/+1
* | merge with pypa/pip/developMarcus Smith2013-02-021-21/+23
|\ \ | |/
| * improved docs and cli helpMarcus Smith2013-01-181-9/+12
| * move command options before general optionsGeorgi Valkov2012-12-121-1/+1
| * 'Command Options' for the zip commandGeorgi Valkov2012-12-101-7/+9
| * add the base_parser argument to all Command instancesGeorgi Valkov2012-11-101-2/+2
| * remove global command instancesGeorgi Valkov2012-11-101-3/+0
* | experimental support for installing wheel archivesDaniel Holth2012-10-011-1/+2
|/
* Fix issue #632 - IOError in zip command with --path optionMiCHiLU2012-08-131-1/+1
* Port to Python3Vinay Sajip2011-03-151-1/+1
* Completely use our rmtree instead of shutil.rmtree direct.Jannis Leidel2010-11-221-2/+2
* merged changes related to PEP 8 from hltbra's forkHugo Lopes Tavares2010-06-021-1/+3
* On Windows, .pth files must be saved in binary mode ('wb')Dave Abrahams2010-05-021-2/+2
* Use portable path manipulations for Windows portabilityDave Abrahams2010-04-241-3/+3
* support Debian/Ubuntu "dist-packages" in zip command. Thanks duckx. Fixes #80Carl Meyer2010-04-131-1/+1
* Extracted the vcs support into a package/modules. Moved some routines from _...Ian Bicking2009-11-201-1/+1
* Extract commands into their own modules; fix a few imports and dead functions...Ian Bicking2009-11-201-0/+344