Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/distutils docs #2657

Merged
merged 403 commits into from Apr 26, 2021
Merged

Feature/distutils docs #2657

merged 403 commits into from Apr 26, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 2, 2010

  1. Copy the full SHA
    c9a96a1 View commit details
    Browse the repository at this point in the history
  2. Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,8356…

    …5,83571,83574-83575 via svnmerge from
    
    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #8578: mention danger of not incref'ing weak referenced object.
    ........
      r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #7973: Fix distutils options spelling.
    ........
      r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #7386: add example that shows that trailing path separators are stripped.
    ........
      r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #8172: how does one use a property?
    ........
      r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #9451: strengthen warning about __*__ special name usage.
    ........
      r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #7280: note about nasmw.exe.
    ........
      r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #8861: remove unused variable.
    ........
      r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #8648: document UTF-7 codec functions.
    ........
      r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #9037: add example how to raise custom exceptions from C code.
    ........
      r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #9111: document that do_help() looks at docstrings.
    ........
      r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line
    
      Clarify that abs() is not a namespace.
    ........
      r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #6867: epoll.register() returns None.
    ........
      r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #9238: zipfile does handle archive comments.
    ........
    birkenfeld committed Aug 2, 2010
    Copy the full SHA
    2f483dd View commit details
    Browse the repository at this point in the history
  3. Merged revisions 83593 via svnmerge from

    svn+ssh://pythondev@svn.python.org/python/branches/release27-maint
    
    ................
      r83593 | georg.brandl | 2010-08-02 23:44:25 +0200 (Mo, 02 Aug 2010) | 57 lines
    
      Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
      ........
        r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line
    
        #8578: mention danger of not incref'ing weak referenced object.
      ........
        r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line
    
        #7973: Fix distutils options spelling.
      ........
        r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line
    
        #7386: add example that shows that trailing path separators are stripped.
      ........
        r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line
    
        #8172: how does one use a property?
      ........
        r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line
    
        #9451: strengthen warning about __*__ special name usage.
      ........
        r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line
    
        #7280: note about nasmw.exe.
      ........
        r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line
    
        #8861: remove unused variable.
      ........
        r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line
    
        #8648: document UTF-7 codec functions.
      ........
        r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line
    
        #9037: add example how to raise custom exceptions from C code.
      ........
        r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line
    
        #9111: document that do_help() looks at docstrings.
      ........
        r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line
    
        Clarify that abs() is not a namespace.
      ........
        r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line
    
        #6867: epoll.register() returns None.
      ........
        r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line
    
        #9238: zipfile does handle archive comments.
      ........
    ................
    birkenfeld committed Aug 2, 2010
    Copy the full SHA
    ed9c8fb View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2010

  1. Copy the full SHA
    39f890e View commit details
    Browse the repository at this point in the history
  2. Merged revisions 83993 via svnmerge from

    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r83993 | eric.araujo | 2010-08-14 04:30:34 +0200 (sam., 14 août 2010) | 2 lines
    
      Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688.
    ........
    merwok committed Aug 14, 2010
    Copy the full SHA
    fbfa411 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3c46db2 View commit details
    Browse the repository at this point in the history
  4. Merged revisions 83993 via svnmerge from

    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r83993 | eric.araujo | 2010-08-14 04:30:34 +0200 (sam., 14 août 2010) | 2 lines
    
      Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688.
    ........
    merwok committed Aug 14, 2010
    Copy the full SHA
    5d9dbc9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9e1e39b View commit details
    Browse the repository at this point in the history
  6. Fix typo

    merwok committed Aug 14, 2010
    Copy the full SHA
    09abd84 View commit details
    Browse the repository at this point in the history
  7. Merged revisions 84050 via svnmerge from

    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r84050 | eric.araujo | 2010-08-15 01:44:13 +0200 (dim., 15 août 2010) | 1 line
    
      Fix typo
    ........
    merwok committed Aug 14, 2010
    Copy the full SHA
    74644b4 View commit details
    Browse the repository at this point in the history
  8. Merged revisions 84050 via svnmerge from

    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r84050 | eric.araujo | 2010-08-15 01:44:13 +0200 (dim., 15 août 2010) | 1 line
    
      Fix typo
    ........
    merwok committed Aug 14, 2010
    Copy the full SHA
    0e4d801 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2010

  1. Fix bad merge

    merwok committed Aug 15, 2010
    Copy the full SHA
    10cb2e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2010

  1. Copy the full SHA
    2331bf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2010

  1. #9911: doc copyedits.

    birkenfeld committed Sep 21, 2010
    Copy the full SHA
    a2b83eb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2010

  1. Copy the full SHA
    a3c1f8f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2010

  1. Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via …

    …svnmerge from
    
    svn+ssh://svn.python.org/python/branches/py3k
    
    ................
      r77236 | georg.brandl | 2010-01-02 15:51:12 +0100 (Sa, 02 Jan 2010) | 1 line
    
      #7592: remove duplicate description.
    ................
      r77383 | georg.brandl | 2010-01-09 10:48:46 +0100 (Sa, 09 Jan 2010) | 9 lines
    
      Merged revisions 77382 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
    
      ........
        r77382 | georg.brandl | 2010-01-09 10:47:11 +0100 (Sa, 09 Jan 2010) | 1 line
    
        #7422: make it clear that getargspec() only works on Python functions.
      ........
    ................
      r77399 | georg.brandl | 2010-01-09 23:39:42 +0100 (Sa, 09 Jan 2010) | 1 line
    
      Remove redundant brackets in signatures.
    ................
      r77857 | georg.brandl | 2010-01-30 18:54:04 +0100 (Sa, 30 Jan 2010) | 1 line
    
      #7814: fix wrong example function usage.
    ................
      r78238 | georg.brandl | 2010-02-19 10:10:15 +0100 (Fr, 19 Feb 2010) | 1 line
    
      #5341: fix parenthesis placement.
    ................
      r78861 | georg.brandl | 2010-03-12 11:04:37 +0100 (Fr, 12 Mär 2010) | 1 line
    
      Make tool compatible with 2.x and 3.x.
    ................
      r78862 | georg.brandl | 2010-03-12 11:06:40 +0100 (Fr, 12 Mär 2010) | 13 lines
    
      Merged revisions 78859-78860 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
    
      ........
        r78859 | georg.brandl | 2010-03-12 10:57:43 +0100 (Fr, 12 Mär 2010) | 1 line
    
        Get rid of backticks.
      ........
        r78860 | georg.brandl | 2010-03-12 11:02:03 +0100 (Fr, 12 Mär 2010) | 1 line
    
        Fix warnings from "make check".
      ........
    ................
      r78958 | georg.brandl | 2010-03-14 11:51:01 +0100 (So, 14 Mär 2010) | 37 lines
    
      Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
    
      ........
        r78101 | georg.brandl | 2010-02-08 01:04:54 +0100 (Mo, 08 Feb 2010) | 1 line
    
        Fix test_fnmatch.
      ........
        r78115 | georg.brandl | 2010-02-08 23:40:51 +0100 (Mo, 08 Feb 2010) | 1 line
    
        Fix missing string formatting placeholder.
      ........
        r78117 | georg.brandl | 2010-02-08 23:48:37 +0100 (Mo, 08 Feb 2010) | 1 line
    
        Convert test failure from output-producing to self.fail().
      ........
        r78182 | georg.brandl | 2010-02-14 09:18:23 +0100 (So, 14 Feb 2010) | 1 line
    
        #7926: fix stray parens.
      ........
        r78188 | georg.brandl | 2010-02-14 14:38:12 +0100 (So, 14 Feb 2010) | 1 line
    
        #7926: fix-up wording.
      ........
        r78245 | georg.brandl | 2010-02-19 20:36:08 +0100 (Fr, 19 Feb 2010) | 1 line
    
        #7967: PyXML is no more.
      ........
        r78386 | georg.brandl | 2010-02-23 22:48:57 +0100 (Di, 23 Feb 2010) | 1 line
    
        #6544: fix refleak in kqueue, occurring in certain error conditions.
      ........
        r78496 | georg.brandl | 2010-02-27 15:58:08 +0100 (Sa, 27 Feb 2010) | 1 line
    
        Link to http://www.python.org/dev/workflow/ from bugs page.
      ........
    ................
    birkenfeld committed Oct 6, 2010
    Copy the full SHA
    f109561 View commit details
    Browse the repository at this point in the history
  2. Merged revisions 82629,82632,82724,82757-82758,82760-82763,82798-8279…

    …9,82801 via svnmerge from
    
    svn+ssh://svn.python.org/python/branches/py3k
    
    ........
      r82629 | georg.brandl | 2010-07-07 20:51:43 +0200 (Mi, 07 Jul 2010) | 1 line
    
      Make comment out of an awkward note.
    ........
      r82632 | georg.brandl | 2010-07-07 21:04:36 +0200 (Mi, 07 Jul 2010) | 1 line
    
      Turn more notes into comments.
    ........
      r82724 | georg.brandl | 2010-07-09 09:33:15 +0200 (Fr, 09 Jul 2010) | 1 line
    
      2.7 is now stable.
    ........
      r82757 | georg.brandl | 2010-07-10 10:58:37 +0200 (Sa, 10 Jul 2010) | 1 line
    
      Fix markup.
    ........
      r82758 | georg.brandl | 2010-07-10 12:23:40 +0200 (Sa, 10 Jul 2010) | 1 line
    
      Emphasize role of count for Pascal string.
    ........
      r82760 | georg.brandl | 2010-07-10 12:39:57 +0200 (Sa, 10 Jul 2010) | 1 line
    
      #3214: improve description of duck-typing in glossary.
    ........
      r82761 | georg.brandl | 2010-07-10 13:40:13 +0200 (Sa, 10 Jul 2010) | 1 line
    
      #1434090: properly append child in expatbuilder doctype handler.
    ........
      r82762 | georg.brandl | 2010-07-10 13:51:06 +0200 (Sa, 10 Jul 2010) | 1 line
    
      #8338: fix outdated class name.
    ........
      r82763 | georg.brandl | 2010-07-10 14:01:34 +0200 (Sa, 10 Jul 2010) | 1 line
    
      #8456: fix signature of sqlite3.connect().
    ........
      r82798 | georg.brandl | 2010-07-11 11:23:11 +0200 (So, 11 Jul 2010) | 1 line
    
      #6774: explain shutdown() behavior varying with platform.
    ........
      r82799 | georg.brandl | 2010-07-11 11:26:57 +0200 (So, 11 Jul 2010) | 1 line
    
      Fix typo.
    ........
      r82801 | georg.brandl | 2010-07-11 11:33:39 +0200 (So, 11 Jul 2010) | 1 line
    
      #9184: fix default value for "buffering" param of open().
    ........
    birkenfeld committed Oct 6, 2010
    Copy the full SHA
    de2bfbd View commit details
    Browse the repository at this point in the history
  3. Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-8354…

    …8,83550-83555,83558,83560 via svnmerge from
    
    svn+ssh://svn.python.org/python/branches/py3k
    
    ........
      r82805 | georg.brandl | 2010-07-11 11:42:10 +0200 (So, 11 Jul 2010) | 1 line
    
      #7935: cross-reference to ast.literal_eval() from eval() docs.
    ........
      r82806 | georg.brandl | 2010-07-11 12:22:44 +0200 (So, 11 Jul 2010) | 1 line
    
      #9223: link to Command class reference, and move Command interface docs nearer to class docs.
    ........
      r83523 | georg.brandl | 2010-08-02 14:06:18 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #9209 and #7781: fix two crashes in pstats interactive browser.
    ........
      r83524 | georg.brandl | 2010-08-02 14:20:23 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #9428: fix running scripts from profile/cProfile with their own name and the right namespace.  Same fix as for trace.py in #1690103.
    ........
      r83525 | georg.brandl | 2010-08-02 14:36:24 +0200 (Mo, 02 Aug 2010) | 1 line
    
      Get rid of spurious "threading" entries in trace output.
    ........
      r83526 | georg.brandl | 2010-08-02 14:40:22 +0200 (Mo, 02 Aug 2010) | 1 line
    
      Fix softspace relic.
    ........
      r83527 | georg.brandl | 2010-08-02 14:48:46 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #3821: beginnings of a trace.py unittest.
    ........
      r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #8578: mention danger of not incref'ing weak referenced object.
    ........
      r83538 | georg.brandl | 2010-08-02 20:10:13 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #6928: fix class docs w.r.t. new metaclasses.
    ........
      r83542 | georg.brandl | 2010-08-02 20:56:54 +0200 (Mo, 02 Aug 2010) | 1 line
    
      Move test_SimpleHTTPServer into test_httpservers.
    ........
      r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #7973: Fix distutils options spelling.
    ........
      r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #7386: add example that shows that trailing path separators are stripped.
    ........
      r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #8172: how does one use a property?
    ........
      r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #9451: strengthen warning about __*__ special name usage.
    ........
      r83551 | georg.brandl | 2010-08-02 21:35:06 +0200 (Mo, 02 Aug 2010) | 1 line
    
      Remove XXX comment that was displayed.
    ........
      r83552 | georg.brandl | 2010-08-02 21:36:36 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #9438: clarify that constant names also cannot be assigned as attributes.
    ........
      r83553 | georg.brandl | 2010-08-02 21:39:17 +0200 (Mo, 02 Aug 2010) | 1 line
    
      Remove redundant information.
    ........
      r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #7280: note about nasmw.exe.
    ........
      r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #8861: remove unused variable.
    ........
      r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #8648: document UTF-7 codec functions.
    ........
      r83560 | georg.brandl | 2010-08-02 22:16:18 +0200 (Mo, 02 Aug 2010) | 1 line
    
      #9087: update json docstrings -- unicode and long do not exist anymore.
    ........
    birkenfeld committed Oct 6, 2010
    Copy the full SHA
    f078ab0 View commit details
    Browse the repository at this point in the history
  4. Merged revisions 84142 via svnmerge from

    svn+ssh://svn.python.org/python/branches/py3k
    
    ........
      r84142 | georg.brandl | 2010-08-17 17:07:14 +0200 (Di, 17 Aug 2010) | 1 line
    
      Consistency check for versionadded/changed directives.
    ........
    birkenfeld committed Oct 6, 2010
    Copy the full SHA
    b20a0d1 View commit details
    Browse the repository at this point in the history
  5. Merged revisions 84945 via svnmerge from

    svn+ssh://svn.python.org/python/branches/py3k
    
    ........
      r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
    
      #9911: doc copyedits.
    ........
    birkenfeld committed Oct 6, 2010
    Copy the full SHA
    5e92a9a View commit details
    Browse the repository at this point in the history
  6. Merged revisions 84945 via svnmerge from

    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
    
      #9911: doc copyedits.
    ........
    birkenfeld committed Oct 6, 2010
    Copy the full SHA
    a08d7b1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e0da8b0 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    8e2e84d View commit details
    Browse the repository at this point in the history
  9. Merged revisions 85274 via svnmerge from

    svn+ssh://svn.python.org/python/branches/py3k
    
    ........
      r85274 | georg.brandl | 2010-10-06 12:26:05 +0200 (Mi, 06 Okt 2010) | 1 line
    
      Fix errors found by "make suspicious".
    ........
    birkenfeld committed Oct 6, 2010
    Copy the full SHA
    d3f2167 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2010

  1. Fix sphinx role markups.

    orsenthil committed Oct 15, 2010
    Copy the full SHA
    af05960 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2010

  1. Copy the full SHA
    5f1300d View commit details
    Browse the repository at this point in the history
  2. Merged revisions 87277 via svnmerge from

    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r87277 | eric.araujo | 2010-12-15 21:26:30 +0100 (mer., 15 déc. 2010) | 2 lines
    
      Fix wrong name in docstring and doc (#10693).  Original patch by Eli Bendersky.
    ........
    merwok committed Dec 15, 2010
    Copy the full SHA
    4c1ab89 View commit details
    Browse the repository at this point in the history
  3. Merged revisions 87277 via svnmerge from

    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r87277 | eric.araujo | 2010-12-15 21:26:30 +0100 (mer., 15 déc. 2010) | 2 lines
    
      Fix wrong name in docstring and doc (#10693).  Original patch by Eli Benderski.
    ........
    merwok committed Dec 15, 2010
    Copy the full SHA
    42a2856 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2011

  1. Copy the full SHA
    6e1e6d6 View commit details
    Browse the repository at this point in the history
  2. Merged revisions 88613 via svnmerge from

    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r88613 | eric.araujo | 2011-02-25 22:40:34 +0100 (ven., 25 févr. 2011) | 2 lines
    
      Add missing read() in distutils doc.
    ........
    merwok committed Feb 25, 2011
    Copy the full SHA
    6600659 View commit details
    Browse the repository at this point in the history
  3. Merged revisions 88613 via svnmerge from

    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r88613 | eric.araujo | 2011-02-25 22:40:34 +0100 (ven., 25 févr. 2011) | 2 lines
    
      Add missing read() in distutils doc.
    ........
    merwok committed Feb 25, 2011
    Copy the full SHA
    f56d8ab View commit details
    Browse the repository at this point in the history
  4. Merged revisions 88613 via svnmerge from

    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r88613 | eric.araujo | 2011-02-25 22:40:34 +0100 (ven., 25 févr. 2011) | 2 lines
    
      Add missing read() in distutils doc.
    ........
    merwok committed Feb 25, 2011
    Copy the full SHA
    a0b2d67 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2011

  1. Copy the full SHA
    22d3b0e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5018dbc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    deacc91 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2011

  1. Copy the full SHA
    710e7b1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7efd31f View commit details
    Browse the repository at this point in the history
  3. #11843: Merge with 3.1.

    Ezio Melotti committed Apr 15, 2011
    Copy the full SHA
    8889f06 View commit details
    Browse the repository at this point in the history
  4. #11843: Merge with 3.2.

    ezio-melotti committed Apr 15, 2011
    Copy the full SHA
    3c53874 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2011

  1. Fix weird executable name

    merwok committed Apr 22, 2011
    Copy the full SHA
    2a6a811 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2011

  1. Merge 3.1

    merwok committed Apr 24, 2011
    Copy the full SHA
    32c791f View commit details
    Browse the repository at this point in the history
  2. Merge 3.2

    merwok committed Apr 24, 2011
    Copy the full SHA
    e3c3a80 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2011

  1. Stop trying to use _xmlplus in the xml module. Closes #11164.

    Patch by Arfrever Frehtes Taifersar Arahesis.
    loewis committed May 9, 2011
    Copy the full SHA
    6d1b398 View commit details
    Browse the repository at this point in the history
  2. merge 11164

    loewis committed May 9, 2011
    Copy the full SHA
    4cd8b86 View commit details
    Browse the repository at this point in the history
  3. merge 11164

    loewis committed May 9, 2011
    Copy the full SHA
    b9342e2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2011

  1. Backport doc improvements for distutils.cmd.Command (#9223).

    Original commit by Georg Brandl.
    merwok committed May 28, 2011
    Copy the full SHA
    f56f366 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3f3344d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d1e86e1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    92cbe4b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    46fe9bd View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    43183ca View commit details
    Browse the repository at this point in the history

Commits on May 29, 2011

  1. Branch merge

    merwok committed May 29, 2011
    Copy the full SHA
    bc1e827 View commit details
    Browse the repository at this point in the history
  2. Merge 3.2

    merwok committed May 29, 2011
    Copy the full SHA
    a090aad View commit details
    Browse the repository at this point in the history

Commits on May 31, 2011

  1. Copy the full SHA
    1147a55 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4274c39 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2011

  1. Merge 3.2

    merwok committed Jun 1, 2011
    Copy the full SHA
    c0f78eb View commit details
    Browse the repository at this point in the history
  2. Add documentation for the packaging module.

    This updates the user guide to refer to Packaging instead of Distutils.
    Some files still require an update.
    merwok committed Jun 1, 2011
    Copy the full SHA
    0bd45ca View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2011

  1. Packaging doc: Add missing index file, improve main page description.

    Also promote notices from distutils doc to deprecation boxes.
    merwok committed Jun 2, 2011
    Copy the full SHA
    82e62fd View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2011

  1. Copy the full SHA
    0e80c6a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d35dc00 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2011

  1. Merge doc fixes from 3.2

    merwok committed Jun 9, 2011
    Copy the full SHA
    85d3b07 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2011

  1. Copy the full SHA
    d37f3f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2011

  1. Better English.

    bitdancer committed Jul 18, 2011
    Copy the full SHA
    94a05c3 View commit details
    Browse the repository at this point in the history
  2. Merge English fix.

    bitdancer committed Jul 18, 2011
    Copy the full SHA
    beee648 View commit details
    Browse the repository at this point in the history
  3. Better English.

    bitdancer committed Jul 18, 2011
    Copy the full SHA
    767cc28 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2011

  1. Turn raw URI into real link

    merwok committed Jul 28, 2011
    Copy the full SHA
    5f64303 View commit details
    Browse the repository at this point in the history
  2. Turn raw URI into real link

    merwok committed Jul 28, 2011
    Copy the full SHA
    de09587 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2011

  1. Copy the full SHA
    63ed5ce View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2011

  1. Fix regression with distutils MANIFEST handing (#11104, #8688).

    The changed behavior of sdist in 2.7 broke packaging for projects that
    wanted to use a manually-maintained MANIFEST file (instead of having a
    MANIFEST.in template and letting distutils generate the MANIFEST).
    
    The fixes that were committed for #8688 (d29399100973 by Tarek and
    f7639dcdffc3 by me) did not fix all issues exposed in the bug report,
    and also added one problem: the MANIFEST file format gained comments,
    but the read_manifest method was not updated to handle (i.e. ignore)
    them.  This changeset should fix everything; the tests have been
    expanded and I successfully tested with Mercurial, which suffered from
    this regression.
    
    I have grouped the versionchanged directives for these bugs in one place
    and added micro version numbers to help users know the quirks of the
    exact version they’re using.  I also removed a stanza in the docs that
    was forgotten in Tarek’s first changeset.
    
    Initial report, thorough diagnosis and patch by John Dennis, further
    work on the patch by Stephen Thorne, and a few edits and additions by
    me.
    merwok committed Jul 31, 2011
    Copy the full SHA
    ace431e View commit details
    Browse the repository at this point in the history
  2. Fix regression with distutils MANIFEST handing (#11104, #8688).

    The changed behavior of sdist in 3.1 broke packaging for projects that
    wanted to use a manually-maintained MANIFEST file (instead of having a
    MANIFEST.in template and letting distutils generate the MANIFEST).
    
    The fixes that were committed for #8688 (76643c286b9f by Tarek and
    d54da9248ed9 by me) did not fix all issues exposed in the bug report,
    and also added one problem: the MANIFEST file format gained comments,
    but the read_manifest method was not updated to handle (i.e. ignore)
    them.  This changeset should fix everything; the tests have been
    expanded and I successfully tested the 2.7 version with Mercurial, which
    suffered from this regression.
    
    I have grouped the versionchanged directives for these bugs in one place
    and added micro version numbers to help users know the quirks of the
    exact version they’re using.
    
    Initial report, thorough diagnosis and patch by John Dennis, further
    work on the patch by Stephen Thorne, and a few edits and additions by
    me.
    merwok committed Jul 31, 2011
    Copy the full SHA
    ad7d9f5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b45cc3a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2011

  1. Merge doc changes from 3.2 (#8617, #10745).

    In the install and library docs, I changed the text to refer to
    packaging instead of distutils.  I also checked that the documented
    paths correctly reflect what’s really defined in sysconfig; the main
    difference with paths defined in distutils.install is that include
    directories don’t end with the distribution name anymore (i.e. distutils
    uses include/python3.3/spam, sysconfig include/python3.3), I have no
    idea why.
    merwok committed Aug 6, 2011
    Copy the full SHA
    cfe933a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2011

  1. Remove obsolete term + indicate how to find the program (#1626300).

    Suggested by Terry J. Reedy.
    merwok committed Aug 19, 2011
    Copy the full SHA
    9a88371 View commit details
    Browse the repository at this point in the history
  2. Merge 3.2

    merwok committed Aug 19, 2011
    Copy the full SHA
    b67f02c View commit details
    Browse the repository at this point in the history
  3. Fix typo in command name

    merwok committed Aug 19, 2011
    Copy the full SHA
    0721964 View commit details
    Browse the repository at this point in the history
  4. Remove obsolete term + indicate how to find the program (#1626300).

    Suggested by Terry J. Reedy.
    merwok committed Aug 19, 2011
    Copy the full SHA
    293f269 View commit details
    Browse the repository at this point in the history
  5. Fix typo in command name

    merwok committed Aug 19, 2011
    Copy the full SHA
    2571448 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b4181ce View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2011

  1. Fix type information in distutils API reference (#9302).

    Initial patch by Yue Shuaijie.
    merwok committed Aug 25, 2011
    Copy the full SHA
    507f7dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5fae7cd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b31194b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bdd8fb7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c0e0935 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9d4440f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2011

  1. Fix type information in distutils API reference (#9302).

    Initial patch by Yue Shuaijie.
    merwok committed Aug 26, 2011
    Copy the full SHA
    fb19b67 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2011

  1. Merge with release clone.

    birkenfeld committed Sep 4, 2011
    Copy the full SHA
    5433b81 View commit details
    Browse the repository at this point in the history
  2. Merge with 3.2.

    birkenfeld committed Sep 4, 2011
    Copy the full SHA
    b734ac1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2011

  1. Fix distutils byte-compilation to comply with PEP 3147 (#11254).

    Patch by Jeff Ramnani.  Tested with -B, -O and -OO.
    merwok committed Oct 7, 2011
    Copy the full SHA
    031fcc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2011

  1. Copy the full SHA
    00e06a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2011

  1. Copy the full SHA
    4aae50e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2011

  1. Remove duplication.

    ezio-melotti committed Oct 19, 2011
    Copy the full SHA
    242b2bd View commit details
    Browse the repository at this point in the history
  2. Remove duplication.

    ezio-melotti committed Oct 19, 2011
    Copy the full SHA
    d6f3f00 View commit details
    Browse the repository at this point in the history
  3. Merge with 3.2.

    ezio-melotti committed Oct 19, 2011
    Copy the full SHA
    5f95877 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2012

  1. Copy the full SHA
    d3e8c27 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2012

  1. Hide or remove user-visible XXX notes from distutils doc (#13716).

    Requested by Florent Xicluna with the rationale that they make the docs
    look unfinished.  I’ve also removed a few XXX notes that were not
    visible in the HTML but could waste contributors’ time by suggesting
    improvements that are never going to happen for distutils.
    merwok committed Jan 15, 2012
    Copy the full SHA
    0fc0953 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2012

  1. Copy the full SHA
    cd43501 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2012

  1. distutils 2.7’s Extension does not support optional (#13865).

    Reported by Miki Tebeka.
    merwok committed Feb 10, 2012
    Copy the full SHA
    b15d21c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2012

  1. Hide or remove user-visible XXX notes from distutils doc (#13716).

    Requested by Florent Xicluna with the rationale that they make the docs
    look unfinished.  When I get to replace the XXX notes with the real info
    for packaging, I’ll backport it.
    
    Also removed a few XXX notes that were not visible in the HTML but could
    waste contributors’ time by suggesting improvements that are never going
    to happen for distutils.
    merwok committed Feb 26, 2012
    Copy the full SHA
    91f14ee View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2012

  1. Remove packaging from the standard library.

    Distutils2 will live on on PyPI and be included in the stdlib when it
    is ready.  See discussion starting at
    http://mail.python.org/pipermail/python-dev/2012-June/120430.html
    merwok committed Jun 24, 2012
    Copy the full SHA
    7350073 View commit details
    Browse the repository at this point in the history
  2. Move distutils install doc back into place.

    (This was not done in the previous commit because Mercurial would have
    shown it as a modified file instead of a moved file.)
    merwok committed Jun 24, 2012
    Copy the full SHA
    7cd414c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2012

  1. Copy the full SHA
    48d6907 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2012

  1. Ignore .nfs* files in distutils (#7719).

    These files are created by some NFS clients a file is edited and removed
    concurrently (see added link in doc for more info).  If such a file is
    removed between distutils calls listdir and copy, it will get confused.
    Other special files are ignored in sdist (namely VCS directories), but
    this has to be filtered out earlier.
    merwok committed Jul 3, 2012
    Copy the full SHA
    0c3f264 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2012

  1. Issue #15321: update PyPI upload doc to say --no-raw passed to rst2ht…

    …ml.py. Patch by Chris Jerdonek
    eliben committed Jul 24, 2012
    Copy the full SHA
    95d02d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2012

  1. Copy the full SHA
    f72e718 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2012

  1. Copy the full SHA
    2e857c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2012

  1. Copy the full SHA
    5f644fd View commit details
    Browse the repository at this point in the history
  2. Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() em…

    …ulation code.
    
    Patch by Philipp Hagemeister.
    pitrou committed Aug 2, 2012
    Copy the full SHA
    e024e37 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2012

  1. Copy the full SHA
    8806d71 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2012

  1. Copy the full SHA
    f6a6d6c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1d13b77 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    20a1ede View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2012

  1. Copy the full SHA
    4494dd6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a23959f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e2670a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2012

  1. Copy the full SHA
    d596ba9 View commit details
    Browse the repository at this point in the history
  2. Ignore .nfs* files in distutils (#7719).

    These files are created by some NFS clients a file is edited and removed
    concurrently (see added link in doc for more info).  If such a file is
    removed between distutils calls listdir and copy, it will get confused.
    Other special files are ignored in sdist (namely VCS directories), but
    this has to be filtered out earlier.
    merwok committed Dec 8, 2012
    Copy the full SHA
    2837ed9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2012

  1. Copy the full SHA
    6d73198 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2012

  1. Copy the full SHA
    fc7b293 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    673d1c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2013

  1. Copy the full SHA
    bcc4dda View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    89f1afe View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    960a68b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2013

  1. Copy the full SHA
    8de498c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d3e2f8a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6c2dc47 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2013

  1. Copy the full SHA
    bd5c16c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f8c78e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a0001e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2013

  1. Closes #4159: add LaTeX tabular column specifications to tables that …

    …otherwise are cut off or have overlapping text.
    birkenfeld committed Mar 28, 2013
    Copy the full SHA
    ef5932b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2017d94 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2013

  1. Copy the full SHA
    9da9655 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2013

  1. Fix missing period.

    birkenfeld committed Oct 6, 2013
    Copy the full SHA
    4a7db29 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2013

  1. Copy the full SHA
    7bb579e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2013

  1. Issue 19544 and Issue #7457: Restore the read_pkg_file method to dist…

    …utils.dist.DistributionMetadata accidentally removed in the undo of distutils2.
    jaraco committed Nov 10, 2013
    Copy the full SHA
    21c65d6 View commit details
    Browse the repository at this point in the history
  2. Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydi…

    …stutils.cfg in Distutils, accidentally removed in backout of distutils2 changes.
    akuchling committed Nov 10, 2013
    Copy the full SHA
    cf70f0f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2013

  1. Issue #19544 and Issue #6516: Restore support for --user and --group …

    …parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516.
    akuchling committed Nov 15, 2013
    Copy the full SHA
    bbbfa97 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2013

  1. Issue #19407: add Python Packaging User Guide notes

    The stdlib docs for package distribution and building extensions
    are rather dated, and that isn't expected to change for 2.7 and
    3.3.
    
    The Python Packaging User Guide isn't complete either, but it's
    already a much better road map for new users than the existing
    stdlib docs.
    ncoghlan committed Dec 10, 2013
    Copy the full SHA
    f71ceb3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    caaafe4 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2014

  1. Copy the full SHA
    d28fb46 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2014

  1. Avoid “error: None” messages from distutils (#4931).

    Thanks to Amaury Forgeot d’Arc and Philip J. Eby.
    merwok committed Mar 12, 2014
    Copy the full SHA
    12e44f7 View commit details
    Browse the repository at this point in the history
  2. Merge 3.3 (#4931)

    merwok committed Mar 12, 2014
    Copy the full SHA
    7832ff3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2014

  1. Make distutils error messages more helpful (#11599).

    When running external programs such as a C compiler and getting an
    error code, distutils only prints the program name.  With this change,
    one can get the full command line by setting the DISTUTILS_DEBUG
    environment variable.
    
    This should have no compatibility issues, unless there are tools
    that depend on the exact format of distutils debug messages.
    merwok committed Mar 13, 2014
    Copy the full SHA
    4c07de9 View commit details
    Browse the repository at this point in the history
  2. Merge 3.3 (#11599)

    merwok committed Mar 13, 2014
    Copy the full SHA
    835633e View commit details
    Browse the repository at this point in the history
  3. Close #19407: New installation & distribution guides

    - based on pip and other PyPA tools
    - includes references to the new Python Packaging User Guide
      where appropriate (and the relevant section is at least
      partially filled in)
    - started new FAQ sections
    - both guides aim to introduce users to basic open source
      concepts if they aren't aware of them
    - existing guides have been relocated (now linked from the
      distutils docs) rather then removed, since there is
      some needed material that has yet to be relocated to the
      distutils docs as a reference for the legacy formats
    ncoghlan committed Mar 13, 2014
    Copy the full SHA
    bdd6f5b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5328876 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7441dd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2014

  1. Copy the full SHA
    01e5e58 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2014

  1. Copy the full SHA
    7709012 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2014

  1. Copy the full SHA
    76a17a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2014

  1. Copy the full SHA
    3c18436 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2014

  1. Copy the full SHA
    36826f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2014

  1. Copy the full SHA
    ba6f2f1 View commit details
    Browse the repository at this point in the history
  2. Merge with 3.4

    terryjreedy committed Jun 13, 2014
    Copy the full SHA
    c3e06d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2014

  1. Copy the full SHA
    4e149cf View commit details
    Browse the repository at this point in the history
  2. merge with 3.4

    birkenfeld committed Sep 20, 2014
    Copy the full SHA
    35adf08 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2014

  1. #17325: Improve distutils PyPI documentation.

    Patch by Chris Jerdonek.
    bitdancer committed Oct 12, 2014
    Copy the full SHA
    26f4ac4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d9210d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. Copy the full SHA
    7499bd1 View commit details
    Browse the repository at this point in the history
  2. Merge with 3.4

    birkenfeld committed Oct 29, 2014
    Copy the full SHA
    55081f0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    137cd90 View commit details
    Browse the repository at this point in the history
  4. merge with 3.4

    birkenfeld committed Oct 29, 2014
    Copy the full SHA
    0189bfe View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8854bbd View commit details
    Browse the repository at this point in the history
  6. merge with 3.4

    birkenfeld committed Oct 29, 2014
    Copy the full SHA
    003764f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2014

  1. Copy the full SHA
    c2be7de View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cb4aa18 View commit details
    Browse the repository at this point in the history
  3. merge with 3.4

    birkenfeld committed Oct 30, 2014
    Copy the full SHA
    66f7fee View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0835a8e View commit details
    Browse the repository at this point in the history
  5. merge with 3.4

    birkenfeld committed Oct 30, 2014
    Copy the full SHA
    017c6a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2015

  1. fix instances of consecutive articles (closes #23221)

    Patch by Karan Goel.
    benjaminp committed Jan 13, 2015
    Copy the full SHA
    4878d37 View commit details
    Browse the repository at this point in the history
  2. merge 3.4 (#23221)

    benjaminp committed Jan 13, 2015
    Copy the full SHA
    591e2d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. Copy the full SHA
    ac5e667 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    34099c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

  1. Issue #23731: Implement PEP 488.

    The concept of .pyo files no longer exists. Now .pyc files have an
    optional `opt-` tag which specifies if any extra optimizations beyond
    the peepholer were applied.
    brettcannon committed Apr 13, 2015
    Copy the full SHA
    ab8064d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2015

  1. Copy the full SHA
    6474391 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multip…

    …le documentation typos.
    
    Related Issues:
    
    #issue21528
    #issue24453
    orsenthil committed Jun 15, 2015
    Copy the full SHA
    762d615 View commit details
    Browse the repository at this point in the history
  2. null merge with 3.4

    Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
    
    Related Issues:
    #issue21528
    #issue24453
    orsenthil committed Jun 15, 2015
    Copy the full SHA
    0f722ad View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9fb5aaf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    52dd2c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2015

  1. Fix versionchanged directives

    zware committed Jul 7, 2015
    Copy the full SHA
    fd199a1 View commit details
    Browse the repository at this point in the history
  2. Merge 3.5

    zware committed Jul 7, 2015
    Copy the full SHA
    3ce64f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2015

  1. fix name of argument in docstring and the docs (closes #25076)

    Patch by TAKASE Arihiro.
    benjaminp committed Sep 13, 2015
    Copy the full SHA
    6a02b76 View commit details
    Browse the repository at this point in the history
  2. merge 3.4

    benjaminp committed Sep 13, 2015
    Copy the full SHA
    44e85ae View commit details
    Browse the repository at this point in the history
  3. merge 3.5 (#25076)

    benjaminp committed Sep 13, 2015
    Copy the full SHA
    bd652df View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2015

  1. Copy the full SHA
    ce40227 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1277abe View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    128a824 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2015

  1. Copy the full SHA
    1d59f2e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a42c9b8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b9ed37a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2015

  1. link to modern PUG url

    benjaminp committed Nov 4, 2015
    Copy the full SHA
    d478d81 View commit details
    Browse the repository at this point in the history
  2. merge 3.4

    benjaminp committed Nov 4, 2015
    Copy the full SHA
    754dc85 View commit details
    Browse the repository at this point in the history
  3. merge 3.5

    benjaminp committed Nov 4, 2015
    Copy the full SHA
    f1efeea View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Copy the full SHA
    fe0cbda View commit details
    Browse the repository at this point in the history
  2. merge with 3.5

    birkenfeld committed Feb 25, 2016
    Copy the full SHA
    de746a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Closes #25910: fix dead and permanently redirected links in the docs.…

    … Thanks to SilentGhost for the patch.
    birkenfeld committed Feb 26, 2016
    Copy the full SHA
    d8941f4 View commit details
    Browse the repository at this point in the history
  2. merge with 3.5

    birkenfeld committed Feb 26, 2016
    Copy the full SHA
    c9a798e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2016

  1. Issue #26638: Fix links to some CLI options and section headings

    * Disable inappropriate links to Python interpreter options
    * Correct link to CLI section in zipapp
    * Make CLI section label in timeit less ambiguous
    vadmium committed Apr 16, 2016
    Copy the full SHA
    7f1f468 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5ff800f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2016

  1. Copy the full SHA
    a5df731 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    82aa496 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Issue #23921: Standardized documentation whitespace formatting.

    Original patch by James Edwards.
    serhiy-storchaka committed May 10, 2016
    Copy the full SHA
    bc2bc7a View commit details
    Browse the repository at this point in the history
  2. Issue #23921: Standardized documentation whitespace formatting.

    Original patch by James Edwards.
    serhiy-storchaka committed May 10, 2016
    Copy the full SHA
    dca3f4d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. Issue #26014: Update 3.x packaging documentation:

    - "See also" links to the new docs are now provided in the legacy pages
    - links to setuptools documentation have been updated
    
    (original patch by Susan Sun)
    ned-deily committed Jun 6, 2016
    Copy the full SHA
    da6d254 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Issue #26462: Doc: reduce literal_block warnings, fix syntax highligh…

    …ting.
    
    Patch by Julien Palard.
    vadmium committed Jul 26, 2016
    Copy the full SHA
    cc725e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2016

  1. Copy the full SHA
    753d446 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2016

  1. Copy the full SHA
    2436e5f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. Issue #29069: Update the default URL of PyPI server

    Patch by paka.
    berkerpeksag committed Dec 27, 2016
    Copy the full SHA
    0ea6937 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. distutils docs: Fix a typo (GH-470)

    instanciated -> instantiated
    Mariatta committed Mar 5, 2017
    Copy the full SHA
    c2250ca View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. Copy the full SHA
    e9f6164 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. remove IRIX support (closes bpo-31341) (#3310)

    See PEP 11.
    benjaminp committed Sep 4, 2017
    Copy the full SHA
    5284514 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Remove all mention of Windows IA-64 support (GH-3389)

    It was mostly removed long ago.
    zware committed Sep 6, 2017
    Copy the full SHA
    ca33b76 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Copy the full SHA
    b129d05 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. bpo-19610: setup() now raises TypeError for invalid types (GH-4519)

    The Distribution class now explicitly raises an
    exception when 'classifiers', 'keywords' and
    'platforms' fields are not specified as a list.
    berkerpeksag committed Nov 23, 2017
    Copy the full SHA
    2ed774f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. bpo-19610: Warn if distutils is provided something other than a list …

    …to some fields (#4685)
    
    * Rather than raise TypeError, warn and call list() on the value.
    
    * Fix tests, revise NEWS and whatsnew text.
    
    * Revise documentation, a string is okay as well.
    
    * Ensure 'requires' and 'obsoletes' are real lists.
    
    * Test that requires and obsoletes are turned to lists.
    nascheme committed Dec 5, 2017
    Copy the full SHA
    48df780 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. bpo-25910: Link redirections in docs (#1933)

    Fixes some redirection links in docs.
    CuriousLearner authored and vstinner committed Jan 20, 2018
    Copy the full SHA
    b62b9d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Copy the full SHA
    0319207 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

  1. bpo-33297: Mention Pillow to work with more image formats. (#6505)

    Also update PIL doc references to Pillow.
    andresdelfino authored and serhiy-storchaka committed Apr 21, 2018
    Copy the full SHA
    6432982 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Copy the full SHA
    bb15219 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Copy the full SHA
    9c2a778 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Copy the full SHA
    d4bb873 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Copy the full SHA
    c6e0973 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Copy the full SHA
    8dcc595 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Copy the full SHA
    bf2fc82 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    90912c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Copy the full SHA
    96864af View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Copy the full SHA
    f35f5d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. bpo-21536: C extensions are no longer linked to libpython (GH-12946)

    On Unix, C extensions are no longer linked to libpython.
    
    It is now possible to load a C extension built using a shared library
    Python with a statically linked Python.
    
    When Python is embedded, libpython must not be loaded with
    RTLD_LOCAL, but RTLD_GLOBAL instead. Previously, using RTLD_LOCAL, it
    was already not possible to load C extensions which were not linked
    to libpython, like C extensions of the standard library built by the
    "*shared*" section of Modules/Setup.
    
    distutils, python-config and python-config.py have been modified.
    vstinner committed Apr 25, 2019
    Copy the full SHA
    601692e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Copy the full SHA
    77d2f47 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Doc: Fix missing bracket (GH-13163)

    azalea authored and matrixise committed May 8, 2019
    Copy the full SHA
    8ace7cd View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. bpo-33071: remove outdated PyPI docs (GH-13087)

    Patch by Kojo Idrissa.
    kojoidrissa authored and ncoghlan committed May 10, 2019
    Copy the full SHA
    9ec0041 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. bpo-36797: Prune more legacy distutils documentation (GH-13092)

    Removes more legacy distutils documentation, and more clearly
    marks what is left as potentially outdated, with references to
    setuptools as a replacement.
    ncoghlan committed May 14, 2019
    Copy the full SHA
    6e93c36 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Copy the full SHA
    a2dc287 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-…

    …13549)
    
    It is also possible to link against a library or executable with a
    statically linked libpython, but not both with the same DLL.  In fact
    building a statically linked python is currently broken on Cygwin
    for other (related) reasons.
    
    The same problem applies to other POSIX-like layers over Windows
    (MinGW, MSYS) but Python's build system does not seem to attempt
    to support those platforms at the moment.
    embray authored and vstinner committed May 24, 2019
    Copy the full SHA
    0d3ecff View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-…

    …14506)
    
    bdist_wininst depends on MBCS codec, unavailable on non-Windows,
    and bdist_wininst have not worked since at least Python 3.2, possibly
    never on Python 3.
    
    Here we document that bdist_wininst is only supported on Windows,
    and we mark it unsupported otherwise to skip tests.
    
    Distributors of Python 3 can now safely drop the bdist_wininst .exe files
    without the need to skip bdist_wininst related tests.
    hroncok authored and vstinner committed Jul 1, 2019
    Copy the full SHA
    ceeaa6a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)

    The distutils bdist_wininst command is now deprecated, use
    bdist_wheel (wheel packages) instead.
    vstinner committed Jul 5, 2019
    Copy the full SHA
    4686db0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Copy the full SHA
    7f891f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Copy the full SHA
    a9a584f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Copy the full SHA
    a831d3a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)

    Provides a richer platform tag for AIX that we expect to be sufficient for PEP 425
    binary distribution identification. Any backports to earlier Python versions will be
    handled via setuptools.
    
    Patch by Michael Felt.
    aixtools authored and ncoghlan committed Dec 15, 2019
    Copy the full SHA
    fb4296c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. bpo-38914 Do not require email field in setup.py. (GH-17388)

    When checking `setup.py` and when the `author` field was provided, but
    the `author_email` field was missing, erroneously a warning message was
    displayed that the `author_email` field is required.
    
    The specs do not require the `author_email`field:
    https://packaging.python.org/specifications/core-metadata/#author
    
    The same is valid for `maintainer` and `maintainer_email`.
    
    The warning message has been adjusted.
    
    modified:   Doc/distutils/examples.rst
    modified:   Lib/distutils/command/check.py
    
    
    https://bugs.python.org/issue38914
    jugmac00 authored and miss-islington committed Dec 23, 2019
    Copy the full SHA
    9c8d213 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Copy the full SHA
    261f346 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Move docs to docs/distutils

    jaraco committed Sep 23, 2020
    Copy the full SHA
    1bfb4ba View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Copy the full SHA
    68f5b81 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    466219b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    109bde8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    68b6847 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8848933 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    18b7a3e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2438 from webknjaz/bugfixes/distutils-sphinx-refs

    Fix refs in distutils sphinx docs
    jaraco committed Oct 18, 2020
    Copy the full SHA
    8b49463 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Copy the full SHA
    4d7a11e View commit details
    Browse the repository at this point in the history