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: SH4Y4N/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: petervaro/python
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.
  • 11 commits
  • 17 files changed
  • 4 contributors

Commits on Nov 1, 2014

  1. Configuration menu
    Copy the full SHA
    343ce92 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. Space after hash (#) in comments

    Added a space after the hash (#) to the start of a comment line. This makes auto wrap tools to behave as expected in comments
    jdferreira committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    d558c8d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. Merge pull request petervaro#26 from jotomicron/patch-1

    Space after hash (#) in comments
    petervaro committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    5e3bbf1 View commit details
    Browse the repository at this point in the history
  2. Add spaces to after the hash (#) in comments

    Spaces after the hash (#) allow auto-wrappers that use .tmLanguage information to wrap text in a nicer format.
    jdferreira committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    8c15ae3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request petervaro#30 from jotomicron/patch-2

    Add spaces to after the hash (#) in comments
    petervaro committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    56ea301 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. optional-comment-based highlighter (re, %, fmt, tmp) added, closes pe…

    …tervaro#19;
    
    format string highlight added (except datetime and escape support), closes petervaro#36;
    template string highlight added;
    pure raw string support added;
    space between pound sign and comment text added, closes petervaro#32, closes petervaro#33;
    3.5 matrix multiplication operator added;
    3.6 async, await keywords added;
    3.6 await, aenter, aexit, aiter and anext dunder methods support added;
    3.6 StopAsyncIteration exception added;
    3.7 f-string support added;
    improved and updated README + screenshot
    petervaro committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    e694005 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23a3e7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fab159 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2017

  1. Configuration menu
    Copy the full SHA
    5444ae6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Configuration menu
    Copy the full SHA
    6495ce1 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Update README.md

    petervaro authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    b8ecda3 View commit details
    Browse the repository at this point in the history
Loading