summaryrefslogtreecommitdiff
path: root/Lib/packaging/util.py
Commit message (Expand)AuthorAgeFilesLines
* Start improving 2to3 code in packaging (#13462).Éric Araujo2012-02-091-9/+9
* Remove unneeded importÉric Araujo2012-02-091-1/+1
* Remove obsolete verbose arguments from packaging.Éric Araujo2011-11-151-14/+9
* Clean up byte-compilation code in packaging (#11254 followup).Éric Araujo2011-11-141-15/+14
* Improve byte-compilation in packaging to be independent of -O or -B.Éric Araujo2011-11-031-12/+8
* Fix missing imports in setup scripts generated by packaging (#13205).Éric Araujo2011-10-211-12/+44
* Expand tests and fix bugs in packaging.util.resolve_name.Éric Araujo2011-10-191-4/+17
* Fix packaging byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-081-2/+6
* Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-171-2/+4
* Clean up packaging.util: add __all__, remove some unused functions.Éric Araujo2011-09-011-130/+33
* Fix wrong use of root logger in packaging (also a NameError)Éric Araujo2011-08-041-1/+1
* Factor out code used by packaging commands for HTTP requests (#12169).Éric Araujo2011-07-081-0/+47
* Issue #9516: Port the revised deployment target processing for OSX fromNed Deily2011-06-281-0/+23
* Also specify encoding when reading setup.cfg (#12320)Éric Araujo2011-06-121-1/+1
* Adjust logging in packaging.util.spawn (related to #11599)Éric Araujo2011-06-111-2/+3
* Fix assorted bugs in packaging.util.cfg_to_args (#11595).Éric Araujo2011-06-101-10/+21
* Move useful function to packaging.util.Éric Araujo2011-06-101-6/+11
* Packaging cleanup: normalize print calls.Éric Araujo2011-06-081-1/+1
* Update doctring now that Python has real booleansÉric Araujo2011-06-061-1/+1
* Improve a few docstrings in packaging.Éric Araujo2011-06-041-8/+7
* Use list constructor or built-in method instead of copy moduleÉric Araujo2011-06-041-2/+1
* added the generate-setup actionTarek Ziade2011-06-021-1/+1
* Cleaned up the installer output behavior.Tarek Ziade2011-05-301-9/+10
* fixed the separator issues in packaging/resources+configTarek Ziade2011-05-211-1/+3
* Close #12114: fix a potential deadlock in packaging.util._find_exe_version()Victor Stinner2011-05-211-1/+1
* Issue #12112: fix the encoding of setup.py in the packaging moduleVictor Stinner2011-05-191-3/+3
* package: replace open(fn, 'w').close() by open(fn, 'wb').close()Victor Stinner2011-05-191-1/+1
* packaging: use with open() instead of try/finally: closeVictor Stinner2011-05-191-4/+1
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+1451