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: textmate/python.tmbundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: posguy99/python.tmbundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 2 files changed
  • 5 contributors

Commits on Nov 2, 2018

  1. Make pycheckmate.py compatible with Python 3.

    Tested with Python 3.7.0 and pylint 2.1.1
    sodul committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    8fa183d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Update pycheckmate.py

    Check type against str and not basestring in python 3
    sodul authored Nov 4, 2018
    Configuration menu
    Copy the full SHA
    0f7feae View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Add '__debug__' as a constant and illegal name.

    Matthew Judy committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    9d581e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Updates to magic_function_calls, magic_{function,variable}_names

    Including the latest new dunder names, like e.g. `__init_subclass__`, `__set_name__`, `__class_getitem__`, `__mro_entries__`, and others
    fish2000 authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    8b9f112 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. Merge pull request #1 from sodul/master

    Merging PR#67
    posguy99 authored Sep 19, 2020
    Configuration menu
    Copy the full SHA
    2b61d7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from fish2000/patch-1

    Updates to magic_function_calls, magic_{function,variable}_names PR#70
    posguy99 authored Sep 19, 2020
    Configuration menu
    Copy the full SHA
    a1611b0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from macserv/fix/add_debug_builtin

    Add '__debug__' as a constant and illegal name.
    posguy99 authored Sep 19, 2020
    Configuration menu
    Copy the full SHA
    9b78103 View commit details
    Browse the repository at this point in the history
Loading