index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setuptools
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
using a py3 marker instead of a try..except
Tarek Ziade
2010-04-05
1
-2
/
+5
|
*
proper fix to avoid a syntax error on 2.5
Tarek Ziade
2010-04-05
1
-2
/
+2
|
*
merge dance
Tarek Ziade
2010-04-05
5
-120
/
+208
|
|
\
|
|
*
merge with upstream
Ronny Pfannschmidt
2010-03-16
5
-16
/
+96
|
|
|
\
|
|
|
*
fixed spelling typo
Yannick Gingras
2010-03-15
1
-1
/
+2
|
|
|
*
updated links to the new location of the easy_install docs
Yannick Gingras
2010-03-15
1
-3
/
+4
|
|
|
*
removed unsused imports
Yannick Gingras
2010-03-15
1
-2
/
+2
|
|
*
|
move the rest of the path handling code from develop to easy_install
Ronny Pfannschmidt
2010-02-11
4
-46
/
+56
|
|
*
|
enable easy_install --user, *warning breaks tests*
Ronny Pfannschmidt
2010-02-11
4
-92
/
+147
|
|
*
|
add some tests for the pth writer/manager
Ronny Pfannschmidt
2010-02-11
1
-0
/
+18
|
|
*
|
fix develop --user for having '.' in PYTHON_PATH
Ronny Pfannschmidt
2010-02-11
1
-2
/
+6
|
*
|
|
auth=b'Basic ' will throw a SyntaxError on 2.5
Tarek Ziade
2010-04-05
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
added the --no-find-links option
Tarek Ziade
2010-03-13
2
-3
/
+36
*
|
|
Fix for #151 - attribute error when gen_py doesn't have __init__ module
Jason R. Coombs
2010-05-15
1
-2
/
+7
|
/
/
*
|
Worked out a fix for failing sandbox errors in Windows. Fixes #118.
Jason R. Coombs
2010-03-02
1
-2
/
+12
*
|
Added test to capture issue #118
Jason R. Coombs
2010-02-22
1
-6
/
+41
*
|
Added an os.makedirs so that Tarek's solution will work
nibrahim
2010-02-22
1
-1
/
+2
|
/
*
Python 2.7 compat
tarek
2010-01-24
1
-1
/
+6
*
Add some compatibility code for upload_docs so it will work in both
"Brett Cannon ext:(%22)
2010-01-17
1
-18
/
+30
*
Use more reasonable variable names.
"Brett Cannon ext:(%22)
2010-01-17
1
-4
/
+4
*
Rename variable 'http' to 'conn' as httplib is renamed http in Python
"Brett Cannon ext:(%22)
2010-01-17
1
-10
/
+10
*
Add back in a missing space between "Basic" and the base64-encoded
"Brett Cannon ext:(%22)
2010-01-17
1
-2
/
+2
*
Change upload_docs so that its use of base64 does not fail under
"Brett Cannon ext:(%22)
2010-01-17
1
-2
/
+8
*
makes sure install_site_pyFixes #108
tarek
2010-01-06
1
-0
/
+4
*
Introduced a socket timeout of 15 seconds on url openings fixes #48
tarek
2009-12-19
1
-0
/
+15
*
Avoid shadowing the package fixes #80
tarek
2009-12-12
1
-1
/
+1
*
avoid running test_get_script_header_jython_workaround undr some py3 environm...
tarek
2009-12-11
1
-0
/
+4
*
Allowing 'os.devnull' in Sandbox, fixes #101
tarek
2009-12-04
2
-2
/
+34
*
easy_install doesn't use a setup.cfg located in the working dir - fixes #99
tarek
2009-12-02
2
-2
/
+46
*
Added upload_docs unit test and fixed a bug in test_develop.
Alice Bevan-McGregor
2009-11-15
2
-1
/
+66
*
Fixed empty folder issue during upload_docs.
Alice Bevan-McGregor
2009-11-15
1
-1
/
+1
*
Fixed #80: test_develop fails with Python 3.1. I don't understand why the mod...
tarek
2009-11-15
2
-1
/
+7
*
unknown setuptools version can be added in the working set, refs #90
tarek
2009-11-11
1
-9
/
+6
*
backporting the API Eby added in 0.6c11
tarek
2009-11-01
1
-21
/
+11
*
make sure USER_SITE is listed as a sitedir in easy_install
tarek
2009-10-27
3
-2
/
+9
*
now develop supports the --user option fixes #58
tarek
2009-10-27
2
-1
/
+168
*
removed empty lines
tarek
2009-10-27
1
-31
/
+0
*
Generated scripts now wraps their call in a __main__ section. Fixes #11
tarek
2009-10-27
2
-5
/
+41
*
removed PJE-style white lines
tarek
2009-10-27
1
-35
/
+3
*
Issue 21: Allow PackageIndex.open_url to gracefully handle all cases of a htt...
Hanno Schlichting
2009-10-24
1
-0
/
+6
*
Reversing patch for 64-bit Windows script launcher, applied PJE's simpler sol...
agronholm
2009-10-20
7
-3
/
+2
*
removing windows EOL lines
tarek
2009-10-14
1
-137
/
+137
*
an error is raised when installing a 0.7 setuptools with distribute
Reinout van Rees
2009-10-14
1
-4
/
+15
*
Distribute no longer shadows setuptools if we require a 0.7-series
Reinout van Rees
2009-10-14
1
-2
/
+22
*
fixed the parsed api when dealing with setuptools name
tarek
2009-10-13
1
-11
/
+11
*
fix a hole in sandboxing allowing builtin file to write outside of the sandbox
Philip Jenvey
2009-10-12
1
-0
/
+6
*
Added a upload_docs command to upload project documentation to PyPI's package...
Jannis Leidel
2009-10-07
2
-1
/
+154
*
Changed file() calls to open() calls
agronholm
2009-09-27
2
-2
/
+2
*
Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs (htt...
agronholm
2009-09-25
7
-2
/
+3
*
Wrong file mode when creating bdists under Python 3.1.
Lennart Regebro
2009-09-22
1
-1
/
+1
[prev]
[next]