index
:
delta/python-setuptools-bitbucket.git
0.7-maintenance
AbsoluteMSTR/adds-257-pip-style-version-1441051798003
BB-268_make_VersionConflict_report_who_required_package_3
BB-270_fix_VersionConflict_test_failure_2
DistributionNotFound_list_requirers
Setuptools-Distribute_merge
baserock/master
baserock/richardipsum/pip
baserock/richardipsum/pip-7.0-rebase
bdist_wininst_gui_scripts
bugfix-277
develop
distribute
distribute-legacy
docs_update_for_requires
feature/issue-229
fix-type-error-skip-reason
get_command_list
master
ncoghlan/setuppy-edited-online-with-bitbucket-1401023748153
no-normalize-warning
patch1
postproc
put_setup_requires_egg_in_cache_dir_4
setuptools
setuptools-0.6
single-codebase
svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145
sync_certifi
zip_path
bitbucket.org: Obsolete (use python-setuptools-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setuptools
/
command
/
egg_info.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Post-merge fixes.
Vinay Sajip
2013-06-19
1
-2
/
+2
*
Merged upstream changes.
Vinay Sajip
2013-06-19
1
-2
/
+3
|
\
|
*
Merge Python 3 native support from distribute
Jason R. Coombs
2013-06-18
1
-11
/
+11
|
|
\
|
*
\
Merge Vinay Sajip's unified Python 2/3 support from distribute 3
Jason R. Coombs
2013-06-18
1
-18
/
+28
|
|
\
\
|
*
\
\
Merge with upstream
Jason R. Coombs
2013-06-18
1
-4
/
+6
|
|
\
\
\
|
|
*
|
|
Changes to support 2.x and 3.x in the same codebase.
Vinay Sajip
2011-06-20
1
-4
/
+6
*
|
|
|
|
Misc. updates following 2to3 checks.
Vinay Sajip
2013-06-17
1
-2
/
+2
*
|
|
|
|
Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...
Vinay Sajip
2013-06-15
1
-5
/
+6
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge setuptools/command/*
Jason R. Coombs
2013-05-04
1
-8
/
+43
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Don't claim support for LANG=C.
Stefan H. Holek
2012-11-13
1
-1
/
+1
|
*
|
|
No need for repr as path is always str.
Stefan H. Holek
2012-11-12
1
-1
/
+1
|
*
|
|
Accept UTF-8 filenames into the filelist even if LANG=C.
Stefan H. Holek
2012-11-10
1
-7
/
+8
|
*
|
|
Add comments.
Stefan H. Holek
2012-11-10
1
-0
/
+1
|
*
|
|
Windows can store UTF-8 bytes as is.
Stefan H. Holek
2012-11-10
1
-7
/
+11
|
*
|
|
Log file not found message at debug level.
Stefan H. Holek
2012-11-10
1
-1
/
+1
|
*
|
|
Revert yesterday's misguided attempt at being smart.
Stefan H. Holek
2012-11-10
1
-6
/
+5
|
*
|
|
Never skip because of encoding in append.
Stefan H. Holek
2012-11-10
1
-5
/
+6
|
*
|
|
Don't warn about a missing MANIFEST.in.
Stefan H. Holek
2012-11-05
1
-1
/
+1
|
*
|
|
Warn if filenames cannot be added to the filelist.
stefan
2012-11-05
1
-2
/
+8
|
*
|
|
When writing the manifest under Python 3, skip filenames that cannot be encod...
Stefan H. Holek
2012-10-25
1
-1
/
+13
|
*
|
|
Use surrogateescape error handler when reading and writing the manifest. Refs...
Stefan H. Holek
2012-10-17
1
-1
/
+1
|
*
|
|
Don't re-use FileList global name in egg_info.py.
Stefan H. Holek
2012-10-16
1
-2
/
+2
|
*
|
|
Revert 86d7748 drive-by commit because of unclear BBB consequences.
Stefan H. Holek
2012-10-15
1
-14
/
+0
|
|
/
/
|
*
|
Fix duplicate application of version tags in 'egg_info' command. Fixes #299.
Stefan H. Holek
2012-10-08
1
-1
/
+6
|
*
|
Make sure the manifest never contains decomposed UTF-8.
Stefan H. Holek
2012-10-08
1
-0
/
+14
|
|
/
|
*
Explicitly encode data as UTF-8 before writing to a binary file.
Martin v. L?wis
2009-09-12
1
-2
/
+7
|
*
Apply patch from pjenvey. Closes #3.
Hanno Schlichting
2009-07-16
1
-0
/
+1
|
*
#1 Added compatibility with Subversion 1.6.
Tarek Ziad?
2009-07-16
1
-2
/
+2
*
|
Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.py
Jason R. Coombs
2013-05-03
1
-11
/
+11
|
/
*
Fix for http://bugs.python.org/setuptools/issue9 (backport from trunk)
PJ Eby
2008-08-21
1
-6
/
+6
*
Backport egg_info SVN fix from trunk
PJ Eby
2008-07-24
1
-2
/
+2
*
Fixed a missing files problem when using Windows source distributions on
PJ Eby
2007-09-26
1
-11
/
+11
*
Fix distutils.filelist.findall() crashing on broken symlinks. Fix
PJ Eby
2007-07-11
1
-2
/
+2
*
Should've used distutils.log.warn instead of warnings.warn
PJ Eby
2006-09-26
1
-2
/
+2
*
Handle empty revision numbers in SVN 1.4 "entries" format
PJ Eby
2006-09-26
1
-1
/
+1
*
Support svn 1.4 working copy format (backport from trunk)
PJ Eby
2006-09-17
1
-3
/
+44
*
Source distributions now always include a ``setup.cfg`` file that explicitly
PJ Eby
2006-07-18
1
-17
/
+17
*
Fix doubled --tag-build help display (backport from trunk)
PJ Eby
2006-07-11
1
-1
/
+1
*
Fixed redundant warnings about missing ``README`` file(s); it should now
PJ Eby
2006-07-10
1
-3
/
+3
*
Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info``
PJ Eby
2006-07-10
1
-2
/
+43
*
Implement dependency_links feature, courtesy of Tres Seaver's rough
PJ Eby
2006-03-29
1
-9
/
+9
*
Ensure SOURCES.txt references itself even the first time it is generated
PJ Eby
2006-03-24
1
-2
/
+2
*
Prevent failed attempts at removing MANIFEST.in from masking errors that
PJ Eby
2006-02-21
1
-2
/
+1
*
EasyInstall can now download bare ``.py`` files and wrap them in an egg,
PJ Eby
2006-01-10
1
-2
/
+2
*
Allow most commands to work with an existing .egg-info directory w/a '-'
PJ Eby
2005-12-30
1
-17
/
+18
*
Fix unescaped '-' in .egg-info directory names. Note that this means
PJ Eby
2005-12-30
1
-1
/
+1
*
Basic roundtripping support between bdist_wininst and eggs. EasyInstall
PJ Eby
2005-12-14
1
-4
/
+3
*
Fix .svn exclude pattern for non-Windows platforms.
PJ Eby
2005-11-18
1
-1
/
+2
*
Fixed ``--tag-svn-revision`` not working when run from a source
PJ Eby
2005-11-18
1
-4
/
+4
*
The ``sdist`` command no longer uses the traditional ``MANIFEST`` file to
PJ Eby
2005-11-18
1
-2
/
+2
[next]