summaryrefslogtreecommitdiffstats
path: root/Lib/packaging
Commit message (Expand)AuthorAgeFilesLines
* fixed the test_uninstall patchTarek Ziade2011-05-301-2/+2
* displaying the faulty project name is a good ideaTarek Ziade2011-05-301-6/+8
* removed spurious outputTarek Ziade2011-05-301-1/+7
* Cleaned up the installer output behavior.Tarek Ziade2011-05-306-67/+86
* cleanup packaging.databaseTarek Ziade2011-05-302-7/+4
* a resource module for 2 functions is overkill. database is the right place fo...Tarek Ziade2011-05-304-195/+171
* Port r86353 to packaging (#10359: “;” after function definition is invali...Éric Araujo2011-05-291-1/+1
* Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2Éric Araujo2011-05-281-3/+6
* Issue #12180: Fixed a few remaining errors in test_packaging when no threading.Tarek Ziade2011-05-254-7/+36
* Issue #12167: packaging.tests.test_dist unloads the temporary moduleVictor Stinner2011-05-241-0/+2
* Issue #12167: packaging.tests.support, LoggingCatcher restores correctly theVictor Stinner2011-05-241-1/+2
* Issue #12125: fixed the failures under Solaris due to improper test cleanup.Tarek Ziade2011-05-233-1/+14
* fixed the cwd cleanup in packaging test_utilTarek Ziade2011-05-231-1/+8
* make sure the cwd is restored on tearDownTarek Ziade2011-05-231-0/+5
* make sure build_dir.build_lib is synced to the faked build locationTarek Ziade2011-05-231-0/+4
* skip more tests in packaging if threading is not supportedTarek Ziade2011-05-223-3/+20
* not using a server name anymore as the 127.0.0.1 <> localhost symmetry is not...Tarek Ziade2011-05-221-3/+1
* Issue 12132 - skip the test_buil_ext test if the xx module is not foundTarek Ziade2011-05-221-1/+5
* Issue 10126 - backported distutils fix for the enable-share mode into packagingTarek Ziade2011-05-223-7/+30
* added the Content-Length header. that fixes the weird packaging.pypi.errors.H...Tarek Ziade2011-05-211-0/+1
* deactivating one test under win32 for nowTarek Ziade2011-05-211-0/+1
* make sure the crawler can browse file-based indexes under win32Tarek Ziade2011-05-212-7/+25
* fixed the export symbols for the win32 linkerTarek Ziade2011-05-212-2/+2
* skip the pypi upload doc test via https, if ssl is not availableTarek Ziade2011-05-211-0/+5
* use the same line terminator everywhereTarek Ziade2011-05-213-6/+11
* fixed the move api in packaging.install, and closing the handle left by mkste...Tarek Ziade2011-05-212-10/+12
* we want to generate /-separated paths setup.cfg files even under win32Tarek Ziade2011-05-211-7/+13
* fixed the way the cfg file markers values are split under win32Tarek Ziade2011-05-212-2/+3
* fixed the separator issues in packaging/resources+configTarek Ziade2011-05-213-3/+8
* fixed a few mocking/cleanup issues in packaging test_util for win32Tarek Ziade2011-05-212-15/+20
* Close #12114: fix a potential deadlock in packaging.util._find_exe_version()Victor Stinner2011-05-212-1/+4
* Fix another ResourceWarning in test_packaging.Ezio Melotti2011-05-202-1/+3
* Fix more ResourceWarnings in test_packaging moving the join() and server_clos...Ezio Melotti2011-05-201-6/+3
* Fix several ResourceWarnings in test_packaging.Ezio Melotti2011-05-201-1/+6
* packaging.tests.test_command_install_data: restore correctly sysconfig._SCHEMESVictor Stinner2011-05-191-4/+11
* fix packaging tests on Windows: use os.path.join() in glob patternsVictor Stinner2011-05-192-14/+16
* packaging: fix the constructor of FakePopenVictor Stinner2011-05-191-2/+8
* fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a strVictor Stinner2011-05-191-2/+1
* fix packaging.compiler.msvc9compiler: os.environ values are str, not bytesVictor Stinner2011-05-191-2/+2
* Issue #12112: fix the encoding of setup.py in the packaging moduleVictor Stinner2011-05-192-4/+7
* Refactor a few tests to use the new requires_zlib decorator.Ezio Melotti2011-05-191-8/+2
* Skip tests that require zlib in the packaging tests. Also add a requires_zli...Ezio Melotti2011-05-196-13/+33
* Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode checkTarek Ziade2011-05-191-1/+2
* removed unused method in packaging.createTarek Ziade2011-05-191-13/+0
* Issue #12112: packaging reads/writes metadata using UTF-8Victor Stinner2011-05-193-9/+9
* Issue #12112: packaging reads and writes setup.cfg using UTF-8Victor Stinner2011-05-195-11/+11
* package: replace open(fn, 'w').close() by open(fn, 'wb').close()Victor Stinner2011-05-195-6/+6
* packaging: use with open() instead of try/finally: closeVictor Stinner2011-05-1911-70/+42
* fixed the path splittingTarek Ziade2011-05-191-1/+2
* Issue #12115: skipping all tests that need threading under a threadless envir...Tarek Ziade2011-05-194-4/+35