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
...
|
|
*
|
Added tag 3.5 for changeset 98f29d521c3a
Jason R. Coombs
2014-05-03
0
-0
/
+0
|
|
*
|
Bumped to 3.5 in preparation for next release.
3.5
Jason R. Coombs
2014-05-03
2
-2
/
+2
|
|
*
|
Update changelog
Jason R. Coombs
2014-05-03
1
-0
/
+4
|
|
*
|
Restore traversal of symbolic links in find_packages. Fixes #195.
Jason R. Coombs
2014-05-03
1
-1
/
+1
|
|
*
|
Add test capturing failure when find_packages no longer follows symlinks. Ref...
Jason R. Coombs
2014-05-03
2
-4
/
+29
|
|
*
|
Backed out changeset: b0a2fcc5275a Ref #193
Jason R. Coombs
2014-05-03
1
-1
/
+2
|
|
*
|
Monkey-patch the write_pkg_info method on Python 3.1 DistributionMetadata. Fi...
Jason R. Coombs
2014-05-03
2
-0
/
+28
|
|
*
|
Updated references to bootstrap module to use new bootstrap.pypa.io locations...
Jason R. Coombs
2014-05-02
2
-9
/
+9
|
|
*
|
Correct indentation and clarify meaning by using namespacing
Jason R. Coombs
2014-04-30
8
-45
/
+43
|
|
|
/
|
*
|
Remove _sort_dists (unused)
Jason R. Coombs
2014-05-05
1
-6
/
+0
|
*
|
Correct sort order by using list.sort with support for 'key' and 'reverse'. T...
Jason R. Coombs
2014-05-05
1
-2
/
+2
|
*
|
Sort _distmap entries on insert. Obviates need for a cache.
Jason R. Coombs
2014-05-04
1
-49
/
+3
|
*
|
pkg_resources.Environment.__getitem__() code cleanup
Jurko Gospodneti?
2014-04-15
1
-12
/
+52
|
|
/
*
|
Update changelog
Jason R. Coombs
2014-05-07
1
-0
/
+7
*
|
make easy_install.uncache_zipdir() remove more stale zipimporter instances
Jurko Gospodneti?
2014-04-15
1
-12
/
+14
*
|
clean up easy_install.uncache_zipdir() code & comments
Jurko Gospodneti?
2014-04-15
1
-5
/
+17
*
|
quick-fix #168: avoid using stale cached zipped egg dist info in easy_install
Jurko Gospodneti?
2014-04-15
1
-0
/
+9
|
/
*
Re-arrange _first_line_re to put core functionality at the top level
Jason R. Coombs
2014-04-15
1
-4
/
+8
*
Move import to the top
Jason R. Coombs
2014-04-15
1
-2
/
+2
*
Extract first_line_re function to encapsulate compatibility mechanism
Jason R. Coombs
2014-04-15
1
-4
/
+9
*
Fix typo in formats.txt
Martin Froehlich
2014-04-13
1
-1
/
+1
*
Python2.x needs encode as well.
yyfeng88625
2014-03-21
1
-2
/
+1
*
Bumped to 3.4.5 in preparation for next release.
Jason R. Coombs
2014-04-11
2
-2
/
+2
*
Added tag 3.4.4 for changeset 0917d575d260
Jason R. Coombs
2014-04-11
0
-0
/
+0
*
Exclude children of excluded parents when doing package discovery. Fixes #184.
3.4.4
Jason R. Coombs
2014-04-11
2
-0
/
+24
*
Add test capturing overmatching in new find_packages. Ref #184.
Jason R. Coombs
2014-04-07
1
-0
/
+11
*
Bumped to 3.4.4 in preparation for next release.
Jason R. Coombs
2014-04-07
2
-2
/
+2
*
Added tag 3.4.3 for changeset 06a56e063c32
Jason R. Coombs
2014-04-07
0
-0
/
+0
*
Issue #183: Really fix test command with Python 3.1.
3.4.3
Arfrever Frehtes Taifersar Arahesis
2014-04-07
2
-2
/
+8
*
Bumped to 3.4.3 in preparation for next release.
Jason R. Coombs
2014-04-06
2
-2
/
+2
*
Added tag 3.4.2 for changeset 369f6f90f696
Jason R. Coombs
2014-04-06
0
-0
/
+0
*
Wrap unittest.main in a compatibility wrapper for Python 3.1 compatibility. F...
3.4.2
Jason R. Coombs
2014-04-06
3
-4
/
+28
*
Bumped to 3.4.2 in preparation for next release.
Jason R. Coombs
2014-03-30
3
-6
/
+6
*
Added tag 3.4.1 for changeset e39de2d3eb77
Jason R. Coombs
2014-03-30
0
-0
/
+0
*
Bumped to 3.4.1 in preparation for next release.
3.4.1
Jason R. Coombs
2014-03-30
2
-2
/
+2
*
Skip this test because it now fails under Python 3.3 and earlier apparently d...
Jason R. Coombs
2014-03-30
1
-0
/
+4
*
Extract the resolution of loader/runner classes. Allows None value to pass-th...
Jason R. Coombs
2014-03-30
2
-6
/
+19
*
Also run tests under unittest for now. Ref #181.
Jason R. Coombs
2014-03-30
1
-0
/
+1
*
Reformat to add the conventional whitespace and shorter lines.
Jason R. Coombs
2014-03-30
1
-11
/
+13
*
Use file context for write_stub
Jason R. Coombs
2014-03-30
1
-3
/
+2
*
Create stub template from a multiline string.
Jason R. Coombs
2014-03-30
1
-12
/
+11
*
Update bdist_egg for style
Jason R. Coombs
2014-03-30
1
-99
/
+34
*
Bumped to 3.5 in preparation for next release.
Jason R. Coombs
2014-03-30
2
-2
/
+2
*
Added tag 3.4 for changeset 5cb90066d987
Jason R. Coombs
2014-03-30
0
-0
/
+0
*
Allow install to proceed with an egg install on IronPython and any other envi...
3.4
Jason R. Coombs
2014-03-30
2
-1
/
+15
*
variable name is superfluous now
Jason R. Coombs
2014-03-30
1
-2
/
+1
*
Simplify comment not to repeat the obvious implication of the 'if' test.
Jason R. Coombs
2014-03-30
1
-3
/
+1
*
Update docstring
Jason R. Coombs
2014-03-30
1
-5
/
+4
*
Use inspect module instead of _getframe
Jason R. Coombs
2014-03-30
1
-7
/
+8
*
Extract a method to capture the intention of caller detection.
Jason R. Coombs
2014-03-30
1
-13
/
+21
[prev]
[next]