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
*
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
*
A few style changes originally done in the distutils2 repo
Éric Araujo
2011-09-18
2
-4/+5
*
Replace cmp function with key function
Éric Araujo
2011-09-18
1
-15/+2
*
Fix typo and wording
Éric Araujo
2011-09-18
1
-1/+1
*
Branch merge
Éric Araujo
2011-09-18
15
-94/+45
|
\
|
*
Packaging cleanup: remove conditionals for < 2.6 support.
Éric Araujo
2011-09-17
16
-95/+46
*
|
Make a number of small changes to ease the backport to distutils2
Éric Araujo
2011-09-18
19
-125/+104
*
|
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
2
-23/+27
*
The value is the dotted module name to the command class.
Jeremy Kloth
2011-09-13
1
-1/+1
*
Factor out the distribution file-system safe name functions from install_dist...
Jeremy Kloth
2011-09-12
3
-36/+16
*
Remove unneeded --all option of “pysetup list”.
Éric Araujo
2011-09-12
2
-12/+9
*
Remove obsolete comment (yes, build_ext supports C++)
Éric Araujo
2011-09-10
1
-4/+0
*
Don’t let invalid line in setup.cfg pass silently
Éric Araujo
2011-09-10
1
-3/+4
*
Fix usage of bytes in packaging's bdist_wininst.
Éric Araujo
2011-09-10
1
-7/+8
*
Use bytes regex instead of decoding whole pages
Éric Araujo
2011-09-10
1
-12/+10
*
Fix usage of dry-run in packaging bdist_wininst and install_distinfo.
Éric Araujo
2011-09-10
2
-40/+39
*
Fix determination of Metadata version in packaging (#8933).
Éric Araujo
2011-09-10
2
-2/+16
*
Consolidate tests for packaging.metadata.
Éric Araujo
2011-09-10
4
-351/+333
*
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
2
-4/+47
*
Minor improvement to extensions section in setup.cfg.
Éric Araujo
2011-09-01
2
-9/+18
*
Clean up packaging.util: add __all__, remove some unused functions.
Éric Araujo
2011-09-01
8
-144/+42
*
Fix packaging command registry to let Windows machines find bdist_msi
Éric Araujo
2011-08-31
1
-2/+7
*
Move help texts near to the function they’re related to
Éric Araujo
2011-08-30
1
-121/+101
*
Fix typo I introduced in f93acf8844ec
Éric Araujo
2011-08-30
1
-1/+1
*
Update list of trove classifiers to match PyPI
Éric Araujo
2011-08-30
1
-0/+7
*
Make bdist_* commands respect --skip-build passed to bdist (#10946).
Éric Araujo
2011-08-29
4
-33/+26
*
Remove obsolete mentions of the compress program and .Z archives.
Éric Araujo
2011-08-29
3
-25/+22
*
Remove display options (--name, etc.) from the Distribution class.
Éric Araujo
2011-08-29
5
-87/+35
*
Cleanup: move code out of a try block
Éric Araujo
2011-08-29
1
-4/+6
*
Print all fields when calling “pysetup metadata” without options.
Éric Araujo
2011-08-29
1
-11/+7
*
Cleanup: use sys.version_info instead of convoluted hexversion lshifts
Éric Araujo
2011-08-29
1
-11/+6
*
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
[next]