Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
44acda4c971f0e565b6e52dbb51267c7255662f9
/
Lib
/
packaging
54e26c0
Update list of trove classifiers
by Éric Araujo
· 13 years ago
4d15546
Remove obsolete verbose arguments from packaging.
by Éric Araujo
· 13 years ago
9b5c7f4
Remove unused code from packaging.tests.__init__
by Éric Araujo
· 13 years ago
3650034
Remove redundant setUp/tearDown methods in packaging tests
by Éric Araujo
· 13 years ago
acc0952
The error message should contain the key as given, not normalized.
by Éric Araujo
· 13 years ago
618b730
Add tests to check initial content of packaging.database caches
by Éric Araujo
· 13 years ago
e749e21
packaging cleanup: A few super I missed in 5ae03b1e147a
by Éric Araujo
· 13 years ago
0efc419
Adapt test and example after e39d1b6f0856.
by Éric Araujo
· 13 years ago
bfc9729
Fix a few typos
by Éric Araujo
· 13 years ago
f836162
Clean up byte-compilation code in packaging (#11254 followup).
by Éric Araujo
· 13 years ago
61093c0
Issue #13193: Fix distutils.filelist.FileList and
by Antoine Pitrou
· 13 years ago
e41f0de
Merge 3.2, fix typos.
by Florent Xicluna
· 13 years ago
438f21a
Use more standard name for one option of packaging’s install_distinfo
by Éric Araujo
· 13 years ago
ca94603
Remove redundant __main__ blocks from packaging modules.
by Éric Araujo
· 13 years ago
fad46e1
Clean up mocking of stdout and stdin in packaging tests.
by Éric Araujo
· 13 years ago
261ccdc
Minor tweak to packaging tests.
by Éric Araujo
· 13 years ago
a963e0d
Undo potentially confusing name change in packaging.
by Éric Araujo
· 13 years ago
4e377f2
Make sure packaging tests that register custom commands also clear them
by Éric Araujo
· 13 years ago
03b0819
Try to fix buildbot failures from #13193
by Éric Araujo
· 13 years ago
7855a1a
Actually check the contents of the file created by packaging’s bdist_dumb
by Éric Araujo
· 13 years ago
8808015
Improve byte-compilation in packaging to be independent of -O or -B.
by Éric Araujo
· 13 years ago
dfd2328
Minor code reorganization in one packaging test file
by Éric Araujo
· 13 years ago
9ad81a3
Fix typo “seperate”
by Éric Araujo
· 13 years ago
aabbda5
Merge 3.2
by Florent Xicluna
· 13 years ago
89d3a69
Add tests for packaging.tests.support (#12659).
by Éric Araujo
· 13 years ago
f89ebdc
Fix missing imports in setup scripts generated by packaging (#13205).
by Éric Araujo
· 13 years ago
3bb8be6
Branch merge
by Éric Araujo
· 13 years ago
784cd4c
Make one function in packaging.metadata simpler
by Éric Araujo
· 13 years ago
f3f283a
Clean up some idioms in packaging tests.
by Éric Araujo
· 13 years ago
382067b
Change signature of packaging.tests.support.LoggingCatcher.get_logs.
by Éric Araujo
· 13 years ago
4b5a5f7
More fixes for PEP 3147 compliance in packaging (#11254)
by Éric Araujo
· 13 years ago
8ccd18f
Expand tests and fix bugs in packaging.util.resolve_name.
by Éric Araujo
· 13 years ago
318909b
A ricochet from fixing #10680: http://http://example.com/ no longer reports
by Łukasz Langa
· 13 years ago
8022314
Cleanup in packaging: super considered super
by Éric Araujo
· 13 years ago
d139b99
Fix writing of the RESOURCES file by packaging (#12386)
by Éric Araujo
· 13 years ago
aa2cb3a
Increase test coverage for packaging.manifest (#11751).
by Éric Araujo
· 13 years ago
30cc654
Add tests for Unicode handling in packaging’ check and register (#13114)
by Éric Araujo
· 13 years ago
a29e4f6
Fix packaging byte-compilation to comply with PEP 3147 (#11254).
by Éric Araujo
· 13 years ago
73b1e7d
Make C code in one packaging test comply with ISO C (#10359).
by Éric Araujo
· 13 years ago
6fd287e
Fix return code of “pysetup run COMMAND” (closes #12222)
by Éric Araujo
· 13 years ago
8ed34a1
Minor: improve one test name, address pyflakes warnings
by Éric Araujo
· 13 years ago
fa23cc8
Add test that was promised in a comment but not actually written
by Éric Araujo
· 13 years ago
9556a5b
Fix incorrect test.
by Éric Araujo
· 13 years ago
2c30e39
Change one name in packaging’s test_uninstall to avoid confusion.
by Éric Araujo
· 13 years ago
c463771
Cosmetic fixes for whitespace and a regex in packaging.
by Éric Araujo
· 13 years ago
763cc6e
Add tests for comparing candidate and final versions in packaging (#11841).
by Éric Araujo
· 13 years ago
dd2d55c
Remove two unneeded attributes in packaging
by Éric Araujo
· 13 years ago
4c0b707
Squash last tempdir leak in packaging tests.
by Éric Araujo
· 13 years ago
1cbd2ab
Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code
by Éric Araujo
· 13 years ago
505f0eb
Final bag of small changes coming from distutils2.
by Éric Araujo
· 13 years ago
c1b7e7f
A few style changes originally done in the distutils2 repo
by Éric Araujo
· 13 years ago
f30b5ae
Replace cmp function with key function
by Éric Araujo
· 13 years ago
cc06ad1
Fix typo and wording
by Éric Araujo
· 13 years ago
cc95dd8
Branch merge
by Éric Araujo
· 13 years ago
229011d
Make a number of small changes to ease the backport to distutils2
by Éric Araujo
· 13 years ago
4147945
Fix fallback base class when tests run without threading
by Éric Araujo
· 13 years ago
7724a6c
Packaging cleanup: remove conditionals for < 2.6 support.
by Éric Araujo
· 13 years ago
e30186b
Issue #12765: Fix packaging.test.test_database failures on OS X due
by Ned Deily
· 13 years ago
37ccd6f
Fix packaging.database.Distribution.list_distinfo_files (#12785).
by Éric Araujo
· 13 years ago
3ac4f59
The value is the dotted module name to the command class.
by Jeremy Kloth
· 13 years ago
aa2b442
Factor out the distribution file-system safe name functions from install_distinfo to allow all metadata consumers access to them.
by Jeremy Kloth
· 13 years ago
cde6576
Remove unneeded --all option of “pysetup list”.
by Éric Araujo
· 13 years ago
fb7d244
Remove obsolete comment (yes, build_ext supports C++)
by Éric Araujo
· 13 years ago
1f2bcd3
Don’t let invalid line in setup.cfg pass silently
by Éric Araujo
· 13 years ago
c6d52ed
Fix usage of bytes in packaging's bdist_wininst.
by Éric Araujo
· 13 years ago
030cfe2
Use bytes regex instead of decoding whole pages
by Éric Araujo
· 13 years ago
c8f9c81
Fix usage of dry-run in packaging bdist_wininst and install_distinfo.
by Éric Araujo
· 13 years ago
e6db7a3
Fix determination of Metadata version in packaging (#8933).
by Éric Araujo
· 13 years ago
6bbd775
Consolidate tests for packaging.metadata.
by Éric Araujo
· 13 years ago
d4d8ae5
Issue #9561: packaging now writes egg-info files using UTF-8
by Victor Stinner
· 13 years ago
ae5af15
Minor: tweak docstrings and __all__ in packaging.tests.support
by Éric Araujo
· 13 years ago
d9299e9
Minor improvement to extensions in setup.cfg: check parent package
by Éric Araujo
· 13 years ago
336b4e4
Minor improvement to extensions section in setup.cfg.
by Éric Araujo
· 13 years ago
95fc53f
Clean up packaging.util: add __all__, remove some unused functions.
by Éric Araujo
· 13 years ago
5bb7345
Fix packaging command registry to let Windows machines find bdist_msi
by Éric Araujo
· 13 years ago
3f184f5
Move help texts near to the function they’re related to
by Éric Araujo
· 13 years ago
61543b1
Fix typo I introduced in f93acf8844ec
by Éric Araujo
· 13 years ago
d9d67a6
Update list of trove classifiers to match PyPI
by Éric Araujo
· 13 years ago
b9fe54c
Make bdist_* commands respect --skip-build passed to bdist (#10946).
by Éric Araujo
· 13 years ago
83ab3f3
Remove obsolete mentions of the compress program and .Z archives.
by Éric Araujo
· 13 years ago
5e48c78
Remove display options (--name, etc.) from the Distribution class.
by Éric Araujo
· 13 years ago
acddb38
Cleanup: move code out of a try block
by Éric Araujo
· 13 years ago
fb63929
Print all fields when calling “pysetup metadata” without options.
by Éric Araujo
· 13 years ago
b741313
Cleanup: use sys.version_info instead of convoluted hexversion lshifts
by Éric Araujo
· 13 years ago
1329185
Minor code simplification
by Éric Araujo
· 13 years ago
ced7eda
Another (hopefully last) fix for test_packaging on Windws (#12678)
by Éric Araujo
· 13 years ago
e049f47
Fix test_packaging on Windows (#12678).
by Éric Araujo
· 13 years ago
0fe3605
Try to fix packaging tests using build_ext on Windows (#12678)
by Éric Araujo
· 13 years ago
ad457d6
Fix test_command_install_dist in shared Python builds
by Éric Araujo
· 13 years ago
2737222
Factor out the build_ext fixup for shared Python builds.
by Éric Araujo
· 13 years ago
cd7c3d9
Remove obsolete code
by Éric Araujo
· 13 years ago
e674747
Issue #12326: refactor usage of sys.platform
by Victor Stinner
· 13 years ago
0a73362
Add a simple test for the packaging RECORD file.
by Éric Araujo
· 13 years ago
ba9b268
Minor cleanup
by Éric Araujo
· 13 years ago
540edc6
Add a test for extension modules in the old-style record file
by Éric Araujo
· 13 years ago
746e72d
Rework test_old_record a bit to make the test more exact
by Éric Araujo
· 13 years ago
60b0d31
Refactor the copying of xxmodule.c in packaging tests (#12141).
by Éric Araujo
· 13 years ago
9bb6dfe
Restore $HOME after test has run (should fix #12765)
by Éric Araujo
· 13 years ago
50e516a
Improve “pysetup create” help messages.
by Éric Araujo
· 13 years ago
b931ab4
Fix typo
by Éric Araujo
· 13 years ago
Next »