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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update changelog
12.0.2
Jason R. Coombs
2015-01-18
1
-0
/
+7
*
Use non-posix semantics in a WindowsCommandSpec and use that class in the Win...
Jason R. Coombs
2015-01-18
1
-1
/
+8
*
Also use command_spec_class in ScriptWriter.
Jason R. Coombs
2015-01-18
1
-2
/
+2
*
Use the command spec as resolved by the best ScriptWriter.
Jason R. Coombs
2015-01-18
1
-1
/
+2
*
Adding test capturing failure where sys.executable loses backslashes on Windo...
Jason R. Coombs
2015-01-18
1
-0
/
+8
*
Allow the CommandSpec class to be resolved by the writer.
Jason R. Coombs
2015-01-18
2
-1
/
+3
*
Extract writer resolution as a variable
Jason R. Coombs
2015-01-18
1
-1
/
+3
*
Defer resolution of the CommandSpec and do it exactly once.
Jason R. Coombs
2015-01-18
1
-2
/
+2
*
Extract variable for exec_param
Jason R. Coombs
2015-01-18
1
-1
/
+2
*
Extract variable for bdist_wininst command
Jason R. Coombs
2015-01-18
1
-3
/
+2
*
Extract messages as class attributes for nicer indentation.
Jason R. Coombs
2015-01-18
1
-73
/
+88
*
Remove unintended shebang. Fixes #333.
Jason R. Coombs
2015-01-18
1
-1
/
+1
*
Fix "AttributeError: 'TarFile' object has no attribute '__exit__'" with Pytho...
Arfrever Frehtes Taifersar Arahesis
2015-01-17
1
-1
/
+4
*
Bumped to 12.0.2 in preparation for next release.
Jason R. Coombs
2015-01-16
2
-2
/
+2
*
Added tag 12.0.1 for changeset 747018b2e35a
Jason R. Coombs
2015-01-16
0
-0
/
+0
*
Bumped to 12.0.1 in preparation for next release.
12.0.1
Jason R. Coombs
2015-01-16
2
-2
/
+2
*
Restore setuptools.command.easy_install.sys_executable for pbr compatibility.
Jason R. Coombs
2015-01-16
2
-2
/
+11
*
Bumped to 12.1 in preparation for next release.
Jason R. Coombs
2015-01-16
2
-2
/
+2
*
Added tag 12.0 for changeset 55666947c9eb
Jason R. Coombs
2015-01-16
0
-0
/
+0
*
Bumped to 12.0 in preparation for next release.
12.0
Jason R. Coombs
2015-01-16
2
-2
/
+2
*
Renamed .get_writer to .best and removed boolean argument.
Jason R. Coombs
2015-01-16
3
-11
/
+27
*
Fix failing test by reverting to author's original intent. Ref #317
Jason R. Coombs
2015-01-15
1
-2
/
+2
*
Extract variables
Jason R. Coombs
2015-01-15
1
-2
/
+4
*
Remove unused import
Jason R. Coombs
2015-01-15
1
-2
/
+0
*
Just the path is expected
Jason R. Coombs
2015-01-15
1
-4
/
+7
*
Have mock_install_dir actually yield the file name. Ref #317.
Jason R. Coombs
2015-01-15
1
-1
/
+1
*
Skip integration tests when SSL is broken. Ref #317.
Jason R. Coombs
2015-01-15
1
-0
/
+6
*
Use unittest.mock from standard library instead of external mock with Python ...
Arfrever Frehtes Taifersar Arahesis
2015-01-15
4
-5
/
+13
*
Access os.environ[key], not os.environ['key']
Slavek Kabrda
2015-01-09
1
-1
/
+1
*
Wrap unpickleable exceptions in another class. Fixes #329.
Jason R. Coombs
2015-01-14
1
-5
/
+19
*
Add test capturing failure when the Exception is not pickleable. Ref #329.
Jason R. Coombs
2015-01-14
1
-0
/
+12
*
Make attributes private and remove redundant naming.
Jason R. Coombs
2015-01-14
1
-7
/
+7
*
Adding test for non-exceptional condition.
Jason R. Coombs
2015-01-14
1
-0
/
+6
*
Add tests for new ExceptionSaver
Jason R. Coombs
2015-01-14
1
-0
/
+28
*
Remove unused import
Jason R. Coombs
2015-01-14
1
-1
/
+1
*
Extract Exception saving behavior.
Jason R. Coombs
2015-01-14
1
-25
/
+45
*
Merge with 11.3.1
Jason R. Coombs
2015-01-07
5
-93
/
+215
|
\
|
*
Update note in changelog
Jason R. Coombs
2015-01-04
1
-0
/
+9
|
*
Fix failing test (now that expectation is different).
Jason R. Coombs
2015-01-04
1
-1
/
+1
|
*
Change the way string values are interpreted from build.executable - now they...
Jason R. Coombs
2015-01-04
2
-4
/
+14
|
*
Add test capturing expectation around sys.executable having spaces in the name.
Jason R. Coombs
2015-01-04
2
-3
/
+12
|
*
Allow CommandSpec to be constructed simply from a list.
Jason R. Coombs
2015-01-04
1
-0
/
+2
|
*
Add test demonstrating how a custom launch command spec that could be passed ...
Jason R. Coombs
2015-01-04
1
-1
/
+19
|
*
Remove redundant line
Jason R. Coombs
2015-01-04
1
-1
/
+0
|
*
Use CommandSpec in ScriptWriter, removing now unused methods.
Jason R. Coombs
2015-01-04
1
-33
/
+3
|
*
Use CommandSpec in get_script_header
Jason R. Coombs
2015-01-04
1
-5
/
+8
|
*
Update install_scripts to use CommandSpec for generating script headers.
Jason R. Coombs
2015-01-04
2
-7
/
+18
|
*
Added new class CommandSpec, which will be used for abstracting the command h...
Jason R. Coombs
2015-01-04
1
-8
/
+87
|
*
Extract method for handling non-ascii exe. Strip out excess whitespace from o...
Jason R. Coombs
2015-01-04
2
-19
/
+22
|
*
Extract method for parsing options.
Jason R. Coombs
2015-01-04
1
-7
/
+17
[next]