• Home
  • Raw
  • Download

Lines Matching refs:Distribute

643   Distribute #118 for history.
1356 * Distribute #323, Issue #141, Issue #207, and
1668 functionality was added to support upgrades from old Distribute versions,
2342 * Distribute #363 and Issue #55: Skip an sdist test that fails on locales
2348 * Distribute #349: ``sandbox.execfile`` now opens the target file in binary
2382 * Issue #71 (Distribute #333): EasyInstall now puts less emphasis on the
2467 * Distribute #386: Allow other positional and keyword arguments to os.open.
2484 * Distribute #375: Yet another fix for yet another regression.
2489 * Distribute #375: Repair AttributeError created in last release (redo).
2495 * Distribute #375: Repair AttributeError created in last release.
2501 * Distribute #375: Merged additional warning from Distribute 0.6.46.
2531 * Merged Setuptools and Distribute. See docs/merge.txt for details.
2555 reported in Distribute #375.
2572 * Distribute #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise
2579 * Distribute #379: ``distribute_setup.py`` now traps VersionConflict as well,
2591 * Distribute #378: Restore support for Python 2.4 Syntax (regression in 0.6.42).
2597 * Distribute #337: Moved site.py to setuptools/site-patch.py (graft of very old
2603 * Distribute #27: Use public api for loading resources from zip files rather than
2611 * Distribute #376: brought back cli.exe and gui.exe that were deleted in the
2621 * Distribute #375: Resources extracted from a zip egg to the file system now also
2628 * Distribute #371: The launcher manifest file is now installed properly.
2633 * Distribute #143: Launcher scripts, including easy_install itself, are now
2655 * Distribute #278: Restored compatibility with distribute 0.6.22 and setuptools
2662 * Distribute #341: 0.6.33 fails to build under Python 2.4.
2670 * Distribute #336: `setup.py` no longer masks failure exit code when tests fail.
2674 * Distribute #341: Fix a ResourceWarning.
2681 * Distribute #335: Backed out `setup_requires` superceding installed requirements
2687 * Distribute #303: Make sure the manifest only ever contains UTF-8 in Python 3.
2688 * Distribute #329: Properly close files created by tests for compatibility with
2691 * Distribute #334: Provide workaround for packages that reference `sys.__stdout__`
2700 * Distribute #323: Allow `setup_requires` requirements to supercede installed
2711 * Distribute #328: Clean up temporary directories in distribute_setup.py.
2718 * Distribute #327: Merged pull request #24 to fix a dependency problem with pip.
2722 * Distribute #326: `upload_docs` provided mangled auth credentials under Python 3.
2723 * Distribute #320: Fix check for "createable" in distribute_setup.py.
2724 * Distribute #305: Remove a warning that was triggered during normal operations.
2725 * Distribute #311: Print metadata in UTF-8 independent of platform.
2726 * Distribute #303: Read manifest file with UTF-8 encoding under Python 3.
2727 * Distribute #301: Allow to run tests of namespace packages when using 2to3.
2728 * Distribute #304: Prevent import loop in site.py under Python 3.3.
2729 * Distribute #283: Reenable scanning of `*.pyc` / `*.pyo` files on Python 3.3.
2730 * Distribute #299: The develop command didn't work on Python 3, when using 2to3,
2734 * Distribute #306: Even if 2to3 is used, we build in-place under Python 2.
2735 * Distribute #307: Prints the full path when .svn/entries is broken.
2736 * Distribute #313: Support for sdist subcommands (Python 2.7)
2737 * Distribute #314: test_local_index() would fail an OS X.
2738 * Distribute #310: Non-ascii characters in a namespace __init__.py causes errors.
2739 * Distribute #218: Improved documentation on behavior of `package_data` and
2748 * Distribute #294: setup.py can now be invoked from any directory.
2751 * Distribute #283: Fix and disable scanning of `*.pyc` / `*.pyo` files on
2758 * Distribute now recognizes README.rst as a standard, default readme file.
2761 * Distribute #231: Don't fiddle with system python when used with buildout
2767 * Distribute #183: Symlinked files are now extracted from source distributions.
2768 * Distribute #227: Easy_install fetch parameters are now passed during the
2775 * Distribute #258: Workaround a cache issue
2776 * Distribute #260: distribute_setup.py now accepts the --user parameter for
2778 * Distribute #262: package_index.open_with_auth no longer throws LookupError
2780 * Distribute #269: AttributeError when an exception occurs reading Manifest.in
2782 * Distribute #272: Prevent TypeError when namespace package names are unicode
2785 * Distribute #273: Legacy script launchers now install with Python2/3 support.
2790 * Distribute #249: Added options to exclude 2to3 fixers
2795 * Distribute #244: Fixed a test
2796 * Distribute #243: Fixed a test
2797 * Distribute #239: Fixed a test
2798 * Distribute #240: Fixed a test
2799 * Distribute #241: Fixed a test
2800 * Distribute #237: Fixed a test
2801 * Distribute #238: easy_install now uses 64bit executable wrappers on 64bit Python
2802 * Distribute #208: Fixed parsed_versions, it now honors post-releases as noted in the documentation
2803 * Distribute #207: Windows cli and gui wrappers pass CTRL-C to child python process
2804 * Distribute #227: easy_install now passes its arguments to setup.py bdist_egg
2805 * Distribute #225: Fixed a NameError on Python 2.5, 2.4
2810 * Distribute #225: FIxed a regression on py2.4
2815 * Distribute #135: Include url in warning when processing URLs in package_index.
2816 * Distribute #212: Fix issue where easy_instal fails on Python 3 on windows installer.
2817 * Distribute #213: Fix typo in documentation.
2822 * Distribute #206: AttributeError: 'HTTPMessage' object has no attribute 'getheaders'
2827 * Distribute #210: Fixed a regression introduced by Distribute #204 fix.
2835 * Distribute #204: Don't try to import the parent of a namespace package in
2837 * Distribute #196: Tolerate responses with multiple Content-Length headers
2838 * Distribute #205: Sandboxing doesn't preserve working_set. Leads to setup_requires
2844 * Builds sdist gztar even on Windows (avoiding Distribute #193).
2845 * Distribute #192: Fixed metadata omitted on Windows when package_dir
2847 * Distribute #195: Cython build support.
2848 * Distribute #200: Issues with recognizing 64-bit packages on Windows.
2855 * Distribute #146: Fixed missing DLL files after easy_install of windows exe package.
2860 * Distribute #170: Fixed unittest failure. Thanks to Toshio.
2861 * Distribute #171: Fixed race condition in unittests cause deadlocks in test suite.
2862 * Distribute #143: Fixed a lookup issue with easy_install.
2864 * Distribute #174: Fixed the edit mode when its used with setuptools itself
2869 * Distribute #160: 2.7 gives ValueError("Invalid IPv6 URL")
2870 * Distribute #150: Fixed using ~/.local even in a --no-site-packages virtualenv
2871 * Distribute #163: scan index links before external links, and don't use the md5 when
2877 * Distribute #149: Fixed various failures on 2.3/2.4
2883 * Distribute #15 and Distribute #48: Introduced a socket timeout of 15 seconds on url openings
2885 * Distribute #108: Fixed TypeError with Python3.1
2886 * Distribute #121: Fixed --help install command trying to actually install.
2887 * Distribute #112: Added an os.makedirs so that Tarek's solution will work.
2888 * Distribute #133: Added --no-find-links to easy_install
2890 * Distribute #100: Fixed develop --user not taking '.' in PYTHONPATH into account
2891 * Distribute #134: removed spurious UserWarnings. Patch by VanLindberg
2892 * Distribute #138: cant_write_to_target error when setup_requires is used.
2893 * Distribute #147: respect the sys.dont_write_bytecode flag
2905 * Distribute #90: unknown setuptools version can be added in the working set
2906 * Distribute #87: setupt.py doesn't try to convert distribute_setup.py anymore
2908 * Distribute #89: added a side bar with a download link to the doc.
2909 * Distribute #86: fixed missing sentence in pkg_resources doc.
2911 * Distribute #80: test_develop now works with Python 3.1
2912 * Distribute #93: upload_docs now works if there is an empty sub-directory.
2913 * Distribute #70: exec bit on non-exec files
2914 * Distribute #99: now the standalone easy_install command doesn't uses a
2918 * Distribute #101: Allowing ``os.devnull`` in Sandbox
2919 * Distribute #92: Fixed the "no eggs" found error with MacPort
2921 * Distribute #103: test_get_script_header_jython_workaround not run
2923 * Distribute #104: remvoved the assertion when the installation fails,
2925 * Distribute #100: making sure there's no SandboxViolation when
2937 * Distribute #58: Added --user support to the develop command
2938 * Distribute #11: Generated scripts now wrap their call to the script entry point
2944 and determined that it no longer applies. Distribute should work fine with
2946 * Distribute #21: Allow PackageIndex.open_url to gracefully handle all cases of a
2950 * Distribute #64: use_setuptools no longer rebuilds the distribute egg every
2955 * Distribute #74: no_fake should be True by default.
2956 * Distribute #72: avoid a bootstrapping issue with easy_install -U
2967 * Distribute #65: cli.exe and gui.exe are now generated at build time,
2970 * Distribute #67: Fixed doc typo (PEP 381/PEP 382).
2972 * Distribute no longer shadows setuptools if we require a 0.7-series
2986 This closes Distribute #52.
2989 PyPI's https://pythonhosted.org. This close issue Distribute #56.
3016 This closes issue Distribute #31.
3030 * Fixed bootstrap not working on Windows. This closes issue Distribute #49.
3032 * Fixed 2.6 dependencies. This closes issue Distribute #50.
3044 This closes Distribute #16 and Distribute #18.
3050 * Fixed invalid bootstraping with easy_install installation (Distribute #40).
3062 This closes Distribute #10.
3071 This closes Distribute #12.
3073 * Protected against failures in tarfile extraction. This closes Distribute #10.
3075 * Made Jython api_tests.txt doctest compatible. This closes Distribute #7.
3078 closes Distribute #6.
3080 * Immediately close all file handles. This closes Distribute #3.
3082 * Added compatibility with Subversion 1.6. This references Distribute #1.
3091 This closes Distribute #13.
3094 This closes Distribute #9.
3097 This closes Distribute #8.
3099 * Immediately close all file handles. This closes Distribute #3.
3104 * Immediately close all file handles. This closes Distribute #3.