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
*
Remove unused code from packaging.tests.__init__
Éric Araujo
2011-11-15
4
-108/+10
*
Remove redundant setUp/tearDown methods in packaging tests
Éric Araujo
2011-11-14
3
-23/+2
*
Add tests to check initial content of packaging.database caches
Éric Araujo
2011-11-14
1
-0/+7
*
packaging cleanup: A few super I missed in 5ae03b1e147a
Éric Araujo
2011-11-14
1
-5/+5
*
Adapt test and example after e39d1b6f0856.
Éric Araujo
2011-11-14
1
-1/+1
*
Clean up byte-compilation code in packaging (#11254 followup).
Éric Araujo
2011-11-14
1
-2/+2
*
Use more standard name for one option of packaging’s install_distinfo
Éric Araujo
2011-11-06
1
-5/+5
*
Clean up mocking of stdout and stdin in packaging tests.
Éric Araujo
2011-11-06
9
-98/+47
*
Minor tweak to packaging tests.
Éric Araujo
2011-11-06
4
-3/+4
*
Undo potentially confusing name change in packaging.
Éric Araujo
2011-11-06
1
-1/+1
*
Make sure packaging tests that register custom commands also clear them
Éric Araujo
2011-11-06
3
-19/+34
*
Try to fix buildbot failures from #13193
Éric Araujo
2011-11-05
1
-0/+2
*
Actually check the contents of the file created by packaging’s bdist_dumb
Éric Araujo
2011-11-03
1
-4/+13
*
Improve byte-compilation in packaging to be independent of -O or -B.
Éric Araujo
2011-11-03
5
-86/+75
*
Minor code reorganization in one packaging test file
Éric Araujo
2011-11-02
1
-27/+25
*
Add tests for packaging.tests.support (#12659).
Éric Araujo
2011-10-21
1
-0/+78
*
Fix missing imports in setup scripts generated by packaging (#13205).
Éric Araujo
2011-10-21
1
-5/+29
*
Branch merge
Éric Araujo
2011-10-19
21
-142/+191
|
\
|
*
Clean up some idioms in packaging tests.
Éric Araujo
2011-10-19
13
-37/+40
|
*
Change signature of packaging.tests.support.LoggingCatcher.get_logs.
Éric Araujo
2011-10-19
10
-72/+65
|
*
More fixes for PEP 3147 compliance in packaging (#11254)
Éric Araujo
2011-10-19
2
-4/+43
|
*
Expand tests and fix bugs in packaging.util.resolve_name.
Éric Araujo
2011-10-19
1
-29/+43
*
|
A ricochet from fixing #10680: http://http://example.com/ no longer reports
Łukasz Langa
2011-10-19
1
-1/+1
|
/
*
Cleanup in packaging: super considered super
Éric Araujo
2011-10-14
2
-2/+2
*
Fix writing of the RESOURCES file by packaging (#12386)
Éric Araujo
2011-10-14
2
-4/+58
*
Increase test coverage for packaging.manifest (#11751).
Éric Araujo
2011-10-11
1
-1/+196
*
Add tests for Unicode handling in packaging’ check and register (#13114)
Éric Araujo
2011-10-11
2
-10/+43
*
Fix packaging byte-compilation to comply with PEP 3147 (#11254).
Éric Araujo
2011-10-08
2
-6/+13
*
Make C code in one packaging test comply with ISO C (#10359).
Éric Araujo
2011-10-08
1
-2/+2
*
Fix return code of “pysetup run COMMAND” (closes #12222)
Éric Araujo
2011-10-06
1
-14/+16
*
Minor: improve one test name, address pyflakes warnings
Éric Araujo
2011-10-06
1
-6/+4
*
Add test that was promised in a comment but not actually written
Éric Araujo
2011-10-06
1
-2/+7
*
Fix incorrect test.
Éric Araujo
2011-10-06
1
-2/+3
*
Change one name in packaging’s test_uninstall to avoid confusion.
Éric Araujo
2011-10-06
1
-12/+12
*
Cosmetic fixes for whitespace and a regex in packaging.
Éric Araujo
2011-10-04
1
-4/+4
*
Add tests for comparing candidate and final versions in packaging (#11841).
Éric Araujo
2011-10-04
1
-0/+12
*
Squash last tempdir leak in packaging tests.
Éric Araujo
2011-09-19
1
-0/+2
*
Final bag of small changes coming from distutils2.
Éric Araujo
2011-09-19
5
-13/+12
*
Branch merge
Éric Araujo
2011-09-18
6
-33/+7
|
\
|
*
Packaging cleanup: remove conditionals for < 2.6 support.
Éric Araujo
2011-09-17
6
-33/+7
*
|
Make a number of small changes to ease the backport to distutils2
Éric Araujo
2011-09-18
15
-119/+97
*
|
Fix fallback base class when tests run without threading
Éric Araujo
2011-09-18
1
-1/+1
*
|
Issue #12765: Fix packaging.test.test_database failures on OS X due
Ned Deily
2011-09-15
1
-0/+1
|
/
*
Fix packaging.database.Distribution.list_distinfo_files (#12785).
Éric Araujo
2011-09-15
1
-22/+24
*
Remove unneeded --all option of “pysetup list”.
Éric Araujo
2011-09-12
1
-0/+1
*
Fix determination of Metadata version in packaging (#8933).
Éric Araujo
2011-09-10
1
-1/+14
*
Consolidate tests for packaging.metadata.
Éric Araujo
2011-09-10
3
-349/+321
*
Issue #9561: packaging now writes egg-info files using UTF-8
Victor Stinner
2011-09-05
1
-2/+2
*
Minor: tweak docstrings and __all__ in packaging.tests.support
Éric Araujo
2011-09-01
1
-13/+27
*
Minor improvement to extensions in setup.cfg: check parent package
Éric Araujo
2011-09-01
1
-2/+29
[next]