| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | merge upstream | Alexis Metaireau | 2010-07-03 | 6 | -14/+37 | |
| | | |\ \ \ | | | |_|/ | | |/| | | ||||||
| | | * | | | merged upstream | Konrad Delong | 2010-06-05 | 2 | -1/+462 | |
| | | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | | merge konryd changes | Alexis Metaireau | 2010-06-03 | 1 | -1/+1 | |
| | | |\ \ \ | ||||||
| | | | * | | | Make a decorator for PyPIServer mock, and starting some tests | Alexis Metaireau | 2010-06-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for pypi.simple. Also updated some code to be 2.4 and 2.5 compatible. | |||||
| | | | * | | | merge upstream | Alexis Metaireau | 2010-06-01 | 1 | -0/+128 | |
| | | | |\ \ \ | ||||||
| | | | | * \ \ | merge konryd works about pypi test server | Alexis Metaireau | 2010-05-28 | 1 | -0/+128 | |
| | | | | |\ \ \ | ||||||
| | | * | | \ \ \ | merged tarek's changes | Konrad Delong | 2010-06-01 | 1 | -0/+135 | |
| | | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | | * | | | | | show_response option enabled | Konrad Delong | 2010-06-01 | 1 | -4/+5 | |
| | | | | | | | | | ||||||
| | | | * | | | | | removed overengineered constant :) | Konrad Delong | 2010-06-01 | 1 | -2/+1 | |
| | | | | | | | | | ||||||
| | | | * | | | | | added verification to finalize_options | Konrad Delong | 2010-06-01 | 1 | -3/+10 | |
| | | | | |/ / / | | | |/| | | | ||||||
| | | | * | | | | other schemas support and informing about errors | Konrad Delong | 2010-05-17 | 1 | -4/+38 | |
| | | | | | | | | ||||||
| | | | * | | | | implemented run for the simplest case | Konrad Delong | 2010-05-14 | 1 | -10/+40 | |
| | | | | | | | | ||||||
| | | | * | | | | added encode_multipart | Konrad Delong | 2010-05-13 | 1 | -0/+32 | |
| | | | | | | | | ||||||
| | | | * | | | | added zip_dir_into | Konrad Delong | 2010-05-13 | 1 | -1/+14 | |
| | | | | | | | | ||||||
| | | | * | | | | started work on upload_docs | Konrad Delong | 2010-05-13 | 1 | -0/+19 | |
| | | | | | | | | ||||||
| | | | * | | | | removed upload_docs shot | Konrad Delong | 2010-05-13 | 1 | -174/+0 | |
| | | | | | | | | ||||||
| | | | * | | | | moved the upload_docs command | Konrad Delong | 2010-05-09 | 1 | -0/+174 | |
| | | | | | | | | ||||||
| | * | | | | | | Making sure the code works on all Python versions. | Tarek Ziade | 2010-07-04 | 1 | -8/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, fixed a few imports and logging usage. | |||||
| | * | | | | | | [mq]: use_2to3, convert_2to3_doctests added to build_py.py | Zubin Mithra | 2010-07-04 | 1 | -5/+63 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| | * | | | | | Improve imports indentation | ?ric Araujo | 2010-06-27 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Make all classes new-style classes. | ?ric Araujo | 2010-06-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will make 3.x migration easier (we will catch incompatibilities sooner thanks to python2.6 -3, e.g. the __hash__ deprecation warning), it allows us to use properties, super and other niceties, and new-style classes are instantiated faster. | |||||
| | * | | | | | Pull changeset with new docstrings from jkloth | ?ric Araujo | 2010-06-24 | 6 | -9/+494 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | | * | | | | Rename a method for greater consistency | ?ric Araujo | 2010-06-06 | 5 | -10/+8 | |
| | | | | | | | ||||||
| | | * | | | | Fix yet another RPM leftover | ?ric Araujo | 2010-06-04 | 1 | -2/+2 | |
| | | | |_|/ | | |/| | | ||||||
| * | | | | | Merge from trunk | Jeremy Kloth | 2010-06-15 | 2 | -1/+488 | |
| |\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | | moving cmd.py into command/ | Tarek Ziade | 2010-06-02 | 2 | -1/+463 | |
| | |/ / / | ||||||
| * | | | | Begin documenting API interfaces | Jeremy Kloth | 2010-06-15 | 1 | -3/+18 | |
| |/ / / | ||||||
| * | | | fixed filelist initialization in sdist | Tarek Ziade | 2010-05-30 | 1 | -2/+7 | |
| | |/ |/| | ||||||
| * | | removed more dead code related to RPMs | Yannick Gingras | 2010-05-22 | 1 | -2/+0 | |
| | | | ||||||
| * | | removed remaining bits from 'bdist_rpm' | Yannick Gingras | 2010-05-22 | 3 | -11/+2 | |
| | | | ||||||
| * | | removed --force-manifest in sdist command | Tarek Ziade | 2010-05-17 | 1 | -63/+17 | |
| | | | ||||||
| * | | Refactored the Manifest reader/writer. Extracted partalliy the | Tarek Ziade | 2010-05-12 | 1 | -58/+5 | |
| | | | | | | | | | | | | | | | work done in sdist, and merged it with filelist into "manifest". distutils2.manifest.Manifest class becomes an independant class that can be used to manipulate MANIFEST and MANIFEST.in files. | |||||
| * | | removing the text_file module. TextFile is very complex where one or two ↵ | Tarek Ziade | 2010-05-12 | 1 | -12/+19 | |
| |/ | | | | regexps can do the job for our unique use case (in the sdist command) | |||||
| * | fixed all doctutils tests | Tarek Ziade | 2010-04-24 | 1 | -4/+5 | |
| | | ||||||
| * | avoid variable obfuscation | Tarek Ziade | 2010-04-13 | 1 | -3/+3 | |
| | | ||||||
| * | make sure distutils2 talks with PyPI correctly -- once again this part ↵ | Tarek Ziade | 2010-04-13 | 2 | -20/+33 | |
| | | | | | misses tests | |||||
| * | refactored the code that builds the HTTP requests for both register and upload | Tarek Ziade | 2010-04-13 | 2 | -65/+12 | |
| | | ||||||
| * | use the proper writing (URL) | Tarek Ziade | 2010-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | sending to PyPI various metadata versions in the register command | Tarek Ziade | 2010-03-17 | 1 | -8/+17 | |
| | | ||||||
| * | merged Nicolas work | Tarek Ziade | 2010-03-16 | 1 | -1/+1 | |
| |\ | ||||||
| | * | replaced instances of 'classifiers' with 'classifier' | Nicolas Cadou | 2010-03-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Removed broken bdist_rpm command. | Alexandre Vassalotti | 2010-03-15 | 1 | -563/+0 | |
| |/ | ||||||
| * | bye bye debug module | Tarek Ziad? | 2010-02-25 | 3 | -19/+0 | |
| | | ||||||
| * | refactored DistributionMetadata -- cleaner implementation | Tarek Ziad? | 2010-02-24 | 6 | -114/+52 | |
| | | ||||||
| * | now sysconfig uses a sysconfig.cfg file | Tarek Ziad? | 2010-02-23 | 1 | -96/+6 | |
| | | ||||||
| * | refactored the code so it works on Python 2.4, 2.5 and 2.6 | Tarek Ziad? | 2010-02-22 | 4 | -10/+10 | |
| | | ||||||
| * | removed file_util | Tarek Ziad? | 2010-02-22 | 3 | -4/+4 | |
| | | ||||||
| * | removed dep_util | Tarek Ziad? | 2010-02-22 | 3 | -8/+7 | |
| | | ||||||
| * | removed dir_util calls | Tarek Ziad? | 2010-02-22 | 2 | -3/+7 | |
| | | ||||||
| * | removed dir_util | Tarek Ziad? | 2010-02-22 | 4 | -12/+37 | |
| | | ||||||
