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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding test capturing Distribute #349
Jason R. Coombs
2013-09-18
2
-0
/
+16
*
Fixed script header generation in easy_install tests. Fixes #37.
Jason R. Coombs
2013-08-09
1
-2
/
+2
*
Added test to capture behavior expected behavior on Windows with spaces in th...
Jason R. Coombs
2013-08-09
1
-0
/
+4
*
Fixed test_get_script_header failures on Windows when Python is in a director...
Jason R. Coombs
2013-08-09
1
-3
/
+6
*
Remove import *
Jason R. Coombs
2013-08-09
1
-18
/
+22
*
Spruce up syntax to to address linter warnings
Jason R. Coombs
2013-08-09
1
-42
/
+26
*
Clean up imports
Jason R. Coombs
2013-08-09
1
-3
/
+13
*
Add test to exercise the basic functionality of _vcs_split_rev_from_url
Jason R. Coombs
2013-07-24
1
-0
/
+9
*
Update test to reflect the copy of the hash name stored because pypy doesn't ...
Jason R. Coombs
2013-07-22
1
-5
/
+1
*
add _-separated keys to environment markers
Daniel Holth
2013-07-20
1
-0
/
+4
*
Add compatibility for Python 2.4 when querying the hash name. Fixes #44
0.9.6
Jason R. Coombs
2013-07-17
1
-1
/
+15
*
Use 'is_valid' instead of simply 'valid' or 'check', which are less clear abo...
0.9.3
Jason R. Coombs
2013-07-15
1
-3
/
+3
*
Added a couple of additional tests, including one capturing #42.
Jason R. Coombs
2013-07-15
1
-0
/
+14
*
Added a test to prove the basic usage of content checks
Jason R. Coombs
2013-07-15
1
-0
/
+11
*
Merge fix for #21
Jason R. Coombs
2013-06-19
1
-5
/
+6
|
\
|
*
Restore Python 2.4 compatibility in test_easy_install. Fixes #21
Jason R. Coombs
2013-06-19
1
-5
/
+6
*
|
Merged in vinay.sajip/setuptools/single-codebase (pull request #5)
Jason R. Coombs
2013-06-19
2
-0
/
+655
|
\
\
|
*
\
Merge with 0.7.4
0.8b2
Jason R. Coombs
2013-06-19
12
-160
/
+149
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). eg...
Jason R. Coombs
2013-06-19
2
-0
/
+655
*
|
|
Tidied up imports.
Vinay Sajip
2013-06-19
1
-2
/
+1
*
|
|
More post-merge fixes.
Vinay Sajip
2013-06-19
1
-1
/
+1
*
|
|
Merged upstream changes.
Vinay Sajip
2013-06-19
9
-87
/
+73
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge Python 3 native support from distribute
Jason R. Coombs
2013-06-18
3
-96
/
+26
|
|
\
\
|
|
|
/
|
*
|
Use unicode from compat module
Jason R. Coombs
2013-06-17
1
-2
/
+2
|
*
|
Re-save test modules with UTF-8 encoding
Jason R. Coombs
2013-06-17
1
-6
/
+6
|
*
|
Update exceptions for Python 3 compatibility
Jason R. Coombs
2013-06-17
1
-4
/
+8
|
*
|
Remove unused import
Jason R. Coombs
2013-06-18
1
-4
/
+4
|
*
|
Merge Vinay Sajip's unified Python 2/3 support from distribute 3
Jason R. Coombs
2013-06-18
9
-114
/
+350
|
|
\
\
|
*
|
|
Fixed some resource leaks.
Vinay Sajip
2012-10-10
4
-24
/
+39
|
*
|
|
Updated win_script_wrapper to run on Python 2 and Python 3
Jason R. Coombs
2013-06-18
1
-31
/
+46
|
*
|
|
Minor fix previously fixed in a merge
Jason R. Coombs
2013-06-18
1
-2
/
+2
|
*
|
|
Post-merge fixes for Python 3.
Vinay Sajip
2012-10-10
4
-6
/
+5
|
*
|
|
Merge with upstream
Jason R. Coombs
2013-06-18
7
-67
/
+71
|
|
\
\
\
|
|
*
|
|
Fixed some bugs - tests now all pass under Python 3.3.
Vinay Sajip
2011-06-21
1
-1
/
+1
|
|
*
|
|
Changes to support 2.x and 3.x in the same codebase.
Vinay Sajip
2011-06-20
7
-60
/
+66
*
|
|
|
|
Misc. updates following 2to3 checks.
Vinay Sajip
2013-06-17
1
-1
/
+1
*
|
|
|
|
Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...
Vinay Sajip
2013-06-15
10
-84
/
+90
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Update some URLs.
Arfrever Frehtes Taifersar Arahesis
2013-06-11
1
-1
/
+1
*
|
|
|
Merge changes from distribute 0.6.41
Jason R. Coombs
2013-05-24
3
-94
/
+24
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Update test to work with latest SSL-enabled URL opening technique.
Jason R. Coombs
2013-05-19
1
-10
/
+6
|
*
|
|
Merged latest changes from setuptools-0.6 branch
Jason R. Coombs
2013-05-13
1
-2
/
+2
|
|
\
\
\
|
|
*
|
|
Fix spurious test breakage on 2.7
pje
2013-04-25
1
-4
/
+4
|
*
|
|
|
Merge with Distribute 0.6.39
Jason R. Coombs
2013-05-13
1
-3
/
+3
|
|
\
\
\
\
|
*
|
|
|
|
easy_install once again honors setup.cfg if found in the current directory
Jason R. Coombs
2013-05-03
1
-36
/
+1
|
*
|
|
|
|
Updated a couple more references from Distribute to Setuptools
Jason R. Coombs
2013-03-19
1
-2
/
+2
|
*
|
|
|
|
Removed tests relevant to the co-existence of distribute and setuptools; reta...
Jason R. Coombs
2013-03-19
1
-37
/
+6
|
*
|
|
|
|
Updated references in tests to refer to setuptools in favor of distribute
Jason R. Coombs
2013-03-19
2
-7
/
+7
*
|
|
|
|
|
don't decode in python 2.x. that's my oops
Philip Thiem
2013-02-16
1
-4
/
+1
*
|
|
|
|
|
old win wrapper script not expecting return values from write()
Philip Thiem
2013-02-16
1
-18
/
+43
*
|
|
|
|
|
There were some failing tests on windows. I assume this is a NTFS vs FAT or
Philip Thiem
2013-02-16
1
-6
/
+24
[next]