index
:
delta/python-setuptools-git.git
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1390-description-no-newlines
bugfix/1390-lenient-description
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/1996-no-bootstrap
bugfix/2129-better-egg-detection
bugfix/2232-just-break-pip-upgrade
bugfix/2232-ubuntu-patch
bugfix/2471-remove-deps
bugfix/2906-distutils-race
bugfix/2938-easy-install-schemes
bugfix/2993-get-pip-exemption
bugfix/2993-redux
bugfix/3026-sysconfig-vars-in-easy-install
bugfix/3073-old-setuptools
bugfix/3452-unconditional-workaround
bugfix/3452-warn
bugfix/3525-error
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/deprecate-setup-requires
debt/deprecate-version
debt/drop-py35
debt/remove-RequirementParseError
debt/remove-easy-install
debt/remove-legacy-version
debt/update-packaging
dev/adopt_bdist_wheel
dev/avoid_wheel_unstable_api
dev/core_metadata
dev/egg_info_requires
dev/simplified_wheelbuilder
dev/untangle_editable_wheel
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
distutils-refresh
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/2550-build-from-source
feature/deprecate-2to3
feature/deprecate-installer
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/distutils-8c160a9693
feature/distutils-bb018f1ac3
feature/distutils-docs
feature/distutils-hack-startup-perf
feature/drop-fetch-build-eggs-easy-install-fallback
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/limit-distutils-hack-pip-workaround
feature/local-distutils
feature/local-schemes
feature/logging
feature/pip-options-alignment
feature/plugins-enabled-by-default
feature/pyopenssl-fallback
feature/refactor-parse-requirements
feature/remove-distutils-hack-pip-workaround
feature/remove-easy-install
feature/remove-eggsecutable
feature/restore-editable-pythonpath
feature/sic-versions-in-commands
feature/simple-dist-name-in-scripts
feature/skeleton
feature/test-as-installed
feature/tox-venv
feature/unvendor
feature/vendor-jaraco-text
feature/vendor-pkg-resources
feature/vendoring
feature/version-in-cfg
feature/xenial-py37
fix/2529
include-pypy
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
jaraco-path-build
license-files-generator
main
maint/44.x
master
pr/1521
pr1887-rebase
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
workaround/2495-clean-indentation
workaround/2495-no-install-requires
github.com: pypa/setuptools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fancy_getopt.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[maint] move all files into subfolder
xoviat
2020-05-25
1
-457
/
+0
*
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...
Senthil Kumaran
2011-07-28
1
-2
/
+0
*
reverted distutils its 3.1 state. All new work is now happening in disutils2,...
Tarek Ziadé
2010-07-22
1
-4
/
+15
*
Merged revisions 76956 via svnmerge from
Tarek Ziadé
2009-12-21
1
-15
/
+4
*
Merged revisions 74988 via svnmerge from
Tarek Ziadé
2009-09-21
1
-3
/
+3
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-2
/
+2
*
Fix a straggler filter() call.
Guido van Rossum
2007-09-25
1
-1
/
+1
*
string.maketrans() now produces translation tables for bytes.translate() -- w...
Georg Brandl
2007-08-31
1
-4
/
+4
*
General cleanup, raise normalization in Lib/distutils.
Collin Winter
2007-08-30
1
-90
/
+47
*
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum
2007-04-27
1
-2
/
+2
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
1
-7
/
+7
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-3
/
+3
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1
/
+1
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-4
/
+4
*
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis
2004-11-10
1
-1
/
+1
*
- fix description of option table entries
Fred Drake
2004-08-02
1
-3
/
+4
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-1
/
+1
*
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling
2002-11-19
1
-0
/
+2
*
Remove 'created by' lines; people can use CVS for this, and the information i...
Andrew M. Kuchling
2002-11-14
1
-2
/
+0
*
Test changes before checking them in.
Jeremy Hylton
2002-06-04
1
-1
/
+1
*
Track extra arg to option_table to all uses of it
Jeremy Hylton
2002-06-04
1
-2
/
+2
*
global _option_order is not used
Jeremy Hylton
2002-06-04
1
-6
/
+0
*
Set repeat metadata for an option based on repeat local var not
Jeremy Hylton
2002-06-04
1
-1
/
+1
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
1
-27
/
+30
*
Whitespace normalization.
Fred Drake
2001-12-06
1
-6
/
+6
*
Use correct variable name
Andrew M. Kuchling
2001-08-09
1
-1
/
+1
*
Standardize whitespace in function calls.
Greg Ward
2000-09-26
1
-55
/
+54
*
Added 'translate_longopt()' function.
Greg Ward
2000-09-25
1
-0
/
+7
*
Added docstring for 'wrap()' function.
Greg Ward
2000-08-30
1
-0
/
+5
*
Fix so we clear or reinitialize various data structures before populating
Greg Ward
2000-08-07
1
-0
/
+5
*
Fixed so we print more than just the first line of help for options with
Greg Ward
2000-06-08
1
-3
/
+3
*
Don't take advantage of OptionDummy's new "auto-initialization" feature
Greg Ward
2000-05-23
1
-1
/
+1
*
OptionDummy now has a constructor that takes a list of options: each string
Greg Ward
2000-05-23
1
-2
/
+9
*
Patch from Harry Henry Gebel: fix two stupid bugs in help-printing stuff.
Greg Ward
2000-04-23
1
-2
/
+2
*
Added the capability for alias options.
Greg Ward
2000-04-21
1
-12
/
+36
*
Added 'has_option()', 'get_attr_name()' methods.
Greg Ward
2000-04-21
1
-1
/
+14
*
Made 'generate_help()' and 'print_help()' methods of FancyGetopt.
Greg Ward
2000-04-21
1
-99
/
+102
*
Continuing the refactoring: deleted the old 'fancy_getopt()' function,
Greg Ward
2000-04-21
1
-121
/
+0
*
Hefty refactoring: converted 'fancy_getopt()' function into FancyGetopt
Greg Ward
2000-04-21
1
-15
/
+266
*
Changed '__rcsid__' to '__revision__'.
Greg Ward
2000-03-02
1
-1
/
+1
*
Added support for printing out help text from option table: 'print_help()',
Greg Ward
1999-12-12
1
-12
/
+171
*
Hacked to support the notion of "negative alias" options, to handle
Greg Ward
1999-10-03
1
-3
/
+32
*
Better detection of bad entries in option table.
Greg Ward
1999-08-14
1
-3
/
+11
*
First checkin of real Distutils code.
Greg Ward
1999-03-22
1
-0
/
+115