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
*
Update list of trove classifiers
Éric Araujo
2011-11-20
1
-0/+12
*
Remove obsolete verbose arguments from packaging.
Éric Araujo
2011-11-15
11
-51/+36
*
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
*
The error message should contain the key as given, not normalized.
Éric Araujo
2011-11-14
1
-2/+4
*
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
2
-11/+10
*
Adapt test and example after e39d1b6f0856.
Éric Araujo
2011-11-14
1
-1/+1
*
Fix a few typos
Éric Araujo
2011-11-14
1
-1/+1
*
Clean up byte-compilation code in packaging (#11254 followup).
Éric Araujo
2011-11-14
5
-73/+51
*
Issue #13193: Fix distutils.filelist.FileList and
Antoine Pitrou
2011-11-12
1
-1/+4
*
Merge 3.2, fix typos.
Florent Xicluna
2011-11-11
2
-2/+2
*
Use more standard name for one option of packaging’s install_distinfo
Éric Araujo
2011-11-06
3
-21/+18
*
Remove redundant __main__ blocks from packaging modules.
Éric Araujo
2011-11-06
3
-17/+1
*
Clean up mocking of stdout and stdin in packaging tests.
Éric Araujo
2011-11-06
10
-113/+61
*
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
8
-19/+19
*
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
9
-155/+117
*
Minor code reorganization in one packaging test file
Éric Araujo
2011-11-02
1
-27/+25
*
Fix typo “seperate”
Éric Araujo
2011-11-02
3
-3/+3
*
Merge 3.2
Florent Xicluna
2011-10-28
2
-3/+3
*
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
2
-17/+73
*
Branch merge
Éric Araujo
2011-10-19
25
-154/+219
|
\
|
*
Make one function in packaging.metadata simpler
Éric Araujo
2011-10-19
1
-4/+3
|
*
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
4
-8/+51
|
*
Expand tests and fix bugs in packaging.util.resolve_name.
Éric Araujo
2011-10-19
2
-33/+60
*
|
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
8
-16/+15
*
Fix writing of the RESOURCES file by packaging (#12386)
Éric Araujo
2011-10-14
3
-5/+59
*
Increase test coverage for packaging.manifest (#11751).
Éric Araujo
2011-10-11
2
-2/+199
*
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
3
-8/+19
*
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
2
-16/+19
*
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
2
-5/+5
*
Add tests for comparing candidate and final versions in packaging (#11841).
Éric Araujo
2011-10-04
1
-0/+12
*
Remove two unneeded attributes in packaging
Éric Araujo
2011-09-21
2
-6/+3
*
Squash last tempdir leak in packaging tests.
Éric Araujo
2011-09-19
1
-0/+2
*
Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code
Éric Araujo
2011-09-19
2
-2/+2
*
Final bag of small changes coming from distutils2.
Éric Araujo
2011-09-19
9
-29/+22
[next]