summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Close #12289: Fix "is executable?" test in the CGI serverVictor Stinner2011-06-201-6/+2
* | use a invalid name for the __class__ closure for super() (closes #12370)Benjamin Peterson2011-06-201-0/+10
* | merge 3.2Benjamin Peterson2011-06-191-7/+7
|\ \ | |/
| * fix uglyNamingConventionBenjamin Peterson2011-06-191-7/+7
* | packaging: Add the project directory to sys.path to support local setup hooks.Éric Araujo2011-06-192-10/+35
* | Fix typoÉric Araujo2011-06-192-2/+2
* | #6771: Move wrapper function into __init__ and eliminate wrapper moduleR David Murray2011-06-192-51/+45
* | merge #11584: make Header and make_header handle binary unknown-8bit inputR David Murray2011-06-182-1/+19
|\ \ | |/
| * #11584: make Header and make_header handle binary unknown-8bit inputR David Murray2011-06-182-1/+19
* | merge #11584: make decode_header handle Header objects correctlyR David Murray2011-06-182-4/+5
|\ \ | |/
| * #11584: make decode_header handle Header objects correctlyR David Murray2011-06-182-4/+5
* | merge #11700: proxy object close methods can now be called multiple timesR David Murray2011-06-182-5/+22
|\ \ | |/
| * #11700: proxy object close methods can now be called multiple timesR David Murray2011-06-182-5/+22
* | Make decorators used in packaging preserve docstringsÉric Araujo2011-06-171-5/+7
* | Brange mergeÉric Araujo2011-06-172-2/+35
|\ \
| * \ merge #11767: use context manager to close file in __getitem__ to prevent FD ...R David Murray2011-06-172-2/+35
| |\ \ | | |/
| | * #11767: use context manager to close file in __getitem__ to prevent FD leakR David Murray2011-06-172-2/+35
* | | Brange mergeÉric Araujo2011-06-1716-147/+123
|\ \ \ | |/ / |/| |
| * | Minor tweaks to packaging tests.Éric Araujo2011-06-173-34/+28
| * | Packaging tests: don’t let an internal cache grow indefinitely.Éric Araujo2011-06-172-0/+4
| * | Minor tweaks in packaging’s test_dist.Éric Araujo2011-06-171-21/+15
| * | Remove unused code in packaging.pypi.distÉric Araujo2011-06-161-4/+1
| * | Stop binding sys.path as default parameter value in packaging.Éric Araujo2011-06-164-27/+20
| * | Packaging: remove last mentions and uses of setup.py in the code.Éric Araujo2011-06-167-32/+15
| * | Clean up packaging.tests.test_mixin2to3Éric Araujo2011-06-161-34/+43
* | | (Merge 3.2) Issue #10883: test_urllib2net closes socket explicitlyVictor Stinner2011-06-171-0/+8
|\ \ \ | | |/ | |/|
| * | Issue #10883: test_urllib2net closes socket explicitlyVictor Stinner2011-06-171-0/+8
* | | (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.requestVictor Stinner2011-06-172-0/+5
|\ \ \ | |/ /
| * | Issue #12133: fix a ResourceWarning in urllib.requestVictor Stinner2011-06-172-0/+5
* | | Issue #12333: run tests on the new module in a subprocessVictor Stinner2011-06-171-24/+16
* | | Issue #12333: close files before removing the directoryVictor Stinner2011-06-171-3/+2
* | | (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers()Victor Stinner2011-06-171-2/+8
|\ \ \ | |/ /
| * | Issue #12310: finalize the old process after _run_after_forkers()Victor Stinner2011-06-171-2/+8
| * | branch merge?Brian Curtin2011-06-1312-61/+186
| |\ \
* | | | Issue #12333: restore the previous dir before removing the current directoryVictor Stinner2011-06-171-8/+5
| |_|/ |/| |
* | | Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructorVictor Stinner2011-06-151-1/+3
* | | branch mergeBrian Curtin2011-06-132-1/+46
|\ \ \
| * \ \ Merge from 3.2 for Issue #12084.Brian Curtin2011-06-132-1/+46
| |\ \ \ | | |/ /
| | * | Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.Brian Curtin2011-06-132-1/+46
* | | | Issue #12316: Fix sigwait() test using threadsVictor Stinner2011-06-131-29/+41
* | | | Also specify encoding when reading setup.cfg (#12320)Éric Araujo2011-06-121-1/+1
* | | | Specify the encoding of the setup.cfg in one packaging test (#12320)Éric Araujo2011-06-121-1/+1
* | | | allow __dir__ to return any sequenceBenjamin Peterson2011-06-111-1/+9
* | | | merge 3.2 (#9284)Benjamin Peterson2011-06-112-2/+23
|\ \ \ \ | | |_|/ | |/| |
| * | | allow "fake" filenames in findsource (closes #9284)Benjamin Peterson2011-06-112-2/+23
* | | | Branch mergeÉric Araujo2011-06-114-71/+137
|\ \ \ \
| * | | | Adjust logging in packaging.util.spawn (related to #11599)Éric Araujo2011-06-111-2/+3
| * | | | Allow multiple setup hooks in packaging’s setup.cfg files (#12240).Éric Araujo2011-06-103-26/+49
| * | | | setup.cfg: Document that description-file can contain more than one fileÉric Araujo2011-06-102-9/+6
| * | | | Fix assorted bugs in packaging.util.cfg_to_args (#11595).Éric Araujo2011-06-102-17/+62