index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
packaging
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor code simplification
Éric Araujo
2011-08-25
1
-3/+2
*
Another (hopefully last) fix for test_packaging on Windws (#12678)
Éric Araujo
2011-08-25
1
-3/+13
*
Fix test_packaging on Windows (#12678).
Éric Araujo
2011-08-24
2
-4/+16
*
Try to fix packaging tests using build_ext on Windows (#12678)
Éric Araujo
2011-08-23
2
-19/+18
*
Fix test_command_install_dist in shared Python builds
Éric Araujo
2011-08-21
1
-0/+1
*
Factor out the build_ext fixup for shared Python builds.
Éric Araujo
2011-08-21
2
-22/+29
*
Remove obsolete code
Éric Araujo
2011-08-21
1
-2/+0
*
Issue #12326: refactor usage of sys.platform
Victor Stinner
2011-08-20
1
-2/+1
*
Add a simple test for the packaging RECORD file.
Éric Araujo
2011-08-20
1
-1/+53
*
Minor cleanup
Éric Araujo
2011-08-20
2
-12/+7
*
Add a test for extension modules in the old-style record file
Éric Araujo
2011-08-20
1
-1/+24
*
Rework test_old_record a bit to make the test more exact
Éric Araujo
2011-08-20
1
-13/+13
*
Refactor the copying of xxmodule.c in packaging tests (#12141).
Éric Araujo
2011-08-20
2
-27/+37
*
Restore $HOME after test has run (should fix #12765)
Éric Araujo
2011-08-19
1
-0/+3
*
Improve “pysetup create” help messages.
Éric Araujo
2011-08-18
1
-18/+19
*
Fix typo
Éric Araujo
2011-08-18
1
-1/+1
*
Remove class that was only useful with Sphinx autodoc
Éric Araujo
2011-08-18
1
-8/+0
*
Use our existing drop-in, no-op decorator instead of redefining it.
Éric Araujo
2011-08-11
1
-6/+2
*
Fix wrong use of root logger in packaging (also a NameError)
Éric Araujo
2011-08-04
1
-1/+1
*
Stop trying to write into the stdlib during packaging tests (#12331).
Éric Araujo
2011-07-31
1
-23/+31
*
Minor packaging cleanup.
Éric Araujo
2011-07-29
5
-21/+21
*
Make TypeError message from Command.__init__ more useful
Éric Araujo
2011-07-29
1
-1/+2
*
Let all pysetup actions return a meaningful 0 or 1 exit code (#12222).
Éric Araujo
2011-07-29
1
-32/+34
*
Let pysetup list exit with a non-zero code when no result is found (#11409).
Éric Araujo
2011-07-29
1
-1/+7
*
test_packaging should clean up after itself (but it doesn't really)
Antoine Pitrou
2011-07-15
1
-6/+9
*
Silence 2to3 warnings in packaging tests
Éric Araujo
2011-07-15
1
-4/+8
*
Clear packaging.database caches in place
Éric Araujo
2011-07-15
1
-6/+5
*
Close file handles in a timely manner in packaging.database (#12504).
Éric Araujo
2011-07-08
2
-7/+7
*
Factor out code used by packaging commands for HTTP requests (#12169).
Éric Araujo
2011-07-08
7
-139/+93
*
Closes #12391: temporary files are now cleaned up.
Vinay Sajip
2011-07-07
1
-7/+5
*
Issue #9516: Port the revised deployment target processing for OSX from
Ned Deily
2011-06-29
1
-0/+23
*
Issue #9516: Port OS X deployment target tests from distutils to packaging
Ned Deily
2011-06-29
1
-1/+92
*
Issue #12141: Install copies of template C module file so that
Ned Deily
2011-06-28
1
-0/+5
*
packaging: Add the project directory to sys.path to support local setup hooks.
Éric Araujo
2011-06-19
2
-10/+35
*
Fix typo
Éric Araujo
2011-06-19
2
-2/+2
*
Make decorators used in packaging preserve docstrings
Éric Araujo
2011-06-17
1
-5/+7
*
Brange merge
Éric Araujo
2011-06-17
16
-147/+123
|
\
|
*
Minor tweaks to packaging tests.
Éric Araujo
2011-06-17
3
-34/+28
|
*
Packaging tests: don’t let an internal cache grow indefinitely.
Éric Araujo
2011-06-17
2
-0/+4
|
*
Minor tweaks in packaging’s test_dist.
Éric Araujo
2011-06-17
1
-21/+15
|
*
Remove unused code in packaging.pypi.dist
Éric Araujo
2011-06-16
1
-4/+1
|
*
Stop binding sys.path as default parameter value in packaging.
Éric Araujo
2011-06-16
4
-27/+20
|
*
Packaging: remove last mentions and uses of setup.py in the code.
Éric Araujo
2011-06-16
7
-32/+15
|
*
Clean up packaging.tests.test_mixin2to3
Éric Araujo
2011-06-16
1
-34/+43
*
|
Issue #12333: run tests on the new module in a subprocess
Victor Stinner
2011-06-17
1
-24/+16
*
|
Issue #12333: close files before removing the directory
Victor Stinner
2011-06-17
1
-3/+2
*
|
Issue #12333: restore the previous dir before removing the current directory
Victor Stinner
2011-06-17
1
-8/+5
|
/
*
Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructor
Victor Stinner
2011-06-15
1
-1/+3
*
Also specify encoding when reading setup.cfg (#12320)
Éric Araujo
2011-06-12
1
-1/+1
*
Specify the encoding of the setup.cfg in one packaging test (#12320)
Éric Araujo
2011-06-12
1
-1/+1
[next]