1. ae5af15 Minor: tweak docstrings and __all__ in packaging.tests.support by Éric Araujo · 13 years ago
  2. d9299e9 Minor improvement to extensions in setup.cfg: check parent package by Éric Araujo · 13 years ago
  3. 336b4e4 Minor improvement to extensions section in setup.cfg. by Éric Araujo · 13 years ago
  4. 95fc53f Clean up packaging.util: add __all__, remove some unused functions. by Éric Araujo · 13 years ago
  5. b9fe54c Make bdist_* commands respect --skip-build passed to bdist (#10946). by Éric Araujo · 13 years ago
  6. 83ab3f3 Remove obsolete mentions of the compress program and .Z archives. by Éric Araujo · 13 years ago
  7. 5e48c78 Remove display options (--name, etc.) from the Distribution class. by Éric Araujo · 13 years ago
  8. 1329185 Minor code simplification by Éric Araujo · 13 years ago
  9. ced7eda Another (hopefully last) fix for test_packaging on Windws (#12678) by Éric Araujo · 13 years ago
  10. e049f47 Fix test_packaging on Windows (#12678). by Éric Araujo · 13 years ago
  11. 0fe3605 Try to fix packaging tests using build_ext on Windows (#12678) by Éric Araujo · 13 years ago
  12. ad457d6 Fix test_command_install_dist in shared Python builds by Éric Araujo · 13 years ago
  13. 2737222 Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 13 years ago
  14. cd7c3d9 Remove obsolete code by Éric Araujo · 13 years ago
  15. 0a73362 Add a simple test for the packaging RECORD file. by Éric Araujo · 13 years ago
  16. ba9b268 Minor cleanup by Éric Araujo · 13 years ago
  17. 540edc6 Add a test for extension modules in the old-style record file by Éric Araujo · 13 years ago
  18. 746e72d Rework test_old_record a bit to make the test more exact by Éric Araujo · 13 years ago
  19. 60b0d31 Refactor the copying of xxmodule.c in packaging tests (#12141). by Éric Araujo · 13 years ago
  20. 9bb6dfe Restore $HOME after test has run (should fix #12765) by Éric Araujo · 13 years ago
  21. 4460abe Use our existing drop-in, no-op decorator instead of redefining it. by Éric Araujo · 13 years ago
  22. b85b966 Stop trying to write into the stdlib during packaging tests (#12331). by Éric Araujo · 13 years ago
  23. bab50cb Minor packaging cleanup. by Éric Araujo · 13 years ago
  24. db53595 test_packaging should clean up after itself (but it doesn't really) by Antoine Pitrou · 13 years ago
  25. eb39294 Silence 2to3 warnings in packaging tests by Éric Araujo · 13 years ago
  26. 4468e55 Close file handles in a timely manner in packaging.database (#12504). by Éric Araujo · 13 years ago
  27. ce5fe83 Factor out code used by packaging commands for HTTP requests (#12169). by Éric Araujo · 13 years ago
  28. 5c727cb Issue #9516: Port OS X deployment target tests from distutils to packaging by Ned Deily · 13 years ago
  29. 4a1ec12 Issue #12141: Install copies of template C module file so that by Ned Deily · 13 years ago
  30. 3e425ac packaging: Add the project directory to sys.path to support local setup hooks. by Éric Araujo · 13 years ago
  31. 348c572 Fix typo by Éric Araujo · 13 years ago
  32. 74d6813 Brange merge by Éric Araujo · 13 years ago
  33. ed5d2f1 Minor tweaks to packaging tests. by Éric Araujo · 13 years ago
  34. c06f46f Packaging tests: don’t let an internal cache grow indefinitely. by Éric Araujo · 13 years ago
  35. 7239939 Issue #12333: run tests on the new module in a subprocess by Victor Stinner · 13 years ago
  36. 0f270b2 Issue #12333: close files before removing the directory by Victor Stinner · 13 years ago
  37. d2c7e3f Minor tweaks in packaging’s test_dist. by Éric Araujo · 13 years ago
  38. ac6602b Issue #12333: restore the previous dir before removing the current directory by Victor Stinner · 13 years ago
  39. 6f67765 Stop binding sys.path as default parameter value in packaging. by Éric Araujo · 13 years ago
  40. b6be20c Packaging: remove last mentions and uses of setup.py in the code. by Éric Araujo · 13 years ago
  41. 434812d Clean up packaging.tests.test_mixin2to3 by Éric Araujo · 13 years ago
  42. 4e97abc Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructor by Victor Stinner · 13 years ago
  43. 043f5ae Specify the encoding of the setup.cfg in one packaging test (#12320) by Éric Araujo · 13 years ago
  44. 643cb73 Allow multiple setup hooks in packaging’s setup.cfg files (#12240). by Éric Araujo · 13 years ago
  45. 8474f29 setup.cfg: Document that description-file can contain more than one file by Éric Araujo · 13 years ago
  46. 3605030 Fix assorted bugs in packaging.util.cfg_to_args (#11595). by Éric Araujo · 13 years ago
  47. fa6cfbc Don’t try to install something when running from uninstalled source (#12246). by Éric Araujo · 13 years ago
  48. 2b61222 Clean up extra environment variable after packaging tests. by Éric Araujo · 13 years ago
  49. f53cd89 Fix omission in test for packaging install_distinfo command. by Éric Araujo · 13 years ago
  50. 0a975f9 Fix example in packaging test_config. by Éric Araujo · 13 years ago
  51. 04fc999 Packaging cleanup: remove use of script_name where obsolete by Éric Araujo · 13 years ago
  52. 69cdf92 Fix UnboundLocalError in a finally block of one packaging test by Éric Araujo · 13 years ago
  53. 7373fcc Fix sdist to always include setup.cfg (#11092), to comply with the spec by Éric Araujo · 13 years ago
  54. 078368f Use strings instead of sets of lines in packaging.create tests. by Éric Araujo · 13 years ago
  55. de7563b Fix comment by Éric Araujo · 13 years ago
  56. 2ef747c Cleanup in packaging: don’t unnecessarily instantiate exceptions by Éric Araujo · 13 years ago
  57. 5d5bde1 Document autoflushing in packaging.test.support.LoggingCatcher.get_logs. by Éric Araujo · 13 years ago
  58. 8c86ecd Fix format of warnings from the packaging check command by Éric Araujo · 13 years ago
  59. 78af7d8 Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler. by Éric Araujo · 13 years ago
  60. 98b6592 Branch merge by Éric Araujo · 13 years ago
  61. 9deedf6 Re-apply distutils2 changes lost before the merge of packaging. by Éric Araujo · 13 years ago
  62. b4fefc8 Fix test name in debug message by Éric Araujo · 13 years ago
  63. 5a5ce38 make sure we check for write access before starting the install, and add correct exit code by Tarek Ziade · 13 years ago
  64. f47fa58 better UI when the user does not have the perms to remove the project by Tarek Ziade · 13 years ago
  65. 1cc9bbd fixed the test_uninstall patch by Tarek Ziade · 13 years ago
  66. 2da7565 removed spurious output by Tarek Ziade · 13 years ago
  67. b1b6e13 Cleaned up the installer output behavior. by Tarek Ziade · 13 years ago
  68. 43f289a cleanup packaging.database by Tarek Ziade · 13 years ago
  69. a17d888 a resource module for 2 functions is overkill. database is the right place for those by Tarek Ziade · 13 years ago
  70. 7f9b37b Port r86353 to packaging (#10359: “;” after function definition is invalid in ISO C) by Éric Araujo · 13 years ago
  71. 601aba6 Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2 by Éric Araujo · 13 years ago
  72. 5eb5559 Issue #12180: Fixed a few remaining errors in test_packaging when no threading. by Tarek Ziade · 13 years ago
  73. 9bcfacd Issue #12167: packaging.tests.test_dist unloads the temporary module by Victor Stinner · 13 years ago
  74. 79d1b1c Issue #12167: packaging.tests.support, LoggingCatcher restores correctly the by Victor Stinner · 13 years ago
  75. e1177d9 Issue #12125: fixed the failures under Solaris due to improper test cleanup. by Tarek Ziade · 13 years ago
  76. fabc308 fixed the cwd cleanup in packaging test_util by Tarek Ziade · 13 years ago
  77. eb64b61 make sure the cwd is restored on tearDown by Tarek Ziade · 13 years ago
  78. a1ae533 make sure build_dir.build_lib is synced to the faked build location by Tarek Ziade · 13 years ago
  79. e5f9cbd skip more tests in packaging if threading is not supported by Tarek Ziade · 13 years ago
  80. a3c1545 not using a server name anymore as the 127.0.0.1 <> localhost symmetry is not true under Windows 7 by Tarek Ziade · 13 years ago
  81. 3517369 Issue 12132 - skip the test_buil_ext test if the xx module is not found by Tarek Ziade · 13 years ago
  82. 2bc55e4 Issue 10126 - backported distutils fix for the enable-share mode into packaging by Tarek Ziade · 13 years ago
  83. 2c40f60 added the Content-Length header. that fixes the weird packaging.pypi.errors.HashDoesNotMatch errors by Tarek Ziade · 13 years ago
  84. 99d4623 deactivating one test under win32 for now by Tarek Ziade · 13 years ago
  85. cc243cc make sure the crawler can browse file-based indexes under win32 by Tarek Ziade · 13 years ago
  86. 76ad4f0 fixed the export symbols for the win32 linker by Tarek Ziade · 13 years ago
  87. 5edc31e skip the pypi upload doc test via https, if ssl is not available by Tarek Ziade · 13 years ago
  88. be20be1 use the same line terminator everywhere by Tarek Ziade · 13 years ago
  89. 4bdd9f3 fixed the move api in packaging.install, and closing the handle left by mkstemp() in its test module by Tarek Ziade · 13 years ago
  90. 91f0e34 fixed the way the cfg file markers values are split under win32 by Tarek Ziade · 13 years ago
  91. ec9b76d fixed the separator issues in packaging/resources+config by Tarek Ziade · 13 years ago
  92. 9444961 fixed a few mocking/cleanup issues in packaging test_util for win32 by Tarek Ziade · 13 years ago
  93. 9904b22 Close #12114: fix a potential deadlock in packaging.util._find_exe_version() by Victor Stinner · 13 years ago
  94. bb00976 Fix another ResourceWarning in test_packaging. by Ezio Melotti · 13 years ago
  95. 2177ac9 Fix more ResourceWarnings in test_packaging moving the join() and server_close() in the stop method. by Ezio Melotti · 13 years ago
  96. 86c54f0 Fix several ResourceWarnings in test_packaging. by Ezio Melotti · 13 years ago
  97. 4050c69 packaging.tests.test_command_install_data: restore correctly sysconfig._SCHEMES by Victor Stinner · 13 years ago
  98. e1e3b1297 fix packaging tests on Windows: use os.path.join() in glob patterns by Victor Stinner · 13 years ago
  99. f966803 packaging: fix the constructor of FakePopen by Victor Stinner · 13 years ago
  100. 975077a Refactor a few tests to use the new requires_zlib decorator. by Ezio Melotti · 13 years ago