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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Stop binding sys.path as default parameter value in packaging.
Éric Araujo
2011-06-16
2
-9/+6
*
Packaging: remove last mentions and uses of setup.py in the code.
Éric Araujo
2011-06-16
2
-17/+3
*
Clean up packaging.tests.test_mixin2to3
Éric Araujo
2011-06-16
1
-34/+43
*
Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructor
Victor Stinner
2011-06-15
1
-1/+3
*
Specify the encoding of the setup.cfg in one packaging test (#12320)
Éric Araujo
2011-06-12
1
-1/+1
*
Allow multiple setup hooks in packaging’s setup.cfg files (#12240).
Éric Araujo
2011-06-10
2
-8/+30
*
setup.cfg: Document that description-file can contain more than one file
Éric Araujo
2011-06-10
1
-1/+1
*
Fix assorted bugs in packaging.util.cfg_to_args (#11595).
Éric Araujo
2011-06-10
1
-7/+41
*
Don’t try to install something when running from uninstalled source (#12246).
Éric Araujo
2011-06-10
1
-2/+12
*
Clean up extra environment variable after packaging tests.
Éric Araujo
2011-06-10
1
-1/+1
*
Fix omission in test for packaging install_distinfo command.
Éric Araujo
2011-06-10
1
-1/+1
*
Fix example in packaging test_config.
Éric Araujo
2011-06-09
1
-2/+2
*
Packaging cleanup: remove use of script_name where obsolete
Éric Araujo
2011-06-08
5
-19/+0
*
Fix UnboundLocalError in a finally block of one packaging test
Éric Araujo
2011-06-06
1
-1/+1
*
Fix sdist to always include setup.cfg (#11092), to comply with the spec
Éric Araujo
2011-06-06
2
-11/+19
*
Use strings instead of sets of lines in packaging.create tests.
Éric Araujo
2011-06-06
1
-57/+63
*
Fix comment
Éric Araujo
2011-06-06
1
-1/+1
*
Cleanup in packaging: don’t unnecessarily instantiate exceptions
Éric Araujo
2011-06-04
1
-1/+1
*
Document autoflushing in packaging.test.support.LoggingCatcher.get_logs.
Éric Araujo
2011-06-03
1
-1/+4
*
Fix format of warnings from the packaging check command
Éric Araujo
2011-06-02
1
-0/+11
*
Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler.
Éric Araujo
2011-06-02
3
-15/+19
*
Branch merge
Éric Araujo
2011-06-01
2
-7/+6
|
\
|
*
Re-apply distutils2 changes lost before the merge of packaging.
Éric Araujo
2011-05-31
1
-5/+4
|
*
Fix test name in debug message
Éric Araujo
2011-05-31
1
-2/+2
*
|
make sure we check for write access before starting the install, and add corr...
Tarek Ziade
2011-05-31
2
-4/+41
*
|
better UI when the user does not have the perms to remove the project
Tarek Ziade
2011-05-30
1
-5/+23
*
|
fixed the test_uninstall patch
Tarek Ziade
2011-05-30
1
-2/+2
|
/
*
removed spurious output
Tarek Ziade
2011-05-30
1
-1/+7
*
Cleaned up the installer output behavior.
Tarek Ziade
2011-05-30
2
-24/+23
*
cleanup packaging.database
Tarek Ziade
2011-05-30
1
-5/+3
*
a resource module for 2 functions is overkill. database is the right place fo...
Tarek Ziade
2011-05-30
2
-170/+156
*
Port r86353 to packaging (#10359: “;” after function definition is invali...
Éric Araujo
2011-05-29
1
-1/+1
*
Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2
Éric Araujo
2011-05-28
1
-3/+6
*
Issue #12180: Fixed a few remaining errors in test_packaging when no threading.
Tarek Ziade
2011-05-25
4
-7/+36
*
Issue #12167: packaging.tests.test_dist unloads the temporary module
Victor Stinner
2011-05-24
1
-0/+2
*
Issue #12167: packaging.tests.support, LoggingCatcher restores correctly the
Victor Stinner
2011-05-24
1
-1/+2
*
Issue #12125: fixed the failures under Solaris due to improper test cleanup.
Tarek Ziade
2011-05-23
3
-1/+14
*
fixed the cwd cleanup in packaging test_util
Tarek Ziade
2011-05-23
1
-1/+8
*
make sure the cwd is restored on tearDown
Tarek Ziade
2011-05-23
1
-0/+5
*
make sure build_dir.build_lib is synced to the faked build location
Tarek Ziade
2011-05-23
1
-0/+4
*
skip more tests in packaging if threading is not supported
Tarek Ziade
2011-05-22
3
-3/+20
*
not using a server name anymore as the 127.0.0.1 <> localhost symmetry is not...
Tarek Ziade
2011-05-22
1
-3/+1
*
Issue 12132 - skip the test_buil_ext test if the xx module is not found
Tarek Ziade
2011-05-22
1
-1/+5
*
Issue 10126 - backported distutils fix for the enable-share mode into packaging
Tarek Ziade
2011-05-22
1
-1/+24
*
added the Content-Length header. that fixes the weird packaging.pypi.errors.H...
Tarek Ziade
2011-05-21
1
-0/+1
*
deactivating one test under win32 for now
Tarek Ziade
2011-05-21
1
-0/+1
*
make sure the crawler can browse file-based indexes under win32
Tarek Ziade
2011-05-21
1
-3/+11
[next]