Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: christyne/cpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: christyne/cpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 17 files changed
  • 3 contributors

Commits on Feb 12, 2017

  1. bpo-27122: Fix comment to point to correct issue number (python#50)

    It took me quite a bit to figure out what this was referring to,
    since the given issue number is wrong, and the original commit
    message I found through git blame lists a different, also wrong
    issue number... see https://bugs.python.org/issue27122#msg279449
    
    (cherry picked from commit af88e7e)
    berkerpeksag authored Feb 12, 2017
    Configuration menu
    Copy the full SHA
    c6d2f49 View commit details
    Browse the repository at this point in the history
  2. bpo-29474: Improve documentation for weakref.WeakValueDictionary (pyt…

    …hon#23)
    
    There were some grammatical errors in weakref.WeakValueDictionary
    documentation.
    Mariatta authored Feb 12, 2017
    Configuration menu
    Copy the full SHA
    ae82871 View commit details
    Browse the repository at this point in the history
  3. [backport to 3.5] bpo-28929: Link the documentation to its source fil…

    …e on GitHub (python#36)
    
    * bpo-28929: Link the documentation to its source file on GitHub
    
    Change the documentation's `Show Source` link on the left menu
    to GitHub source file.
    
    (cherry picked from commit 23bafa2)
    
    * remove if statement
    Mariatta authored Feb 12, 2017
    Configuration menu
    Copy the full SHA
    cabd1c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Configuration menu
    Copy the full SHA
    06a4fcb View commit details
    Browse the repository at this point in the history
  2. Support "bpo-" in Misc/NEWS (christynelson467#1) (python#43)

    Change the url to 3.5
    
    (cherry picked from commit 79ab8be)
    
    Contributed by Brett Cannon
    Mariatta authored Feb 13, 2017
    Configuration menu
    Copy the full SHA
    af456b2 View commit details
    Browse the repository at this point in the history
  3. bpo-28556: Various updates to typing (python#28) (python#78)

    various updates from upstream python/typing repo:
    
    - Added typing.Counter and typing.ChainMap generics
    - More flexible typing.NamedTuple
    - Improved generic ABC caching
    - More tests
    - Bugfixes
    - Other updates
    
    * Add Misc/NEWS entry
    
    * Add issue number
    
    Contributed by Ivan Levkivskyi @ilevkivskyi
    
    (cherry picked from commit b692dc8)
    Mariatta authored Feb 13, 2017
    Configuration menu
    Copy the full SHA
    9c5684e View commit details
    Browse the repository at this point in the history
  4. A few README tweaks (python#73) (python#80)

    * Add a paragraph at the top for users, not builders, of Python.
    
    * Use nicer rst url syntax to avoid borking paragraphs in the plain text.
    
    Contributed by Ned Batchelder @nedbat
    
    (cherry picked from commit 3cdbd68)
    Mariatta authored Feb 13, 2017
    Configuration menu
    Copy the full SHA
    3ae8fd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Fix some sphinx warnings (python#9) (python#82)

    * Fix some deprecation warnings in Doc/conf.py
    * Fix an rst error in Misc/NEWS
    
    Contributed by Ryan Gonzalez @kirbyfan64
    
    (cherry picked from commit e7ffb99)
    Mariatta authored Feb 14, 2017
    Configuration menu
    Copy the full SHA
    c0f9014 View commit details
    Browse the repository at this point in the history
  2. bpo-29521 Fix two minor documentation build warnings (python#41) (pyt…

    …hon#84)
    
    Much of bpo-29521 was fixed in parallel with commit
    e7ffb99 .  This cleans up the rest.
    
    Apply parallel change to Doc/make.bat to read
    "set SPHINXOPTS=-D latex_elements.papersize="
    I don't have a Windows system on which to observe the warning,
    but it should be necessary.
    
    The warning:
    
    .../workspace/cpython_github/Doc/faq/windows.rst:303:
        WARNING: unknown option: -t
    
    In the Windows FAQ, `How do I keep editors from inserting tabs
    into my Python source?`, contained a reference to a Python -t
    option. In Python 2.x, this caused Python to issue warnings
    about lines with mixed spaces and tabs, but as of Python 3.6
    it does nothing.
    
    Per discussion at http://bugs.python.org/issue29387, take
    their wording. Python [3] raises an IndentationError or
    TabError. Tabnanny is now a module.
    (cherry picked from commit 3d707be)
    Mariatta authored Feb 14, 2017
    Configuration menu
    Copy the full SHA
    38c8354 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2017

  1. Configuration menu
    Copy the full SHA
    1bfd33f View commit details
    Browse the repository at this point in the history
  2. [cherry-pick for 3.5] bpo-29481: add versionadded 3.5.4 to typing.Deq…

    …ue docs (python#109)
    
    (cherry picked from commit 7e147f1)
    Mariatta authored Feb 15, 2017
    Configuration menu
    Copy the full SHA
    bb53a27 View commit details
    Browse the repository at this point in the history
  3. bpo-29521 update Misc/ACKS (python#111)

    (cherry picked from commit 6420088)
    Mariatta authored and vstinner committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    de553b8 View commit details
    Browse the repository at this point in the history
Loading