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
*
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
*
Minor improvement to extensions section in setup.cfg.
Éric Araujo
2011-09-01
1
-5/+11
*
Clean up packaging.util: add __all__, remove some unused functions.
Éric Araujo
2011-09-01
1
-8/+1
*
Make bdist_* commands respect --skip-build passed to bdist (#10946).
Éric Araujo
2011-08-29
1
-29/+13
*
Remove obsolete mentions of the compress program and .Z archives.
Éric Araujo
2011-08-29
1
-11/+8
*
Remove display options (--name, etc.) from the Distribution class.
Éric Araujo
2011-08-29
4
-7/+7
*
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
[next]