Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ff9e50fd047399873059328d992db0bfe32bfe10
/
Lib
/
packaging
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
55b9fe2
Remove class that was only useful with Sphinx autodoc
by Éric Araujo
· 13 years ago
4460abe
Use our existing drop-in, no-op decorator instead of redefining it.
by Éric Araujo
· 13 years ago
29f6297
Fix wrong use of root logger in packaging (also a NameError)
by Éric Araujo
· 13 years ago
b85b966
Stop trying to write into the stdlib during packaging tests (#12331).
by Éric Araujo
· 13 years ago
bab50cb
Minor packaging cleanup.
by Éric Araujo
· 13 years ago
7b0908a
Make TypeError message from Command.__init__ more useful
by Éric Araujo
· 13 years ago
943006bf
Let all pysetup actions return a meaningful 0 or 1 exit code (#12222).
by Éric Araujo
· 13 years ago
73c175f
Let pysetup list exit with a non-zero code when no result is found (#11409).
by Éric Araujo
· 13 years ago
db53595
test_packaging should clean up after itself (but it doesn't really)
by Antoine Pitrou
· 13 years ago
eb39294
Silence 2to3 warnings in packaging tests
by Éric Araujo
· 13 years ago
fe95848
Clear packaging.database caches in place
by Éric Araujo
· 13 years ago
4468e55
Close file handles in a timely manner in packaging.database (#12504).
by Éric Araujo
· 13 years ago
ce5fe83
Factor out code used by packaging commands for HTTP requests (#12169).
by Éric Araujo
· 13 years ago
0bec35d
Closes #12391: temporary files are now cleaned up.
by Vinay Sajip
· 13 years ago
fceb412
Issue #9516: Port the revised deployment target processing for OSX from
by Ned Deily
· 13 years ago
5c727cb
Issue #9516: Port OS X deployment target tests from distutils to packaging
by Ned Deily
· 13 years ago
4a1ec12
Issue #12141: Install copies of template C module file so that
by Ned Deily
· 13 years ago
3e425ac
packaging: Add the project directory to sys.path to support local setup hooks.
by Éric Araujo
· 13 years ago
348c572
Fix typo
by Éric Araujo
· 13 years ago
3c8ca08
Make decorators used in packaging preserve docstrings
by Éric Araujo
· 13 years ago
74d6813
Brange merge
by Éric Araujo
· 13 years ago
ed5d2f1
Minor tweaks to packaging tests.
by Éric Araujo
· 13 years ago
c06f46f
Packaging tests: don’t let an internal cache grow indefinitely.
by Éric Araujo
· 13 years ago
7239939
Issue #12333: run tests on the new module in a subprocess
by Victor Stinner
· 13 years ago
0f270b2
Issue #12333: close files before removing the directory
by Victor Stinner
· 13 years ago
d2c7e3f
Minor tweaks in packaging’s test_dist.
by Éric Araujo
· 13 years ago
ac6602b
Issue #12333: restore the previous dir before removing the current directory
by Victor Stinner
· 13 years ago
3e85e54
Remove unused code in packaging.pypi.dist
by Éric Araujo
· 13 years ago
6f67765
Stop binding sys.path as default parameter value in packaging.
by Éric Araujo
· 13 years ago
b6be20c
Packaging: remove last mentions and uses of setup.py in the code.
by Éric Araujo
· 13 years ago
434812d
Clean up packaging.tests.test_mixin2to3
by Éric Araujo
· 13 years ago
4e97abc
Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructor
by Victor Stinner
· 13 years ago
8d233f2
Also specify encoding when reading setup.cfg (#12320)
by Éric Araujo
· 13 years ago
043f5ae
Specify the encoding of the setup.cfg in one packaging test (#12320)
by Éric Araujo
· 13 years ago
6280606
Adjust logging in packaging.util.spawn (related to #11599)
by Éric Araujo
· 13 years ago
643cb73
Allow multiple setup hooks in packaging’s setup.cfg files (#12240).
by Éric Araujo
· 13 years ago
8474f29
setup.cfg: Document that description-file can contain more than one file
by Éric Araujo
· 13 years ago
3605030
Fix assorted bugs in packaging.util.cfg_to_args (#11595).
by Éric Araujo
· 13 years ago
1c1d9a5
Move useful function to packaging.util.
by Éric Araujo
· 13 years ago
fa6cfbc
Don’t try to install something when running from uninstalled source (#12246).
by Éric Araujo
· 13 years ago
2b61222
Clean up extra environment variable after packaging tests.
by Éric Araujo
· 13 years ago
f53cd89
Fix omission in test for packaging install_distinfo command.
by Éric Araujo
· 13 years ago
5c6684f
Packaging: use repr to display projects name (3ebabfbf6fe3 followup)
by Éric Araujo
· 13 years ago
0a975f9
Fix example in packaging test_config.
by Éric Araujo
· 13 years ago
df8ef02
Style change in packaging: use “not in” over “not x in”.
by Éric Araujo
· 13 years ago
46bdcf7
Packaging: always use repr to display project names.
by Éric Araujo
· 13 years ago
Next »